@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;
 }
/*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========*/
/*========================*/
#admin-sidebar {
    background: #333;
    height:auto;
    padding: 0;
}
#admin-sidebar .sidebar {
    background: none;
    padding: 0;
}
#admin-sidebar .sidebar a {
    background: none;
    color: #aaa;
    font-size: 14px;
}
#admin-sidebar .sidebar a:hover {
    color: #007bff;
}
#admin-sidebar .sidebar a.list-group-item.active {
    background: rgba(16, 93, 135, 0.21);
    border-color: #333;
}
#admin-sidebar .sidebar .collapse a {
    background: #344451;
}

.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;
}
}
