@charset "utf-8";
/* CSS Document */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px; 
    line-height: 1.42857143;
    vertical-align: middle;
 }
	  #pageContent{
		  margin-top: 40px;
	  }
	  .title{
		  margin-top:-40px;
	  }
	  .form-control{
		  height:25px !important;
		  padding: 3px 12px;
	  }
	  .form-row{
		  height:30px !important;
	  }
	  h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.form-control .select2-choice {
     height: 25px;
     padding: 0px 0 0px 12px; 

    }
	.form-controlSplit {
		 height: 25px;
		 padding: 0px 0 0px 12px; 
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		background-color: #ffffff;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color 
	}
	
	
	 

.onoffswitch2 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    
}

.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
	 border-radius: 5px;
}


.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	 border-radius: 5px;
}

.onoffswitch2-inner:before {
    content: "ACTIVE";
    padding-left: 10px;
    background-color: #1BC051 ; color: #FFFFFF;
	border: 1px solid #1BC051 ;
	 border-radius: 5px;
}

.onoffswitch2-inner:after {
    content: "IN ACTIVE";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
	border: 1px solid #999 ;
	 border-radius: 5px;

}

.onoffswitch2-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 1px solid #1BC051; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 68px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

 
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px; 
}
  
  .toggle.btn {
      min-height: 25px;
     }
	.toggle-on.btn {
 	 padding-top: 2px !important;
    }
	.toggle-off.btn {
 	 padding-top: 2px !important;
    }
  .toggle.ios, .toggle-on.ios, .toggle-off.ios { 
     border-radius: 5px !important;
	 height:25px !important; 
   }
    .toggle.ios  .toggle-on  { 
      border:#1BC05 1px !important; 
	  background-color:#1BC051 !important;
    }
  .toggle.ios .toggle-handle { border-radius: 5px !important; }
  
   @media (max-width: 760px) {
	 .dd-handle {
		 height : 70px !important;
	 }
   }
   @media (min-width: 760px) {
 	 .form-dishreport-pad {
		padding-left:0px !important; 
	 }
	 
  }

 
  .nopaddingLeft {
	  padding-left: 0px !important;
  }
  .btnRoom {
	height:25px !important; 
	margin:0px !important; 
	padding:0px !important; 
	cursor:pointer;  
  }
  
  .disabledCommon {
	  cursor: not-allowed;	
	  pointer-events: none;
	  opacity: .45;
	  color:#999 !important;
  }
   .label-input-dish {
 	font-size:9px !important; 
	 width:100%; 
	 padding:3px; 
	 border:1px solid #e5e5e5 !important; 
	 border-radius:3px;
 }
 @media only screen and (min-width: 992px) {
	 .navbar-collapse.collapse {
		 display:block;
	 }
 }
 
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 10001;
    width: 280px;
	height:100%;
	margin-top:0px !important;
	margin-right:0px !important;
     background-color: #ddd;
	 float:right;
	 overflow:auto;
   }
   
   #li-admn-menu-logout {
	   display:block !important;
   }
   .btn-logout {
	   display:none;
   }

	.page-sidebar-menu > li > a {
 	  border-radius : 0px ;
	}
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
  }
}

  .input-dishclass.active, .input-mealperiod.active{
	 background-color:#1BC051 !important;
 }
 
   th, td { white-space: nowrap !important; }
	/*div.dataTables_wrapper {
		width: 400px;
		margin: 0 auto;
	}*/
	
	td.selected {
		background-color: #acbad4;
	}
	
  @media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
     text-align: left;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: local('Tangerine Regular'), local('Tangerine-Regular'), url(../font/IurY6Y5j_oScZZow4VOxCZZM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.form-title-hmos { 

	/*font-family: 'Italianno', cursive;
	font-family: 'Great Vibes', cursive; */
	font-family: 'Tangerine', cursive;
 
}

