@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.page-header {
	vertical-align: middle;
	margin: 10px 0;
	padding: 0;
	border-bottom: none;
}
.page-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #848484;
	display: inline-block;
	margin-bottom: 15px;
}
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0 10px;
}
.breadcrumb li a {
	color: #999999;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.breadcrumb li:last-child a {
	color: #1e91cf;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "/";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
}
a:hover, a:focus {
	text-decoration: none;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#container {
	min-height: 100%;
	width: 100%;
	position: relative;
}
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
#header {
	min-height: 0;
	border-bottom: 1px solid #a3a6a6;
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
}
#header .nav > li {
	float: left;
}
#header .nav > li li {
	min-width: 200px;
}
#header .navbar-header {
	min-height: 0;
	padding: 0;
	background: #262632;
	width: 140px;
}
/* Mobile */
@media (max-width: 767px) {
	#header .navbar-header {
		margin-right: 0;
		margin-left: 0;
		float: left;
	}
}
#header #button-menu + .navbar-brand {
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	height: auto;
}
#button-new-order_new {
	padding: 8px 8px 8px 8px !important;
}
#header .nav > li > a {
	padding: 3px 16px;
	line-height: 49px;
	cursor: pointer;
	color: #6D6D6D;
	border-left: 1px solid #a3a6a6;
}
#header .nav > li > .btn {
	padding: 10px 15px;
	line-height: inherit;
	margin: 6px;
}
#header .nav > li > a.btn-primary:hover, #header .nav > li > a.btn-primary:focus, #header .nav > li > a.btn-primary.focus, #header .nav > li > a.btn-primary:active, #header .nav > li > a.btn-primary.active,
#header .nav > li > a.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #1872a2;
	border-color: #115376;
}
#header .nav > li > a.btn.btn-primary {
	color: #ffffff;
}
#header .nav > li > a > .label {
	text-shadow: none;
	padding: 1px 4px;
	position: absolute;
	top: 8px;
	left: 6px;
}
#button-menu {
	padding: 15px 7px;
	line-height: 25px;
	float: left;
	display: inline-block;
	cursor: pointer;
	color: #f58908;
	background: #e2e2e2;
	margin-left: 110px;
}
#profile {
	display: none;
}
#customer-list.small-list table td:nth-child(2),#customer-list.small-list table td:nth-child(2), #customer-list.small-list table td:nth-child(5),#customer-list.small-list table td:nth-child(6)   {display: none;}
#button-small {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#column-left.active #profile {
	display: block;
	padding: 10px 15px 10px 15px;
	/* overflow: auto; */
	border-bottom: 1px solid #585858;
	text-align: center;
}
#profile div {
	/* float: left; */
	color: #C4C4C4;
}
#profile div + div {
	/* margin-left: 15px; */
}
#profile h4 {
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0;
}
#column-left {
	width: 40px;
	min-height: 100%;
	background-color: #262632;
	position: fixed;
	top: 0;
	padding-top: 56px;
	z-index: 10;
	transition: all 0.3s;
}
#column-left.active {
	width: 200px;
	display: block;
}
#content {
	padding-bottom: 70px;
	transition: all 0.3s;
}
#column-left + #content {
	margin-left: 40px;
}
#column-left + #content + #footer {
	margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
	#column-left {
		overflow: hidden;
		display: none;
	}
	#column-left + #content {
		margin-left: 0;
	}
	#column-left + #content + #footer {
		margin-left: 0;
	}
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #515151;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 14px;
	padding-left: 9px;
	border-bottom: 1px solid #585858;
	text-align: center;
}
#menu > li > a:hover {
	background-color: #444444;
}
#menu > li > a > span {
	display: none;
	margin-left: 1px;
	margin-top: 4px;
}
#menu li li a {
	color: #9d9d9d;
}
#menu li li a:hover {
	color: #FFFFFF;
	background-color: #373737;
}
#menu li li a:before {
	content: "\f101";
	font-size: 18px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;
}
#menu li li a:hover:before {
	margin-right: 5px;
}
#menu > li.active > a {
	color: #262632;
	background: #eaeaea;
	border-left: 5px solid #f58908;
	border-bottom: 0;
}
#menu li.active li a {
	color: #C4C4C4;
}
#menu li li.active > a:last-child {
	color: #FFFFFF;background-color: #4a4c5a;
}
#menu li li.active a:last-child:before {
	margin-left: 20px;
	margin-right: 10px;
}
#menu li.active i {
	color: #F58908;
}

#more li.active i{
	color:#f56b6b !important;
}

#more li.active > a {
	color: #262632;
	background: #eaeaea;
	border-left: 5px solid #f56b6b;
	border-bottom: 0;
}
#menu > li > ul {
	position: absolute;
	left: 40px;
	bottom: 0;
	width: 200px;
	background-color: #444444;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li:not(#more) li a.parent:after, #column-left.active #menu > li > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	margin-right: 0;
	top: 20px;
	right: 10px;
}
#menu li:not(#more) li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}

#more li a.parent:after{
	/*display: inline-block;*/
	font-family: FontAwesome;
	content: "\f107";
	position: relative;
	margin-right: 0;
	float: right;
	line-height: 0;
}

#more li.open > a.parent:after{
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}



#menu li:not(#more) ul a {
	padding-left: 5px;
}
#menu li:not(#more) li ul a {
	padding-left: 20px;
}
#menu li:not(#more) li li ul a {
	padding-left: 60px;
}
#menu li:not(#more) li li li ul a {
	padding-left: 80px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {

	#mobile_menu{
		display: none;
	}
	#column-left.active {
		/* overflow: auto; */
	}

	#column-left.active + #content {
		padding-left: 111px;
		margin-left: 0;
	}
	#column-left.active + #content + #footer {
		margin-left: 235px;
	}
}

#cboxLoadedContent{
	padding: 20px;
}
/* Mobile */
@media (max-width: 767px) {

	#mobile_menu > ul >li > .dropdown-menu{
		position: absolute;
		background-color: rgba(226,226,226,0.95);
		width: 100%;
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		border: 1px solid rgba(0,0,0,0.15);
		margin-top: 1px;
		overflow-y: auto;
		max-height: 90vh;
		/*right: 0;*/
		/*float: right;*/
	}

	/*.dropdown-header{*/
	/*font-size: 11px;*/
	/*word-break: break-all;*/
	/*}*/

	#header{
		width: 100%;
		position: fixed;
		top:0;
	}

	#header a{
		font-size: 14px;
	}

	#header li a.btn{
		font-size: 14px;
		width: 100%;
		color: white;
		padding: 8px 12px 8px 25px;
		text-align: left;
		margin-top: 2px;
	}

	#header li button{
		font-size: 14px;
		width: 100%;
		color: white;
		text-align: left;
		padding-left: 25px;
	}

	#content{
		margin-top: 65px;
	}

	.navbar-header{
		width: 33% !important;
	}

	.navbar-header>a{
		position: static !important;
		/*width: 33% !important;*/
	}

	#button-menu{
		display: none;
	}

	.nav.pull-left{
		display: none;
	}

	.nav.pull-right{
		display: none;
	}

	#header_buttons{
		position: relative!important;
	}

	#header_buttons:focus ~ ul{
		padding: 0;
		margin: 0;
		list-style: none;
		position: relative;
		display: block !important;
	}

	#column-left {
		display: none !important;
	}
	#column-left.active + #content {
		position: relative;
		/*left: 195px;*/
	}
	#column-left.active + #content + #footer {
		position: relative;
		/*left: 195px;*/
	}

	#mob_menu2 + ul > li > ul > li > ul > li a:before{
		content: "> ";
		padding-left: 15px;
	}

	#mob_menu2 + ul > li > ul > li  a:before{
		content: "> ";
		padding-left: 5px;

	}

	tr.customer{
		content: "media";
	}

	tr.order_info{
		content: "media";
	}

	/*ul:last-child.dropdown-menu{*/
	/*right: 0 !important;*/
	/*left: auto !important;*/
	/*}*/

	.dropdown-menu{
		min-width: 200px;
	}

	#mobile_menu > ul > li.dropdown:last-child > ul{
		right: 0;
		left: auto;
		min-width: 250px;
	}



	#sticky-customer{
		display: none;
	}
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


#column-left.active {
	width: 110px;
}
#column-left.active #menu li i {
	font-size: 35px;
}
#column-left.active #menu > li > a > span {
	display: list-item;
	text-align: justify;
}
#column-left.active #menu > li > ul {
	position: absolute;
	bottom: 0;
	width: 200px;
	visibility: visible;
	left: 110px;
	z-index: 10;
}

#column-left.active #menu > li > .collapsing-menu {
	position: absolute;
	width: 331px;
	visibility: visible;
	left: 110px;
	height: inherit;
	overflow: initial;
	background-color: #262632;
	border-left: 1px solid #585858;
}

#more>a{
	color: #262632 !important;
	background: #eaeaea;
	border-left:5px solid #f56b6b;
}
#more>a:hover{
	background: #eaeaea !important;
}

#more>ul>li>a:before{
	content: '' !important;
}

/*#more .in>li>a{*/
/*padding-left: 5px !important;*/
/*}*/

#more>a>i{
	color: #f56b6b;
}

#column-left.active #menu > li > .collapsing-menu > li {
	display: inline-block;
	width: 110px;
	vertical-align: top;
	/* margin-right: 5px; */
	/* margin-bottom: 5px; */
	border-right: 1px solid #585858;
}

/*#column-left.active #menu > li > .collapsing-menu > li ul {*/
/*position: absolute;*/
/*left: auto;*/
/*top: 0;*/
/*width: 300px;*/
/*visibility: visible;*/
/*left: 110px;*/
/*}*/
/* footer */
#footer {
	height: 65px;
	text-align: center;
	margin: -65px auto 0;
	background-color: #e2e2e2;
	border-top: 1px solid #a3a6a6;
	padding: 10px 0;
	line-height: 20px;
}

/* Navs */
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #999;
}
/* Tabs */
.nav-tabs > li > a {
	color: #666;
	border-radius: 2px 2px 0 0;
	border: 1px solid #e3e3e3;
	padding: 0.5rem 1.75rem !important;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs {
	margin-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	/*font-weight: bold;*/
	color: #000000;
}
.form-control:hover {
	border: 1px solid #b9b9b9;
	border-top-color: #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #1E91CF;
	content: "\f059";
	margin-left: 4px;
}
fieldset legend {
	padding-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0;
}
.radio, .checkbox {
	min-height: 18px;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
	width: 13px;
	width: 16px \0;
	height: 13px;
	height: 16px \0;
	-webkit-appearance: none;
	background: white;
	border: 1px solid #c6c6c6 ;
	border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
	border-color: #4d90fe;
	outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
	background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	width: 15px;
	width: 18px \0;
	height: 15px;
	height: 18px \0;
	border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 7px;
	height: 7px;
	content: '';
	background: #666;
	border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: none \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
	position: absolute;
	top: -6px;
	left: -5px;
	display: block;
	content: url('../image/checkmark.png');
}

.table thead td {
	font-weight: bold;
	background-color: #cad3d6;

}
.table tbody > tr > td {
	padding: 8px 8px;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
	border: 0 solid #dddddd;
}
.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}

.pagination {
	margin: 0;
}

/* Panels */
.panel {
	border-radius: 0;
}
.panel-customer .panel-body {
	background: #FFFFFF;
	min-height: 358px;
}
.panel-customer .tile{
	margin-top: -16px;
	margin-left: -1px;
	margin-right: -1px;
}
.panel .panel-heading {
	position: relative;
}

.call .panel-heading {
	position: inherit !important;
}

.panel-heading h3 i {
	margin-right: 8px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading i {
	font-size: 16px;
	font-weight: 500;
}
.panel-heading h3 {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}
.panel-order .panel-body {
	background: #FFFFFF;
	min-height: 358px;
}

/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}


/* Default Panel */
.panel-default {
	border: 1px solid #a3a6a6;
	border-top: 4px solid #0f9bf2;
}

.panel-default .panel-heading {
	color: #595959;
	border-color: #e8e8e8;
	background: #f6f6f6;
}
.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	background-color: #279FE0;
	color: #FFFFFF;
	transition: all 1s;
}
.tile:hover {
	opacity: 0.95;
}

.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	background-color: #1E91CF;
	color: #FFF;
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;
}
.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	font-size: 42px;
}
.tile-footer {
	padding: 5px 8px;
	background-color: #3DA9E3;
}
#column-left.active #stats {
	display: block;
}
#stats {
	display: none;
	border-radius: 2px;
	color: #666666;
	background: #2b2b2b;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
	display: block;
	visibility: unset;
}
.collapse {
	display: none;
	visibility: unset;
}
/* Menu Fix For System -> Layout -> Banner */

.table tbody > tr > td {
	border-top: 1px solid #a3a6a6;
	background-color: #f6f6f6;
	font-size: 14px;
	color:#515460;
	cursor: pointer;
}

.table tbody > tr:hover > td{
	background-color: #cad3d6 !important;
	border-top: 1px solid #a3a6a6;
}
.table tbody > tr.active > td:last-child{
	/*         border-right: 10px solid #0f9bf2;
        padding-right: 8px;*/
}
.table  tr > td:last-child {
	/*   padding-right:  8px;
       border-right: 10px solid #F6F6F6;*/
}
.table  tr > td:first-child{
	/* padding-left: 8px;
         border-left: 10px solid #F6F6F6;*/
}
.table thead  tr > td:last-child {
	/*padding-right:  8px;*/
	/*  border-right: 10px solid #cad3d6;*/
}
.table thead  tr > td:first-child{
	/*padding-left: 8px;*/
	/* border-left: 10px solid #cad3d6;*/
}
.table tbody > tr:hover > td:first-child, .table tbody > tr.active > td:first-child{
	/*  border-left: 10px solid #0f9bf2;
          padding-left: 8px;*/
}
.panel-customer .name
{
	color:#515460;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: normal;
}
.table tbody > tr.own > td:first-child, .table tbody > tr.own > td:first-child {
	border-left: 10px solid #0FF2C8;
	padding-left: 8px;
}
.panel-customer .main_phone,
.panel-customer .other_phone
{
	color:#515460;
	line-height: normal;
	font-size: 21px;
}
.panel-customer .main_address,
.panel-customer .other_address,
.panel-customer .custom_field
{
	color:#656874;
	line-height: normal;
	font-size: 19px;
}

.panel-customer .other_phone,
.panel-customer .other_address
{
	color:#939497;
}

.table > thead > tr > td {
	border-right: 0;
	border-left: 0;
}
.panel-customer .panel-title {
	font-size: 21px;
	color:#515460;
	line-height: normal;
	border-bottom: 1px solid #a3a6a6;
	margin-bottom: 15px;
}
.panel-customer .btn-lrg {
	font-size: 16px;
	position: relative;
}
.panel-customer .btn-lrg .fa {
	padding-right: 10px;
	font-size: 18px;
	border-right: 1px solid #FFFFFF;
	margin-right: 10px;
	line-height: 1.42857143;
}
.btn-primary {
	background-color: #0f9bf2;
}

.btn-success {
	background-color: #6fb955;
}
.panel-customer-show .name {
	color: #515460;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: normal;
}
.panel-customer-show .main_phone, .panel-customer-show .other_phone {
	color: #515460;
	line-height: normal;
	font-size: 24px;
}
.panel-customer-show .title_last_oper {
	color: #515460;
	font-size: 18px;
	margin-bottom: 5px;
}
.panel-customer-show .panel-title {
	font-size: 24px;
	color: #515460;
	line-height: normal;
	border-bottom: 1px solid #a3a6a6;
	margin-bottom: 15px;
}
.panel-customer-show .main_address, .panel-customer-show .other_address {
	color: #656874;
	line-height: normal;
	font-size: 20px;
}
.panel-customer-show .other_phone, .panel-customer-show .other_address {
	color: #939497;
}
.panel-customer-show .btn-lrg .fa {
	padding-right: 10px;
	font-size: 20px;
	border-right: 1px solid #FFFFFF;
	margin-right: 10px;
	line-height: 1.42857143;
}
.panel-customer-show .btn-lrg {
	font-size: 19px;
	position: relative;
}

.product-card{
	position: relative;
	min-height: 1px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #a3a6a6;

}

.px-2{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.pl-2{
	padding-left: 5px !important;
}
.pr-2{
	padding-right: 5px !important;
}

.py-3{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.py-2{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.pl-0{ padding-left: 0 !important; }
.pr-0{ padding-right: 0 !important; }
.px-0{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.ml-2{margin-left: 5px !important;}
.mr-2{margin-right: 5px !important;}
.mx-2{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.ml-3{margin-left: 10px !important;}
.mr-3{margin-right: 10px !important;}
.mx-3{
	margin-left: 10px !important ;
	margin-right: 10px!important;
}
.ml-0{margin-left: 0 !important;}
.mr-0{margin-right: 0 !important;}
.mx-0{
	margin-left: 0 !important ;
	margin-right: 0!important;
}

.product-card .product-row{
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.product-card.list{
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.product-card.list .product-card-weight{
	text-align: center;
}
.product-card.list .product-card-price{
	text-align: right;
}

.product-card.list .product-row{
	/*display: flex;
	flex-direction: row;*/
	align-items: stretch;
}


.product-card.tiles{
	flex: 0 0 33%;
	max-width: 33%;
	padding-right: 0;
	padding-left: 0;
	display: flex;
	border-right: 1px solid #a3a6a6;
}

.product-row.selected{
	background-color: #c8ffad;
}

.product-card.tiles .product-row {
	justify-content: space-between;
}

.product-card.tiles .product-row .product-card-price{
	margin-top: 0.5rem;
}
.product-card.tiles .product-row .product-card-weight{
	font-style: italic;
}

.product-card.tiles .product-row [class*='col']{
	float: none;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.product-card.tiles input{
	display: none;
}

.w-100{
	width: 100% !important;
}

.flex-column{
	display: flex;
	flex-direction: column;
}

/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxOverlay{position:fixed; width:100%; height:100%; overflow:hidden;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxOverlay{background:#333333}
#cboxContent{background:#fff; overflow:hidden; border:none; padding:20px; border-radius:3px; }
.quickview #cboxContent{padding-right:7px; padding-top:30px; }
.login #cboxContent{padding:0; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{}
#cboxTitle{display:none !important;}
#cboxCurrent{display:none !important;}
#cboxSlideshow{display:none;}
#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-40px; display:none; text-indent:-9999px; }
#cboxPrevious { left:40px; }
#cboxNext { right:90px; }
#cboxPrevious:after, #cboxNext:after { font-family:fontAwesome; font-size:28px; line-height:48px; text-align:center; background: #666666; background: rgba(51, 51, 51, 0.5); position:absolute; display:block; width:50px; height:50px; text-indent:0; color:#ffffff; transition:all 300ms; border-radius:3px; }
#cboxPrevious:hover:after, #cboxNext:hover:after { background: #333333;}
#cboxPrevious:after { content:"\f104";}
#cboxNext:after { content:"\f105";}
#cboxClose{     position: absolute;
	font-size: 0;    top: -13px;
	right: 50px;
	text-indent: -9999px;}
#cboxClose:hover:after{ color:#000;background-color:#fff;transition:all 300ms;border:1px solid #ccc;}
#cboxClose:after { content:"\f105 \f104"; font-family: fontAwesome; color:#fff;background-color: #000;border:1px solid #000;
	letter-spacing:-2px; font-size:18px; line-height:30px; text-align:center; position:absolute; display:block; width:30px; height:30px; text-indent:0; transition:all 300ms;}

/* Popup Login & Popup cart notification */
#colorbox.login #cboxContent .top {
	padding:40px 19px 20px;
}
#colorbox.login #cboxContent .cart_notification .product {
	padding:19px 20px;
	display:table;
	width:100%;
}
#colorbox.login #cboxContent .product img {
	float:left;
	margin-right:20px;
}
#colorbox.login #cboxContent .product span {
	padding-top:10px;
	display:block;
}
#colorbox.login #cboxContent .heading {
	display:block;
	margin-bottom:25px;
}
#colorbox.login #cboxContent h2 {
	margin: 0;
	line-height: 34px;
}
#colorbox.login #cboxContent .forgotten {
	display:inline;
	margin-left:10px;
}
#colorbox.login #cboxContent .bottom {
	padding:20px 19px;
	border-top:1px solid #4AC4FA;
}
#colorbox.login #cboxContent .bottom #social_login_content_holder #d_social_login {
	margin-bottom:0 !important;
}
#colorbox.login #cboxContent .cart_notification .bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#popup-cart-info .product-row{
	border-color: transparent;
	border-bottom: 1px solid #e3e3e3;
}
#popup-cart-info .panel-title {
	height: 55px;
	line-height: 55px;
	text-align: left;
	font-size: 24px;
	color: #0f9bf2;
	text-indent: 20px;
}
#popup-product-info #input-product {
	height: 25px;
	padding: 2px 5px;
}

#popup-product-info .select-view i{
	cursor: pointer;
}
#popup-product-info .select-view i:hover{
	opacity: 0.8;
}

#popup-category-info .category-select{
	background-color: #f58908;
	color:#fff;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}
#tab-menu #popup-c {
	margin: 0 -15px;
}
#popup-product-info {
	border-right: 1px solid #A3A6A6;
}
#popup-category-info .category-select img{
	margin: 0 auto;/*min-height: 100px;*/
}
.product-row, .product-row-new  {
	color: #515460;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 10px;
}
.product-row input,.product-row label, .product-row-new input,.product-row-new label {
	cursor: pointer;
}
#popup-category-info {
	border-right: 1px solid #A3A6A6;
}
.btn-mini.btn{
	padding: 4px 8px;
}
.btn-plus {
	background-color: #6fb955;
	color: #fff;
	font-size: 14px;
}
.btn-minus {
	background-color: #d6d7d5;
	color: #fff;
	font-size: 14px;
}
.quantity-remove{
	background-color: #f94545;
	color: white;
}
.product-row.active, .product-row-new.active {
	background-color: #F5E6D2;
}
.sub-total, .total {
	font-size: 14px;
	line-height: normal;
	text-align: left;
	border-top: 1px solid;
	padding-top: 10px;
	margin-bottom: 0;
}

.sub-total strong, .total  strong{
}
.panel-footer {
	border: 0;
	border-top: 1px solid #a3a6a6;
	padding: 12px 0;
	background-color: #fff;
}
.btn-danger.badge{
	background-color: #f56b6b;
}
.buttons {
	display: flex;
	padding: 0 20px;
}
#popup-order-info .panel{
	margin-bottom: 0;
}
#popup-customer-info .panel-title,#popup-order-info .panel-title  {
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color: #515460;
	background-color: #F6F6F6;
	border-right: 1px solid #A3A6A6;
	border-bottom: 1px solid #A3A6A6;
	margin-left: 1px;
}
#popup-category-info .panel-title, #popup-product-info .panel-title{
	height: inherit;
	line-height: 1.1;
	text-align: center;
	font-size: 20px;
	color: #515460;
	background-color: #F6F6F6;
	border-right: 1px solid #A3A6A6;
	margin-left: 1px;
}
.success {
	padding: 40px;
	text-align: center;
	font-size: 20px;
}

.alert {
	padding: 10px;
	margin: 17px;
	border: 1px solid transparent;
	border-radius: 3px;
}
.title_last_oper {
	color:#515460;
	font-size: 18px;
}

.body_last_oper {
	color:#939497;
	font-size: 14px;
}
.count_oper
{color: #ffffff;font-size: 20px;background-color: #9d55b1;border-radius: 2px;width: 35px;height: 35px;line-height: 35px;position: absolute;top: -5px;text-align: center;right: 5px;}

.wrapper_oper
{
	position: relative;
	font-size: 60px;
	padding-right: 20px;
	margin-bottom: -20px;
	top: -20px;
}
.more-details:hover + .details,.details:hover {
	opacity: 1;
	display: block;
}
.wrapper-details .details {
	opacity: 0;
	display: none;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	border: 1px solid #000;
	background-color: #fff;
	min-height: 150px;
	padding: 10px;
	z-index: 1000000;
	top:10px;
}

.spoiler {
	display: table;
	position: relative;
	background-color: #f9fafa;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	line-height: 35px;
}

.spoiler-btn {
	padding: 2px 6px;
	cursor: pointer;
}

.spoiler-body {
	padding: 6px;
	border: 1px solid #000;
	background-color: #fff;
}
#input-search {
	margin: 9px 0;
	width: 200px;
}
.text-red {
	color: #f00 !important;
}
.text-white {
	color: #fff !important;
}
.text-green {
	color: #080 !important;
}
.table tbody > tr.grey > td {
	background-color: #E4E4E4;
}
.panel-comment, .list-deliveries {
	border: 0;
	border-left: 0 solid #a3a6a6;
	padding: 12px 0;
	background-color: #fff;
}
.panel-comment .title {
	font-size: 24px;
	color: #0f9bf2;
	text-indent: 20px;
}
.panel-comment textarea {
	/*margin: 0 10%;*/
	width: 100%;
	max-width: 100%;
	height: 60px;
}
.panel-input input {
}
.panel-input {
	border: 0;
	border-left: 0 solid #a3a6a6;
	padding: 1px 0;
	background-color: #fff;
}
label.btn.btn-default.active {
	opacity: 1 !important;
	box-shadow: 0 0 5px 2px #000;
}
.bottom-static {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	padding: 10px;
	width: 100%;
	border: 1px solid #A3A6A6;
}
.bottom-static li {
	border: 1px solid #000;
	cursor: default;
}
.panel-customer{
	position: relative;
}
#popup-order-info .panel-header {
	background: #f6f6f6;
}
#popup-order-info .panel-header .navbar{
	margin-bottom: 0 !important;
}
#popup-order-info .panel-header .navbar .nav-tabs{
	margin-bottom: 0 !important;
}
#popup-order-info .panel {

	display: flex;
	flex-direction: column;
	align-items: stretch;
}
#popup-order-info .panel-body {
	padding: 0 0;
	background: #f6f6f6;
	flex:auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#popup-order-info .panel-footer {
	padding: 10px 0;
}
#panel-order{
	position: relative;
}
#panel-order .overlay-white {
	position: absolute;
	width: 100%;
	height: 95%;
	z-index: 1000;
	background-color: #ffffffa8;
}

#popup-category-info .panel-body {
	border-top: 1px solid #A3A6A6;
	padding: 0;
}

#popup-category-info .nav-tabs > li > a {
	padding: 1rem 0.75rem !important;
}
#popup-product-info .panel-body {
	padding: 0;
	background: #f6f6f6;
	border-top: 1px solid #a3a6a6;
	border-left: 0 solid #a3a6a6;
}
#popup-cart-info .panel-body {
	padding: 0;
	border-top: 1px solid #a3a6a6;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
#tuncash {
	min-height: 77px;
}

#status {display: none;}
#status a{
	-webkit-animation: blink 2s linear infinite;
	animation: blink 2s linear infinite;
	font-weight: bold;
	color: #FFF !important;
}

@-webkit-keyframes blink {
	0% { background-color: #F00; }
	50% { background-color: #FBB; }
	100% { background-color: #F00; }
}

@keyframes blink {
	0% { background-color: #F00; }
	50% { background-color: #FBB; }
	100% { background-color: #F00; }
}
.attention-button .fa-lg {
	font-size: 2em;
	vertical-align: -25%;
}
.table tbody > tr.green > td{
	background-color: rgba(0, 255, 0, 0.5);
}
.table tbody > tr.dark.green > td{
	background-color: rgba(0, 255, 0, 0.75);
}
.table tbody > tr.yellow > td {
	background-color: rgba(255,255,0,0.5);
}
.table tbody > tr.dark.yellow > td {
	background-color: rgba(255,255,0,0.75);
}
.table tbody > tr.dark_yellow > td {
	background-color: rgba(255,200,0,0.5);
}
.table tbody > tr.dark.dark_yellow > td {
	background-color: rgba(255,200,0,0.75);
}
td.yellow {
	background-color: rgba(255,255,0,0.5) !important;
}

.table tbody > tr.dark_orange > td{
	background-color: rgba(191, 76, 0, 0.5);
}
.table tbody > tr.dark.dark_orange > td{
	background-color: rgba(191, 76, 0, 0.75);
}
.table tbody > tr.red > td{
	background-color: rgba(255, 0, 0, 0.5);
}
.table tbody > tr.dark.red > td{
	background-color: rgba(255, 0, 0, 0.75);
}
.table tbody > tr.first > td {
	border-top-width:3px;
}
.table tbody > tr > td.border {
	border-right: 1px solid  #a3a6a6;
}
.table tbody > tr > td.green-color {
	color: rgba(0, 255, 0, 0.5);
}
.table tbody > tr > td.dark.green-color {
	color: rgba(0, 255, 0, 0.75);
}
.table tbody > tr > td.red-color {
	color: rgba(255, 0, 0, 0.5);
}
.table tbody > tr > td.dark.red-color {
	color: rgba(255, 0, 0, 0.75);
}
.table-default tr >td
{
	border: 1px solid;
	padding: 2px;
}
.table-default tr
{

}
.table-default tr > td:first-child,.table-default tr > td:last-child{
	border: 1px solid;
	padding: 2px;
}
.table-default thead > tr > td, .table-default tbody > tr > td {
	vertical-align: middle;
	border: 1px solid;
	padding: 2px;
}
.table-default tbody > tr:hover > td {
	background-color:transparent !important;
	border-top: 1px solid ;
}
.table-default tbody > tr:hover > td:first-child, .table-default tbody > tr.active > td:first-child {
	border: 1px solid;
	padding: 2px;
	background-color:transparent !important;
}
.table tbody > tr.pink > td {
	background-color: rgba(156,39,176,0.50);
	color: white;
}
.table tbody > tr.dark.pink > td {
	background-color: rgba(156,39,176,0.750);
	color: white;
}
.table tbody > tr.pink > td a {
	color: #36F4ED;
}
.table tbody > tr.pink > td a:hover {
	color: white;
}

.table tbody > tr.blue > td {
	background-color: rgba(0,0,205,0.50);
	color: white;
}
.table tbody > tr.dark.blue > td {
	background-color: rgba(0,0,205,0.750);
	color: white;
}
.table tbody > tr.blue > td a {
	color: #36F4ED;
}
.table tbody > tr.blue > td a:hover {
	color: white;
}

.table tbody > tr.dark.orange > td {
	background-color: rgba(255,152,0,0.75);
	/* color: white; */
}
.table tbody > tr.orange > td {
	background-color: rgba(255,152,0,0.5);
	/* color: white; */
}
#popup-order-info .nav > li > a {
	padding: 5px 15px;
}

#popup-cart-info .form-control {
	height: 25px;
	padding: 1px 2px;
}
#popup-cart-info .panel-footer {
	padding: 0;
}
#popup-cart-info .input-group-btn .btn  {
	padding: 2px 5px;
}
#popup-cart-info .form-group {
	margin-bottom: 3px;
}
#form-discount .tab-pane ul li {
	margin-bottom: 10px;
}
#popup-cart-info  #tuncash {
	min-height: 55px;
}
#popup-cart-info .nav-sub-total > li > a {
	padding: 3px 10px;
	font-size: 12px;
}
#popup-cart-info .nav-sub-total > li {
	width: 100%;
}
#popup-cart-info .nav-sub-total > li.active > a, #popup-cart-info .nav-sub-total > li.active > a:hover, #popup-cart-info .nav-sub-total > li.active > a:focus {
	border-bottom-color: #dddddd;
}
@media (min-width: 768px) {
	#popup-cart-info  .form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 3px;
	}
}

#popup-cart-info .tab-content li {
	margin-bottom: 3px;
}

.sub-total {
	min-height: 92px;
	padding-top: 3px;
}

.panel-order {
	position: relative;
}
.nav-tabs-list {
	border-right: 1px solid #dddddd;
	margin-right: 25px;
	padding: 10px 0;
}
.nav-tabs-list > li > a {
	margin-bottom: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 3px 0 0 3px;
}
.nav-tabs-list > li > a {
	color: #666;
	border-radius: 2px  0 0 2px;
}
.nav-tabs-list > li.active > a, .nav-tabs-list > li.active > a:hover, .nav-tabs-list > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-right-color: transparent;
	cursor: default;
}
.nav-tabs-list > li.active > a, .nav-tabs-list > li.active > a:hover, .nav-tabs-list > li.active > a:focus {
	font-weight: bold;
	color: #333;
}
.nav-tabs-list > li {
	margin-right: -1px;
}
.paginations {
	padding: 10px;
	background-color: #fff;
	margin-right: -4px;
	border: 1px solid #F6F6F6;
}
.table-mini thead > tr > td, .table-mini tbody > tr > td {
	vertical-align: middle;
	border: 0 solid #dddddd;
	font-size: 100%;
	height: 15px;
	padding: 3px 10px;
	border-top: 1px solid transparent;
}
.wrapper-total {
	position: absolute;
	#padding: 5px;
	padding: 1px;
	margin-top: -1px;
	visibility: hidden;
	#background-color: #299B9B;
	background-color: grey;
	margin-bottom: -5px;
	z-index: 1;
}
.wrapper-total  .wrapper-total {
	background-color: #2196F3;
}
a:hover >.wrapper-total,a.active > .wrapper-total, .wrapper-total > .table-responsive:hover{

	visibility:  visible;
}

.wrapper-total .table > tr > td {
	background-color: #f6f6f6;
	font-size: 14px;
	color:#515460;
	cursor: pointer;
}

.wrapper-total thead {
	background-color: #f6f6f6;
	color:#515460;
	cursor: pointer;
}

ul.dropdown-menu {
	/* position: initial;
         float: none;*/
}

.product-complect-time a.active {
	color: #ffffff;
	background-color:   #1e91cf;
}
a .text-red {
	text-decoration: underline;
	color: #cc3f3f !important;
}
a:hover .text-red {
	text-decoration: none;
	color: #cc3f3f !important;
}
.input-group-addon.input-group-btn {
	padding: 0;
	border: 0;
}
#image-ipcamera
{
	width: 575px;
	height: 430px;
	margin: 20px auto 0 auto;
	border: 1px solid;
	background: #fff;
}
.navbar-brand > img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.navbar-brand {
	float: left;
	padding: 15px 1px;
	font-size: 15px;
	line-height: 17px;
	height: 56px;
	width: 110px;
	position: fixed;
	background-color: #262632;
	border-bottom: 1px solid #a3a6a6;
}

.customer-header {
	display:flex;
	align-items: center;
}

.btn-select-main-customer {
	position: absolute;
	top: 2px;
	padding: 0 12px;
	display: none
}

.btn-select-data {
	position: absolute;
	top: 2px;
	padding: 0 12px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

#block-select_main_customer {
	border-top: 0;
	margin-top: -18px;
	position: absolute;
	width: calc(100% - 30px);
	display: none;
}

#block-select-invenories {
	border: 1px solid #e3e3e3;
	border-top: 0;
	margin-top: -40px;
	position: absolute;
	width: calc(100% - 20px);
	display: none;
	margin-bottom: 0;
	z-index:1000;
}

#block-select-invenories .well {
	height: 100px;
	overflow-x: hidden;
}

#block-select-invenories .slider {
	width:100% !important;
}

#block-select_data {
	border-top: 0;
	margin-top: -18px;
	position: absolute;
	width: calc(100% - 30px);
	display: none;
}

#block-selected_company {
	border-top: 0;
	margin-top: -18px;
	position: absolute;
	width: calc(100% - 30px);
	display: none;
}

#more_telephones {
	position: absolute;
	width: calc(100% - 30px);
	z-index: 100;
	padding: 10px 10px 10px 30px;
	display: none;
	background: #f6f6f6;
	margin-left: -10px;
	border: 1px solid #a3a6a6;
}

#more_addresses {
	position: absolute;
	width: calc(100% - 30px);
	z-index: 100;
	padding: 10px 10px 10px 30px;
	display: none;
	background: #f6f6f6;
	margin-left: -30px;
	border: 1px solid #a3a6a6;
}

#comment {
	overflow: hidden;
}

.hr-line{
	border-top: 2px solid #0f9bf2;
}

.margin-top-10-px {
	margin-top: 10px;
}

.margin-top-5-px {
	margin-top: 5px;
}

.backgroundRed{
	background: red;
}

.table-notification {
	overflow-x: hidden;
	height: 100%;
}

.width-100pc {
	width: 100%;
}

.height-100pc {
	height: 100%;
}

.list-style-type-none {
	list-style-type: none
}

#popup-category-info .category-select:active,
#popup-category-info .category-select:focus {
	background-color: #6b400c;
}
#popup-category-info .category-select:hover + .order-menu-list, .order-menu-list:hover{
	display: block;
}
.order-menu-list
{
	position: absolute;
	z-index: 1;
	display: none;    width: 100%;
}
#popup-category-info .order-menu-list .category-select
{

	background-color: #6b400c;
	padding: 10px 0;
}

#invenories_list {
	height: 40px;
	overflow-x: hidden;
}
.button-case{
	position: static;
	/*border: 1px solid transparent;*/
	padding: 0 5px;
	text-decoration: underline;
}
.button-case.active{
	position: relative;
	border: 1px solid #a3a6a6;
	background: white;
	padding: 0 5px;
	z-index: 2;
}
.wrapper-case{
	position: absolute;
	padding: 1px;
	display: none;
	background: #a3a6a6;
	z-index: 2;
	margin-top: -1px;
	max-width: 50%;
	/*top: 3rem;*/
}

.wrapper-case .nav-tabs{
	margin-bottom: 0;
	background-color: #fff;
	border: 0;
	max-height: 82px;
	overflow: auto;
}
.button-case.active + .wrapper-case{
	display: block;
}
.wrapper-case  .wrapper-case{
	max-width:  100%;
	left: 0;
}
.wrapper-case .wrapper-case {
	box-shadow: 0 0 3px 0 #0f9bf2;
	background: #0f9bf2;
}
.wrapper-case .wrapper-case .table-mini tbody > tr > td
{
	border-top-color:  #0f9bf2;
}
.table .wrapper-case .wrapper-case thead  tr > td:first-child
{
	border-left-color:  #0f9bf2;
}
.table .wrapper-case .wrapper-case thead  tr > td:last-child
{
	border-right-color:  #0f9bf2;
}
.wrapper-case .wrapper-case .wrapper-case .table-mini tbody > tr > td
{
	border-top-color:  #8fbb6c;
}
.table .wrapper-case .wrapper-case .wrapper-case thead  tr > td:first-child
{
	border-left-color:  #8fbb6c;
}
.table .wrapper-case .wrapper-case .wrapper-case thead  tr > td:last-child
{
	border-right-color:  #8fbb6c;
}
.wrapper-case .wrapper-case .wrapper-case .wrapper-case .table-mini tbody > tr > td
{
	border-top-color:  #f56b6b;
}
.table .wrapper-case .wrapper-case .wrapper-case .wrapper-case thead  tr > td:first-child
{
	border-left-color:  #f56b6b;
}
.table .wrapper-case .wrapper-case .wrapper-case .wrapper-case thead  tr > td:last-child
{
	border-right-color:  #f56b6b;
}
.wrapper-case .wrapper-case .wrapper-case  {
	box-shadow: 0 0 3px 0 #8fbb6c;
	background: #8fbb6c;
}
.wrapper-case .wrapper-case .wrapper-case .wrapper-case  {
	box-shadow: 0 0 3px 0 #f56b6b;
	background: #f56b6b;
}
.wrapper-case  .wrapper-case thead td {
	background-color: #0f9bf2;
	color:#fff;
}
.wrapper-case  .wrapper-case .wrapper-case thead td {
	background-color: #8fbb6c;
}
.wrapper-case  .wrapper-case .wrapper-case .wrapper-case thead td {
	background-color: #f56b6b;
}
.wrapper-case .nav-tabs > li {
	float: left;
	margin-bottom: 0;
	margin-top: -1px;
}
.wrapper-case .nav-tabs > li.active > a,.wrapper-case  .nav-tabs > li.active > a:hover,.wrapper-case  .nav-tabs > li.active > a:focus {

	border-top-color: transparent;
	border-bottom-color: #dddddd;    background-color: #f6f6f6;
}
.table tbody > tr.tr-case-out > td
{
	background-color: #e6d1d1;
}

.btn-margin-left{
	margin-left: 5px;
}
div#cboxLoadedContent {
	padding: 0;
}
.table tbody > tr.table-red > td
{
	background-color: #ffc5c5;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;  font-size: 12px;
	}
}

@media (max-width: 767px) {
	.product-grid .product-thumb .caption {
		min-height: 0;    bottom: 52px;
		height: 49%;
	}
}

.product-grid  .other-wrapper {
	border-top: 1px solid #90736c;
	width: 100%;
	height: 100%;
}

.product-thumb .name {
	position: absolute;
	bottom: 0;
	height: 23%;
	width: 93%;
	border-top: 1px solid #90736c;
	background-color: #D7D4D4;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-thumb .price {
	color: #FFF;
	position: absolute;
	top: 16%;
	right: 10px;
	width: 33%;
	background-color: #553430;
	text-align: center;
	font-size: 20px;
	height: 20%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-thumb .weight {
	color: #412C2D;
	position: absolute;
	top: 35%;
	right: 10px;
	width: 33%;
	background-color: #E2DFDF;
	text-align: center;
	font-size: 18px;
	height: 15%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table tbody > tr.order-visitor-color > td{
	background-color: rgba(43, 119, 226, 0.5);
	color: white;
}

.table tbody > tr.order-visitor-color > td a{
	color: rgb(54, 244, 237);
}

.product-day {
	color: red
}

.avg_total{
	color: darkgoldenrod;
}

.alert-discount{
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	margin: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: normal;
}

.old_price{
	text-decoration: line-through;
	color: red;
}

.text-center{
	text-align: center;
}

/*
	Cashbox
 */

.cashbox-tab{
	border-top: 1px solid #CAC9C9;
	color: black;

	line-height: 1.65;
	font-size: 1rem;
}
.cashbox-tab .table-mini tbody > tr > td{
	background-color: #f0f8ff;
}
.cashbox-tab .button-case.active + .wrapper-case {
	display: inline-table;
}
.cashbox-tab .fa{
	line-height: 1.8;
}

.cashbox-tab .row{
	border: 1px solid #CAC9C9;
	border-top-width: 0;
}

.cashbox-tab .bg-info{
	background-color: #BDC1E0;
}

.cashbox-tab .bg-gray{
	background-color: #E1DCDC;
}

.cashbox-tab [data-spoiler]{
	position: relative;
	cursor: pointer;
}

.cashbox-tab #cost-shift{
	color: #32448b;
}

.cashbox-tab #cost-shift .dropdown-list{
	font-style: oblique;
	color: #6896c7;
}


.cashbox-tab [data-spoiler] span{
	display: inline-block;
	padding-left: 0.25rem;
}

.cashbox-tab [data-spoiler] span:before{
	content: '\f054';
	position: absolute;
	top: 50%;
	margin-left: -1rem;

	width: 1rem;
	height: 1rem;

	transform-origin: center center;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.2s;

	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

.cashbox-tab [data-spoiler].closed span:before{
	transform: translateY(-50%) rotate(90deg);
}

.cashbox-tab .dropdown-list [class*='col-xs-']:first-child{
	padding-left: 3rem;
}

.cashbox-tab #cost-shift .dropdown-list [class*='col-xs-']:first-child{
	padding-left: 5rem;
}

.cashbox-tab .cost-edit{
	border-right: 1px solid #cccccc;
}


.cashbox-tab .cost-edit, .cashbox-tab .cost-delete,.cashbox-tab .cost-add{
	text-align: center;
	background-color: #E3E1E1;
	color: #6E6B6B;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 1rem;
	line-height: 1;
}

.cashbox-tab .cost-add{
	background-color: #c4c4c4;
}

.cashbox-tab .cost-add:hover{
	background-color: #919191;
	color: #E3E1E1;
}

.cashbox-tab .cost-edit:hover, .cashbox-tab .cost-delete:hover{
	background-color: #c4c4c4;
}

/* Screen Keyboard  */
/* ================= */
#mlkeyboard{
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.btn-keyboard {
	font-size: 1.5rem;
	border-radius: 3px;
	cursor: pointer;
	line-height: 1 !important;
}

.btn-keyboard.btn-keyboard-3{
	height: 25px;
	padding: 3px;
}

.btn-keyboard.btn-keyboard-25{
	height: 25px;
	padding: 3px 12px;
}

.flex-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.flex-col-auto{
	position: relative;

	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	width: auto;
	max-width: none;
	min-height: 1px;

	padding-right: 10px;
	padding-left: 10px;
}

.flex-col{
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.d-flex{ display: flex !important;  }
.d-block{ display: block !important;  }
.d-none{ display: none !important; }
.d-table-cell{ display: table-cell !important; }

.flex-row-ceny{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.text-left{ text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

/* Responsive tables */
/* ================= */

.table-responsive{
}

.table-responsive table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-view{

	visibility: hidden;
}

.table-menu-wrapper{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: right;
	margin-bottom: 0.5rem;
}

.table-menu{
	position: absolute;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 1rem;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 2;
}

.table-menu ul{
	text-align: left;
}
.table-menu label{
	margin-left: 0.5rem;
	margin-bottom: 0;
	padding: .25rem 0;
}

.table-menu-hidden{
	left: -999em;
	right: auto;
}

.only-mob{
	display: none;
}

@media (max-width: 768px){

	.table tbody{
		border-top: 1px solid #a3a6a6;
	}

	.table tbody tr td{
		border: none !important;
		border-bottom: 1px solid #a3a6a6 !important;
	}

	.table-mini tr{
		display: table-row !important;
	}
	.table-mini tr td{
		display: table-cell !important;
	}

	.table-view{ visibility: visible; }

	.table-responsive > .table{font-size: 12px !important;}
	.table-responsive > .table td{font-size: 12px !important;}

	/* Транспонирование*/
	.table-responsive > .table .d-inline-block-mob { display:inline-block;  }
	.table-responsive > .table  .d-inline-block-mob:not(:last-of-type):after { content: " / "; display: inline-block; margin: 0 5px;}

	.table-responsive > .table.scroll {  display: block; position: relative; width: 100%; }
	.table-responsive > .table.scroll:after{	visibility: hidden;	display: block;	font-size: 0;content: " ";clear: both; height: 0;	}

	.table-responsive > .table.scroll > thead { display: block; float: left; overflow: hidden; overflow-x: scroll; width: 37%; white-space: nowrap; }
	.table-responsive > .table.scroll > tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.table-responsive > .table.scroll > tbody:after { content: ''; display: table; clear: both;  }

	.table-responsive > .table.scroll > thead > tr {  border: 1px solid #e3e3e3; display: table; width: 100%;}
	.table-responsive > .table.scroll > thead tr > td { border-bottom: 1px solid #e3e3e3; }

	.table-responsive > .table.scroll > thead th { display: flex; flex-direction: row; }
	.table-responsive > .table.scroll > tbody tr { display: inline-block; vertical-align: top; }
	.table-responsive > .table.scroll td { display: flex; flex-direction: row; min-height: 1.25em; text-align: left !important; font-size: 12px; padding-left: 6px; padding-right: 6px;}

	.table-responsive > .table.list { display: block;	}
	.table-responsive > .table.list > thead{ display: block; }
	.table-responsive > .table.list > tbody{ display: block; }
	.table-responsive > .table.list th{ display: block; }

	.table-responsive > .table.list tr{ position: relative; display: block;}
	.table-responsive > .table.list tr:after{	content: '';display: block;	position: relative;	height: 1rem;	background-color: #9b9b9b; width: 100%;bottom: 0;	}

	.table-responsive > .table.list tr:nth-of-type(even) td{background-color: #f9f9f9;	}
	.table-responsive > .table.list tr:nth-of-type(odd)  td{background-color: #ffffff;}
	.table-responsive > .table.list td{display: block;	text-align: left !important;position: relative;	padding-left: 50%; overflow-x: auto;	}
	.table-responsive > .table.list > thead tr {	position: absolute;	top: -9999px;	left: -9999px;	}
	.table-responsive > .table.list td:before{	content: attr(data-before);	position: absolute;	display: flex;	align-items: center;height: 100%;top: 0;left: 6px;	width: 45%;	padding-right: 10px; white-space: nowrap; overflow-x: auto;}
}

div#mlkeyboard ul li {
	width: 100px;
	height: 80px;
	line-height: 80px;
	margin: 2px;
	font-size: 35px;
}
div#mlkeyboard ul #mlkeyboard-space {
	width: 1492px;
}
div#mlkeyboard ul #mlkeyboard-right-shift {
	width: 202px;
	margin-right: 0;
}
div#mlkeyboard ul #mlkeyboard-left-shift {
	width: 225px;
}
div#mlkeyboard ul #mlkeyboard-return {
	width: 151px;
}
div#mlkeyboard ul #mlkeyboard-capslock {
	width: 170px;
}
div#mlkeyboard ul #mlkeyboard-tab {
	width: 114px;
}
div#mlkeyboard ul #mlkeyboard-backspace {
	width: 115px;
}
div#mlkeyboard ul {
	width: 1500px;
	height: 428px;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px 5px 0 0;
}
#modalCart>.modal-dialog{
	width: 100%;
	height: 100%;
	margin: 0;
}
#modalCart {
	padding: 0 !important;
}
#modalCart>.modal-dialog>.modal-content{
	border: 0;
	height: 100%;
}
#modalCart>.modal-dialog>.modal-content>.modal-body{
	width: 100%;
	height: 100%;
	padding: 0;
}

#popup-product-info .panel-body{
	overflow-y: scroll;
	clear: left;
	border-bottom: 2px solid;
}
#popup-product-info .panel-body::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(26, 24, 47, 0.15);
	border-radius: 5px;
	height: 200px;
}

#popup-product-info .panel-body::-webkit-scrollbar-thumb {
	background: #0f9bf2;
	border-radius: 5px;
}

.scroll-1::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(26, 24, 47, 0.15);
	border-radius: 5px;
	height: 200px;
}
.scroll-1::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(26, 24, 47, 0.15);
	border-radius: 5px;
	height: 200px;
}
.scroll-1::-webkit-scrollbar-thumb {
	background: #0f9bf2;
	border-radius: 5px;
}

#popup-cart-info .panel-body {
}
#popup-cart-info .panel-body::-webkit-scrollbar {
	width: 5px;
	background-color: rgba(26, 24, 47, 0.15);
	border-radius: 5px;
	height: 200px;
}

#popup-cart-info .panel-body::-webkit-scrollbar-thumb {
	background: #0f9bf2;
	border-radius: 5px;
}
#popup-c {
	height: 100%;
}
#popup-order-info {
	height: 100%;
}
.h-100 {
	height: 100%;
}
.d-flex {
	display: flex;
}
.justify-content-between {
	justify-content: space-between;
}
.flex-column {
	flex-direction: column;
}
.flex-auto {
	flex: auto;
}
#popup-category-info .nav-tabs{
	margin-bottom: 0.25rem;
}
#tab-wok-constructor .panel,#tab-pizza-constructor .panel{
	display: flex;
	flex-direction: column;
}
#tab-wok-constructor .panel .panel-body,#tab-pizza-constructor .panel .panel-body{
	flex: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px;
}
#tab-wok-constructor .panel .panel-footer,#tab-pizza-constructor .panel .panel-footer{
	flex: 1;
}
#tab-customer  .control-label {
	text-align: left;
}
#tab-customer .dropdown-menu-right {
	left: auto;
	right: 23px;
}
#tab-customer .form-control {
	display: inline-block;;
	width: 100%;
	height: 28px;
	padding: 4px 7px;
	font-size: 13px;
	line-height: 1;
	color: #555555;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
#form-order .btn-sm {
	padding: 5px 4px;
	min-width: 22px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: border-color ease-in-out .15s, 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;
	border-radius: 3px;
}
#tab-customer .form-group{
	margin-bottom: 10px;
}
#tab-order .background-grey{
	background-color: #faebd7;
	border-radius: 4px;
}
#cart-discount ,
#cart-bonus ,
#cart-person ,
#cart-pay,
#cart-wait {
	position: relative;
}
#cart-discount .badge ,
#cart-bonus .badge,
#cart-person .badge{
	top:-10px;
	right: 0px;
	background-color:#ff0000;
	position: absolute;
	color: #fff;
}
#cart-pay .badge{
	top:-5px;
	right: -10px;
	background-color:#ff0000;
	position: absolute;
	color: #fff;
}
#cart-wait .badge{
	top:-5px;
	right: 0px;
	background-color:#ff0000;
	position: absolute;
	color: #fff;
}
#modalDiscountAmount .modal-dialog,#modalBonus .modal-dialog,#modalWait .modal-dialog{
	position: absolute;
	bottom: 30px;
	left: 10px;
}
#modalSubmit .modal-dialog{
	position: absolute;
	bottom: 30px;
	left: 20%;
}
.pb-0{padding-bottom: 0}
@media (max-width: 1024px) {
	#form-order .nav-tabs > li > a {
		padding: 0.75rem 1rem !important;
		font-size: 90%;
	}
	#form-order .form-group {
		margin-bottom: 2px;
	}
	.product-row, .product-row-new {
		color: #515460;
		font-size: 12px;
		line-height: normal;
		display: flex;
		align-items: center;
		padding: 10px;
 	}
}

@media (max-width: 767px) {
	#form-order .nav.pull-right,#form-order .nav.pull-left  {
		 display: inherit;
	}
	#form-order .btn-sm {
		padding: 5px 3px;
		min-width: 18px;
	}
	#popup-order-info {
		padding: 0;
	}
}
.background-blue {
	background-color: #0f9bf2;
	color: #fff !important;
}
.background-blue:hover {
	background-color: #0f9bf2;
	color: #6D6D6D !important;
}

.col-menu {
	transition: opacity .5s, transform 2s;
}
.opacity-left{
	opacity: 0.0;
}
.position-relative{
	position: relative;
}
.pr-1{
	padding-right: 0.25rem;
}
.pr-2{
	padding-right: 0.5rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pr-4{
	padding-right: 1rem;
}
.company-stat{
	min-width: 200px;
}
.range-stat{
	min-width: 100px;
}
.a-stat{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #0b0b0b;
	padding: 8px 0;
	color: #000;
	justify-content: space-between;
	align-items: center;
}
.date-stat {
	background: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #0b0b0b;
}
.date-stat:hover {
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #0b0b0b;
	cursor: pointer
}
.panel-mini {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 8px;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%);
	position: absolute;
}
.panel-mini .panel-box {
	 border: initial;
	 padding: 0;
	 display: flex;
	 flex-direction: column;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
 }
.panel-mini .panel-box .panel-top {
	  font-size: 1em;
	  flex: 1 1 auto;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0;
	  text-transform: uppercase;
	  color: #a6a6a6;
  }
.panel-mini .panel-box .panel-bottom {
	   font-size: 1.5em;
	   font-weight: 500;
	   flex: 1 1 auto;
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   padding: 0 !important;
   }
.panel-mini .bg-light {
		background-color: #f9f9f9;
	}
.waiting {color: #000;
	background-color: #FFF;
	text-align: center;
}
.waiting  span{
	color: #FFF;
	padding: 3px;
	width: 100%;
	display: inline-block;
}
.waiting.green span{
	background-color:green;
}
.waiting.orange span{
	background-color:orange;
}
.waiting.red span{
	background-color:red;

}