@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: 15px 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;
}
/* 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;
}
#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: 14.5px 9.5px;
    line-height: 25px;
    float: left;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
}
#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;
}
#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: 50px;
	height: 100%;
	background-color: #262632;
	position: absolute;
	top: 0px;
        padding-top: 56px;
	z-index: 10;
	transition: all 0.3s;
}
#column-left.active {
	width: 235px;
	display: block;
}
#content {
	padding-bottom: 40px;
	transition: all 0.3s;
}
#column-left + #content {
	margin-left: 50px;
}
#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;
}
#menu {
	margin-bottom: 25px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	cursor: pointer;
	border-bottom: 1px solid #515151;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #C4C4C4;
	font-size: 18px;	
	padding-left: 13px;
	border-bottom: 1px solid #585858;
}
#menu > li > a:hover {
	background-color: #444444;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#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: 20px;
}
#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;
}
#menu > li > ul {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 210px;
	background-color: #444444;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}


#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
#column-left.active {
	/* overflow: auto; */
}
#column-left.active + #content {
	margin-left: 235px;
}
#column-left.active + #content + #footer {
	margin-left: 235px;
}
}
/* Mobile */
@media (max-width: 767px) {
#column-left.active + #content {
	position: relative;
	left: 235px;
}
#column-left.active + #content + #footer {
	position: relative;
	left: 235px;
}
}
#column-left.active {
	width: 235px;
}
#column-left.active #menu li i {
	font-size: 18px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: absolute;
	left: auto;
	top: 0px;
	width: 235px;
	visibility: visible;
	left: 235px;
}
/* footer */
#footer {
	height: 100px;
	text-align: center;
}



/* 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;
}
.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
{
    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 {
    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 {
    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 {
    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 {
    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 15px;
    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;
}
#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: -10px;
    border: 1px solid #F6F6F6;
}
.table-mini thead > tr > td, .table-mini tbody > tr > td {
    vertical-align: middle;
    border: 0px solid #dddddd;
    font-size: 80%;
    height: 15px;
    padding: 3px 10px;
}
.wrapper-total {
    position: absolute;
    padding: 5px;
    visibility: hidden;
    background-color: #299B9B;
    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;
}
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;
}
option.group {
    font-weight: bold;
}