@charset "utf-8";
/* CSS Document */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
@font-face {
    font-family:'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Pragati Bold';
    src: url('../fonts/PragatiNarrow-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Pragati Narrow';
    src: url('../fonts/PragatiNarrow-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mod-icon';
    src: url('../fonts/Genericons.ttf');
    font-weight: normal;
    font-style: normal;
}
/*======animation======*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


body {
    font-family: 'Pragati Narrow', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    background-color: var(--bg);
    color: var(--text);
 }
 :root .light-mode {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-2: #f1f5f9;
  --text: #1e293b;
  --muted: #64748b;
  --border: #e2e8f0;
  --link: #2563eb;
  --primary: #3b82f6;
  --success: #16a34a;
  --warning: #eab308;
  --danger: #dc2626;
  --info: #0284c7;
  --sidebar: #474B59;
  --sidebar-text: #fff;
  --sidebar-muted: #64748b;
  --sidebar-hover: #263347;
  --sidebar-active: #dbeafe;
  --sidebar-border: #e2e8f0;
}
 :root .dark-mode {
    --bg: #0b1220;
    --surface: #141b2b;
    --surface-2: #1e2a3a;
    --text: #eaf0f8;
    --muted: #a8b7d6;
    --border: #283247;
    --link: #4aa3ff;
    --primary: #3b82f6;
    --success: #28a745;
    --warning: #f2c94c;
    --danger: #e74c3c;
    --info: #2d9cdb;
    --sidebar: #1b2230;
    --sidebar-text: #eaf0f8;
    --sidebar-muted: #a8b7d6;
    --sidebar-hover: #263347;
    --sidebar-active: #2a4a7b;
    --sidebar-border: #273049;
}
/*input {
    margin:2% auto;
}*/
.input-group{
  width: 100%;
}
.login-col{
  margin-top:15%;
  border-radius: 5px;
  background: #f8f8f8;
  border:1px solid #e7e7e7;
}
#login-form{
  /* margin-top:25vh; */
  padding-top: 25vh;
}
.login{
    table-layout: fixed;
    border: none;
    width: 99%;
}
body p,
text
{
  font-family: 'Pragati Narrow', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1;
}
.login,
.login th,
.login td {
  border-collapse:collapse;
}
.login th,
.login td {
  padding:2% 3%;
  width: 20%;
}
.user{
  font-family: 'mod-icon';
  font-size: 24px;
  vertical-align:middle;
  color: #8DD659;
}
.log{
  font-family: 'mod-icon';
  font-size: 24px;
  vertical-align:middle;
}
.modal-header{
	padding:.3rem;
	font-size:13px;
}
/* .container {
    height:auto;
    min-height: 84vh;
     margin-bottom: 20px; 
}
*/
.page-tittle:before {
    content: '\f436';
    font-family: 'mod-icon';
    font-size: 30px;
    vertical-align:middle;
}
.page-tittle {
    width: 100%;
    height: auto;
    line-height: 30px;
    margin-bottom: 5%;
    border-bottom: 1px solid #c2dbe4;
}
.notice-ok:before {
    content: '\f418';
    font-family: 'mod-icon';
    font-size: 24px;
    vertical-align:middle;
    color: #69e927;
}
.notice-warn:before {
    content: '\f424';
    font-family: 'mod-icon';
    font-size: 20px;
    font-style:normal;
    vertical-align:middle;
    color: #e6634d;
}
.notice-ok,
.notice-warn
{
    position: relative;
    width: 100%;
}
.b-footer {
  background: #393f44;
  height:auto;
  padding:2% 0;
}
.footer {
  background:#302f2f;
  color:#ccc;
  height:auto;
  min-height:80px;
  text-align:center;
  line-height:80px;
}
.noborder {
    border: none;
}
#wdacms-panel {
    width: 100%;
    min-height: 50vh;
    height: auto;
}
.fwl{
    background:transparent;
    border: none;
    text-align: center;
}
.index {
    min-height: 100vh !important;
    background-image: url('../images/ts.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.index .lg {
  height:150px;
	background-image: url('../images/trisula.png');
	background-size: 30%;
	background-position: center center;
  background-repeat: no-repeat;
}
.index .fl {
  color:#ededed;
}
.index .lgbtn{
  width: 100%;
  background-color: #d39600;
  border:none;
}
.index .lgbtn:hover{
  background-color: #cda134;
}
.ar:hover {
  color:#ffffff;
}
.fa-bars::before {
  color:#aaa;
}


/*========================*/
/*=======AdminMenu========*/
/*========================*/
#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: var(--sidebar);
    color: var(--sidebar-text);
	font-size:13px;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
}

#sidebar.active {
    margin-left: -200px;
    transform: rotateY(100deg); /* Rotate sidebar vertically by 100 degrees. */
}
#sidebar .sidebar-header {
    padding: .64rem 1rem;
    background: #184462;
}

#sidebar ul.components {
    /* padding: 20px 0;
    border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: var(--sidebar-text);
}
#sidebar ul li a:hover {
    color: #fff;
    background: var(--sidebar-hover);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #184462;
    background: var(--sidebar);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #184462;
}
#sidebarCollapse {
    width: 30px;
    height: 30px;
	padding: 3px;
    background: #f5f5f5;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}
#sidebarCollapse span:first-of-type {
    /* rotate first one */
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    /* second one is not visible */
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    /* rotate third one */
    transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active span {
    /* no rotation */
    transform: none;
    /* all bars are visible */
    opacity: 1;
    margin: 2px auto;
}

.Update #hider1 {
  display: block;
  padding: 20px 0 20px 0;
}

#hider1 span{
  display: inline-table;
  margin: 0 20px 0 0;
  font-size: 23px;
}
#item-table #filterrow .notdisplay input{
  display: none!important;
}
#icobox {
    display: inline-grid;
}
#icobox span {
    font-size: 42px;
}
.form-group {
  /* margin-bottom: 0px; */
}
.form-control[readonly]{
    /* background: #fff; */
}
.top-admin {
    background: #e7e7e7;
    padding: 20px;
    display: inline-grid;
    width: 100%;
}
.top-admin .top-ttl i {
    margin-right: 20px;
}
.top-admin .top-ttl {
    font-size: 26px;
    font-weight: 700;
    color: #666;
}
.admin-content {
    margin-top: 30px;
    min-height: 90vh;
}
.card-block {
  padding:1em;
}
#display-selected-img img{
   width: 100%;
   height: auto;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
.btn {
    margin: 3px;
}
.resto-src .input-group-prepend .btn {
    margin: 0;
    border-radius: 0 5px 5px 0!important;
}
.grid {
  background: #345461;
}
/*#upload*/
#fileToUpload {
    max-width: 100%;
    margin: 10px 0;
    overflow:hidden;
}
.alert {
    transition: ease-in 700;
   -moz-animation: ease-in 700;
}
#itemRows1 td {
  padding: 0;
  white-space: nowrap;
}
#fd.card-block {
  display: none;
}
#fd.active {
  display: block;
}
.de {
	height:auto;
  overflow: hidden;
  padding:0 !important;
}
.resto-banner{
  width:70%;
  margin:0 auto;
  list-style: none;
  padding-top: 10vh;
}
.meja-banner{
  width:50%;
  margin:0 auto;
  list-style: none;
  padding-top: 10vh;
}
/*resto*/
    #ico-circle {
    background: rgba(20, 20, 21, 0.6);
    border-radius:90%;
    width: 121px;
    height: 121px;
    text-align: middle;
    font-size:15px;
    font-weight: 600;
		line-height: 0px;
		margin-left:3%;
		margin-bottom: 0;
		color: #0bd5f5;
    }
    #ico-circle span {
    display:block;
    font-size:21px;
	line-height:75px;
    }
	.wm {
	margin-top: 15vh;
	list-style:none;
	}
.resto-src{
  width:70%;
  margin:0 auto;
  list-style: none;
}
.card-header p {
  margin-bottom: 0;
}
#cat{
  background: rgba(179, 194, 173, 0.7);
   transition: 500ms;
}
#cat:hover{
    background: rgba(40, 177, 200, 0.1);
    color:#fff!important;
    text-shadow: -2px 3px 3px #000;
}
.navbar-brand b {
    line-height: 50px;
}
.card-columns {
    column-count: 1;
}
/* tab color */
.nav-tabs {
  /*! width: 100%; */
  border-bottom: 1px solid #333;
  /*! border-top: 2px solid #e9e7e7; */ /*! margin:0 auto !important; */
  /*! margin-bottom: 20px; */
  background-color: #333;
  /*! height: auto; */
}
.nav-tabs>li{
    width: 100%;
}
.nav-tabs>li>a {
  background-color: #333333;
  border-color: #777777;
  color: #17a2b8;
  border-radius:0px !important;
  font-size: 15px;
  /*padding: .5rem 4rem;*/
  width:100%;
  /*text-align: center;
  /*font-family: 'BAUHS';*/
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #888888;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}
/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}
/*checkbox round*/
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#mobilettl{
	visibility:visible;
}
@media (min-width:576px) {
  .card-columns {
      column-count: 2;
  }
/* tab color */
.nav-tabs {
  /*! width: 100%; */
  border-bottom: 1px solid #333;
  /*! border-top: 2px solid #e9e7e7; */ /*! margin:0 auto !important; */
  /*! margin-bottom: 20px; */
  background-color: #333;
  /*! height: auto; */
}
.nav-tabs>li{
    width: auto;
}
.nav-tabs>li>a {
  background-color: #333333;
  border-color: #777777;
  color: #17a2b8;
  border-radius:0px !important;
  font-size: 15px;
  /*padding: .5rem 4rem;*/
  width:auto;
  /*text-align: center;
  /*font-family: 'BAUHS';*/
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #888888;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}
/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}  
    
    
}

/*---bootstraps modal--*/
@media (min-width:768px) {
#admin-sidebar {
    background: #333;
    min-height: 91vh;
    padding: 0;
}
.card-columns {
    column-count: 4;
}
#ico-circle {
background: rgba(20, 20, 21, 0.6);
border-radius:90%;
width: 121px;
height: 121px;
text-align: center;
font-size:15px;
font-weight: 600;
line-height: 0px;
margin-left:21%;
margin-bottom: 0;
color: #0bd5f5;
}
    
/* tab color */
.nav-tabs {
  /*! width: 100%; */
  border-bottom: 1px solid #333;
  /*! border-top: 2px solid #e9e7e7; */ /*! margin:0 auto !important; */
  /*! margin-bottom: 20px; */
  background-color: #333;
  /*! height: auto; */
}
.nav-tabs>li{
    width: auto;
}
.nav-tabs>li>a {
  background-color: #333333;
  border-color: #777777;
  color: #17a2b8;
  border-radius:0px !important;
  font-size: 15px;
  /*padding: .5rem 4rem;*/
  width:auto;
  /*text-align: center;
  /*font-family: 'BAUHS';*/
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #888888;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}
/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}

.header .dropdown-item{
	color: #fff;
	border-bottom:solid 1px #444;
}
.header .dropdown-item:hover{
	color: #fff;
	background-color: #17a2b8;
}

.header .dropdown-menu{
	border-radius:0px;
	padding-top:0px;
	padding-bottom:0px;
}
#mobilettl{
	visibility:hidden;
}
}
