@charset "UTF-8";
/* CSS Document */
/* Sticky footer styles
-------------------------------------------------- */
html, body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -0px;
	/* Pad bottom by footer height */
	padding: 0 0 0px;
	background: #303030;
}
/* Set the fixed height of the footer here */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
	/*min-width: 1170px;*/
	direction: ltr;
	font-family: 'LatoWeb';
}
table.table{
	font-size: 15px!important;
}
.container {
/*width: 1170px;*/
width:86vw!important;
padding-right: unset; 
 padding-left: unset; 
}
.row {
    margin-right: unset; 
    margin-left: unset; 
}
.top-header-login {
	background: url(../images/log-bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	text-align: center;
	margin-top: 105px;
	margin-bottom: 65px
}
.logo-login {
	margin-top: 8px;
}
.login-title {
	text-align: center;
	margin-bottom: 45px;
	text-transform: capitalize;
	font-family: 'LatoWeb';
	font-size: 22px;
	line-height: 27px;
}
.login-title img {
	margin-right: 5px;
}
.icon-login {
	border: 1px solid #1f2b31;
	padding: 6px 15px;
	border-radius: 4px;
	color: #1f2b31;
	display: inline-block;
}
.form-group.custome-label {
	display: inline-block;
	width: 86%;
}
#liveSearch{
	list-style: none;
    position: absolute;
    background-color: coral;
    z-index: 1022;
}
#liveSearch a{
	color:white;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #1f2b31;
	background-color: #fff;
	background-image: none;
	border: 1px solid #1f2b31;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #1f2b31;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 79, 91,.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 79, 91, 0.4);
}

.btn {
	/*background: url(../images/btn-bg.jpg);*/
	background-repeat: repeat-x;
	color: #1f2b31 !important;
	margin: 0 auto;
	float: none;
	padding-top: 6px;
	border-radius: 4px;
}

.leftBut {
    float: right;
}

.alert {
    font-size: 14px;
    /* color: #1f2b31; */
    padding: 7px 15px;
    text-transform: capitalize;
}

.form-horizontal.tasi-form .form-group {
    margin-bottom: 20px;
}

.table-striped > tbody > tr:nth-child(odd) td:nth-child(odd) a{

    color:#f00000 !important;
	font-weight:600
}

.table-striped > tbody > tr:nth-child(even)  td:nth-child(odd) a{
    color:#32b55f !important;
	font-weight:600;
}

.btn-danger {
    background-color: #ff0000;
	background-image:none;
	color: #fff!important;
    border: none;
	min-width:50px;
}

table.table.table-striped.table-advance.table-hover thead{
    border-bottom: 1px solid rgb(172, 172, 172);
}

.btn-success {
    background: #37b662;
	background-image:none;
	color: #fff!important;
    border: none;
	min-width:50px;
	margin:0 3px;
}

.btn-warning {
    background: #f7941d;
	background-image:none;
	color:#fff!important;
	color: #fff;
    min-width:50px;
    border: none;
	margin:0 3px;
}

.btn-default{
    background: #0076a3 none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    margin-bottom: 5px;
	margin:0 3px;
	min-width:50px;
}

.btn-info{
    background:#00aeef;
    background-image: none;
    color: #fff!important;
  	border: none;
	min-width:50px;
	margin:0 3px;
}

.btn-default i, .btn-warning i, .btn-success i,.btn-danger i , .btn-info i{
	color: #fff !important;
}

.btn:hover {
	/*background: url(../images/btn-bg.jpg);*/
	background-repeat: repeat-x;
	color: #ffffff;
	transition: all 1s;
	padding: 5px 19px;
	/*font-size: 15px;*/
	/*height: 32px;*/
	border-radius: 4px;
}

.btn-default:hover, .btn-warning:hover,.btn-info:hover, .btn-success:hover, .btn-danger:hover{background-color: #1f2b31;transition:all 1s; background-image:none}

.table-striped > tbody > tr > td {
    line-height: 30px !important;
}

.btn-align {
	text-align: center;
	margin: 20px 0;
}

.inner-btn-align{
	margin: 5px 0 10px 0;
}

.backbtn {
    display: inline-block;
    font-size: 17px;
    padding: 6px 35px;
    background: #ed1c24;
    border-radius: 3px;
    color: #fff !important;
    text-transform: capitalize;
    margin-bottom: 15px;
    border: none;
	line-height: 20px;
	float:right
}

.backbtn:hover {
    display: inline-block;
    font-size: 17px;
    padding: 6px 35px;
    background: #ed1c24;
    border-radius: 3px;
    color: #1f2b31;
    text-transform: capitalize;
    margin-bottom: 15px;
    border: none;
	line-height: 20px;
	float:right;
	transition:all 1s
}

.login-form {
	width: 420px;
	margin: 0 auto;
}

#wrap>.nav {
	width: 6vw;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: #1f2b31;
	color: #fff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
}
#wrap>.nav > li {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #f2f2f2;
	margin-bottom: 10px;
}
#wrap>.nav > li > a {
	height: 40px;
}
.my-logo {
	background: url(../images/logo2.png);
	background-repeat: no-repeat;
	height: 80px !important;
	background-position: center center;
	cursor:pointer;
}
.my-logo a {
	height: 80px;
}
#wrap>.nav > li > a:hover, #wrap>.nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(238, 238, 238, 0);
}
.justify {
	background: url(../images/justify.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	cursor: context-menu;
}
.cashier {
	cursor: context-menu;
	overflow: hidden;
	font-size:12px !important;
}
.link1 {
	background: url(../images/1.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
}
.link1:hover {
	background: url(../images/11.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	background-color: #f2f2f2;
	transition: all 1s
}
.link2 {
	background: url(../images/2.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
}
.link2:hover {
	background: url(../images/22.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	background-color: #f2f2f2;
	transition: all 1s
}
.link3 {
	background: url(../images/3.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
}
.link3:hover {
	background: url(../images/33.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	background-color: #f2f2f2;
	transition: all 1s
}
.link4 {
	background: url(../images/4.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
}
.link4:hover {
	background: url(../images/44.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center center;
	background-color: #f2f2f2;
	transition: all 1s
}
.website-content {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
    left: 85px;
    margin-top: 20px;
    padding: 20px;
	right: 15px;
	overflow:hidden;
}
.box1 {
	border-radius: 7px;
	width: 12.5%;
	margin: 1%;
	display: block;
	float: left;
	background: #E3655B;
	text-align: center;
	padding: 5px;
	padding-top: 60px;
	color: #fff;
	line-height: 25px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}
h4.internal-title {
    line-height: 35px;
    font-size: 20px;
	margin-left:5px
}
.box1:hover {
	text-decoration: none
}
.green {
	background-image: url(../images/home.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #37b662
}
.green:hover {
	background-image: url(../images/home2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #37b662;
	transition: all 1s
}
.blue {
	background-image: url(../images/lang.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
	background-color: #5B8C5A;
}
.blue:hover {
	background-image: url(../images/lang2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #00aeef;
	transition: all 1s
}
.black {
	background-image: url(../images/branch.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
	background-color:#8f8686;

}
.black:hover {
	background-image: url(../images/branch2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #37b662;
	transition: all 1s
}
.orange {
	background-image: url(../images/product.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
	background-color: #f7941d;
}
.orange:hover {
	background-image: url(../images/product2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #f7941d;
	transition: all 1s
}
.red {
	background-image: url(../images/offer.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ed1c24
}
.red:hover {
	background-image: url(../images/offer2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #ed1c24;
	transition: all 1s
}
.users:hover,.backend:hover,.operation:hover,.changepassword:hover,.drivers:hover,.delivery:hover  {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #ed1c24;
	transition: all 1s
}
 
.apps-icon {
	background-image: url(../images/apps.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f7941d
}
.apps-icon:hover {
	background-image: url(../images/apps.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f2b31;
	color: #f7941d;
	transition: all 1s
}
.erp-icon {
	background-image: url(../images/erp.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #3b5562;
}
.erp-icon:hover {
	background-image: url(../images/erp2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #f7941d;
}
.box2 {
	border-radius:7px;
	width: 12.5%;
	margin: 1%;
	display: block;
	float: left;
	background: red;
	text-align: center;
	padding: 5px 3px;
	padding-top: 60px;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
	background: #5d7bb2
}
.box3 {
    
    height: 55px;
    padding-top: 1%;
	width: 12.5%;
	margin: 1%;
	display: block;
	float: left;
	background: red;
	text-align: center;
	padding: 5px 3px;
	/*padding-top: 60px;*/
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
	background: #5d7bb2
}
.top1 {
	overflow: auto;
	margin-bottom: 20px;
}
.top2 {
	overflow: auto;
	margin: -20px;
	padding: 20px;
}
.top3 {
	overflow: auto;
	margin: -20px;
	padding: 20px;
	background: #edeeef;
	margin-bottom: 20px;
}
.home-title {
	text-align: left;
	text-transform: capitalize;
	color: #1f2b31;
	font-size: 26px;
	font-weight: 400;
	margin-left: 1%;
	line-height: 25px;
}
.box4 {
	width: 18%;
	margin: 1%;
	display: block;
	float: left;
	background: #00aeef;
	text-align: center;
	padding: 25px;
	color: #fff;
	line-height: 30px;
	font-size: 19px;
	height: 115px;
	text-transform: capitalize;
	font-weight: 600;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}
.box4:hover {
	text-decoration: none;
	background: #1f2b31;
	color: #fff;
	transition: all 1s
}
.order {
	background-image: url(../images/order.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
	
}
.supervisor {
	background-image: url(../images/supervisor.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.cashier2 {
	background-image: url(../images/cashier.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.pos {
	background-image: url(../images/pos.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.payments {
	background-image: url(../images/payments.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.today {
	background-image: url(../images/today.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.chairs {
	background-image: url(../images/chairs.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.statements {
	background-image: url(../images/statment.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.box2:hover, .box3:hover {
	text-decoration: none;
	background-color: #1f2b31;
	color: #fff;
	transition: all 1s
}
.box5 {
	border-radius: 7px;
    width: 12.5%;
    background-size: 108px 32px;
    margin: 1%;
    display: block;
    float: left;
    background: #0076a3;
    text-align: center;
    /* padding: 5px; */
    padding-top: 60px;
    color: #fff;
    line-height: 25px;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
}
.box5:hover {
	text-decoration: none;
	background-color: #1f2b31;
	color: #fff;
	transition: all 1s;
}
.users {
	background-image: url(../images/users.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
	background-color:#52414C;
}
.drivers {
	background-image: url(../images/users.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
	background-color:#E8BF58;
}
.delivery {
	background-image: url(../images/lang.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #00aeef;
	background-size: 40px;
}
.backend {
	background-image: url(../images/backend.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.operation {
	background-image: url(../images/operation.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.changepassword {
	background-image: url(../images/changepassword.png);
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 38%;
}
.logout {
	background-image: url(../images/logout.png);
	background-position: 50% 30%;
	background-repeat: no-repeat; 
	 background-size: 25%;
}
.internal-title {
	text-align: left;
	text-transform: capitalize;
	color: #43525a;
	font-size: 23px;
	font-weight: 400;
	margin-left: 1%;
	line-height: 27px;
	margin-bottom: 20px;
}
.period-time {
	margin-left: 0;
	font-size: 18px;
	overflow: auto;
	margin-bottom: 30px;
}
.custom-label {
	height: 25px;
	padding: 5px;
	color: #c2c6ca;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c2c6ca;
}
.cb {
    width: 20px;
    height: 20px;
 	margin-left: -25px !important;
}.checkbox-inline {
    line-height: 30px;
}

.box6 {
	width: 24%;
	margin: 1%;
	display: block;
	float: left;
	background: red;
	text-align: center;
	padding: 5px;
	padding-top: 90px;
	color: #fff;
	line-height: 25px;
	border-radius: 5px;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.6);
	margin-bottom: 30px;
}
.boxs-content {
	margin-left: 18.1%;
	overflow: auto
}
.box6:hover {
	text-decoration: none;
	background-color: #1f2b31;
	color: #fff;
	transition: all 1s;
}
.invoices {
	background-image: url(../images/invoices.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #00aeef
}
.dishes {
	background-image: url(../images/dishes.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #37b662
}
.costs {
	background-image: url(../images/costs.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ff0000
}
.income {
	background-image: url(../images/income.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #2e3192
}
.paidt {
	background-image: url(../images/paidt.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #005826
}
.profit {
	background-image: url(../images/profit.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #9e0b0f
}
.radio-item {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 0;
}
.radio-item input[type='radio'] {
	display: none;
}
.radio-item label {
	color: #43525a;
	font-weight: normal;
}
.radio-item label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid #43525a;
	background-color: transparent;
}
.radio-item input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 4px;
	content: " ";
	display: block;
	background: #43525a;
}
.cutom-bg {
	background: #edeeef;
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	margin-bottom: 30px
}
.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: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #acacac;
}
.table > thead > tr > th {
	border-bottom: 1px solid #acacac;
}
input[type=range] {
	-webkit-appearance: none;
}
 input[type=range]::-webkit-slider-runnable-track {
 width: 300px;
 height: 5px;
 background: #ddd;
 border: none;
 border-radius: 3px;
}
 input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #37b662;
 margin-top: -4px;
}
input[type=range]:focus {
	outline: none;
}
.output {
	background: #edeeef;
	border: none;
	width: 85px;
	font-size: 18px;
}
input[type="range"] {
	display: block;
	width: 100%;
	margin: 10px 0px;
}
 input[type=range]:focus::-webkit-slider-runnable-track {
 background: #ccc;
}
.range1 {
	overflow: auto;
	margin-bottom: 15px;
}
.range2 {
	overflow: auto;
	margin-bottom: 15px;
	height: 90px;
	position: relative
}
.date1 {
	position: absolute;
	bottom: -40px;
	left: 0;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	display: table;
	width: 75px;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.form-horizontal.tasi-form .form-group .save{float:right}
.date2 {
	position: absolute;
	bottom: -40px;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	display: table;
	width: 75px;
	left: 50%;
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.tab-one>.nav-tabs > li > a {
	font-size: 17px;
	color: #43525a;
	background: #fff;
	border: none;
	border-radius: 10px 10px 0 0;
	margin: 0px 1px;
	/*min-width: 100px;*/
	text-align: center;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.07);
	min-height: 55px;
	line-height: 31px;
	font-weight: 400;
}
.tab-one> .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	font-weight: 400;
}
.tab-one > .nav-tabs > li.active > a, .tab-one > .nav-tabs > li.active > a:hover, .tab-one > .nav-tabs > li.active > a:focus {
	cursor: default;
	position: relative;
	z-index: 12;
	color: #43525a;
	background-color: #FFF;
	background:#6ad58f none repeat scroll 0 0;
	border-color: #ffffff;
	border-bottom: none;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.1);
	line-height: 31px;
	font-weight: bold;
	border: 0px;
}
.tab-one > .tab-content {
	height:80vh;
	background: #1f2b31;
    color: white;
	position: relative;
	z-index: 10;
	min-height: 170px;
	padding: 0;
	border: 1px solid rgba(204, 204, 204, 0.23);
	background: #fff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.07);
	border-radius: 0px 10px 10px 10px;
	font-weight: 400;
}
.tab-one > .nav-tabs > li > a:hover {
	color: #43525a;
	border-color: #edeeef;
	background: #f8f8f8;
}
.tab-one>.nav-tabs > li:nth-child(2) a, .tab-one>.nav-tabs > li:nth-child(2) a:hover, .tab-one>.nav-tabs > li.active:nth-child(2) a:hover {
	/*background-image: url(../images/red.png);*/
	background-position: top center;
	background-repeat: no-repeat
}
.tab-one>.nav-tabs > li:nth-child(3) a, .tab-one>.nav-tabs > li:nth-child(3) a:hover, .tab-one>.nav-tabs > li.active:nth-child(3) a:hover {
	/*background-image: url(../images/green.png);*/
	background-position: top center;
	background-repeat: no-repeat
}
.tab-one>.nav-tabs > li:nth-child(4) a, .tab-one>.nav-tabs > li:nth-child(4) a:hover, .tab-one>.nav-tabs > li.active:nth-child(4) a:hover {
	/*background-image: url(../images/blue.png);*/
	background-position: top center;
	background-repeat: no-repeat
}
.table tbody > tr:nth-child(odd) > th {
	color: #32b55f;
}
.table tbody > tr:nth-child(even) > th {
	color: #f00000;
}
.tab-two {
	margin-top: 15px;
}
.tab-two > .nav-tabs > li > a {
	border-radius: 10px 10px 0 0;
	font-size: 13px;
	color: #43525a;
	font-weight: 400;
	padding: 7px 15px;
	background: white;
	min-height: 47px;
	border-bottom: none;
	line-height: 31px;
}
.tab-two > .nav-tabs > li.active > a, .tab-two> .nav-tabs > li.active > a:hover, .tab-two > .nav-tabs > li.active > a:focus {
	cursor: default;
	position: relative;
	z-index: 12;
	color: #43525a;
	background: #FFF;
	/*font-size: 20px;*/
	line-height: 31px;
	font-weight: bold;
}
.input-box {
	display: inline-block;
	padding: 10px;
	background: #6ad58f;
	width: 22.5%;
	margin: 1%;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
}
.input-box:hover {
	text-decoration: none;
	color: #fff;
	transition: all 1s;
}
.input-item {
	display: inline-block;
	width: 17.4%;
	margin: 1%;
	position: relative;
	height: 80px;
	overflow: hidden;
}
.input-img {
	width: 100%;
}
.input-price {
	display: inline-block;
	text-align: right;
	float: right;
	max-width: 30px;
	font-weight: 600;
	font-size: 14px;
	color: #f30000;
	line-height: 16px;
}
.input-name {
	display: inline-block;
	text-align: left;
	float: left;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 30px;
}
.input-details {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.68);
	width: 100%;
	text-align: center;
	display: block;
	left: 0;
	right: 0;
	padding: 3px 3px;
}
.tab-two > .tab-content {
	position: relative;
	overflow-y: auto;
    max-height: 67vh;
	z-index: 10;
	padding: 0;
	border:none;
	border-top: 1px solid #CCC;
	box-shadow: none;
	display:inline-block;
	width:100%;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }
.item-table{

	overflow-y: scroll;
    height: 55vh;
}
.nav-tabs {
	z-index:0;
	border-bottom: none;
}
.inc.button {
	color: #32b55f;
	display: inline-block;
	font-size: 27px;
	font-weight: 600;
	cursor: pointer;
	float: left;
	line-height: 22px;
}
.order-btn {
	background: #edeeef;
	width: 15%;
	display: inline-block;
	height: 40px;
	border-radius: 5px;
}
.text-feild {
	background: #edeeef;
	padding: 6px 5px;
	border: 1px solid #43525a;
	border-radius: 3px;
	color: #43525a;
	font-size: 16px;
	margin-right: 5px;
	width: 100%;
}
.pay-btn:hover {
	color: #6ad58f;
	transition: all 1s;
	text-decoration:none;
}
.save:hover {
	color: #43525a;
	transition: all 1s;
}
  ::-webkit-input-placeholder {
 color:#43525a;
}

:-moz-placeholder { /* Firefox 18- */
 color:#43525a;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #43525a;
}

:-ms-input-placeholder {
 color:#43525a;
}
.pay-btn {
	font-size: 17px;
	padding: 9px 35px;
	border: none;
	border-radius: 3px;
	color: #fff;
	background: url(../images/pay.jpg) repeat-x;
}
.save {
	display: inline-block;
	font-size: 17px;
	padding: 6px 33px;
	background: #6ad58f;
	border-radius: 3px;
	color: #fff;
	text-transform: capitalize;
	margin-left: 3px;
	border: none;
}
.tasi-form .control-label {
    padding-top: 7px;
    text-align: left;
}
.save:hover {
	text-decoration: none;
	color: #1f2b31;
}
.form-group {
    margin-bottom: 15px;
}
.col-lg-12 .row .form-group {
    overflow: auto;
}
.badge {
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    background: #ed1c24;
}
.btn-order-content {
	text-align: center;
}
.order-btn:hover {
	text-decoration: none;
	background-color: #1f2b31;
	color: #fff;
	transition: all 1s;
}
.tab-btn1 {
	background-image: url(../images/btn-order.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    
}

td.bottomtable{font-size:13px}
button#ServeAll{
    float: right;
}
.tab-btn1:hover {
	background-image: url(../images/btn-order2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn2 {
	background-image: url(../images/btn-order3.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn2:hover {
	background-image: url(../images/btn-order4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn3 {
	background-image: url(../images/btn-order5.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn3:hover {
	background-image: url(../images/btn-order6.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn4 {
	background-image: url(../images/btn-order7.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn4:hover {
	background-image: url(../images/btn-order8.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn5 {
	background-image: url(../images/btn-splitInv.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-btn6 {
	background-image: url(../images/btn-combineInv.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.dec.button {
	color: red;
	display: inline-block;
	font-size: 27px;
	font-weight: 600;
	cursor: pointer;
	line-height: 22px;
}
.input-count {
	max-width: 30px;
	border: none;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}
.table-item td {
	line-height: 32px;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 0px !important;
}
.italic {
	font-weight: 400;
	font-size: 16px;
}
.table-item > tbody > tr:last-child {
	border-bottom: 1px solid #acacac;
}
.top-tab {
	/*position: absolute;*/
	right: 6.6%;
}
.net-total, .discount, .grand {
	display: inline-block;
}
.top-tab {
	position: fixed;
    bottom: 0;
    top: unset;
    background: #5db3c6;
    width: 100%;
    left: 0vh;
	border-top: 1px solid white;
	z-index:1000;
	text-align:center;
	
}
.percent-icon {
	background: #334f5c;
	padding: 5px 10px;
	border-radius: 0px 5px 5px 0;
	color: #fff;
	margin-left: -4px;
}
table.table.table-striped.table-advance.table-hover > thead > tr > td {
	color: #1f2b31;
 	font-weight: 600;
}
.net {
	font-size: 23px;
	margin: 0px 4px;
}
.total-grand {
	font-size: 23px;
	margin-left: 4px;
	color: #ec000b;
}
.discount-price {
	max-width: 45px;
	background: #edeeef;
	border: 1px solid #bababa;
}
input.discount-percent {
	max-width: 40px;
	background: #edeeef;
	border: 1px solid #bababa;
}
.table-no {
	margin-bottom: 15px;
	float: right
}
.tab-content-box {
	position: relative;
}

.disable-link {
	cursor: not-allowed;
	opacity: 0.65;
}

.scrollable-menu {
    height: auto;
    max-height: 330px;
    overflow-x: hidden;
}

.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #48bcb4;
  border-color: #48bcb4;
}

.pos-top-tab
{
    width:100%;
	height:20px;
    margin-bottom:2px;
	border-radius:5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
	padding-top:5px;
	font-family: 'LatoWeb';
	font-size:12px;
}

.search-pos-top-tab{
	padding-top:1px !important;
	font-size:11px !important;
	font-weight:normal !important;
	margin-top:5px;
}

.pos-tab {background:#00aef0 !important;}
.manager-tab{background:#ff0000 !important;}
.mobile-tab{background:#32b55f !important;}
.mobile-delivery{background:#f0bb00 !important;}
.bills-back{background:#1f2b31 !important;}

.table-icon{
	background: url(../images/table.png);
    display: inline-block;
    height: 36px;
    width: 70px;
	font-family: 'LatoWeb';
	font-size:20px;
	font-weight:bold;
	color:red;
}

.delivery-icon{
	background: url(../images/delivery.png);
    display: inline-block;
    height: 50px;
    width: 70px;
}

.takeaway-icon{
	background: url(../images/takeaway.png);
    display: inline-block;
    height: 61px;
    width: 70px;
}

.bills-icon{
	background: url(../images/bills.png);
    display: inline-block;
    height: 75px;
    width: 60px;
}

.extra1-icon{
	background: url(../images/extra1.png);
    display: inline-block;
    height: 20px;
    width: 25px;
}
.productsitems
{
  padding: 0 !important;
  margin:3px !important;
  width: 130px;
  min-height:122px;
}
.productsitems img {
    min-height: 112px;
	max-width: 100%;
	border: 1px solid wheat;
}

.shorttile
{
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    bottom: 0;
    color: #671104;
    font-size: 14px;
    left: 0;
    min-height: 50px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;

    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}
.shorttile span {
	color: #ff0000;
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin-right: 2px;
    position: absolute;
    top: -18px;
    padding: 0px 0px;
    text-align: center;
    left: 0;
    width: 100%;
    background: white;
}

.centered {
	text-align: center;
}

.noItem {
  	font-weight: normal !important;
    line-height: 30px !important;
}

.input-white {
	border:0 !important;
	background:#FFF !important;
	width: 42px;
	text-align:center;
	box-shadow:none;
}

.counter-div {
	display: inline-flex;
    margin: 0 10px;
}

h4 {
    font-size: 14px;
    color: #ed1c24;
    margin-top: 0px;
}
.bg-info{
    background: #dfdfdf;
    color: #1f2b31;
    width: 50px;
    padding: 8px 5px;
	border-radius: 0px;
}
.bg-info2 {
    background:#dfdfdf;
	border-radius: 0px;
}
.table-striped > tbody > tr:nth-child(odd) td:nth-child(odd){
    font-weight: 600;
}
.table-striped > tbody > tr:nth-child(even) td:nth-child(odd){
    font-weight: 600;
}
.supervisor-box {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
    background: rgba(237, 238, 239, 0.17);
}
button.btnarrow.btn-default .fa{
    color: #fff!important;
    font-size: 18px!important;
    line-height: 15px!important;}
	.bg-info3 {
    background: #dfdfdf;
    border-radius: 0px;
    padding: 8px 5px;
}
.orderBut{
    width: 48%;
}
a.btn.btn-success.btn-lg.orderBut.accept{margin-right:4%}
.btn-warning.btn.leftBut {
    width: auto;
    float: right;
}
.mb {
    margin-top: 0;
}
 .bg-info {

font-size:14px}

.bg-info3 {
font-size:14px}


.pageNum
{
  float:left;
  width:100%;
  height:30px;
  margin:10px 0;
  list-style:none;
  text-align:center;
  display:inline-block;
}

.pageNum span
{
  margin:7px;
  padding:1px;
  height:15px;
  color:#990000;
  font-size:20px;
}

.pageNum span a
{
  color:#006;
  width:40px;
  display:inline-block;
  text-decoration:none;
}

.pageNum span.cur a{ color:#C60; }

.pageNum span.arrow a{ color:#39C; }


.nav-tabs > li{ width:20%; }


 @media (max-width:1270px) and (min-width:1200px) {

.supervisor-box {
    border-radius: 5px;
    padding: 10px 10px 10px 4px;
	overflow: hidden;}}
 @media (max-width:1200px) and (min-width:992px) {
.form-group.custome-label {
	display: inline-block;
	width: 83%;
}
/*.website-content {
	margin-left: 75px;
}*/
/* .box2 {
	height: 120px;
	padding-top: 70px;
} */
.box3 {
	height: 75px;
	padding: 20px;
}
.col-lg-6.col-md-12 {
	margin-top: 30px;
}
.tab-one {
	margin-left: 0;
}
.top-tab {
	position: fixed;
    bottom: 0;
    top: unset;
    background: #5db3c6;
    width: 100%;
    left: 0vh;
	border-top: 1px solid white;
	z-index:1000;
	text-align:center;
	
}
.text-feild {
	width: 100%;
	margin-bottom: 15px;
}
.percent-icon {
	margin-left: -5px;
}
/*mohamed changed*/
.tab-content-box {
	position: relative;
}
}
 @media (max-width:991px) and (min-width:768px) {
/*.website-content {
	margin-left: 10%;
}*/
.box1 {
	width: 23%;
	margin: 1%;
}
.box2 {
	width: 23%;
	margin: 1%;
}
.box3 {
	width: 23%;
	margin: 1%;
}
.box4 {
	width: 23%;
	padding: 28px 0px;
}
.custom-margin {
	margin-left: 1%;
}
.box5 {
	height: 145px
}
.range2 {
	overflow: auto;
	margin-bottom: 15px;
	height: 110px;
	position: relative;
}
.tab-one {
	margin-left: 0;
}

.tab-two > .tab-content {
	margin-bottom: 15px;
	height: 35vh;
}
.table-no {
	margin-bottom: 15px;
	float: left
}
.tab-content-box {
	position: relative;
}
.btn-xs {
    margin-bottom: 10px;
}
}
 @media (max-width: 767px) and (min-width:320px) {
.leftBut {
    float: left;
}
.top-header-login {
	margin-top: 50px;
	margin-bottom: 40px;
}
.logo-login {
	margin-top: 22px;
	height: 100px;
}
.form-group.custome-label {
	width: 92%;
}
.login-title {
	margin-bottom: 35px;
}
form {
	width: 100% !important;
	margin: 0 auto;
}
/*.website-content {
    margin-left: 85px;}*/
.box1 {
	width: 48%;
	margin: 1%;
	margin-bottom: 10px;
}
.box2 {
	width: 48%;
	margin: 1%;
}
.box3 {
	width: 48%;
	margin: 1%;
	height: 120px;
	padding-top: 65px;
}
.box4 {
	width: 100%;
	padding: 28px 14px;
}
.custom-margin {
	margin-left: 1%;
	;
}
.box5 {
	height: 120px
}
.box5 {
	width: 48%;
	margin-bottom: 5px
}
.box6 {
	width: 90%;
}
.boxs-content {
	margin-left: 7.1%;
	overflow: auto;
}
.date2 {
	position: absolute;
	bottom: -46px;
}
.date1 {
	position: absolute;
	bottom: -46px;
}
.range2 {
	overflow: auto;
	margin-bottom: 15px;
	height: 100px;
	position: relative;
}
.internal-title {
	font-size: 15px;
	font-weight: 600
}
h4.internal-title {
    line-height: 35px;
    font-size: 15px;
    margin-left: 5px;
}
.btn-xs {
    margin-bottom: 10px;
}
.cutom-bg {
	background: #edeeef;
	padding: 10px;
}
.output {
	background: #edeeef;
	border: none;
	width: 35px;
	font-size: 16px;
}
.top-tab {
	position: fixed;
    bottom: 0;
    top: unset;
    background: #5db3c6;
    width: 100%;
    left: 0vh;
	border-top: 1px solid white;
	z-index:1000;
	
}
.tab-one > .tab-content {
	height:unset;
}
.nmpd-wrapper .btn, .nmpd-wrapper .btn:hover {
    padding: 18px 27px !important;
}
ul.right {
    width: 14vw!important;
	z-index: 999;
	border-left: 1px #828282 solid;
}
.tab-one{
	height:unset!important;
	margin-bottom: 10vh;
}
.col-md-7,.col-md-5
{
	padding:0;
}
.input-box {
	display: inline-block;
	padding: 10px;
	background: #6ad58f;
	width: 98%;
}
.input-item {
	display: inline-block;
	width: 17.4%;
	height: 60px;
}
.text-feild {
	background: #edeeef;
	font-size: 13px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.order-btn {
	width: 20%;
}
.tab-one>.nav-tabs > li > a {
	font-size: 15px;
	/*width: 150px;*/
	min-height: 55px;
}
.tab-one > .nav-tabs > li.active > a, .tab-one > .nav-tabs > li.active > a:hover, .tab-one > .nav-tabs > li.active > a:focus {
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.3);
	font-size: 17px;
	line-height: 31px;
	font-weight: 400;
	border: 0px;
}
.container {
	width: 100vw!important;
}
.nav-tabs.mob > li {
    width: 25%;
}
.tab-two > .nav-tabs > li > a {
	font-size: 14px;
	padding: 7px 5px;
	line-height: 31px;
}
.tab-two > .nav-tabs > li.active > a, .tab-two> .nav-tabs > li.active > a:hover, .tab-two > .nav-tabs > li.active > a:focus {
	font-size: 16px;
	line-height: 31px;
	font-weight: 600;
}
.pay-btn {
	font-size: 13px;
	padding: 7px 35px;
}
.save , .leftBut {
	font-size: 13px;
	padding: 7px 15px
}
h4 {
    font-size: 14px;
    color: #ed1c24;
    margin-top: 10px;
	    margin-bottom: 0;
}

.btn-warning.btn.leftBut {
    width: auto;
    float: left;
}
.backbtn.btn.leftBut {
    float: left;
}

.form-horizontal.tasi-form .form-group .save{float:left}
}
@media (max-width: 500px) and (min-width: 320px) {
.bg-info {
    width: 40px;
font-size:12px}

.bg-info3 {
font-size:12px}
a.btn.btn-xs {
min-width: 20px;
  width: 25px;
    padding: 0;
    font-size: 10px;
    line-height: 20px;
    height: 23px;
}
.supervisor-box {
 
    padding: 20px 0;
}
.bottomtable .btnserver {
    width: auto;
min-width:30px
}

.website-content {
	left: 0;
    margin-top:0;
}
.table > tbody > tr > td {
    padding: 13px 2px !important;
    font-size: 10px;
    text-align: center;
}
 .table > thead > tr > td{padding: 13px 2px !important;
    font-size: 11px;
font-weight:600;    text-align: center;}}
@media (max-width: 767px) and (min-width: 624px) {


}
@media (max-width:623px) and (min-width:560px) {

}
 @media (max-width: 666px) and (min-width:581px) {
.form-group.custome-label {
	width: 91%;
}
}
@media (max-width:580px) and (min-width:526px) {
.form-group.custome-label {
	width: 90%;
}
}
@media (max-width: 525px) and (min-width: 481px) {
.form-group.custome-label {
	width: 89%;
}
}
@media (max-width: 480px) and (min-width: 443px) {
.form-group.custome-label {
	width: 88%;
}
}
@media (max-width: 442px) and (min-width: 412px) {
.form-group.custome-label {
	width: 87%;
}
}
@media (max-width: 411px) and (min-width: 384px) {
.form-group.custome-label {
	width: 86%;
}
}
@media (max-width: 383px) and (min-width: 320px) {
.form-group.custome-label {
	width: 82%;
}
.icon-login {
	width: 16%;
	text-align: center;
}
.input-item {
	width: 44.4%;
}
}

.bottomtable
{
    border-bottom: 1px solid #32b55f !important;
}
.inkitchen
{
    color:#ea0000 !important;
}
.orderinprocess
{
    color:#f0bb00 !important;
}

.orderReady
{
    color:#00b4ff !important;
}

.orderServed
{
    color:#17a548 !important;
}

.selected {
    background-color: brown;
    color: #FFF;
}

.big-form {
	height: 30px;
	font-size: 20px;
}

.nmpd-target-new {
	line-height:1.4;
}

.numero{
	font-size:20px;
}
.balance{
	color:red !important;
}