@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: 0px;
	margin: 0px;	
}
.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: 0px;
    background: #262632;
    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: 0px;
	padding: 0;
	background: #262632;
	width: 140px;
}
/* Mobile */
@media (max-width: 767px) {
#header .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	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: 0px;
    right: 0px;
    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: 0px;
	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;
	/* top: 0px; */
	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: 0px;
	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: 0px;
	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;
		text-align: left;
		padding-left: 25px;
		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;
	left: auto;
	bottom: 0px;
	width: 200px;
	visibility: visible;
	left: 110px;
	z-index: 10;
}

#column-left.active #menu > li > .collapsing-menu {
	position: absolute;
	left: auto;
	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: 0px;*/
	/*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;
}
.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: #333;
}
.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 #dcdcdc;
	border: 1px solid transparent \0;
	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: 0px 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: 0px;
}
.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;
	vertical-align: middle;
	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;
}
/* 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;
    left: 5px;
    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-category-info .panel-title, #popup-product-info .panel-title{
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    color: #515460;
    background-color: #F6F6F6;
    border-right: 1px solid #A3A6A6;
    margin-left: 1px;
}
#popup-cart-info .product-row{
    border-color: transparent;
}
 #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 {
    position: relative;
    top: 5px;
    height: 25px;
    padding: 2px 5px;
}
#popup-category-info .category-select{
    background-color: #f58908;
        color:#fff;
        border: 1px solid #fff;
        text-align: center;
        cursor: pointer;
}
#tab-menu #popup-c {
    margin: 0px -15px;
}
#popup-product-info {
    border-right: 1px solid #A3A6A6;
    overflow-x: hidden;
}
#popup-category-info .category-select img{
    margin: 0 auto;min-height: 100px;
}
.product-row, .product-row-new  {
    border-bottom: 1px solid #a3a6a6;
    color: #515460;
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 5px 2px;
}
.product-row input,.product-row label, .product-row-new input,.product-row-new label {
    cursor: pointer;
}
#popup-category-info {
    border-right: 1px solid #A3A6A6;  
    overflow-x: hidden;
}
.btn-mini.btn{
    padding: 0px 8px;
}
.btn-plus {
    background-color: #6fb955;
    color: #fff;
    font-size: 14px;
}
.btn-minus {
    background-color: #d6d7d5;
    color: #fff;
    font-size: 14px;
}
.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: 0px;
}

.sub-total strong, .total  strong{
       width: 50%;
    display: inline-flex;
}
.panel-footer {
    border: 0px;
    border-top: 1px solid #a3a6a6;
    padding: 12px 0;
    background-color: #fff;
}
.buttons {
    display: flex;
    padding: 0 20px;
}
#popup-customer-info .panel-title,#popup-order-info .panel-title  {
        height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #515460;
    background-color: #F6F6F6;
    border-right: 0px 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: 0px;
    border: 1px solid #000;
    background-color: #fff;
    min-height: 300px;
    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 0px;
    width: 200px;
}
.text-red {
    color: #f00 !important;
}
.text-green {
    color: #080 !important;
}
.table tbody > tr.grey > td {
        background-color: #E4E4E4;
}
.panel-comment, .list-deliveries {
    border: 0px;
    border-left: 0px 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: 80%;
    height: 60px;
}
.panel-input input {
}
.panel-input {
    border: 0px;
    border-left: 0px solid #a3a6a6;
    padding: 1px 0;
    background-color: #fff;
}
label.btn.btn-default.active {
    opacity: 1 !important;
        box-shadow: 0px 0px 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-body {
    padding: 0 20px;
    background: #f6f6f6;
}

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

#popup-product-info .panel-body {
    padding: 0px;
    background: #f6f6f6;
    border-top: 1px solid #a3a6a6;
    border-left: 0px solid #a3a6a6;
    min-height: 400px;
}
#popup-cart-info .panel-body {
        padding: 0px;
    border-top: 1px solid #a3a6a6;
    min-height: 200px;
    max-height: 805px;
    overflow: auto;
    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.yellow > td{ 
    background-color: rgba(255,255,0,0.5);
}
.table tbody > tr.red > td{ 
        background-color: rgba(255, 0, 0, 0.5);
}
.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.red-color {
    color: rgba(255, 0, 0, 0.5);
}
.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.pink > td a {
    color: #36F4ED;
}
.table tbody > tr.pink > td a:hover {
    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-top: 3px;
}
#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;
}
.table {
    margin: 0 -5px;
}
.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: 0px 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: 0 auto;
    border: 1px solid;
    background: #fff;
    margin-top: 20px;
}
.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: 0px 12.5px;
	display: none
}

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

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

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

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

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

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

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

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

#more_telephones {
	position: absolute;
	width: calc(100% - 30px);
	z-index: 100;
	padding: 10px;
	padding-left: 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;
	padding-left: 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;
}
.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: 1;
    margin-top: -1px;
    max-width: 50%;
}

.wrapper-case .nav-tabs{
    margin-bottom: 0px;
    background-color: #fff;
    border: 0;
}
.button-case.active + .wrapper-case{
    display: block;
}
.wrapper-case  .wrapper-case{
    max-width:  100%;
    left: 0px;
}
.wrapper-case .wrapper-case {
    box-shadow: 0px 0px 3px 0px #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: 0px 0px 3px 0px #8fbb6c;
    background: #8fbb6c;
}
.wrapper-case .wrapper-case .wrapper-case .wrapper-case  {
    box-shadow: 0px 0px 3px 0px #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: 0px;
    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;
}