﻿/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Form Layout Elements */
*
{
    padding: 0; 
    margin: 0; 
    outline: 0; 
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #212121;
    opacity: 0;
}
body.visible {
    opacity: 1;
}
input, textarea, select  
{
    color: #212121;
    border: 1px solid #212121;
    font-size:12px;
    background: transparent;
    font-family: Arial, sans-serif;
}
input {
    height: 20px;
    padding: 2px;
}
select 
{
    min-width: 70px;
    height: 22px;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.tbx select {
    /*border-top: 1px solid rgba(55,55,55,0.3);
    border-left: 1px solid rgba(55,55,55,0.3);
    border-bottom: 0;
    border-right: 0;*/
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 2px;
    padding-right: 20px;
    background: transparent;
}
.tbx select::-ms-expand {
    display: none;
}
textarea {
    min-height: 80px;
    min-width: 178px;
}
.cl  
{
    font-size:0; 
    line-height:0; 
    clear:both; 
    display:block; 
    height:0; 
}
fieldset {
    border: 1px solid rgba(55,55,55,0.3);
    padding: 0 15px 10px 15px;
    margin: 0 0 15px 0;
}
legend {
    width: auto;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 10px 10px 10px;
}
.text 
{
    height: 23px;
    line-height: 24px;
}
.tbx {
    background-color: #FFFFFF;
    border: 1px solid rgba(55,55,55,0.5);
    height: 28px;
    padding: 1px;
}
.tbx.tbxTextArea {
    height: auto;
    overflow: hidden;
}
.tbx.tbxDropDown {
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 27px;
    background: #ffffff url("images/arrow.png") no-repeat right -20px;
	position: relative;
}
.pager.tbx.tbxDropDown {
    width: 56px;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: none;
    border: 0;
    border-radius: 0;
}
.custom-text {
    width: 100% !important;
}
.tbx.tbxDropDown select {
    width: 100%;
    height: 23px;
    text-transform: none;
}
.tbx.tbxDropDown.multiSelectDropDown {
    height: auto;
    background: 0;
    position: relative;
    min-height: 100px;
}
.tbx.tbxDropDown.multiSelectDropDown select {
    height: auto;
    min-height: 100px;
    padding-right: 0;
}
.tbx.tbxDropDown.multiSelectDropDown.adminRolesDropDown select,
.tbx.tbxDropDown select.all-roles {
    min-height: 110px;
}
.tbx.tbxDropDown.packagesDropDown select {
    min-height: 120px;
}
.select-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.1);
}
.tbx.tbxDropDown:hover {
    background-position: right 11px;
}
.tbx input {
    border: 0;
    height: 24px;
    /*border-top: 1px solid rgba(55,55,55,0.3);
    border-left: 1px solid rgba(55,55,55,0.3);
    border-bottom: 0;
    border-right: 0;*/
    padding: 2px;
    width: 100%;
}
.tbx.tbxTextArea textarea {
    border: 0;
    /*border-top: 1px solid rgba(55,55,55,0.3);
    border-left: 1px solid rgba(55,55,55,0.3);
    border-bottom: 0;
    border-right: 0;*/
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 100%;
}
.tbx.tbx-city input {
    width: 240px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tbx input {
        line-height: 18px;
    }
}
input[type="checkbox"] {
    border: 0;
    height: 13px;
}
input[type="submit"] {
    padding: 0px 15px;
    min-height: 32px;
    line-height: 28px;
    padding-top: 0\0/IE89;
    cursor: pointer;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover
{
    opacity: 0.5;
    cursor: default;
}
input[readonly="readonly"],
textarea[readonly="readonly"],
input[readonly],
textarea[readonly]
{
    background-color: rgba(55, 55, 55, 0.1);
    text-shadow: 1px 1px #fff;
}
select[disabled=""],
select[disabled="disabled"] {
    background-color: rgba(55, 55, 55, 0.1);
    text-shadow: 1px 1px #fff;
}
@media all and (-webkit-min-device-pixel-ratio:0) 
{
    input[type="submit"] {
        padding-top: 0;
    }
}
a 
{
    color: #212121;
    cursor: pointer;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}
    a:not(.btn):not(.pg-next):not(.pg-last):not(.pg-first):not(.pg-prev):hover {
        color: #518a8a;
    }
.pg-next:hover,
.pg-last:hover,
.pg-first:hover,
.pg-prev:hover {
    text-decoration: none;
}
.btn.focus, 
.btn:focus {
    box-shadow: none;
}
a img  
{
    border:0; 
}
section.container {
    max-width: none;
    padding: 0;
}
.margin10
{
    margin-left: 10px !important;
}
.margin110
{
    margin-left: 140px !important;
}
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}
table td {
    padding: 5px 3px;
    border: solid 1px #ede7f1;
}
table th {
    color: #212121;
    padding: 6px 3px;
    text-align: left;
    background-color: rgba(55, 55, 55, 0.1);
    border: 0px;
}
.clear {
    clear: both;
}
h1  
{
    font-size:20px; 
    line-height:20px; 
    color: #212121;
    font-weight: normal;
    text-transform: uppercase; 
    margin: 10px 0 15px 0;
}
.h1-holder {
    display: inline-block;
    width:100%;
}
.h1-holder h1 {
    display: inline-block;
}
h2  
{
    font-size:16px; 
    line-height:16px; 
    text-transform: uppercase; 
    margin-bottom: 10px; 
}
#content h2  
{
    font-size:16px; 
}
h3  
{
    font-size:13px; 
    line-height:15px; 
    font-weight: normal;
    text-transform: uppercase; 
    margin: 15px 0 12px 0; 
    font-weight: bold;
}
h4, 
.pd-category
{
    font-size:12px; 
    line-height:14px; 
    text-transform: uppercase; 
    color:#000; 
    width: 100%; 
    float: left; 
    padding-top: 10px; 
}
.none
{
    display: none !important;
}
.editor-label {
    margin: 1em 0 0 0;
}
.editor-field {
    margin: 0.5em 0 0 0;
}
/* End Form Layout Elements*/
/* Main menu */
.main-menu-cnt {
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
}
.main-menu-item {
    margin: 0 8px;
    position: relative;
}
.main-menu-item:first-child {
    margin-left: 0;
}
.main-menu-item:last-child:not(:first-child) .mmi-second-level-cnt {
    left: auto;
    right: 0;
}
.mmi-link {
    color: #212121;
    display: table-cell;
    font-size: 12px;
    height: 48px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.mmi-link:after {
    background: rgba(0, 0, 0, 0) url("images/menu-line.png") repeat-x scroll 0 0;
    top: 41px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.main-menu-item:hover .mmi-link {
    color: #212121;
}
.main-menu-item:hover::after, .main-menu-item.item-selected::after {
    border-color: transparent transparent rgba(55,55,55,0.5);
    border-style: solid;
    border-width: 0 5px 5px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}
.mmi-second-level-cnt {
    background: #eeeeee none repeat scroll 0 0;
    display: none;
    list-style: outside none none;
    margin-top: 1px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 10001;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.mmi-second-level-cnt:before {
    background: rgba(0, 0, 0, 0) url("images/1px.png") repeat scroll 0 0;
    content: "";
    float: left;
    height: 1px;
    margin-top: -11px;
    width: 100%;
}
.main-menu-item:hover .mmi-second-level-cnt, .mmi-second-level-cnt:hover {
    display: block;
}
.mmi-second-level-item {
    border-top: 1px solid rgba(55,55,55,0.3);
    float: left;
    width: 100%;
}
.mmi-second-level-item:first-child {
    border-top: 0 none;
}
.mmisli-link {
    background: url("images/sub-menu-arrow.png") no-repeat 14px center;
    box-sizing: border-box;
    color: #212121;
    display: inline-block;
    float: left;
    line-height: 26px;
    padding: 0 35px 0 43px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease-in-out, background-position .2s ease-in-out;
}
.mmisli-link:hover {
    background-color: #dddddd;
    background-position: 18px center;
    color: #212121;
}
/* End Main Menu */
/* Styles for validation helpers */
.error,
.field-validation-error {
    color: #ff0000;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid {
    display: none;
}
/* End Styles for editor and display helpers */
/* Pager */
.pager-wrapper
{
    width: 100%;
    float: left;
    text-align: center;
}
.products .pager-wrapper
{
    min-height: 34px;
}
.pager-cnt
{
    display: inline-block;
}
.pager
{
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 55px;
}
.pg-first, 
.pg-last, 
.pg-next, 
.pg-prev, 
.pgf-disabled, 
.pgl-disabled, 
.pgn-disabled, 
.pgp-disabled
{
    display: inline-block;
    float: left;
    height: 27px !important;
    min-height: 27px !important;
    width: 27px;
    line-height: 24px !important;
    text-align: center;
    padding: 0 !important;
    margin-right: 10px !important;
    margin-top: 0 !important;
    background-image: url("images/images.png");
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 12px !important;
}
.pg-first:hover, 
.pg-last:hover, 
.pg-next:hover, 
.pg-prev:hover, 
.pgf-disabled:hover, 
.pgl-disabled:hover, 
.pgn-disabled:hover, 
.pgp-disabled:hover
{
    color: #ffffff;
}
.pg-first
{
    background-position: -231px -74px;
}
.pgf-disabled, 
.pgl-disabled, 
.pgn-disabled, 
.pgp-disabled
{
    background: #a3a3a3;
    height:		27px !important;
    width:		27px !important;
    line-height:		26px;
	color:				#FFF;
	text-shadow:		0 1px 1px #113870;
    cursor: default;
}
/* End Pager */
/* LAYOUT */
.shell  
{
    width: 100%;
    float: left;
}
.header-wrapper,
.main-wrapper,
.footer-wrapper
{
    width: 100%;
    float: left;
    border-top-width: 0;
}
.main-wrapper {
    overflow: visible;
}
#header,
#main,
#footer
{
    max-width: 1240px; 
    min-width: 290px;
    margin: 0 auto; 
    padding: 0 10px; 
}
.right-content
{
    width: 180px;
    float: right;
}
.left-content
{
    width: 200px;
    float: left;
    margin-right: 15px;
}
/* Header */
#header
{
    background-color: #ffffff; 
    position: relative;
}
#navigation,
#navigation2
{
    float:left;
    width: 80%;
}
#logo  
{
    font-size:0; 
    line-height:0; 
    width:410px; 
    min-height:24px; 
    float:left; 
    display:block; 
    margin-top: 19px; 
    margin-left: 10px; 
}
#logo img  
{
    max-height: 100%; 
    max-width: 100%; 
}
.top-heaader-cnt
{
    width: 100%;
    height: auto;
    min-height: 48px;
    float: left;
    border-bottom: 1px solid rgba(55,55,55,0.3);
}
.middle-header-cnt 
{
    position: relative;
    width: 100%;
    float: left;
    height: 104px;
}
.header-info-cnt 
{
    width: 338px;
    padding: 45px 0 0 42px;
    height: 41px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/phone_bg.png);
    text-align: center;
}
.header-links-cnt 
{
    float: right;
    margin-top: 54px;
}
.skype-link,
.call-back-link 
{
    margin: 0 15px 0 3px;
    float: left;
    font-size: 9px;
    text-transform: uppercase;
}
.skype-link:before,
.call-back-link:before 
{
    content: '';
    display: inline-block;
    float: left;
    width: 8px;
    height: 8px;
    margin: 4px 5px 0 0;
    background: url(images/i_enabled.gif);
}
.search-block 
{
    width: 100%;
    float: left;
    height: 66px;
    background: url(images/findBox.png);
}
.login-control 
{
    float: right;
    line-height: 14px;
    padding-top: 2px;
}
.hic-phones
{
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
}
.hic-text 
{
    color: #d3ae63;
    font-size: 10px;
    text-transform: uppercase;
}
#cart  
{
    border-top: 1px solid rgba(55,55,55,0.3);
    float:right; 
    white-space:nowrap; 
    line-height:11px; 
    padding-top: 4px;
}
.cc-titles {
    float: left;
    margin-left: 10px;
}
.cc-digits {
    float: left;
    margin-left: 5px;
}
.btn,
input[type="submit"],
.pg-first, .pg-last, .pg-next, .pg-prev {
    float: left;
    margin: 0 0 0 0;
    padding: 9px 15px;
    line-height: 1.2;
    min-height: 32px;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #518a8a;
    border: 0;
    border-radius: 0;
    letter-spacing: 1px;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
}

.btn {
    float: none;
}

    a.btn:not([href]),
    .btn:hover {
        color: #FFF;
    }

input.btn[type="submit"] {
    -webkit-appearance: button;
}
.btn:hover {
    opacity: 0.9;
}
.cart-cnt .btn {
    margin-left: 10px;
}
.cct-products-link,
.cct-total,
.ccd-products-no,
.ccd-total {
    float: left;
    clear: both;
    line-height: 17px;
    font-size: 9px;
    text-transform: uppercase;
}
.cct-products-link,
.ccd-products-no
{
    
}
.searchboxContainer {
    float: right;
    margin: 20px 20px 0 0;
    position: relative;
    width: 175px;
}
.searchboxContainer input {
    color: #43440C;
    float: left;
    width: 150px;
}
.serchButton {
    background: #FFF url("images/search_box.png") no-repeat scroll 2px 3px;
    height: 24px !important;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 22px !important;
    cursor: pointer;
    border: none;
    border-top: 1px solid rgba(55,55,55,0.3);
}
.searchResultText
{
    right: 15px;
    left: auto !important;
}
.wellcome
{
    text-align: right;
}
.user-name {
    text-align: right;
    font-weight: bold;
}
a.cart-link  
{
    color:#fff; 
    background:url(images/cart-link-red.png) no-repeat 0 0; 
    text-decoration: none; 
    position: relative;
    height: 50px;
    width: 50px;
    display: inline-block;
}
a.cart-link:hover
{
    color:#fff;
}
.cl-products-wrapper
{
    border-radius: 14px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: 33px;
    height: 28px;
}
.cl-products
{
    height: 28px;
    background: #212121;
    background: -moz-linear-gradient(top, #f57979 0%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57979), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f57979 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f57979 0%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f57979 0%,#212121 100%); /* IE10+ */
	background: linear-gradient(top, #f57979 0%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57979', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
    border: #212121;
    line-height: 28px;
    font-size: 16px;
    padding: 0 10px;
    float: left;
}
.login-link, 
.register-link,
.logoff-link, 
.myprofile-link
{
    float: left;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 9px;
    clear: both;
}
.logoff-link 
{
    float: right;
}
.myprofile-link
{
    clear: none;
    margin-right: 5px;
    float: left
}
.wishlist-link 
{
    float: left;
    margin-top: 2px;
    line-height: 14px;
}
/* End Header */
/* Main content part */
#content  
{
    float:left; 
    width:100%;
}
#content fieldset {
    width: 65%;
    box-sizing: border-box;
}
#content fieldset.services-histories-item-fieldset,
#content fieldset.certificate-fieldset,
#content fieldset.specialists-fieldset{
    width: 100%;
}
.account-page #content fieldset {
    width: auto;
}
#main
{
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; 
    background: #ffffff;
}
.box  
{
    margin-bottom:15px; 
    position: relative; 
    overflow: hidden; 
    padding-bottom: 10px
}
.box.newscontrol,
.box.rightControl {
    background: #f8eba7;
}
.box.newscontrol h2{
    border-bottom: 1px solid #cba75e;
    margin-bottom: 10px;
    font-weight: bold;
}
#slider.box 
{
    padding-bottom: 0;
}
.box h2  
{
    font-weight: bold; 
    color: #212121;
    padding: 0 5px 0 20px; 
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 0;
    height:27px; 
    line-height:27px; 
}
.box-content  
{
    padding:0 5px;
}
.wl-btn
{
    color: #636363;
    font-weight: bold;
    text-decoration: none;
}
.wl-btn:hover
{
    text-decoration: underline;
}
.categories ul  
{
    list-style-type: none; 
    font-size:13px;
}
.categories ul li 
{
    border-top: 1px solid #E6E7E8; 
    padding: 5px 0;
}
.categories ul li:first-child 
{
    border-top:0;
}
.categories ul li.selected 
{
    font-weight: bold; 
}
.categories ul li.selected a  
{
    color: #212121; 
}
.categories ul li.last 
{
    border-bottom:0; 
    padding-bottom:0;
}
.categories ul li a 
{
    color:#5f5f5f; 
    text-decoration: none; 
    background:url(images/menu_more.png) no-repeat 2px 2px; 
    padding-left:17px;
    text-transform: uppercase;
    font-size: 10px;
}
.categories ul li a:hover 
{
    color: #212121; 
}
#slider  
{
    height:350px; 
    position:relative; 
    overflow:hidden; 
}
#slider-holder  
{
    width:100%; 
    height:350px; 
    position:relative; 
    overflow:hidden; 
}
#slider-holder .jcarousel-clip 
{
    width:100%; 
    height:350px; 
    position:relative; 
    overflow:hidden; 
}
#slider-holder ul 
{
    width:765px; 
    height:350px; 
    position:relative; 
    overflow:hidden; 
    list-style-type: none;
}
#slider-holder ul li
{
    width:765px; 
    height:350px; 
    position:relative; 
    overflow:hidden; 
    float:left; 
}
#slider-nav  
{
    position:absolute; 
    top:332px; 
    right:4px; 
    z-index:2; 
}
#slider-nav a 
{
    font-size:0; 
    line-height:0; 
    text-indent: -4000px; 
    width:10px; 
    height:10px; 
    border:solid 1px #212121; 
    background:#212121; 
    float:left; 
    margin-right:5px; 
}
#slider-nav a:hover,
#slider-nav a.active  
{
    background:#fff;
}
.more-products #more-slider-content img
{
    max-width: 94px;
    max-height: 94px;
}
.products
{
    width: 102%; 
    position: relative; 
    float: left; 
}
.reviews-page
{
    position: relative;
}
.products h1
{
    position: absolute;
    max-width: 280px;
    top: -5px; 
    left: 0; 
}
.best-sellers-title
{
    color: #212121;
    font-size: 18px;
    height: auto !important;
    text-transform: uppercase;
    padding-right: 0 !important;
    width: 100% !important;
}
.best-sellers-text 
{
    display: inline-block;
    font-size: 11px;
    padding: 10px 0 10px 10px;
}
.products ul 
{
    list-style-type: none;
}
.products ul.productItem li 
{
    position:relative; 
    padding:0 9px;
    border-right:solid 1px rgba(55,55,55,0.3); 
    float:left;
    width:177px;
    margin-bottom:9px;
    height:200px;
}
.products ul.productItem li:hover .product-desc {
    display: block;
}
.products ul.productItem li:nth-child(4n-3) {
    padding-left: 0;
}
.products ul.productItem li:nth-child(4n+0) {
    border-right: 0; 
    padding-right: 0;
}
/*.products.relatedProducts ul.productItem
{
    margin-bottom: 0;
    float: left;
}*/
.products.relatedProducts ul.productItem li
{
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
    border: 0;
}
.products ul.productItem li > a
{
    width: 160px;
    float: left;
    height: 160px;
    padding: 9px 8px 9px 9px;
    position: relative;
}
.products ul.productItem li > a img  
{
    max-width: 160px; 
    max-height: 160px; 
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.products.related-products ul.productItem li 
{
}
.product-small-desc {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 9px;
    font-size: 11px;
}
.psd-price {
    color: #212121;
    float: left;
    font: bold 1.2em/1.1em Georgia;
    text-decoration: none;
    line-height: 18px;
}
.psd-new,
.psd-options {
    height: 19px;
    width: 19px;
    float: right;
    margin-left: 5px;
}
.psd-new {
    background: url(images/i_warning.png) no-repeat;
}
.psd-options {
    background: url(images/i_many.png) no-repeat;
}
.product-desc h3 {
    color:#fff;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0; 
}
.pd-category-brand-icons {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.pd-icons {
    width: 40%;
    float: right;
    margin-top: 5px;
}
.pd-category-brand {
    width: 60%;
    float: left;
}
.pd-category
{
    font-weight: normal;
    float: left;
    clear: both;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}
.pd-brand
{
    text-align: left;
    float: left;
    clear: both;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}
.pdp-link {
    float: right;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
.product-desc p,
.productDesc p
{ 
    padding-bottom: 5px;
}
.product-desc ul,
.productDesc ul
{ 
    padding-left: 20px;
    padding-bottom: 5px;
}
.product-desc {
    display: none;
    position: absolute;
    top: 0;
    left: 9px;
    z-index: 10;
    width: 177px;
    border: 9px solid rgba(55,55,55,0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product-desc-cnt {
    width: 100%;
    float: left;
    margin-top: 160px;
    padding-top: 8px;
    background: rgba(55,55,55,0.3);
}
.products ul.productItem li:nth-child(4n-3) .product-desc {
    left: 0;
}
.products.relatedProducts
{
    width: 177px;
    margin-left: 15px;
}
.products.relatedProducts .product-desc 
{
    left: 0;
}
.product-desc .desc{
    display: inline-block;
    font-size: 10px;
    color: #fff;
    line-height: 10px;
    padding-bottom: 7px;
    width: 100%;
    max-height: 54px;
    overflow: hidden;
}
.pdp-price {
    font: 1.1em Georgia;
    color: #fff;
}
.product-desc .pd-category
{
    padding-top: 0;
}
.pd-addtobasket
{
    width: 190px;
    float: left;
}
.products.relatedProducts .pd-addtobasket
{
    margin-top: 10px;
    width: 180px;
}
.pd-addtobasket .qbtn
{
    margin-top: -5px;
    margin-bottom: 0;
    width: auto;
    float: right;
}
.pd-addtobasket .price
{
    float: left;
    font: bold 1.2em/1.1em Georgia;
}
.price  
{
    display:block; 
    font-size:19px; 
    color:#212121; 
    line-height:19px; 
}
.more-products-wraper
{
    margin: 15px 0 5px 0;
}
.more-products  
{
    position:relative; 
    height:114px; 
    overflow:hidden; 
}
.more-products ul 
{
    list-style-type: none; 
    height:94px; 
    position:relative; 
    overflow:hidden; 
    width:805px;
}
.more-products ul li 
{
    float:left; 
    width:94px; 
    height:94px; 
    border-right:1px solid #E6E7E8; 
    padding:0 12px;
    text-align: center;
}
.more-products ul li:last-child
{
    border-right:0; 

}
.more-products-holder  
{
    width:706px; 
    height:94px; 
    position:relative; 
    overflow:hidden; 
    top:10px; 
    left:27px;
}
.more-products-holder .jcarousel-clip 
{
    width:100%; 
    height:94px; 
    position:relative; 
    overflow:hidden; 
}
#slider-nav a:hover,
#slider-nav a.active  
{
    background-position: 0 0;
}
.sl-prev-arrow, 
.sl-next-arrow
{
    display: none !important;
    float: left; 
    position: absolute; 
    top: 0;
    margin: 120px 0 0 0;
    width: 60px;
    height: 60px;
    background: url(images/arrows-sprite.png) -190px -262px;
    cursor: pointer;
}
.sl-prev-arrow  
{
    left: 0; 
}
.sl-next-arrow  
{
    right: 0; 
    background-position: -262px -262px;
}
.more-nav  
{
    font-size:0; 
    line-height:0;
}
.more-nav a 
{
    position:absolute; 
    top:44px; 
    left:0; 
    width:11px; 
    height:21px; 
    text-indent: -4000px; 
    z-index:3;
}
.more-nav a.next 
{
    background:url(images/carusel_right.png); 
    left:744px;
}
.more-nav a.prev 
{
    background:url(images/carusel_left.png);
    left:10px;
}
.cols {
    border: 1px solid #DEDEDE;
    margin: 10px 0;
    padding: 1px;
}
.col {
    background: none repeat scroll 0 0 #EEEEEE;
    display: inline;
    float: left;
    margin-right: 0;
    padding: 12px;
    width: 190px;
    text-align: center;
}
.col img
{
    max-width: 100%;
}
.col h3, .col .more
{
    text-align: center;
}
.col-last  
{
    margin-right:0;
}
h3.ico  
{
    background-repeat:no-repeat; 
    background-position:0 2px; 
    padding:6px 0 8px 30px;
}
h3.ico1  
{
    background-image:url(images/ico1.gif);
}
h3.ico2  
{
    background-image:url(images/ico2.gif);
}
h3.ico3  
{
    background-image:url(images/ico3.gif);
}
h3.ico4  
{
    background-image:url(images/ico4.gif);
}
a.bul  
{
    background:url(images/bul.gif) no-repeat 0 center; 
    padding-left:10px;
}
/* End Main content part */
/* Footer */
#footer  
{
    margin-bottom: 10px;
    color:#212121;
    overflow: hidden;
}
#footer a
{ 
    color: #212121;
    line-height: 18px; 
    font-size: 11px;
    text-transform: uppercase;
}
#footer a:hover 
{
    opacity: 0.8;
}
.footer-top
{
    width: 100%;
    float: left;
    padding: 25px 0 35px 0;
    background: url(images/chain.gif) no-repeat;
}
.footer-bottom
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
}
.bottom-menu
{
    margin-top: 10px;
    float: right;
    list-style: none;
}
.bottom-menuitem 
{
    display: inline-block;
    margin-left: 20px;
}
.inside-menu 
{
    float: left;
    width: 100%;
    list-style: none;
}
.inside-menuitem 
{
    width: 33.3%;
    text-align: center;
    float: left;
}
.inside-menuitem a 
{
    text-transform: uppercase;
}
.ft-socials
{
    float: right;
}
.ft-socials a
{
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 10px;
    text-indent: -2000px;
    background-image: url(images/social_buttons.png);
    background-repeat: no-repeat;
}
.fts-youtube
{
    background-position: -120px 0;
}
.fts-vk
{
    background-position: -80px 0;
}
.fts-twitter
{
    background-position: -40px 0;
}
.ft-info 
{
    width: 30%;
    float: left;
}
.fti-phone
{
    width: 100%;
    float: left;
}
.fti-email
{
    width: 100%;
    float: left;
    margin-bottom: 16px;
    color: #212121 !important;
}
.fti-address
{
    width: 100%;
    float: left;
    text-transform: uppercase;
}
.fb-copyright
{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.fb-paiment-img
{
    float: right;
    margin-top: -12px;
}
.fb-counter-cnt 
{
    float: right;
}
/* End Footer */
/* End Layout */

/* Product Detail */
.controlImageCarouselContainer
{
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(55,55,55,0.3);
}
.pd-title-link
{
    text-decoration: none;
    text-align: left !important;
    background: transparent !important;
}
.pd-link-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 160px;
}
.pd-title-link:before {
    position: absolute;
    height: 160px;
    width: 160px;
    top: 0;
    left: 0;
}
.pd-price-addtobasket {
    width: 100%;
    float: left;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dashed #fff;
}
.pdc-cnt-wrapper,
.productDetailInfo
{
    float: left;
    margin-right: 1%;
    width: 48%;
    overflow: hidden;
}
.addthis-cnt
{
    width: 372px;
    position: absolute;
    left: 0;
    top: 534px;
    z-index: 1;
}
.ratingInfoLine 
{
    margin-top: 10px;
}
.decrease-top
{
    top: 408px;
}
.addthis-text
{
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-left: 75px;
    margin-right: 10px;
}
.pdc-single-img .jcarousel-container
{
    display: none !important;
}
.productDetailInfo
{
    margin-right: 0;
    width: 50%;
    float: right;
}
.productDetailInfo .value
{
    position: absolute;
}
.productDetailInfo .infoLinePDPFiels .value 
{
    position: relative;
}
.productDesc
{
    margin-bottom: 8px;
}
.infoLine
{
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    clear: both;
    display: table;
    width: 100%;
}
.infoLine.email-line {
    margin-bottom: 2px;
}
    .infoLine label {
        margin-bottom: 0;
    }
.priceInfoLine 
{
    padding-bottom: 4px;
}
.infoLineSelect 
{
    overflow: visible;
    width: 100%;
    float: left;
    max-width: 450px;
}
.form-wrapper fieldset .infoLineSelect,
.print-page .infoLineSelect {
    max-width: none;
}
.infoLineStoredProceduresSelect {
    max-width: 100%;
	padding-right: 76px;
	box-sizing: border-box;
}
.label
{
    width: 140px;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}
.infoLine .label 
{
    line-height: 12px;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.infoLine .value {
    display: table-cell;
}
.productDetailInfo .infoLine .label,
.addressOverviewCnt .infoLine .label,
.oh-payment-details .infoLine .label,
.textOnly.infoLine .label
{
    padding-top: 0;
}
.oh-payment-details .value input[type="checkbox"]
{
    margin-top: 3px;
}
.value
{
    left: 0;
}
.value select
{
    float: left;
}
.variant-info
{
    margin-left: 10px;
}
.infoLineQuantity 
{
    height: 26px;
}
.infoLineQuantity .label 
{
    line-height: 23px;
}
.addressCnt .infoLineCheckBox 
{
    display: none;
}
#productInfo
{
    position: relative;
    display: inline-block;
    width: 100%;
}
.lastviewed-title
{
    width: 100%;
    float: left;
    padding: 25px 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.productQuantityCnt
{
    margin-top: 0 !important;
}
.productQuantityForm 
{
    width: 54px;
    position: relative;
}
.productQuantityForm .bq-plus 
{
    top: 2px;
}
.productQuantityForm .bq-minus
{
    top: 14px;
}
.productQuantityForm a 
{
    right: 0;
}
.productQuantityCnt input
{
    width: 40px;
    text-align: center;
    float: left;
}
#variant
{
    min-width: 57px;
    text-align: center;
    border-color: #212121;
    text-transform: none;
    padding-right: 5px;
}
.productDetailInfo .infoLine
{
    margin-bottom: 4px;
}
.product-id
{
    margin-bottom:10px;
    width: 100%;
}
.pid-text
{
    padding-right: 5px;
    font-weight: bold;
}
.top-review-text
{
    padding: 0 0 6px 5px;
    display: inline-block;
    text-decoration: none;
    line-height: 18px;
    float: left;
}
.reviews
{
    width: 100%;
    float: left;
}
.pdc-single-img .pika-stage
{
    margin-bottom: 0;
}
.pika-stage
{
    overflow: hidden;
}
.pika-stage a
{
    display: inline-block !important;
    float: none !important;
    height: 370px;
    width: 370px;
    *display: inline !important;
    *zoom: 1 !important;
    position: relative;
}
.pika-stage a img 
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pika-stage
{
    width: 370px !important;
    height: 370px !important;
    padding: 0 !important; 
    border-color: rgba(55,55,55,0.3) !important;
}
.pika-thumbs li
{
    padding: 0 !important;
    height: 115px !important;
    width: 115px !important;
    border-color: rgba(55,55,55,0.3) !important;
}
.pika-thumbs li .clip
{
    padding: 0 !important;
}
.pika-thumbs li .clip img
{
    max-width: 115px !important;
    max-height: 115px !important;
}
.pika-textnav .previous,
.pika-textnav .next
{
    height: 25px;
    width: 25px !important;
    display: inline-block;
    float: left !important;
    margin-left: 5px;
    text-indent: -2000px;
    background: #212121 url(images/lightblue/slides-how-arrows.png) no-repeat 8px 5px;
    cursor: pointer !important;
}
.pika-textnav .previous:hover,
.pika-textnav .next:hover
{
    opacity: 0.9;
}
.pika-textnav .previous
{
    border-radius: 5px 0 0 5px;
}
.pika-textnav .next
{
    background-position: -55px 5px;
    border-radius: 0 5px 5px 0;
}
.pika-textnav
{
    display: block !important;
    width: 76px;
    float: right;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.pdc-single-img .pika-textnav
{
    display: none !important;
}
/* End Product Detail */

/* Basket page*/
.odd td
{
    background: #f8eba7;
}
.bp-image
{
    max-height: 64px;
    max-width: 64px;
}
table.box
{
    width: 100%;
    border-left: 0;
    border-right: 0;
}
table.box.False
{
    display: none;
}
table.box td
{
    border-left: 0;
    border-right: 0;
}
.imageCnt
{
    text-align: center;
    width: 64px;
    padding:5px 10px;
}
.idCnt
{
    width: 100px;
    white-space: nowrap;
}
.quantityCnt
{
    text-align: center;
}
.quantityCnt input
{
    width: 40px;
    text-align: center;
    float: left;
}
.priceCnt
{
    text-align: right;
    width: 100px;
}
.subTotalCnt
{
    text-align: right;
    width: 100px;
    padding-right: 10px;
}
.totalCnt
{
    text-align: right;
    font-weight: bold;
    width: 100px;
    padding-right: 10px;
}
.basketQuantityCnt
{
    width: 107px;
    display:inline-block;
    margin-top: 4px;
    position: relative;
}
.basketQuantityCnt input
{
    padding-bottom: 0;
}
.basketBtnCnt
{
    width: 100%;
    display: inline-block;
}
.addToBasketCnt
{
    padding-right: 10px;
}
.addToBasketCnt .btn
{
    float: right;
    white-space: nowrap;
}
.addp-btn-cnt
{
    margin-bottom: 10px !important;
}
.updateBtn
{
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 17px;
    margin-top: 2px;
    background: url("images/arrows-sprite.png") no-repeat -108px 2px;
    display: inline-block;
}
.deleteBtn
{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url("images/arrows-sprite.png") no-repeat -66px 3px;
    display: inline-block;
}
.del-wl-item
{
    float: none;
}
.backBtn
{
    float: left !important;
    background-color: #999999;
}
.nextBtn
{
    float: right !important;
}
.bq-plus
{
    position: absolute;
    right: 50px;
    top: 0px;
    width: 12px;
    height: 12px;
    background: url(images/plusminus.png) 0 0;
}
.bq-minus
{
    position: absolute;
    right: 50px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url(images/plusminus.png) 0 -12px;
}
.rw-toptext
{
    margin-bottom: 10px;
}
.rw-btns-cnt
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.rw-btns-cnt .btn
{
    margin-top: 0;
}
.rw-btns-cnt .qbtn
{
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
}
.addp-btn-cnt .qbtn
{
    margin-right: 10px;
}
.lw-entry
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.lwe-date-name
{
    margin-bottom: 5px;
    font-weight: bold;
}
.lwe-rating
{
    margin-bottom: 7px;
}
.lwe-msg
{
}
.rw-product-cnt
{
    margin-bottom: 10px;
}
.rwp-image-cnt
{
    height: 80px;
    width: 80px;
    float: left;
    padding-right: 10px;
}
.rwp-image
{
    max-width: 100%;
    max-height: 100%;
}
.rwp-info
{
    height: 80px;
    overflow: hidden;
}
.rwpi-title
{
    width: 100%;
    float: left;
    margin: 17px 0 5px 0;
    text-transform: uppercase;
}
.rwpi-idtext
{
    float: left;
    padding-right: 5px;
    font-weight: bold;
}
.rwpi-id
{
    float: left;
}
/* End basket page*/

/* Login page*/
.loginLeft
{
    width: 268px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.loginRight
{
    overflow: hidden;
}
.logonleftBorder
{
    position: absolute;
    top: 0;
    right: 10px;
    width: 0;
    height: 172px;
    border-right: 1px solid #c3c3c3;
}
.guestText
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
}
.introText
{
    margin: 10px 0;
}
/* End Login page*/

/* Checkout pages */
.two-columt-content
{
    width: 788px !important;
    float: left;
}
.addressCnt
{
    display: inline-block;
    width: 354px;
    margin-left: 20px;
    float: left;
}
.addressCnt:first-child
{
    margin-left: 0;
}
.sameAddrChb
{
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 24px;
}
.country-select select
{
    width: 206px;
}
.addressOverviewCnt
{
    width:31%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
}
.addressOverviewCnt .infoLine,
.oh-payment-details .infoLine
{
    margin-bottom: 2px;
    width: 100%;
    float: left;
    line-height: 20px;
}
.orderOverviewBottom input[type="checkbox"],
.sameAddrChb input[type="checkbox"]
{
    float: left;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
}
.terms
{
    width: 40%;
    float: left;
}
.terms-text 
{
    margin-top: 5px;
}
.comments
{
    width: 60%;
    float: right;
    height: 150px;
}
.comments textarea
{
    width: 460px;
    height: 140px;
}
.orderErrros
{
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}
.validation-summary-errors {
    margin-bottom: 5px;
}
.validation-summary-errors > ul
{
    list-style: none;
}
.field-validation-error,
.field-validation-notfound,
.field-validation-databaselocked,
.field-validation-alreadysent,
.field-validation-parselwrongdispatch,
.field-validation-statusempty,
.field-validation-exist,
.validation-summary-errors > ul > li,
.validation-summary-errors > span,
.errormessages > div, 
.errormessages > span,
.errormessage {
    background: url("images/iconErrorSmall.png") no-repeat scroll left 3px transparent !important;
    clear: both;
    padding: 4px 0 0 20px;
    color: #ff0000;
    display: block;
    line-height: 16px;
}
.okmessage,
.field-validation-success,
.field-validation-updated
{
    background: url("images/ok.png") no-repeat scroll left 3px transparent !important;
    clear: both;
    padding: 1px 0 0 20px;
    color: Green;
    display: block;
    line-height: 21px;
}
.field-validation-error
{
    float: left;
}
.review-creare .field-validation-error
{
    float: none;
}
.payments-methods
{
    border-bottom: 1px solid #E8EEF4;
}
.delivery-methods
{
    border-bottom: 1px solid #E8EEF4;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.pm-line
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.pml-title
{
    float: left;
    padding-right: 10px;
    line-height: 30px;
}
.pm-icon
{
    height: 30px;
    width: 50px;
    margin:  0 10px;
    float: left;
    position: relative;
}
.pm-icon img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.pml-radio
{
    margin-top: 5px;
    float: left;
}
.pml-paymentfee
{
    float: right;
    line-height: 30px;
    padding-right: 10px;
}
.margin-bottom-12
{
    margin-bottom: 12px;
}
.oh-payment-details
{
    width: 34%;
    float: left;
    margin-bottom: 10px;
}
.oh-payment-details-admin
{
    width: 100%;
    float: left;
}
.orderinfo-cnt
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.payments-cnt
{
    width: 100%;
    float: left;
    display: none;
}
.pw-title
{
    background: url(images/arrows.png) no-repeat 0 0;
    padding-left: 16px;
}
.pw-title.up
{
    background: url(images/arrows.png) no-repeat 0 -14px;
}
.orderinfo-cnt .infoLine
{
    margin-bottom: 0;
}
.payments-wrapper
{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.payments-wrapper h3
{
    cursor: pointer;
}
.payments-cnt .value
{
    word-wrap: break-word;
}
.order-id
{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.oid-text
{
    padding-right: 5px;
    font-weight: bold;
}

/* Checkout Steps */
.checkout-steps
{
    width: 100%;
    float: left;
    height: 36px;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.main-steps {
    margin-top: 20px;
}
.cs-step
{
    width: 24%;
    height: 36px;
    border: 1px solid #5340ff;
    background: #5340ff;
    box-sizing: border-box;
    text-decoration: none;
}
.cs-step:not(.passed) {
    cursor: default;
}
.ms-step {
    width: 49.6%;
}
.ds-step {
    width: 32.8%;
}
.ss-step {
    width: 24.1%;
}
.cs-digit {
    display: table-cell;
    position: relative;
    width: 44px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
}
.cs-digit span {
    position: relative;
    color: #5340ff;
}
.cs-step.active .cs-digit span {
    color: #ffffff;
}
.cs-digit:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
}
@media all and (-ms-high-contrast:none)
{
   .cs-digit:before {
       top: 8px;
   }
}
.cs-text
{
    line-height: 14px;
    height: 34px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
.ds-ster-min-5 .cs-text {
    font-size: 11px;
}
.cs-step.active
{
    background: #ffffff;
    border-color: #5340ff;
}
.cs-step.active .cs-digit:before
{
    background: #5340ff;
}
.cs-step.active .cs-digit
{
    color: #ffffff;
}
.cs-step.active .cs-text
{
    color: #5340ff;
    font-weight: bold;
}
.cs-step.passed .cs-digit:before {
    background: #eeeeee;
    border: 1px solid #ffffff;
    width: 23px;
    height: 23px;
}
.cs-step-proc:first-child:last-child {
    width: 100% !important;
}
.cs-step.passed .cs-digit
{
    color: #ffffff;
}
/* End Checkout Steps */
/* End Checkout Page*/

/* Intro page */
.home-top-banner
{
    max-width: 222px;
    max-height: 252px;
}
.introbody
{
    background-image: url(images/beijing.jpg)
}
.introbody .shell
{
    background: transparent;
}
.shell.intro
{
    width: auto;
    padding: 0;
    color: #ffffff;
    margin-top: 250px;
}
#intro-cnt
{
    position: absolute;
    text-align: center;
    display: inline-block;
    z-index: 1;
    left: 50px;
    bottom: 50px;
}
.ic-area
{
    height: 47px;
    position: relative;
    z-index: 5;
    padding: 20px;
    border: 1px solid #333333;
    display: inline-block;
}
.ic-area-bg
{
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 87px;
    opacity:0.55;
    filter:alpha(opacity=55);
    background: #000000;
}
.ic-title
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 6;
}
.ic-lnglinks
{
    position: relative;
    z-index: 6;
}
.ic-lnglinks a
{
    color: #ffffff;
    font-size: 18px;
}
/* Intro page */

/* News */
.news .intro{
    padding : 0 0 10px 0;
    font-weight : bold;
}
.news img
{
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
}
.newscontrol
{
    overflow: hidden;
}
.news-item
{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.ni-imagelink
{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.ni-imagelink img
{
    max-width: 100px;
    max-height: 100px;
}
.ni-desc
{
    margin-left:10px;
    margin-right: 5px;
}
.nid-text
{
    width: 100%;
    line-height: 15px;
}
.nid-link
{
    margin-bottom: 1px;
}
.nid-link a
{
    font-size: 10px;
    text-transform: uppercase;
    color: #212121;
}
.nid-date
{
    margin-bottom: 1px;
    font-weight: bold;
}
.allnews-link
{
    position: absolute;
    top: 6px;
    right: 5px;
    display: inline-block;
    color: #212121;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
}
.allnews-link:hover
{
    color: #212121;
}
/* End News*/

/* My  Account */
.ma-editaddress-link, 
.ma-changepass-link
{
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
/* End My  Account */

/* Basket popup */
/*qtip qtip-default jgrowl qtip-dark qtip-rounded qtip-pos-tr qtip-focus*/
.qtip-dark
{
    margin-top: 55px;
    left: calc(50% + 140px) !important;
    height: 126px !important;
    width: 350px !important;
    max-width: 350px !important;
    background-color: #FFFFFF !important;
    border-color: #AB0303 !important;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.3);
    border-radius: 0 !important;
    border: 1px solid #212121 !important;
    background: #f8eba7 !important;
    padding: 30px 40px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.qtip-content 
{
    padding-top: 20px !important;
    color: #6A787C !important;
    text-transform: uppercase;
    font-size: 10px;
}
.qtip-close 
{
    border: 0 !important;
    background: transparent url(images/i_close.gif) no-repeat !important;
    width: 11px;
}
.ui-icon-close 
{
    text-indent: -2000px !important;
}
.qtip-titlebar
{
    background-color: transparent !important;
    color: #6A787C !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal !important;
}
/* End Basket popup */

/* Contact us page */
.contactus-info
{
    margin: 5px 0 10px 0;
    width: 45%;
    float: left;
}
.contactus-form
{
    margin: 5px 15px 10px 0;
    padding-right: 15px;
    border-right: 1px solid #CCCCCC;
    width: 50%;
    float: left;
}
.contactus-form .validation-summary-errors
{
    padding-bottom: 5px;
}
.cf-toptext
{
    margin-bottom: 10px;
}
.left, .alignleft
{
    float:left; 
}
.right, .alignright
{
    float:right; 
}
/* End contact us page*/

/* Page not found */
.pnf-left
{
    width: 340px;
    float: left;
}
.pnf-right
{
    width: calc(100% - 342px);
    float: left;
    overflow: hidden;
    margin-top: 5px;
}
.pnf-right p
{
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.pnf-right a
{
    text-decoration: underline;
}
.pnf-intro
{
    font-size: 14px;
    padding-top:10px;
}
h1.pnf-title
{
    font-family: HeliosThin;
    font-size: 75px;
    line-height: 75px;
    float: right;
    margin: 0 55px 0 0;
    padding: 0;
}
.pnf-link
{
    margin-left: 35px;
}
/* End Page not found */

/* Sort dropdown */
.sort-dropdown-cnt
{
    width: 145px;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 83px;
}
.itemsPerPageWrapper {
    float: right;
    display: flex;
    align-items: center;
}

.itemsPerPageTitle {
    margin-right: 10px;
}
.itemsPerPage {
    float: none !important;
    margin-right: 0;
}
h1 + .itemsPerPage 
{
    top: auto;
    bottom: 7px;
    z-index: 9;
}
.sort-dropdown-cnt .tbx.tbxDropDown {
    width: 100%;
    float: left;
    height: 27px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sort-dropdown-cnt .custom-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sort-dropdown-cnt .custom-select,
.sort-dropdown-cnt .custom-text,
.sort-dropdown-cnt .select-list
{
    width: 100%;
}
.sort-dropdown
{
    width: 100%;
    text-align: left;
}
.sdl-arrrow
{
    float: left;
    margin: 10px 5px 0 2px;
    width: 6px; 
	height: 5px; 
	display: inline-block;
}
.sdl-text
{
    float: left;
}
.sdl-text:hover {
    opacity: 0.8;
}
.sort-dropdown.Title.asc .sdl-arrrow-title,
.sort-dropdown.Brand.asc .sdl-arrrow-brand,
.sort-dropdown.Category.asc .sdl-arrrow-category,
.sort-dropdown.Price.asc .sdl-arrrow-price,
.sort-dropdown.New.asc .sdl-arrrow-new,
.custom-text.Title.asc .sdl-arrrow-title,
.custom-text.Brand.asc .sdl-arrrow-brand,
.custom-text.Category.asc .sdl-arrrow-category,
.custom-text.Price.asc .sdl-arrrow-price,
.custom-text.New.asc .sdl-arrrow-new
{
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #222;
}

.sort-dropdown.Title.desc .sdl-arrrow-title,
.sort-dropdown.Brand.desc .sdl-arrrow-brand,
.sort-dropdown.Category.desc .sdl-arrrow-category,
.sort-dropdown.Price.desc .sdl-arrrow-price,
.sort-dropdown.New.desc .sdl-arrrow-new,
.custom-text.Title.desc .sdl-arrrow-title,
.custom-text.Brand.desc .sdl-arrrow-brand,
.custom-text.Category.desc .sdl-arrrow-category,
.custom-text.Price.desc .sdl-arrrow-price,
.custom-text.New.desc .sdl-arrrow-new
{
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #212121;
}
.sd-link
{
    background: none !important;
    float: left;
}
.sort-dropdown-cnt .custom-text .sdl-arrrow
{
    margin-top: 10px;
}
.sort-dropdown-cnt .select-list.custom-scroll
{
    padding: 2px 0;
}
.sd-item {
    width: 100%;
    float: left;
}
.sort-dropdown-cnt .select-list
{
    width: 101%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* End sort dropdown */

/* Brand Menu */
.brand-menu-cnt
{
    width: 102%;
    float: left;
}
.brand-menu
{
    list-style-type: none; 
    width: 100%;
    float:left;
}
.brand-menu-item
{
    width: 210px;
    height: 105px;
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    position: relative;
}
.mmfli-link
{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 30;
}
.mmfli-fore-img, .mmfli-back-img
{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.mmfli-back-img
{
    display: none;
}

.mmfli-fore-img-wrapper,
.mmfli-back-img-wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mmfli-back-img-wrapper
{
    z-index: 10;
}
.mmfli-fore-img-wrapper
{
    z-index: 20;
}
.transform-hide
{
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -o-transform:scaleX(0);
    transform:scaleX(0);
}
.transform-show
{
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    -o-transform:scaleX(1);
    transform:scaleX(1);
}
.mmfli-img-part
{
    position: absolute;
    top: 0;
    width: 21px;
    height: 105px;
    transition-duration: 0.5s;
}
/* End Brand menu*/

/* left menu*/
.leftMenu
{
    width: 100%;
    float: left;
    list-style: none;
}
.leftMenu ul
{
    list-style: none;
}
.leftMenu a
{
    color: #212121;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    line-height: 17px;
    line-height: 21px\0/IE;
}
.leftMenu .firstLevel.item-selected > a,
.simlpe-menu .leftMenu .firstLevel > a
{
    background-color: #ffca4a !important;
    font-weight: bold;
}
.leftMenu a.secondLevel
{
    background-color: #f8eba7 !important;
}
.leftMenu .firstLevel.item-selected,
.simlpe-menu .leftMenu .firstLevel
{
    background-color: #f8eba7 !important;
}


.leftMenu a:hover,
.leftMenu .secondLevel.item-selected > a
{
    color: #212121 !important;
}
.leftMenu .secondLevel.item-selected > a
{
    font-weight: bold !important;
}
.leftMenu li.firstLevel,
.leftMenu li.secondLevel
{
    width: 100%;
    float: left;
    border-top: 1px solid #cba75e;
}
.leftMenu li.secondLevel {
    border-color: #cba75e;
}
.leftMenu li.firstLevel a.firstLevel
{
    padding: 5px 10px;
}
.leftMenu li.secondLevel a.secondLevel 
{
    padding: 5px 10px 5px 25px !important;
}
.catalog .leftMenu li.firstLevel > ul
{
    display: none;
}
.leftMenu li.firstLevel 
{
    position: relative;
    z-index: 10;
}
.catalog-arrow
{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    z-index: 12;
    cursor: pointer;
}
.catalog-arrow.up
{
    background:url(images/plus.gif) no-repeat 6px 9px; 
}
.catalog-arrow.down
{
    background:url(images/minus.gif) no-repeat 6px 12px; 
}
.catalog-arrow.down + .firstLevel {
    background-color: #ffca4a;
}
.catalog .leftMenu li.firstLevel a.firstLevel
{
    /*background:url(images/arrows_triangle.png) no-repeat 8px 6px; */
    padding-left:21px; 
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.catalog .leftMenu li.secondLevel a.secondLevel
{
    padding-left:21px !important; 
    font-weight: normal;
}
.homeHtmlMainComtainer
{
    margin-top: 5px;
    width: 100%;
    float: left;
}
/* End left menu*/

/* Subscription and Call Me forms */
.sbs-title
{
    margin-bottom: 15px;
}
.callmeControl
{
    padding-bottom: 0;
}
.callmeControl .sbs-btn
{
    margin-bottom: 15px;
}
.callme-title
{
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 0 !important;
}
.callme-form
{
    float: left;
    margin-top: 8px;
    padding-top: 2px;
    width: 100%;
}
.rightControl .infoLine
{
    margin-left: 10px;
    margin-right: 10px;
}
.rightControl .infoLine .value
{
    margin-left: 0;
}
.rightControl .infoLine .field-validation-error
{
    color: #aa0000;
}
.sbs-btn
{
    float: right;
    margin: 0 11px 5px 0;
}
#subscription h2 {
    border-bottom: 1px solid #212121;
}
.subscription-msg
{
    margin-bottom: 10px;
}
.subscription-msg .sbs-succsess-msg {
    margin-top: 10px;
}
.callme-form .subscription-msg
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.sbs-succsess-msg
{
    margin: 0 10px;
    color: #19dd37;
    display: inline-block;
}
/* End Subscription and Call Me forms */
/* Settings */
.settingsList {
    float: left;
    margin-left: 40px;
}
.settingsList a
{
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}
.settings-dropdowns {
    float: left;
}
.settings {
    float: left;
}
.settings .infoLine .label
{
    width: 160px;
}
.settings .infoLine .value
{
    margin-left: 160px;
}
/* End Settings */

/* Content Pages */
.content
{
    width: 765px;
    float: left;
}
.content-page p
{
    margin-bottom: 6px;
}
.content-page h2
{
    margin-top: 10px;
    font-size: 14px !important;
}
.content-page h1
{
    margin-bottom: 15px !important;
}
.content-page ul
{
    padding-left: 25px !important;
    display: inline-block;
}
.content-page ul,
.content-page li
{
    margin-bottom: 3px;
}
/* End Content Pages */

/* Langeage Container */
.languagesCnt
{
    overflow: hidden;
    float: left;
}
.languagesCnt ul
{
    float:right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.languagesCnt li
{
    float: left;
    padding: 2px 4px 2px 4px;
    margin-left: 2px;
}
.languagesCnt li.item-selected
{
    background: #212121;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.languagesCnt li a
{
    font-weight: bold;
    color: #1C1815;
    float: left;
    font-size: 11px;
    line-height: 16px;
    margin-left: 0;
}
.languagesCnt li.item-selected a
{
    color: #FFFFFF;
}
/* End Langeage Container */
/* EcmsPopup */
.page-overlay
{
    display: none;
    background-color: #000000; 
    height: 100%; 
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.page-popup {
    display: none;
    z-index: 10000;
    position: absolute;
    box-shadow: 0px 0px 1px 0px rgba(255,255,255, 0.3);
    background: rgba(94, 33, 121, 0.9);
}
.popup-closebtn
{
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 3px;
    background: url(images/i_close.png) no-repeat center center;
    height: 30px;
    width: 30px;
}
.popup-small-closebtn {
    top: 8px;
    right: 10px;
    height: 17px;
    width: 17px;
    background-position: 0 -32px;
}
.popup-closebtn-hidden
{
    display: none;
}
.page-popup-cnt
{
    width: 280px;
    float: left;
    border: 1px solid #212121;
    background-color: #FFFFFF;
    padding: 30px;
    margin: 0;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.info-popup .page-popup-cnt {
    padding-left: 70px;
    background-image: url(images/warning.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 15px 30px;
}
.event-popup .page-popup-cnt {
    width: 600px;
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 60px);
    overflow: auto;
}
.popup-info-line {
    margin: 5px 0;
}
.popup-info-line:first-child {
    margin: 0 0 10px 0;
}
.info-popup-text {
    font-size: 14px;
}
.info-popup-text h1,
.info-popup-text h2,
.info-popup-text h3,
.info-popup-text h4 {
    margin: 0 0 10px 0;
    padding: 0; 
    line-height: 1.2;
}
.info-popup-buttons {
    margin-top: 15px;
}
.shedule-page .info-popup-buttons {
    display: none;
}

.btn-no {
    float: right;
}


.popup-clients-cnt {
    position: relative;
    margin-top: 5px;
}

.popup-clients-cnt textarea {
    min-height: 50px;
}

.popup-event-info {
    margin-bottom: 8px;
}

.popup-event-info b + b {
    display: none;
}
/* End EcmsPopup */

.callme-bottom {
    width: 100%;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}
.hr {
    width: 100%;
    float: left;
    padding-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(55,55,55,0.3);
}
.products-hr {
    padding-top: 7px;
}
.page-popup-cnt .hr {
    /*border-color: #CCDDE2;*/
}
.page-popup-cnt h2 {
    font-size: 18px;
    font-weight: normal;
}
#content p {
    margin-bottom: 10px;
}
.delivery-cities .value {
    margin: 0 10px 0 0;
    float: left;
}
.delivery-price-wrapper {
    line-height: 27px;
    float: left;
}
.dp-body,
.dp-google-map,
.dp-outro {
    width: 100%;
    float: left;
}
.dp-google-map {
    margin-bottom: 10px;
}
.dp-google-map {
    width: 400px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.dp-google-map-desc {
    overflow: hidden;
}
.pp-payment-text,
.order-number-pay,
.orden-no-error-msg {
    width: 100%;
    float: left;
}
.order-number-pay {
    margin-bottom: 10px;
}
.order-number {
    width: 155px;
    float: left;
    overflow: visible;
}
.order-number .value {
    margin: 4px 0 0 0;
}
.pp-btn {
    float: left;
    margin: 5px 40px 0 10px;
}
.documents-img-cnt {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.documents-img-cnt a {
    width: 33%;
    float: left;
    text-align: center;
}
.documents-img-cnt a img {
    width: 90%;
}
.percents {
    font-family: Tahoma;
    font-size: 20px;
    margin-top: 19px;
}
.blue_highlight {
    color: #0CA2A0;
}
.orden-no-error-msg .field-validation-error 
{
    white-space: nowrap;
}
/*FAQ*/
.faq-cnt
{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.faq-item
{
    float: left;
    margin-bottom: 10px;
    border: 1px solid #E6E7E8;
    padding: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.faq-item-header
{
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    height: auto;
    line-height: 19px;
    overflow: hidden;
    padding: 4px 45px 4px 12px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #e6fcfc;
    background: -moz-linear-gradient(top, #e6fcfc 0%, #ffca4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6fcfc), color-stop(100%,#ffca4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6fcfc 0%,#ffca4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6fcfc 0%,#ffca4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6fcfc 0%,#ffca4a 100%); /* IE10+ */
	background: linear-gradient(top, #e6fcfc 0%,#ffca4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcfc', endColorstr='#ffca4a',GradientType=0 ); /* IE6-8 */
}
.faq-item-text
{
    float: left;
    margin-top: 1px;
    background: #f8eba7;
    width: 100%;
}
.faq-item-text-inside {
    float: left;
    padding: 6px 12px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.faq-item-text ul
{
    padding-left: 14px;
    list-style-type: disc;
}
.faq-item .cpbblb-link
{
    margin: 8px 14px 0 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.shadow
{
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 		inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2),
						0px 1px 2px 0px rgba(0, 0, 0, 0.3); 
}
.cpbblb-link
{
    float: right;
    margin: 12px 14px 0 0;
    width: 25px;
    height: 14px;
    background: url(images/calculator-arrows.png) 0 -14px;
}
.cpbblb-link.opened
{
    background-position: 0 0;
}
/*End FAQ*/
/* Service page*/
.servite-top-line 
{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top:20px;
}
.servite-bottom-line 
{
    font-size: 20px;
    text-align: center;
}
/* End Service page*/
#saleProductDetailPage .contactus-form 
{
    border-right: 0;
}
.infoLinePDP 
{
    line-height: 16px;
}
.tbxCaptcha
{
    width: 50px;
    float: left;
}
.captchaImage 
{
    float: left;
    margin-top: 1px;
}
.send-error-message 
{
    width:100%;
}
.infoLine.infoLineCheckBox
{
    overflow: visible;
}
.infoLine.infoLineCheckBox
{
    overflow: visible;
    clear: both;
}
.infoLineCreateWrapper .infoLine.infoLineCheckBox .value {
    vertical-align: middle;
}
.infoLine.infoLineCheckBox.last
{
    float: none;
}
.email-input
{
    left: 142px;
    position: absolute;
    width: 300px !important;
    z-index: 2;
}
.orderinfo-cnt .infoLine .label {
    padding-top: 0;
}
.tabs-cnt 
{
    margin:20px 0;
}
.tabs-headers 
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(55,55,55,0.3);
}
.tab-header
{
    font-size: 10px;
    color: #d3ae63;
    text-transform: uppercase;
    margin-right: 10px;
    background: #f8eba7;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid rgba(55,55,55,0.3);
    border-bottom: 0;
    float: left;
    cursor: pointer;
    line-height: 13px;
}
.tab-header.active
{
    color: #212121;
    background: #fff;
    font-weight: bold;
}
.tabs-content-cnt .tab-content
{
    display: none;
}
.tabs-content-cnt .tab-content:first-child
{
    display: block;
}
.twoImagesCarousel .pika-thumbs 
{
    margin-left: 62px !important;
}
.pdc-image-icon
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.pika-thumbs li 
{
    position: relative;
}
.product-video 
{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
#loginPage,
#forgotPasswordPage
{
    margin-left: 240px;
}
.basketQuantityCnt
{
    display: none;
}
.productDesc table 
{
    float: left;
}
.productDesc table th,
.productDesc table td
{
    border: 1px solid rgba(55,55,55,0.3);
}
.desc table th 
{
    background: transparent;
}

.supply-items 
{
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: auto;
}
.supply-items .list-table .supply-items {
    margin-top: 0;
    margin-bottom: 0;
}
.supply-item-link 
{
    width: 100%;
    float: left;
}
.list-table td {
    vertical-align: top;
}
.list-table th,
.list-table td {
    -webkit-print-color-adjust: exact; 
}
.subparcel-line td,
.parsel-without-subparcels-line td {
    background: #f5f5f5;
}
.inverted-bar {
    position: relative;
}

.inverted-bar:before,
.inverted-bar:after {
    padding: 10px 0;
    text-indent: 10px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    content: attr(data-content);
}

.inverted-bar:before {
    background-color: aqua;
    color: red;
    width: 100%;
}

.inverted-bar:after {
    background-color: red;
    color: aqua;
    width: 20%;
}

.list-table .btn-delete
{
    margin-bottom: -2px;
}

/* uploader */
.no-files
{
    display: none;
    width: 100%;
    float: left;
}
.fl-text
{
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.fl-textarea
{
    float: left;
    height: 75px;
    width: 400px;
}
.fu-addbtn
{
    float: right;
    background: transparent url(/content/themes/base/images/icons.png) no-repeat -5px -1581px;
    margin-top: 1px;
    height: 24px;
    width: 24px;
    border: none;
    cursor: pointer;
    margin: 0 0 7px 7px;
}
:root .fu-addbtn
{
    margin-bottom: 0px\0/IE9;
}
.fu-uploadbtn
{
    float: right;
    margin-right: 24px;
}
.fu-upload-cnt
{
    width: 100px;
}
.fu-uploadfile
{
    height: 26px;
    margin: 0 0 4px 0;
    margin: 0 0 1px 0\0/IE89;
    display: none;
}
:root .fu-uploadfile
{
    height: 22px\0/IE9;
    margin: 0 0 4px 0\0/IE9;
}
.fu-uploadfile.first
{
    display: inline-block;
}
.hover
{
    cursor: pointer;
}
.file-size
{
    width: 80px;
}
.uploaded-files
{
    width: 100%;
    float: left;
    margin: 10px 0;
}
.fu-fileline
{
    width: 100px;
    margin-right: 10px;
    float: left;
    line-height: 20px;
    text-align: center;
    position: relative;
}
.fu-fileline img
{
    max-width: 100%;
    max-height: 60px;
}
.fu-filename
{
    background: transparent;
    border: none;
    width: 100%;
    color: #212121;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-overflow: ellipsis;
}
.fu-deletebtn
{
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    height: 18px;
    width: 18px;
    background-image: url(/content/themes/base/images/icons.png);
    background-position: -6px -1380px;
}
.fuItemImage 
{
    width: 100%;
    float: left;
}
.titleCnt .fu-deletebtn
{
    display: none;
}
#filesUploaderPage table,
#filesUploaderPage table td
{
    border: none !important;
    padding-left: 0;
}
/* end uploader */

#senddatabyemail {
    position: absolute;
    right: 50px;
    top: 28px;
}
#senddatabyemail form {
    display: inline-block;
    float: left;
}
#senddatabyemail .subscription-msg {
    margin-bottom: 0px;
}
@media only screen and (max-width: 567px) {
    #senddatabyemail {
        position: static;
        width: 100%;
        display: inline-block;
    }
}
#ajaxLoaderC,
#emailAjaxLoaderC
{
    display : none;
}
#ajaxLoaderC .overlay,
#emailAjaxLoaderC .overlay
{
	position: fixed;
	z-index: 10000;
	color: #fff;
	background-color: #666;
	margin: 0;
	padding: 0;
	opacity: 0.5;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
	width : 100%;
	height : 100%;
	top : 0;
	left : 0;
}
#emailAjaxLoaderC .overlay {
    position: absolute;
    opacity: 0;
}
#ajaxLoaderC .loading,
#emailAjaxLoaderC .loading
{
    position: absolute;
    top : 0;
    left : 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2006;
    height: 16px;
    width: 16px;
    background: url(/content/ajax-loader.gif) no-repeat center center;
}

#ajaxLoaderC .loading {
    position: fixed;
}

.fuRadio 
{
    width: 100%;
    float: left;
    cursor: pointer;
}
.fuRadio input
{
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}
.fuRadio span
{
    float: left;
    line-height: 24px;
}


.resources-types-cnt 
{
    padding-top: 5px;
    float: left;
    width: 340px;
    max-height: 300px;
    overflow-y: auto;
}
.resources-types-subtypes 
{
    padding-left: 20px;
}
.resources-types-subsubtypes 
{
    padding-left: 20px;
}
.resources-types-title 
{
    font-weight: bold;
    width: 100%;
    float: left;
}
.resources-subtypes-title
{
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.type-select .tbx:first-child
{
    margin-bottom: 5px;
}
.infoLine.int .tbx
{
    width: 100px;
}
.transfer-summ-cnt
{
    width: 250px;
    float: left;
}
.transfer-summ 
{
    color: #FF0000;
    font-size: 16px;
    margin-bottom: 5px;
}
.user-statistics-cnt .transfer-summ 
{
    font-size: 14px;
}
.welcome-wrapper 
{
}
.price-reception-block
{
    width: 68px;
    float: left;
    margin-right: 5px;
}
.price-reception-titles-block
{
    width: 100%;
    float: left;
}
.prb-title
{
    width: 100%;
    float: left;
    line-height: 30px;
    margin-bottom: 5px;
}
.price-reception-titles-block .prb-title
{
    margin-bottom: 0px;
}
.prb-input
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: center;
}
.price-reception-block .prb-input:last-child
{
    margin-bottom: 0;
}
.prb-input input 
{
    width: 100%;
    width: calc(100% - 5px);
    text-align: center;
}
.price-reception-label
{
    padding-top: 0 !important;
}
.basketBtnCntPrint
{
    margin-top: 20px;
}
.basketBtnCntPrint .tbxDropDown
{
    margin-top: 3px;
}
.basketBtnCntPrint .tbxDropDown,
.basketBtnCntPrint .btn
{
    margin-right: 10px;
}
.list-table
{
    width: 100%;
    margin-bottom: 10px;
}
table.list-table td,
table.list-table th {
    text-align: center;
    padding: 8px 5px;
}
table.list-table:not(.cookie-table) th {
    line-height: 14px;
    height: 20px;
}
.print-page table.list-table:not(.cookie-table) th {
    line-height: inherit;
}
table.list-table th.whprice,
table.list-table td.whprice
{
    text-align: right;
}
table.list-table th.text-left,
table.list-table td.text-left,
.text-left {
    text-align: left;
}
table.list-table th.text-right,
table.list-table td.text-right,
.text-right {
    text-align: right;
}
td.text-right {
    white-space: nowrap;
}
table.list-table th.text-center,
table.list-table td.text-center,
.text-center {
    text-align: center;
}
.right {
    float: right;
}
.create-item-btn
{
    clear: both;
}
.buttons-cnt
{
    width: 100%;
    float: left;
}
.date-inputs-wrapper
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.date-input-line
{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.date-input-line .lbl
{
    float: left;
    margin-right: 5px;
    line-height: 27px;
    font-size: 10px;
    text-transform: uppercase;
}
.date-input-line .tbx
{
    float: left;
    width: 140px;
}
.filters-btn-wrapper {
    width: 240px;
    display: inline-block;
    margin-top:10px;
    position: absolute;
    top: 28px;
    right: 10px;
}
.list-page-filters-cnt {
    padding-right: 230px;
}
.list-page-filters-cnt label {
    margin-bottom: 0;
}
.btn-find,
.btn-clear
{
    padding-left: 40px;
    position: relative;
    margin-top: 0;
    float: right;
}
.btn-find:after,
.btn-clear:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("images/search-icon.png") no-repeat center center;
    background-size: auto 20px;
}
.btn-clear + .btn-find {
    margin-right: 10px;
}
.btn-clear:after {
    background: url("images/clear-icon.png") no-repeat center center;
    background-size: auto 20px;
}
.green label 
{
    color: Green;
}
.green .tbx
{
    border-color: Green;
}
.green .tbx input,
.prb-input.green input
{
    border-color: Green;
    background-color: rgba(0,255,0,0.2);
}
.blue label 
{
    color: Blue;
}
.blue .tbx,
.prb-input.blue input
{
    border-color: Blue;
}
.red
{
    background-color: rgba(255,0,0,0.2);
}
.blue .tbx input,
.prb-input.blue input
{
    border-color: Blue;
    background-color: rgba(0,0,255,0.1);
}
.btn-delete
{
    background-image: url("images/delete2.png");
    background-position: center center;
    height: 15px;
    width: 15px;
    display: inline-block;
}
.user-statistics-cnt
{
    width: 100%;
    min-width: 320px;
    float: left;
}
.user-statistics-cnt * 
{
    color: #212121;
}
.user-statistics-cnt .transfer-summ
{
    width: 100%;
    float: left;
}
.user-statistics-cnt .transfer-summ span
{
    width: 220px;
    float: left;
}
.user-statistics-cnt .transfer-summ b
{
    float: left;
}
.bottom20
{
    margin-bottom: 20px;
}
.print-break
{
    page-break-before: always;
}
.date-inputs-wrapper + .date-inputs-wrapper
{
    margin-top: 0;
}
.infoLineSelect + .date-inputs-wrapper {
    margin-top: 0;
}
.tbx.tbxDropDown.tbxGroup
{
    width: 200px;
}
.sale-item-wrapper
{
    width: 660px;
    float: left;
}
.sale-item-wrapper fieldset
{
    float: left;
    margin-right: 20px;
}
.sale-item-wrapper .supply-items
{
    float: left;
    width: 250px;
}
.list-page-filters {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid rgba(55,55,55,0.3);
    box-sizing: border-box;
    position: relative;
}
.shedule-page .list-page-filters {
    width: calc(100% - 294px);
    float: left;
}
.list-page-filters-city {
    width: 100%;
}
.list-page-filters + .date-inputs-wrapper {
    margin-top: 0;
}
.list-page-filters .tbxDropDown,
.add-smart-search .tbxDropDown {
    padding: 0;
    border: 0;
}
.select2-results ul li {
    min-height: 15px;
}
.pass-test-question-wrapper,
.pass-test-answer-wrapper {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    float: left;
}
.pass-test-question-wrapper li {
    width: 100%;
    float: left;
}
.ptqi-question {
    font-weight: bold;
}
.pass-test-question-wrapper label {
    width: 100%;
    float: left;
}

.pass-test-question-wrapper label input,
.pass-test-question-wrapper label span {
    vertical-align: top;
    line-height: 16px;
}
.pass-test-question-wrapper label input {
    margin: 6px 3px 0 4px;
    float: left;
}
.pass-test-question-wrapper .pass-test-question-item.regular label input {
    margin-left: 2px;
}
.pass-test-question-wrapper label input[type="radio"] {
    margin-top: 3px;
}
.pass-test-question-wrapper label span em {
    font-style: normal;
    font-weight: bold;
    padding-right: 5px;
}
.test-result-title {
    margin-top: 20px;
}
.emotion .pass-test-answer-item:nth-child(2n+1) {
    background: #f0f0f0;
}
.pass-test-answer-item-text {
    width: calc(100% - 22px);
    line-height: 18px;
    display: table;
}
.pass-test-name {
    width: 19%;
    min-width: 100px;
    display: table-cell;
    box-sizing: border-box;
    padding: 5px 10px 5px 5px;
    vertical-align: top;
}
.pass-test-stress-degree {
    min-width: 50px;
    width: 3%;
    max-width: 50px;
    display: table-cell;
    box-sizing: border-box;
    padding: 5px 5px 5px 10px;
    vertical-align: top;
}
.pass-test-stress-degree .tbx {
    width: 38px;
    min-width: 38px;
}
.pass-test-stress-degree .tbx select {
    width: 34px;
    max-width: 34px;
    box-sizing: border-box;
    min-width: 0;
}
.pass-test-emotion,
.pass-test-effects,
.pass-test-comment {
    width: 26%;
    display: table-cell;
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: top;
}
.pass-test-emotion {
    width: 42%;
}
.pass-test-effects {
    width: 8%;
}
.pass-test-comment .tbx {
    display: block;
    max-width: 140px;
}
.pass-test-comment .tbx textarea {
    min-width: 0;
    min-height: 60px;
}
.test-man {
    position: absolute;
    top: 120px;
    right: 0px;
    opacity: 0.999;
}
.pass-test-question-item.emotion .test-man {
    width: 340px;
}
.test-man-wrapper {
    position: relative;
    height: 600px;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}
.test-man-wrapper .test-man {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 600px;
}

.test-man-wrapper-list-page {
    margin-top: 36px;
}


.account-page #header, 
.account-page #main, 
.account-page #footer 
{
    min-width: 320px;
    padding: 0 10px;
}
.account-page #main {
    padding: 15px 10px;
}
.account-page #content {
    width: 100%;
}
.account-page .infoLine .tbx
{
    width: 180px;
}
#loginPage, 
#forgotPasswordPage {
    margin: auto;
    width: 320px;
}
.account-page .value {
    margin-left: 100px;
}
.account-page .label {
    width: 100px;
}
.account-page .margin110 {
    margin-left: 100px !important;
}
@media only screen and (max-width: 400px) {
    .account-page .margin110 {
        margin-left: 80px !important;
    }
}

.marginRight10 {
    margin-right: 10px;
}
.pass-test-link {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("images/pass-test-icon.png") no-repeat;
    background-size: 30px auto;
    margin-top: 2px;
    float: none;
}

.line-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 28px;
    font-size: 28px;
    color: #518a8a;
}

.print-link,
.excel-link,
.email-link,
.update-link,
.new-link {
    position: absolute;
    right: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(images/print-icon.png) no-repeat;
    background-size: auto 24px;
    margin-top: 0;
    float: none;
}

.new-link {
    color: #518a8a;
    background: none;
    font-size: 22px;
}

.print-link {
    text-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 19px;
    color: #333;
}

.print-link + .print-link {
    right: 36px;
}

.print-link + .print-link + .print-link {
    right: 72px;
}

.excel-link {
    right: 36px;
    background-image: url("images/excel-icon.png");
}
.email-link {
    height: 20px;
    width: 28px;
    right: 3px;
    top: 2px;
    background-size: auto 20px;
    background-image: url("images/email-big.png");
}
.update-link {
    top: 36px;
    right: 20px;
    background-image: url("images/update-icon.png");
}
@-moz-document url-prefix() {
    .update-link {
        top: -6px;
    }
}
.basketBtnCnt .update-link {
    position: static;
    float: right !important;
    margin: 5px 0 0 15px;
}
.print-link-test-card {
    top: 25px;
    right: 10px;
}
.start-icon {
    height: 30px;
    padding-top: 4px;
}
.mmi-link-start:after {
    content: none;
}
.mmi-link-start.disabled {
    opacity: 0.5;
    cursor: default;
}
.next-step-btn {
    margin-top: -34px;
    background: #5340ff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-right: 10px;
}
.textclientcard-page .next-step-btn {
	margin-top: 0;
}
.next-step-btn:after {
    content: '';
    position: absolute;
    right: -11px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 10px;
    border-color: transparent transparent transparent #5340ff;
}
.link-not-styled {
    text-decoration: none;
}
.print-page {
    padding: 10px;
    box-sizing: border-box;
}
.print-page *:not(.btn) {
    color: #000000 !important;
}
.print-page table th {
    background: #eeeeee;
}
.print-page-center {
    width: 800px;
    margin: 20px auto 0 auto;
}
.print-page-wrapper {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    border: 1px solid #777;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.print-page .supply-items {
    margin-bottom: 20px;
}
.print-page .list-page-filters .tbxDropDown,
.print-page .add-smart-search .tbxDropDown {
    padding: 1px;
    border: 1px solid #000;
}
.print-page-wrapper .btn {
    display: none;
}
.print-page .tbx:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.print-page .tbx {
    border: 1px solid #000;
    position: relative;
}

.print-btn {
    margin-bottom: 20px;
}
.print-page .supply-items p {
    padding-bottom: 6px;
    margin-bottom: 0 !important;
}
.print-recommendatins {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.print-page .label {
    font-size: 12px;
}
.print-page h1 {
    margin-bottom: 25px;
}
.email-line {
    width: 200px;
    float: left;
    position: relative;
}
.email-line .tbx input {
    padding-right: 32px;
}
.email-line + .btn {
    margin: 0 0 0 10px;
}

.tbx.zonesDropDown {
    position: absolute;
    right: 10px;
    top: 48px;
    z-index: 1;
    max-width: 99px;
    height: 20px;
    background-position: right -24px;
}

.tbx.languagesContainer {
    position: absolute;
    right: 110px;
    top: 48px;
    z-index: 1;
    max-width: 99px;
    height: 20px;
    background-position: right -24px;
}
.tbx.zonesDropDown:hover,
.tbx.languagesContainer:hover {
    background-position: right 7px;
}
.tbx.zonesDropDown select,
.tbx.languagesContainer select {
    height: 16px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border-color: rgba(55,55,55,0.5) !important;
    border-radius: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tbx.zonesDropDown,
    .tbx.languagesContainer {
        max-width: 97px;
    }
    #test1{color:red;}
    .tbx.zonesDropDown select,
    .tbx.languagesContainer select {
        padding-left: 2px;
    }
}


@media print {
    .btn {
        display: none;
    }
    .print-page-wrapper {
        border: 0;
        box-shadow: none;
    }
}


/* Mobile menu */
.mobile-menu-btn {
    display: none;
    position: absolute;
    left: 10px;
    top: 0;
    height: 5px;
    margin: 22px 0;
    width: 40px;
    background: #212121;
}
.mobile-menu-btn:before,
.mobile-menu-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
    border-top: 5px solid #212121;
}
.mobile-menu-btn:after {
    top: auto;
    bottom: -10px;
    border-top: 0;
    border-bottom: 5px solid #212121;
}
.mobile-menu-btn.opened {
    background: none;
}
.mobile-menu-btn.opened:before {
    transform: rotate(45deg);
    top: -2px;
    left: -4px;
}
.mobile-menu-btn.opened:after {
    transform: rotate(-45deg);
    bottom: -1px;
    left: -4px;
}
/* End mobile menu */


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
input, textarea {
  -webkit-border-radius: 0;
}

.infoLineWrapper {
    width: 100%;
    float: left;
}
.infoLineWrapper .infoLine {
    width: 11.5%;
    float: left;
    clear: none;
}
.infoLineWrapper .infoLine:nth-child(1),
.infoLineWrapper .infoLine:nth-child(4) {
    width: 27%;
}
.infoLineWrapper .infoLine:nth-child(1) .value,
.infoLineWrapper .infoLine:nth-child(4) .value{
    width: 25px;
}
.infoLineWrapper .infoLine:nth-child(2) .label,
.infoLineWrapper .infoLine:nth-child(3) .label,
.infoLineWrapper .infoLine:nth-child(5) .label,
.infoLineWrapper .infoLine:nth-child(6) .label {
    display: none;
}
.infoLineWrapper .infoLine:nth-child(2) .value .tbx,
.infoLineWrapper .infoLine:nth-child(3) .value .tbx,
.infoLineWrapper .infoLine:nth-child(5) .value .tbx,
.infoLineWrapper .infoLine:nth-child(6) .value .tbx {
    width: 40px;
}
.infoLineWrapper .infoLine:nth-child(2) .value .tbx:after,
.infoLineWrapper .infoLine:nth-child(5) .value .tbx:after {
    content: '-';
    position: absolute;
    right: 11px;
    top: 5px;
}
.infoLineWrapper > .infoLine + .infoLine > .label {
    width: 140px;
    padding-left: 10px;
    padding-right: 10px;
}
.border-left-2px {
    border-left-width: 2px;
}
.print-page .test-man-wrapper {
    margin-bottom: 10px;
}
table { page-break-inside:auto }
tr    { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }

.filter-btn {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display:inline-block;
	padding-right: 12px;
}

.filter-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #5340ff transparent transparent transparent;
}

.home-client-card-link {
    display: block;
    clear: both;
    float: left;
}

.home-table tr th,
.home-table tr td {
    text-align: left;
    height: 12px;
}

.totals-tr td,
table.tablesorter .totals-tr td {
    font-weight: bold;
    background: #fafafa;
}

table.tablesorter th.headerSortDown, 
table.tablesorter th.tablesorter-headerSortUp,
table.tablesorter th.tablesorter-headerSortDown {
    background-color: #D8E2E2 !important;
}

.home-specialist-comment-wrapper {
    margin-bottom: 5px;
}

.home-specialist-comment-wrapper:last-child {
    margin-bottom: 0;
}

.home-table {
    margin-top: 5px;
}

.services-name-th {
    width: 40%;
}

.services-num-th,
.services-num-td {
    width: 20px;
    text-align: center;
}

.services-history-date-th,
.services-history-date-td {
    width: 80px;
    text-align: center;
}

.top-header-tr th {
    padding-bottom: 0;
    width: 14.285%;
}

.one-day .top-header-tr th {
    width: auto;
}

.top-header-bottom-tr th {
    padding-top: 0;
}

.week-table th {
    position: relative;
    vertical-align: top;
}

.week-table .th-time,
.week-table .td-time,
.week-table.one-day .th-time,
.week-table.one-day .td-time {
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    cursor: default;
}

.week-table .td-time i {
    font-style: normal;
    font-size: 10px;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 2px;
    display: inline-block;
}

.week-table.single-day th,
.week-table.single-day td {
    padding-left: 20px;
    padding-right: 20px;
}

td.hidden {
    display: none;
}

.week-table tr:nth-child(even) td,
.cookie-table tr:nth-child(even) td {
    background-color: rgba(0,0,0,0.05);
}

.today,
.week-table th.today {
    background: rgba(94, 33, 121, 0.2);
    position: relative;
}

.week-table th.today:before {
    content: '';
    position: absolute;
    height: 30px;
    top: -30px;
    left: 0;
    width: 100%;
    background: rgba(55, 55, 55, 0.1);
}

.sp-selected,
.week-table tr td.sp-selected,
.schedule-page .list-page-filters .infoLine:not(.schedule-save-btn-line):nth-child(5) .label {
    background: rgba(55,55,55,0.3);
}

.rm-selected,
.week-table tr td.rm-selected,
.schedule-page .list-page-filters .infoLine:not(.schedule-save-btn-line):nth-child(6) .label {
    background: rgba(23, 101, 121, 0.3);
}

.schedule-page .list-page-filters .infoLine .label {
    padding-left: 10px;
	padding-right: 10px;
    box-sizing: border-box;
}

.sp-holiday,
.week-table tr td.sp-holiday {
    background: rgba(55,55,55,0.5);
}

.holiday,
.week-table tr td.holiday {
    /*background: rgba(121, 14, 64, 0.5);*/
    background: rgba(54, 13, 161, 0.5);
}

.sp-selected.rm-selected,
.week-table tr td.sp-selected.rm-selected {
    /*background: linear-gradient(to right, rgba(55,55,55,0.3) 0%, rgba(23, 101, 121, 0.3) 100%);*/
    background: rgba(54, 13, 161, 0.5);
}

.sp-non-oper-mode,
.week-table tr td.sp-non-oper-mode {
    background: rgba(54, 13, 161, 0.5);
}

.rm-non-oper-mode,
.week-table tr td.rm-non-oper-mode {
    /*background: rgba(61, 144, 144, 0.8);*/
    background: rgba(54, 13, 161, 0.5);
}

.sp-non-oper-mode.rm-non-oper-mode,
.week-table tr td.sp-non-oper-mode.rm-non-oper-mode {
    /*background: linear-gradient(to right, rgba(54, 13, 161, 0.5) 0%, rgba(61, 144, 144, 0.8) 100%);*/
    background: rgba(54, 13, 161, 0.5);
}

.cl-selected {
    background: rgba(228, 106, 32, 0.6);
}

/*.week-table tr td.cl-selected {
    background: none;
}*/

.cl-selected .finished,
.week-table tr td.cl-selected .finished,
.week-table .tdfd-item.finished {
    background: rgba(228, 106, 32, 0.5) url("images/finished.png") no-repeat;
    background-position: 95% 2px;
    background-position: calc(100% - 3px) 2px;
    background-size: 12px auto;
}

.week-table:not(.one-day) .tdfd-item.finished {
    background-position: calc(100% - 2px) 9px;
    background-size: 9px auto;
}

.procedure-time,
.week-table tr td.procedure-time {
    background: rgba(228, 172, 53, 0.8) !important;
}

.week-table td,
.cookie-table td {
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    width: 19px;
    min-width: 19px;
}

.week-table .popup {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 270px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    z-index: 11;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.td-full-data:not(.od) .day-client-info {
    display: none;
}

.td-full-data.od .day-client-info {
    display: block !important;
}

.td-full-data.od .popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    display: block;
    padding: 0;
    position: static !important;
    width: calc(100% - 40px);
}

.td-full-data.od .popup em,
.td-full-data.od .popup i,
.td-full-data.od .popup b {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
}

.td-full-data.od .popup em,
.td-full-data.od .popup b:last-child {
    font-size: 11px;
    font-weight: bold !important;
    padding-top: 1px !important;
}

.schedule-save-btn-line {
    overflow: visible;
}

.schedule-save-btn-wrapper {
    position: relative;
}

.schedule-saved-ico {
    position: absolute;
    top: 9px;
    right: -22px;
    height: 16px;
    width: 16px;
    background: url("images/ok.png") no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0s;
}

.schedule-saved-ico.hidden {
    opacity: 0;
}

.week-table .popup.top {
    top: auto;
    bottom: 0;
}

.week-table .popup.left {
    left: auto;
    right: 100%;
}

.label-boxes {
    margin-bottom: 20px;
    margin-top: -5px;
}

.label-boxes > span {
    float: left;
    margin-right: 5px;
    line-height: 27px;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 6px;
}

.label-boxes + .list-page-filters {
    margin-top: 6px;
}

.prev-week-btn,
.next-week-btn {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 54px;
    width: 20px;
    background: #212121;
    cursor: pointer;
    z-index: 1;
}

.next-week-btn {
    left: auto;
    right: -1px;
}

.prev-week-btn:after,
.next-week-btn:after {
    content:'‹';
    position: absolute;
    width: 100%;
    height: 17px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.next-week-btn:after {
    content:'›';
}

.week-table:not(.one-day) .one-day-rooms-tr th:not(:first-child):not(:last-child),
.cookie-table th {
    width: 19px;
    min-width: 19px;
    max-width: 19px;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    padding: 2px;
    vertical-align: middle;
    word-wrap: break-word;
}

.week-table td.last {
    border-right-color: rgba(55,55,55,0.5);
}

.one-day-rooms-tr th.last {
    border-right: 1px solid rgba(55,55,55,0.5);
}

.week-table td.td-time {
    border-left-color: rgba(55,55,55,0.5);
    border-right-color: rgba(55,55,55,0.5);
}

.top-header-bottom-tr + tr td {
    border-top-color: rgba(55,55,55,0.5);
}

.week-table tr:last-child td {
    border-bottom-color: rgba(55,55,55,0.5);
}

.week-table tr:nth-last-child(4) td {
    border-bottom-color: rgba(55,55,55,0.5);
}

.one-day-rooms-tr th:first-child,
.one-day-rooms-tr th:last-child {
    border: 1px solid rgba(55,55,55,0.5);
}

.week-table.one-day td {
    width: auto;
    min-width: 120px;
}

.sp-selected,
.rm-selected,
.sp-holiday,
.holiday,
.sp-non-oper-mode,
.rm-non-oper-mode,
.procedure-time,
.cl-selected {
    cursor: default !important;
}

.schedule-calendar {
    float: left;
    margin: 20px 0 0 20px;
    min-height: 198px;
}

.schedule-calendar .xdsoft_calendar tbody tr:hover td > div,
.custom-date-style > div {
    position: relative;
}

.schedule-calendar .xdsoft_calendar tbody tr:hover td > div:after,
.custom-date-style > div:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 6px solid rgba(168, 172, 53, 1) !important;
}

.tbx-dropdown-schedule {
    margin-top: 5px;
}

.cl-selected-calendar {
    background: rgba(228, 106, 32, 0.8) !important;
}

.week-day {
    text-decoration: underline;
}

.info-icon {
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(94, 33, 121, 1);
    background: rgba(55, 55, 55, 0.1);
    border-radius: 50%;
    box-sizing: border-box;
}

.info-icon:after {
    content: 'i';
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}

.test-card-link {
    color: rgba(178, 102, 23, 1);
}

.supply-item-link + .test-card-link {
    margin-top: 8px;
}

.list-page-filters .tbx.tbxDropDown > div > select:first-child,
.add-smart-search .tbx.tbxDropDown > div > select:first-child {
    height: auto;
    top: 23px !important;
    height: 23px !important;
    width: 100% !important;
}

.list-page-filters .tbx.tbxDropDown > div > select:first-child + select,
.add-smart-search .tbx.tbxDropDown > div > select:first-child + select{
    background: #ffffff !important;
    height: auto !important;
    width: auto !important;
    min-width: 100%;
}

.list-page-filters .tbx.tbxDropDown input,
.add-smart-search .tbx.tbxDropDown input,
.list-page-filters .tbx.tbxDropDown input + div,
.add-smart-search .tbx.tbxDropDown input + div {
    height: 23px !important;
}

.tbx.tbx-stress-degree {
    width: 40px;
    margin: auto;
}

.tbx.tbx-stress-degree select {
    width: 36px;
    min-width: 0;
}

.week-table.single-day tr td:nth-child(2) {
    text-align: left;
    min-width: 320px;
}

.week-table.single-day tr td:nth-child(2) > span {
    width: 76px;
}

.week-table.single-day tr td:nth-child(2) > em {
    display: block;
    font-style: normal;
    text-align: left;
}

.home-subtitle {
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
}

.print-btn + .next-step-btn {
    clear: both;
    margin-top: -92px;
}

.week-table:not(.single-day) td.cl-selected {
    cursor: pointer !important;
}

.sc-create-table-wrapper {
    max-width: calc(100vw - 63px);
    margin-bottom: 0;
}

.sc-create-table-wrapper .list-table {
    margin-bottom: 0;
}

.sc-create-table-wrapper .list-table td {
    vertical-align: middle;
}

.sc-create-table-wrapper .list-table td input[type="checkbox"] {
    margin-top: 3px;
}

.sc-create-table-wrapper .schedule-saved-ico,
.service-history-date-label .schedule-saved-ico {
    top: 5px;
    right: 3px;
}

.sc-create-table-wrapper select {
    min-width: 150px;
    text-overflow: ellipsis;
}

.create-client-card-link {
    height: 18px;
    width: 18px;
    right: auto;
    left: 2px;
    display: block;
    position: absolute;
    top: 3px;
    margin: auto;
    background: url("images/edit.png") no-repeat center center;
    background-size: 16px auto;
}

.cookie-bottom-popup .create-client-card-link {
    display: none;
}

.td-full-data:not(.od) .create-client-card-link {
    height: 12px;
    width: 12px;
    background-size: 12px auto;
    left: auto;
    right: 1px;
    top: auto;
    bottom: 15px;
}

.create-client-card-link.new {
    background-image: none;
    border: 1px solid #212121;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    bottom: auto;
    top: 3px;
    left: 3px;
    display: none;
}

.add-proc-to-coockie {
    height: 19px;
    width: 18px;
    right: 1px;
    display: block;
    position: absolute;
    bottom: 1px;
    margin: auto;
    /*background: url("images/copy.png") no-repeat center center;*/
    background-size: 16px auto;
    z-index: 10;
}

.cookie-bottom-popup .add-proc-to-coockie {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    height: 22px;
    width: 22px;
    background: none;
}

.cookie-bottom-popup .add-proc-to-coockie:before,
.cookie-bottom-popup .add-proc-to-coockie:after {
    content: '';
    position: absolute;
    left: -3px;
    top: -12px;
    width: 100%;
    height: 10px;
    border-top: 2px solid #212121;
}

.cookie-bottom-popup .add-proc-to-coockie:after {
    top: auto;
    border-top: 0;
    border-bottom: 2px solid #212121;
    transform: rotate(-45deg);
    bottom: 8px;
}

.cookie-bottom-popup .add-proc-to-coockie:before {
    transform: rotate(45deg);
    top: 9px;
    left: -3px;
}

.td-full-data:not(.od) .add-proc-to-coockie {
    height: 13px;
    width: 12px;
    background-size: 12px auto;
}

.create-client-card-link.new:after {
    content: '+';
    color: #212121;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
}

.create-client-card-link:hover {
    opacity: 0.7;
}

.post-link {
    padding: 0 2px;
}

.post-line {
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    margin-top: 1px;
    display: block;
    opacity: 0.75;
}

.procedure-history-create-link {
    margin-top: 2px;
    height: 24px;
    width: 24px;
    display: block;
    background: url("images/edit.png") no-repeat center center;
    background-size: 24px auto;
}

.tbx-dropdown-scc-create-td {
    padding-right: 32px;
}

.tbx-dropdown-scc-create {
    position: relative;
    margin-top: 0;
}

.service-history-date-label,
.resave-procedure-histories .tbx {
    position: relative;
}

.resave-procedure-histories .tbx {
    width: 154px;
}

.send-email {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto;
    background: url("images/email.png") no-repeat center center;
    transition: opacity 0.5s ease-in-out 0s;
}

.ajax-cnt {
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}

.finished .send-email {
    cursor: default;
}

.create-procedure-link {
    white-space: nowrap;
}

.service-price-input.busy,
.send-email.busy,
.ajax-cnt.busy,
.tdfd-item.busy {
    cursor: default;
}

.service-price-input.loader,
.send-email.loader,
.ajax-cnt.loader,
.add-new-client-show-btn.loader,
.tdfd-item.loader {
    background-image: url("ajax-loader.gif");
    background-color: transparent;
}

.service-price-input.success,
.send-email.success,
.ajax-cnt.success,
.add-new-client-show-btn.success,
.tdfd-item.success:after,
.week-table.one-day tr td.cl-selected .finished.success {
    background-image: url("images/ok.png");
    background-color: transparent;
    opacity: 1;
    visibility: visible;
}

.cookie-bottom-popup .tdfd-item.success:after {
    background: none;
}

.service-price-input.error,
.send-email.error,
.ajax-cnt.error,
.ajax-cnt.notfound,
.add-new-client-show-btn.error,
.tdfd-item.error:after {
    background-image: url("images/delete.png");
    background-size: auto 16px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
}

.tdfd-item.success:after,
.tdfd-item.error:after {
    background-repeat: no-repeat;
    background-position: top right;
    content: '';
    position: absolute;
    right: 3px;
    top: 3px;
    height: 20px;
    width: 20px;
    transition: opacity 0.5s ease-in-out 0s;
    opacity: 1;
}

.send-email.hidden,
.ajax-cnt.hidden,
.add-new-client-show-btn.hidden,
.tdfd-item.hidden:after {
    opacity: 0;
}

.add-new-client-show-btn.loader:before,
.add-new-client-show-btn.loader:after,
.add-new-client-show-btn.success:before,
.add-new-client-show-btn.success:after,
.add-new-client-show-btn.error:before,
.add-new-client-show-btn.error:after {
    opacity: 0;
}

.send-email-contains {
    padding-right: 30px;
}

.infoLineCreateWrapper {
    display: block;
}

.infoLineCreateWrapper .infoLine {
    display: inline-block;
    width: auto;
    margin-right: 30px;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 27px;
    overflow: visible;
}

.infoLineCreateWrapper .infoLine .label {
    width: auto;
    padding-right: 24px;
    line-height: 27px;
}

.infoLineCreateWrapper .infoLine .value input[type="checkbox"] {
    display: block;
}

.date-styled .date {
    display: block;
    font-size: 11px;
}

.date-styled .time {
    display: block;
}

.services-histories-item-fieldset legend {
    display: table;
}

.procedure-number {
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #212121;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
}

.finished .procedure-number {
    background: rgba(55, 19, 69, 0.25);
}

tr.finished td {
    background: rgba(55, 19, 69, 0.15);
}

.btn-delete-td {
    min-width: 15px;
}

.procedure-legend {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.procedure-legend span {
    display: inline-block;
}

.services-histories-item-fieldset {
    position: relative;
}

.services-histories-item-fieldset.finished:after {
    content: '';
    position: absolute;
    background: url("images/finished.png") no-repeat center center;
    opacity: 0.9;
    height: 49px;
    width: 48px;
    background-size: 49px auto;
    top: 26px;
    right: 10px;
}

#content fieldset.create-client-fieldset {
    width: 100%;
}

.create-client-fieldset .field-validation-valid:not(:empty) {
    display: block;
}

.create-client-fieldset {
    display: none;
}

.client-select-wrapper {
    padding-right: 40px;
    box-sizing: border-box;
}

.add-new-client-show-btn,
.add-choosen-client-btn {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #5340ff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.5s ease-in-out 0s;
    opacity: 1;
}

.add-choosen-client-btn {
    right: -38px;
    background: url("images/add-client-icon.png") no-repeat center center;
    background-size: auto 28px;
    border-radius: 0;
}

.add-new-client-show-btn:before,
.add-new-client-show-btn:after {
    content: '';
    width: 58%;
    height: 14%;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    transition: opacity 0.5s ease-in-out 0s;
    opacity: 1;
}

.add-new-client-show-btn:after {
    width: 14%;
    height: 58%;
}

.move-procedure-arrows {
    padding: 2px;
    width: 30px;
    min-width: 30px;
}

.move-procedure-up,
.move-procedure-down {
    float: left;
    margin-bottom: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #5f2179 transparent;
}

.move-procedure-down {
    margin: 2px 0 0 0;
    border-width: 15px 15px 0 15px;
    border-color: #5f2179 transparent transparent transparent;
}

.comment-td {
    min-width: 20%;
    width: 20%;
}

.specialists-comments-th {
    border-bottom: 1px solid rgba(55, 55, 55, 0.1);
}

.td-fill-client {
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    max-width: calc(100% - 4px);
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.week-table:not(.one-day) .td-fill-client {
    text-overflow: inherit;
}

.td-fill-abbr {
    text-align: left;
}

.one-day-page .td-fill-client,
.one-day-page .td-fill-abbr,
.cookie-bottom-popup .td-fill-client,
.cookie-bottom-popup .td-fill-abbr {
    display: none;
}

.td-full-data {
    position: absolute;
    top: 0;
    min-height: 44px;
    height: 100%;
    left: 0;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    max-width: 100%;
}

.td-full-data > span {
    position: relative;
    min-width: 10%;
    display: flex;
    display: -webkit-flex;
    padding: 12px 1px 2px 1px;
    line-height: 10px;
    font-size: 9px;
    font-weight: bold;
    flex-grow: 1;
    flex-basis: 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 5px;
}

.td-full-data.od > span {
    padding-right: 18px;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 1;
}

.cookie-bottom-popup.td-full-data > span {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.cookie-bottom-popup.td-full-data .popup {
    width: calc(100% - 22px);
}


.td-full-data.od.ui-draggable-dragging {
    border: 2px solid #212121;
    z-index: 2;
}

.td-full-data > span s {
    text-decoration: none;
}

.ui-drop-hover
{
    background: #ccc !important;
}

.td-full-data > span:hover .popup {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.td-full-data.od > span {
    padding: 0 2px 0 2px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.week-table td:nth-child(n+12) .td-full-data > span:hover .popup {
    left: auto;
    right: 100%;
}

.td-full-data > span .popup em,
.day-client-info em {
    font-style: normal;
    text-decoration: underline;
}

.day-client-info.hidden {
    display: none !important;
}

.td-full-data > span .popup b {
    font-style: normal;
    font-weight: bold;
}

.td-full-data > span .popup em,
.td-full-data > span .popup i {
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
}


.td-full-data .popup em,
.td-full-data .popup i,
.td-full-data .popup b,
.day-client-info em,
.day-client-info i,
.day-client-info b {
    display: block;
}

.one-day-rooms-tr th {
    border-top: 1px solid rgba(55,55,55,0.5);
    border-bottom: 1px solid rgba(55,55,55,0.5);
    padding-bottom: 1px;
}

.cookie-table tr td:first-child {
    border-left: 1px solid rgba(55,55,55,0.5);
}

.cookie-table tr td:last-child {
    border-right: 1px solid rgba(55,55,55,0.5);
}

.cookie-table tr:last-child td {
    border-bottom: 1px solid rgba(55,55,55,0.5);
}

.week-table.one-day td:not(.td-time) {
    width: 1000px;
}

.specialists-cnt {
    position: relative;
    margin-top: 10px;
}

.data-cl-id-filtered,
.data-scc-id-filtered,
.data-sh-id-filtered,
.data-id-filtered,
.data-s-id-filtered,
.data-r-id-filtered {
    background: repeating-linear-gradient(
      45deg,
      #606dbc,
      #606dbc 10px,
      #465298 10px,
      #465298 20px
    ) !important;
}

.in-cookie {
    background: repeating-linear-gradient(
      45deg,
      #cccccc,
      #cccccc 10px,
      #bbbbbb 10px,
      #bbbbbb 20px
    ) !important;
    transition: 0.4s opacity;
}

.in-cookie .add-proc-to-coockie {
    transition-delay: 1.6s;
    opacity: 0.5;
    cursor: default;
}

.add-proc-to-coockie:hover + .popup.day-client-info {
    display: none;
}

.popupchik {
    position: absolute;
    background: #ffffff;
    bottom: 100%;
    left: -26px;
    font-size: 11px;
    line-height: 11px;
    padding: 3px;
    width: 70px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s;
}

.cookie-bottom-popup .popupchik {
    display: none;
}

.popupchik.visible {
    opacity: 1;
}

.cookie-bottom-popup {
    position: fixed;
    top: auto !important;
    bottom: 10px !important;
    left: 10px !important;
    right: auto !important;
    height: 45px;
    width: 200px !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.cookie-bottom-popup + .cookie-bottom-popup {
    bottom: 65px !important;
}

.cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup {
    bottom: 120px !important;
}

.cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup {
    bottom: 175px !important;
}

.cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup {
    bottom: 240px !important;
}

.cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup + .cookie-bottom-popup {
    bottom: 295px !important;
}

.schedule-page .list-page-filters .tbx.tbxDropDown {
    padding-right: 30px;
    background-position: calc(100% - 30px) -20px;
}

.schedule-page list-page-filters .tbx.tbxDropDown:hover {
    background-position: calc(100% - 30px) 11px;
}

.clear-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    margin-right: 4px;
}

.clear-dropdown:before,
.clear-dropdown:after {
    content: '';
    position: absolute;
    left: -3px;
    top: -12px;
    width: 100%;
    height: 10px;
    border-top: 2px solid #212121;
}

.clear-dropdown:after {
    top: auto;
    border-top: 0;
    border-bottom: 2px solid #212121;
    transform: rotate(-45deg);
    bottom: 8px;
}

.clear-dropdown:before {
    transform: rotate(45deg);
    top: 9px;
    left: -3px;
}

.cookie-table-wrapper {
    width: 210px;
    float: left;
    margin-left: 20px;
}

.cookie-table td {
    table-layout: fixed;
    width: 300px;
}

.action-popup {
    top: 50%;
    transform: translateY(-50%);
    left: -132px;
}

.week-table:not(.one-day) tr td .action-popup {
    left: 0;
}

.week-table:not(.one-day) tr td:nth-child(n+7) .action-popup {
    left: -117px;
}

.week-table:not(.one-day) tr td:nth-child(n+14) .action-popup {
    left: auto;
    right: 0;
}

.week-table.one-day tr .action-popup {
    left:0;
}

.action-popup .page-popup-cnt {
    padding: 15px 25px 15px 15px;
}

.action-popup a:not(.popup-closebtn) {
    display: block;
    line-height: 16px;
    padding: 7px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.action-popup a:not(.popup-closebtn):hover {
    background: #eaeaea;
}

.finished .action-popup .action-move-procedure-link,
.finished .action-popup .action-move-batch-procedures-link,
.finished .action-popup .action-add-client-to-procedure,
.finished .specialists-cnt {
    display: none;
}

.week-table .add-proc-to-coockie {
    display: none;
}

.date-updated input {
    color: red;
}

.field-set-buttons {
    padding: 10px 15px 6px 15px;
}

.table-line-num {
    width: 20px;
}

.tbx.tbxDropDown.tbx-full-name-filter {
    width: auto;
    position: relative;
}

.link-wrapper {
    margin-bottom: 10px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list .btn-delete {
    position: absolute;
    right: 5px;
    top: 3px;
}

.franchisee-list {
    margin-bottom: 10px;
}

.franchisee-list input[type="checkbox"] {
    position: absolute;
    right: 5px;
    top: 5px;
}

.franchisee-list input.exist-package-chkb[type="checkbox"] {
    right: 24px;
}

.services-list-item {
    padding: 3px 40px 3px 5px;
    position:relative;
}

.services-list-item:nth-child(2n + 1) {
    background: #eee;
}

.sli-chkb-all {
    margin-left: 7px;
    margin-top: 2px;
    vertical-align: top;
}

.apply-package-data-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.apply-package-date {
    width: 160px;
    margin-right: 15px;
}

.applynow-chkb {
    margin-right: 5px;
}
.applynow-lbl {
    margin-right: 15px;
}

.applynow-btn {
    margin: 10px 15px 10px 0;
}

.message-list {
    list-style: none;
}

.message-list-item {
    color: red;
}

.message-list-item.past {
    color: #777777;
}

.test-emotion-list-image {
    max-height: 28px;
    max-width: 80px;
}

@media only screen and (max-width: 950px) {
    .login-control {
        padding-top: 5px;
    }
    #navigation,
    #navigation2 {
        width: 100%;
    }
    .welcome-wrapper {
        position: static;
        line-height: 18px;
    }
    .login-control {
        padding-bottom: 8px;
    }
    .wellcome {
        float: left;
    }
    .user-name {
        float: right;
        margin-left: 10px;
    }
    .login-control {
        display: flex;
        display: -webkit-flex;
    }
    .logoff-link {
        margin-left: 10px;
    }
    .tbx.zonesDropDown {
        right: auto;
        top: 8px !important;
        left: 10px;
    }
    .tbx.languagesContainer {
        right: auto;
        top: 8px !important;
        left: 110px;
    }
}

@media only screen and (min-width: 921px) {
    #content fieldset.right-fieldset {
        width: 33%;
        float: right;
        margin-top: -14px;
    }
}

@media only screen and (max-width: 920px) {
    .cs-digit {
        width: 34px;
    }
    .cs-text {
        font-size: 12px;
    }
    #content fieldset {
        width: 80%;
    }
    .result-td {
        width: 200px;
        min-width: 200px;
    }
    .pass-test-question-item.emotion .test-man {
        width: auto;
        max-width: calc(100% - 40px);
        top: calc(100% - 112vw);
        left: 0;
        right: 0;
        margin: auto;
    }
    .pass-test-page #content fieldset {
        width: 100%;
    }
    .pass-test-page.emotion #content fieldset {
        padding-bottom: 112vw;
    }
}

@media only screen and (max-width: 820px) {
    .cs-digit {
        width: 28px;
        font-size: 14px;
    }
    .cs-digit:before
    {
        width: 18px;
        height: 18px;
    }
    .cs-text
    {
        line-height: 12px;
        font-size: 11px;
    }
    .ds-ster-min-5 .cs-text {
        line-height: 11px;
    }
    .cs-step.passed .cs-digit:before {
        width: 17px;
        height: 17px;
    }
    #content fieldset {
        width: 90%;
    }
    .main-menu-item {
        margin: 0 5px;
    }
    .main-menu-cnt {
        width: 100%;
    }
    .date-inputs-wrapper .date-input-line {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 751px) {
    #navigation2 {
        display: block !important;
    }
}

@media only screen and (max-width: 820px) {
    .action-popup .page-popup-cnt {
        width: 230px;
    }
}

@media only screen and (max-width: 750px) {
    .checkout-steps {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        height: auto;
    }
    .cs-step {
        width: 100% !important;
        height: 28px;
        margin-bottom: 5px;
    }
    .ds-ster-min-5 .cs-text {
        font-size: 14px;
        line-height: 12px;
    }
    .cs-digit {
        width: 34px;
        font-size: 14px;
    }
    .cs-digit:before
    {
        width: 18px;
        height: 18px;
    }
    .cs-text
    {
        line-height: 12px;
        font-size: 14px;
        height: 26px;
    }
    .cs-step.passed .cs-digit:before {
        width: 17px;
        height: 17px;
    }
    #content fieldset {
        width: 100%;
    }
    .mobile-menu-btn {
        display: block;
    }
    #navigation2 {
        display: none;
        margin-top: 10px;
    }
    .main-menu-item {
        width: 100%;
        float: left;
        margin: 0 !important;
    }
    .mmi-second-level-cnt {
        display: block;
        position: static;
        width: 100%;
        float: left;
    }
    .main-menu-cnt {
        display: block;
    }
    .mmi-link {
        height: 40px;
    }
    .date-input-line {
        margin-right: 0;
        width: 100%;
    }
    .date-input-line .lbl {
        width: 135px;
    }
    .date-input-line .tbx {
        width: 300px;
    }
    .date-input-line .tbx.tbxDropDown,
    .date-input-line .tbx.tbxDropDown.tbx-full-name-filter {
        width: 304px;
    }
    .btn-find {
        margin-left: 140px;
    }
    .login-control {
        display: block;
    }
    .mmi-link::after {
        top: auto;
        bottom: 10px;
    }
    .tbx.zonesDropDown {
        top: 29px !important;
        left: 58px;
    }

    .tbx.languagesContainer {
        top: 29px !important;
        left: 158px;
    }
    .shedule-page .list-page-filters {
        width: 100%;
    }
    .schedule-calendar {
        margin-left: 0;
    }
    .filters-btn-wrapper {
        width: 100%;
        position: static;
    }
    .list-page-filters-cnt {
        padding-right: 0;
    }
    .btn-find {
        float: left;
    }
}

@media only screen and (max-width: 640px) {
    .contactus-form,
    .contactus-info {
        width: 100%;
        margin: 0 0 20px 0;
        border: 0;
    }
    .print-btn + .next-step-btn {
        margin-top: 0;
    }
    .action-popup .page-popup-cnt {
        width: 150px;
    }
}

@media only screen and (max-width: 474px) {
    .btn-find {
        margin-left: 0;
    }
        .infoLineWrapper .infoLine {
        width: 20%;
    }
    .infoLineWrapper .infoLine:nth-child(1),
    .infoLineWrapper .infoLine:nth-child(4) {
        width: 60%;
    }
    .infoLineWrapper .infoLine:nth-child(1) > .label,
    .infoLineWrapper .infoLine:nth-child(4) > .label {
        width: 120px;
        float: left;
        padding-left: 0;
        line-height: 23px;
    }
    .infoLineWrapper .infoLine:nth-child(1) > .value,
    .infoLineWrapper .infoLine:nth-child(4) > .value {
        float: right;
    }
    .next-step-btn {
        float: left;
        width: calc(100% - 10px);
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-top: 10px;
        height: 32px;
    }
}

@media only screen and (max-width: 400px) {
    .wellcome {
        display: none;
    }
    .add-new-client-show-btn {
        margin-top: 15px;
        right: 5px;
    }
    .add-choosen-client-btn {
        margin-top: 15px;
        right: -26px;
    }
    .schedule-calendar {
        margin-left: 0px;
    }
    .infoLine:not(.infoLineCreate),
    .infoLine:not(.infoLineCreate) .label,
    .infoLine:not(.infoLineCreate) .value {
        display: block;
        width: 100%;
    }
    .infoLineCreateWrapper
    #loginPage, #forgotPasswordPage {
        width: 300px;
    }
    .account-page .infoLine {
        display: table;
    }
    .account-page .infoLine .label {
        display: table-cell;
        width: 80px;
    }
    .account-page .infoLine .value {
        display: table-cell;
        width: auto;
    }
     .infoLine .label {
         margin-bottom: 4px;
     }
     .date-input-line .tbx {
        width: calc(100% - 4px);
    }
    .date-input-line .tbx.tbxDropDown,
    .date-input-line .tbx.tbxDropDown.tbx-full-name-filter {
        width: 100%;
    }
    .margin110 {
        margin-left: 0 !important;
    }
    .report-select {
        display: inline-block;
        box-sizing: border-box;
    }
    .tbx.tbxDropDown.tbx-full-name-filter .clear-dropdown {
        top: 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .services-histories-item-fieldset.finished:after {
        bottom: auto;
        top: 26px;
    }
}

/*@media print {
    .print-page .supply-items {
        display: none;
    }
}*/

@-moz-document url-prefix() { 
  .services-histories-item-fieldset.finished:after {
        bottom: calc(100% - 35px);
        top: auto;
    }
  .td-full-data {
        left: -1px;
        top: -1px;
    }
}

.activeState{
    color:green;
}

.usedSate{
    color:orange;
}

.expiredState{
    color:red;
}

.notfounderror{
    display:none;
}

.certificateSeatchInput {
}

.certificateSeatchInput input {
    width: calc(100% - 80px);
}

.certificateSeatchInput .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.tbx.add-smart-search {
    padding: 0;
    border: 0;
}

.list-page-wrapper .service-price-input-wrapper {
    width: 60px;
}

.list-page-wrapper .service-price-input {
    position: relative;
    text-align: right;
    background-repeat: no-repeat;
    background-position: left center;
}

.emotion-checkbox {
    display: none;
}

.emotion-text {
    text-shadow:0px 0px 7px #FFF;
    display:block;
    background:rgba(255,255,255,0.3);
    padding:2px;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.3);
}

.translationeditor {
    margin: 10px 0;
}

.translationeditor table, th, td.emptycell {
    border: none;
}


.translationeditor table th,
.translationeditor table td {
    padding: 10px !important;
}

.translationeditor table th,
.translationeditor table td.originaldatacell {
    min-height: 26px;
    width: 250px;
    vertical-align: middle;
}

.translationeditor table th,
.translationeditor table td.translationeditorcell {
    width: 250px;
}

.translationeditor table th,
.translationeditor table td input,
.translationeditor table td textarea {
    width: 250px;
}

.th-email,
.td-email {
    max-width: 90px;
    word-wrap: break-word;
}

.th-phone,
.td-phone {
    min-width: 110px;
    max-width: 110px;
    word-wrap: break-word;
}

.th-last-name,
.th-middle-name,
.td-last-name,
.td-middle-name {
    max-width: 80px;
    word-wrap: break-word;
}

.th-first-name,
.td-first-name {
    max-width: 70px;
    word-wrap: break-word;
}

.th-checkbox,
.td-checkbox {
    width: 40px;
    max-width: 40px;
    word-wrap: break-word;
}

.th-service-recommended-price,
.th-service-price-price,
.service-recommended-price,
.service-price-price {
    width: 70px;
    max-width: 70px;
    word-wrap: break-word;
}

/* Admin part fixes */
.adminPanel {
    padding: 6px 10px !important;
}

.adminPanel ~ .ui-widget-overlay {
    position: fixed;
}

.ui-dialog { 
    z-index: 10001;
}

.ui-front {
    z-index: 10001;
}

.ui-widget .ui-widget.ui-dialog-titlebar-close {
    color: transparent;
    font-size: 0;
}

.ui-dialog .ui-widget.ui-dialog-titlebar-close {
    right: 10px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
    margin: 0;
    left: -1px;
    top: -1px;
}

.ui-dialog .ui-dialog-buttonpane button {
    padding: 5px;
}

.adminPanel #radio {
    display: inline-block;
}

.adminPanel > a,
.adminPanel #radio > label {
    padding: 6px 10px;
    border: 1px solid;
    vertical-align: top;
}

.adminPanel #radio .ui-checkboxradio-icon,
.adminPanel #radio .ui-checkboxradio-icon-space {
    display: none;
}

.adminPanel #radio .ui-state-active {
    font-weight: bold;
}

.adminPanel #radio.ui-helper-clearfix:after {
    content: none;
}

.cmsForm .repeaterLines button.ui-widget,
.ecmsRow button.ui-widget,
.cmsForm table td button.ui-widget,
.cmsForm button.ui-widget {
    font-size: 0;
    color: transparent;
    height: 26px;
    width: 26px;
    vertical-align: top;
    border-width: 1px;
}

.cmsForm .ecmsDelete,
.cmsForm .button.ui-button-icon-only {
    width: 26px !important;
}

.ecmsRow {
    margin-bottom: 3px;
}

.ecmsRow .field-validation-error {
    float: none;
    margin-left: 150px;
}
/* End Admin part fixes */

/* TableSorter */
table.tablesorter,
table.tablesorter thead tr th, 
table.tablesorter tfoot tr th {
    font-size: 12px !important;
}
table.tablesorter thead tr .header {
    padding-right: 20px;
}
table.tablesorter thead tr .header.table-line-num {
    padding-right: 15px;
}
/* End TableSorter */

.time-start-line {
    font-weight: bold;
}

.time-start {
    padding-left: 10px;
    color: green;
}

.certificate-info-cnt {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.create-event-btn {
    float: right;
    margin-top: 10px;
}


@media only screen and (max-width: 640px) {
    .h1-holder h1 {
        display: block;
    }

    .create-event-btn {
        float: left;
        margin: 0 0 10px 0;
    }
}

.td-relative {
    position: relative;
    padding-right: 16px;
}

.finished-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 14px;
    width: 14px;
    background: url("images/finished.png") no-repeat center center;
    background-size: 15px auto;
}

.date:not(.timeonly) .tbx,
.time:not(.timeonly) .tbx {
    background-image: url("images/calendar.png");
    background-position: calc(100% - 3px) center;
    background-repeat: no-repeat;
    background-size: auto 19px;
}

.specialist-link {
    display: inline-block;
    margin-bottom: 10px;
}

.tbx-dropdown-schedule + .tbx-dropdown-schedule {
    margin-top: 5px;
}

.btn-submit-hidden {
    position: absolute; 
    left: -9999px;
}

.posts-line {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.column50 {
    width: 48%;
    float: left;
    clear: none; 
}

.save {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url("images/save.png") no-repeat center center;
    background-size: 16px auto;
}

.client-card {
    height: 16px;
    width: 22px;
    display: inline-block;
    background: url("images/client-card.png") no-repeat center center;
    background-size: auto 16px;
}

.checkbox + .ajax-cnt {
    margin-left: 5px;
    margin-right: -21px;
}

.checkbox-td {
    min-width: 60px;
}

.home-page .select2-container,
.shedule-page .select2-container {
    z-index: 9999;
}

.home-page .page-overlay + .select2-container,
.shedule-page .page-overlay + .select2-container {
    z-index: 10000;
}

.select2-container .select2-selection--single {
    height: 27px;
}

.tbxFilter,
.list-page-filters .tbxFilter {
    padding-right: 30px;
}

.list-page-filters .tbxDropDown {
    background: none;
}

.buttons-after {
    padding-right: 250px;
}

.filter-country-line {
    position: relative;
    max-width: 450px;
}

@media only screen and (max-width: 567px) {
    .buttons-after {
        padding-right: 40px;
    }
}

.selects-wrapper {
    margin-bottom: 10px;
}

.event-popup-link.active + .info-popup .info-popup-buttons {
    display: block;
}

/* Right To Left text*/
.rtl-translation .translationeditorcell {
    direction: rtl;
}
/* End Right To Left text*/

.error-message-wrapper {
	margin-top:20px;
	width: 100%;
	display:inline-block;
}

.list-page-filters + .errormessage {
    margin-top: 10px;
}

.under-title-info {
    margin-bottom: 10px;
}

.diagnostic-print-header {
    margin: -20px -60px 75px -60px;
}

.diagnostic-print-header-img {
    width: 100%;
}

.diagnostic-print-page-wrapper {
    padding: 20px 60px;
}

.color-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-box {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid rgba(55,55,55,0.5);
}

.table-list-items > div:not(:last-child) {
    margin-bottom: 5px;
}

.value.value-btn {
    position: relative;
}

    .value.value-btn-1 .tbx {
        width: calc(100% - 36px);
    }

    .value.value-btn .tbx {
        width: calc(100% - 72px);
    }

    .value.value-btn.value-btn-3 .tbx {
        width: calc(100% - 118px);
    }

.position-relative {
    position: relative;
}

.parcel-delivery-status-messages:not(:empty) {
    padding-left: 140px;
    margin-bottom: 5px;
}

@media (max-width: 400px) {
    .parcel-delivery-status-messages:not(:empty) {
        padding-left: 0;
    }
}

.parcel-search-form {
    max-width: 450px;
}

.parcel-search-form .date-inputs-wrapper {
    margin-bottom: 0;
}

.mt-30 {
    margin-top: 30px;
}

.barcode-scanner {
    display: none;
}

.bcTarget {
    font-family: Arial;
}
.bcTargetIn {
    height: 0;
    padding-top: 60%;
    position: relative;
}
.bcTargetImg {
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bcTargetImg img {
    width: 100%;
    height: 70%;
    margin-top: 8px;
}
.bcTargetText {
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 24px;
    line-height: 1.45;
    text-align: center;
}
.barcode-wrapper .bcTargetIn {
    padding-top: 31%;
}

.barcode-wrapper .barcode-main .bcTargetIn {
    padding-top: 60%;
}
@page {
    margin: 0;
}
.excel-export-btn {
    position: static;
    display: block;
    width: 20px;
}
    .excel-export-btn i {
        font-size: 20px;
    }

.toggle-subparsels,
.toggle-subparsels:hover,
.toggle-subparsels-all,
.toggle-subparsels-all:hover {
    text-decoration: none;
}

.toggle-subparsels .fa-minus,
.toggle-subparsels-all .fa-minus {
    display: none;
}

.toggle-subparsels.opened .fa-minus,
.toggle-subparsels-all.opened .fa-minus {
    display: inline;
}

.toggle-subparsels.opened .fa-plus,
.toggle-subparsels-all.opened .fa-plus {
    display: none;
}

body:not(.subparcel-list-page) .not-eaquel-delivery-status {
    color: red;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
.btn:focus,
.line-btn:focus,
[class$="-link"]:focus {
    outline-color: #518a8a;
    outline-width: 1px;
    outline-offset: -1px;
    outline-style: dotted;
}

input[type="checkbox"],
.btn:focus,
[class$="-link"]:focus {
    outline-offset: 1px;
}

input[type="file"] {
    outline-offset: -3px;
}

.subparcel-form-with-subparcel .subparcel-form-subparcel {
    padding: 20px 0 20px 0;
}

@media only screen and (min-width: 751px) {
    .subparcel-form-with-subparcel {
        display: flex;
        flex-wrap: wrap;
    }

    .subparcel-form-with-subparcel .subparcel-form {
        width: 65%;
    }

    #content .subparcel-form-with-subparcel .subparcel-form fieldset {
        width: 100%;
    }

    .subparcel-form-with-subparcel .subparcel-form-subparcel {
        padding: 165px 0 0 30px;
    }
}

.field-set-buttons ~ .field-set-buttons {
    height: 54px;
}

.buttons-fixed .field-set-buttons ~ .field-set-buttons .basketBtnCnt {
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    max-width: 793px;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.15);
    margin-left: -16px;
}

.addto-removefrom-dispatch .select2 {
    width: 100% !important;
}

.show-all-btn-wrp {
    position: absolute;
    top: 11px;
    left: 100px;
}

.invoice-payment-checkboxes {
    position: absolute;
    right: 80px;
    top: 8px;
}

.itemsPerPageWrapper {
    display: none;
}

.parcel-list-page .itemsPerPageWrapper {
    display: flex;
}

.parcel-new-page .filter-btn,
.subparcel-new-page .filter-btn,
.dispatch-new-page .filter-btn,
.parcel-item-page .filter-btn,
.subparcel-item-page .filter-btn,
.dispatch-item-page .filter-btn,
.case-new-page .filter-btn,
.case-item-page .filter-btn,
.deliveryhistory-new-page .filter-btn,
.deliveryhistory-item-page .filter-btn {
    display: none;
}

.barcode-wrapper {
    max-width: 394px;
    font-size: 24px;
    line-height: 1.1;
    page-break-after: always;
}

    .barcode-wrapper .bcTarget {
        margin: auto;
        page-break-after: auto !important;
    }

.parcel-add-form button {
    position: absolute;
    right: -34px;
    width: 30px;
    height: 28px;
    top: -1px;
    border: 1px solid #999;
}


.touch-device .parcel-search-form button {
    display: block;
    position: absolute;
    border: 0;
    font-size: 16px;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 5px;
    background: no-repeat;
}

.barcode-wrapper-print {
    display: none;
    margin: 5px 5px 0 5px;
}

    .barcode-wrapper-print img {
        margin-left: -5px;
    }

@media (max-width: 420px) {
    .barcode-wrapper .bcTarget {
        width: 338px !important;
    }
}

@media print {
    .barcode-wrapper-print {
        display: block;
    }

    .home-page .shell {
        display: none !important;
    }

    .barcode-wrapper .bcTarget {
        width: 376px !important;
    }

    #main {
        min-height: 0;
    }
}

input.disabled[type="checkbox"] {
    pointer-events: none;
    opacity: 0.5;
}