html, body {
    font-family: sans-serif, sans-serif;
    font-weight: 400;
    background: #f9f9f9;
}

html body, html body * {
    font-family: sans-serif, sans-serif;
}

body h1, body h2, body h3, body h4 {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
}

body h2 {
    font-size: 26px;
}

body h3 {
    font-size: 21px;
}

aside#sidebar-right {
    position: fixed;
    z-index: 500;
    width: 250px;
    right: 0;
    top: 48px;
    height: calc(100vh - 48px);
    /*background: rgba(230, 222, 203, 0.15);*/
    background: #474747;
    color: #fefefe;
    display: block;
    flex-direction: column;
    box-shadow: inset -1px 0 0 0 #E5DDCA;
    border-left: 1px solid #E5DDCA;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 15px;
}

html body aside#sidebar-right label {
    font-size: 12px;
    font-weight: 500;
}

html body aside#sidebar-right input[name="filter_article"],
html body aside#sidebar-right input[name="part"],
html body aside#sidebar-right input[name="article"] {
    background-color: #f0f4c3;
}

html body aside#sidebar-right input[name="search"] {
    background-color: #b2ebf2;
}

html body aside#sidebar-right input[name="cross"] {
    background-color: #c8e6c9;
}

html body aside#sidebar-right input[name="numorder"] {
    background-color: #fff3e0;
}

html body aside#sidebar-right input[name="filter_telephone"],
html body aside#sidebar-right input[name="filter_name"],
html body aside#sidebar-right input[name="client"] {
    background-color: #fce4ec;
}

html body aside#sidebar-right .btn.btn-success {
    background: #009E0A;
    border-top-color: #008500;
}

html body aside#sidebar-right .btn.btn-success:hover {
    background: #008500;
}

#app-body aside#sidebar-left {
    width: 260px;
}

#app-body aside#sidebar-left section[data-role="sidebar-content"] {
    position: fixed;
    z-index: 500;
    width: 250px;
    height: calc(100vh - 48px);
    display: block;
    flex-direction: column;
    padding: 0;
    color: #333;
    background: #fef6e3;
    background: -moz-linear-gradient(-45deg, #fef6e3 0%, #E5DDCA 100%);
    background: -webkit-linear-gradient(-45deg, #fef6e3 0%, #E5DDCA 100%);
    background: linear-gradient(135deg, #fef6e3 0%, #E5DDCA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6e3', endColorstr='#E5DDCA', GradientType=1);
    top: 48px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .25), inset -1px 0 0 0 #E5DDCA;
}

#app-body aside#sidebar-left span.badge {
    float: right;
    display: inline-block;
    border-radius: 2px;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    margin-top: 10px;
    background: #D0C9BB;
    font-weight: 300;
}

#app-body aside#sidebar-left span.badge.badge-danger {
    background: #d9534f;
}
#app-body aside#sidebar-left span.badge.badge-info {
    background: #474747;
}

#app-body aside#sidebar-left span.badge.badge-warning {
    background: #ff2f00;
}

#app-body aside#sidebar-left li {
    border-bottom: 1px solid #E5DDCA;
    margin-bottom: 0;
    margin-top: 0;
}

#app-body aside#sidebar-left a {
    color: #333;
    font-size: 13px;
    border-radius: 0;
    transition: 250ms;
    height: 42px;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 42px;
}

#app-body aside#sidebar-left a:hover {
    background-color: #D8D0BD;
    color: #003944;
    font-size: 13.5px;
}

#app-body aside#sidebar-left a i {
    text-align: right;
    margin-right: 10px;
    width: 21px;
}

#app-body aside#sidebar-left a b {
    font-weight: normal;
}

#app-body aside#sidebar-left li[data-type="submenu"] div.dropup {
    width: 100%;
}

#app-body aside#sidebar-left li[data-type="submenu"] a.dropdown-toggle {
    display: block;
    color: #333;
    font-size: 13px;
    border-radius: 0;
    transition: 250ms;
    height: 42px;
    width: 100%;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 42px;
}

#app-body aside#sidebar-left li[data-type="submenu"] a.dropdown-toggle:hover {
    text-decoration: none;
}

#app-body aside#sidebar-left li[data-type="submenu"] a.dropdown-toggle:hover span {
    border-bottom: 1px dashed;
}

#app-body aside#sidebar-left li[data-type="submenu"] a.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    float: right;
    margin-right: 8px;
    font-weight: 700;
}

#app-body aside#sidebar-left li[data-type="submenu"] div.dropup.open a.dropdown-toggle {
    background: #dcd3c0;
    text-decoration: none;
}

#app-body aside#sidebar-left li[data-type="submenu"] div.dropup.open a.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    float: right;
    margin-right: 8px;
    font-weight: 700;
}

#app-body aside#sidebar-left li[data-type="submenu"] div.dropdown-menu {
    width: 100%;
    background: #F9F9F9;
}
#app-body aside#sidebar-left li[data-type="submenu"] div.dropdown-menu ul {
    padding: 0;
    list-style: none;
}
#app-body aside#sidebar-left li[data-type="submenu"] div.dropdown-menu ul li a {
    display: block;
    width: 100%;
    height: 43px;
}
#app-body aside#sidebar-left li[data-type="submenu"] div.dropdown-menu ul li a:hover {
    text-decoration: none;
}

#app-body main {
    margin-left: 250px;
    padding-top: 48px;
    overflow-x: auto;
}

header#app-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 1020;
    background: #474747;
    padding: 0;
    margin: 0;
    border-top: 6px solid #c2cfd6;
    box-sizing: content-box;
}

header .alert-seller-mode {
    height: 42px;
    width: 251px;
    display: inline-block;
    box-shadow: inset -1px 0 0 0 #333;
    color: #fef6e3;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
}

header .alert-seller-mode i {
    float: left;
    margin-left: 13px;
    margin-top: 24px;
    transform: translateY(-100%);
    text-align: right;
    width: 21px;
}

header .alert-seller-mode span {
    display: inline-block;
    margin-left: 10px;
    height: 42px;
    vertical-align: middle;
    line-height: 36px;
    font-family: "PT Sans Caption";
}

header .text-danger {
    color: pink;
    text-transform: uppercase;
}

#fast-buttons {
    height: 42px;
    margin-right: 0;
    width: 250px;
    text-align: right;
}

#fast-buttons a.fsb {
    display: inline-block;
    height: 42px;
    line-height: 36px;
    color: #fef6e3;
    font-size: 15px;
    opacity: 0.65;
    transition: 250ms;
    width: auto;
    padding: 0 16px;
}

#fast-buttons a.fsb span.badge {
    vertical-align: text-top;
}

#fast-buttons a.fsb:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

#fast-buttons a.fsb:hover i {
    font-size: 18px;
}

#fast-buttons a.fsb:hover span.badge {
    font-size: 18px;
    vertical-align: baseline;
}

aside#sidebar-left section[data-rel="seller"] {
    width: 100%;
    padding: 25px 15px;
    background: #f1e9d6;
    background: -moz-linear-gradient(top, #f1e9d6 0%, #efe7d4 100%);
    background: -webkit-linear-gradient(top, #f1e9d6 0%, #efe7d4 100%);
    background: linear-gradient(to bottom, #f1e9d6 0%, #efe7d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e9d6', endColorstr='#efe7d4', GradientType=0);
    border-bottom: 1px solid #E5DDCA;
}

aside#sidebar-left section[data-rel="seller"] div.pull-left:nth-child(1) {
    font-size: 24px;
    margin-right: 10px;
}

#app-body aside#sidebar-left section[data-rel="seller"] div.media-body {
    padding-left: 10px;
}

#app-body aside#sidebar-left section[data-rel="seller"] div.media-body a {
    font-size: 21px;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    line-height: 22px;
    height: auto;
    padding: 0;
    vertical-align: top;
}

#app-body aside#sidebar-left section[data-rel="seller"] div.media-body a:hover {
    background: inherit;
    text-decoration: none;
}

#app-body aside#sidebar-left section[data-rel="seller"] div.media-left a {
    font-size: 32px;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 500;
    line-height: 42px;
    height: 42px;
    width: 42px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    background: #333;
    color: #f1e9d6;
    text-align: center;
    border-top-left-radius: 6px;
}

#app-body aside#sidebar-left section[data-rel="seller"] div.media-left span {
    border: 1px solid #f1e9d6;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 2px;
    line-height: 38px;
    border-top-left-radius: 6px;
}

#sign-out {
    margin-right: 15px;
}

#sign-out a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 36px;
    text-align: right;
}

#sign-out a i {
    padding: 0;
    color: #fef6e3;
    opacity: 0.75;
    transition: 250ms;
    margin: 0;
    float: none;
    transform: none;
    width: auto;
}

#sign-out a:hover i {
    opacity: 1;
    font-size: 18px;
}

aside#sidebar-left span.caret {
    margin-top: 18px;
    margin-right: 5px;
}

aside#sidebar-left ul.dropdown-menu {
    width: 100%;
    border-radius: 0;
    background: #fef6e3;
    padding: 0;
}

aside#sidebar-left ul.dropdown-menu .dropdown-header {
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    color: #333;
    background: #f1e9d6;
    background: -moz-linear-gradient(top, #f1e9d6 0%, #efe7d4 100%);
    background: -webkit-linear-gradient(top, #f1e9d6 0%, #efe7d4 100%);
    background: linear-gradient(to bottom, #f1e9d6 0%, #efe7d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e9d6', endColorstr='#efe7d4', GradientType=0);
}

.fa-margin-10 {
    margin-right: 10px;
}

.panel-footer {
    padding: 0 0 0 15px;
}

.panel-footer .pull-left {
    line-height: 30px;
    vertical-align: middle;
    color: #666;
}

.panel-footer .btn {
    padding: 0 30px;
    height: 30px;
}

main .panel {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .11);
    border-radius: 2px;
}

main .panel .panel-heading {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

main .panel .panel-heading.big-size {
    min-height: 30px;
    box-sizing: content-box;
    vertical-align: middle;
}

main .panel .panel-heading.big-size h3 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.panel-heading .pull-right .btn {
    padding: 0 15px;
    height: 29px;
    margin-left: 10px;
    border-radius: 6px;
    font-size: 13px;
}

._transform-mirror {
    transform: scaleX(-1);
}

html body * .btn:focus {
    outline: none;
}

html body * *.form-control, html body * .select2-selection.select2-selection--single, html body * .select2-search__field {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
}

html body * .form-control:focus, html body * .select2-selection.select2-selection--single:focus, html body * .select2-search__field:focus {
    border-color: #474747;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 94, 92, 0.6);
}

.my-profit {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.my-profit i {
    font-size: 21px;
}

.panel.panel-default {
    border-color: #CDD7DB;

}

.panel.panel-default .panel-heading {
    background: #CDD7DB;
}

.panel .panel-heading.fix, .panel .panel-footer.fix {
    margin: 0;
}

.panel .panel-heading .input-daterange .input-group-addon {
    background: #B6C0C4;
    border-color: #bdbdbd;
    text-shadow: none;
}

.panel.panel-default .panel-footer {
    background: #DCE6EA;
    box-sizing: content-box;
}

.link-internal {
    border-bottom: 1px dashed;
}

.link-internal:hover {
    text-decoration: none;
}

._no-margin-bottom {
    margin-bottom: 0;
}

html body {
    background: inherit;
}

#app-body aside#sidebar-left li.active {
    background: #CEC6B3;
}

#app-body aside#sidebar-left li.active > a {
    background: #CEC6B3;
}

#app-body aside#sidebar-left li.active:after {
    content: "";
    display: block;
    background: #CEC6B3;
    width: 5px;
    height: 38px;
    position: absolute;
    margin-left: 250px;
    margin-top: -39px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.55);
}

#app-body aside#sidebar-left li.active a span.badge {
    color: #fff;
}

#app-body main._with_right_sidebar {
    margin-right: 250px;
}

#app-body .table-striped > tbody > tr:nth-of-type(odd) {
    background: #fefefe;
}

#app-body .table-striped > tbody > tr:nth-of-type(even) {
    background: #fafafa;
}

html body .btn {
    border-radius: 3px;
    border: none;
    border-top: 0;
    box-sizing: border-box;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 2px;
    transition: 250ms;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);;
}

html body .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

html body .btn.btn-primary {
    background: #4285f4;
    border-top-color: #286090;
    color: #f9f9f9;
}

html body .btn.btn-primary:hover {
    background: #286090;
    color: #fff;
}

html body .btn.btn-secondary {
    background: #F9F9F9;
    border-top-color: #ADADAD;
    color: #939393 !important;
}

html body .btn.btn-secondary:hover {
    background: #ADADAD;
    color: #fff !important;
}

html body .btn.btn-info {
    background: #33b5e5;
    border-top-color: #298EAC;
    color: #f9f9f9;
}

html body .btn.btn-info:hover {
    background: #298EAC;
    color: #fff;
}

html body .btn.btn-success {
    color: #f9f9f9;
    background: #00c851;
    border-top-color: #009E0A;
}

html body .btn.btn-success:hover {
    background: #009E0A;
    color: #fff;
}

html body .btn.btn-warning {
    background: #f80;
    border-top-color: #C98B00;
    color: #f9f9f9;
}

html body .btn.btn-warning:hover {
    background: #C98B00;
    color: #fff;
}

html body .btn.btn-danger {
    background: #ff3547;
    border-top-color: #BF1D23;
}

html body .btn.btn-danger:hover {
    background: #BF1D23;
}

html body .btn.btn-default {
    color: #fafafa;
    background: #30cfc0;
    border-top-color: #009C8D;
}

html body .btn.btn-default:hover {
    background: #009C8D;
}

#app-body main .pagination-results {
    /* position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     text-align: left;
     margin-left: 250px;
     margin-right: 0;
     */
    text-align: left;
    background: #f9f9f9;
    padding: 10px 0;
}

#app-body main._with_right_sidebar .pagination-results {
    /*margin-right: 300px;*/
}

#app-body main .pagination-results ul.pagination {
    margin: 0;
}

#app-body main .pagination-results ul.pagination > li > a, #app-body main .pagination-results ul.pagination > li > span {
    font-size: 11.5px;
    background: transparent;
    border: none;
    border-radius: 50%;
    margin: 0 2px;
    height: 30px;
    min-width: 30px;
    padding: 0;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #212529;
    transition: 250ms;
}

#app-body main .pagination-results ul.pagination > li > a:hover {
    background: #dadada;
}

#app-body main .pagination-results ul.pagination > li > span {
    background: rgb(98, 94, 92);
    color: #f9f9f9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

body.product-selection #app-body .text-danger.text-bold {
    font-size: 19px;
    text-transform: uppercase;
}

.seller_product-quantity {
    font-size: 16px;
    font-weight: bold;
    color: darkgreen;
}

.btn-quantity {
    background: #fff;
    border-top-color: #aaa;
    padding: 2px 10px;
    min-height: inherit;
    line-height: 1;
    padding-top: 5px;
}

.btn-quantity span.caret {
    margin-top: -5px;
}

.btn-quantity:hover {
    background: #eee;
}

.seller_product-quantity-dm {
    left: -320px;
    width: 350px;
    border-radius: 0;
    box-shadow: none;
}

.seller_product-quantity-dm li {
    padding: 8px 10px;
}

.seller_product-quantity-dm li table {
    margin-bottom: 0;
}

#app-body .other-shop_products {
    background: #dce3e9;
    padding: 1px 0 1px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

#app-body .product-list table td a {
    color: #000;
}

#app-body .product-list table td a.btn {
    color: #fafafa;
}
#app-body .product-list table tr.category_title {
    background: #BDC6CA;
    padding-left: 15px;
}
#app-body .product-list table tr.category_title h5 {
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
}

#app-body .product-list table tr.category_title:not(.collapsed) td button[data-action="toggleCategory"][data-type="show"] {
    display: none;
}
#app-body .product-list table tr.category_title.collapsed td button[data-action="toggleCategory"][data-type="hide"] {
    display: none;
}

#notifies {
    position: fixed;
    width: auto;
    height: auto;
    top: 60px;
    right: 30px;
    z-index: 1000;
    min-width: 400px;
}

.confirmation-buttons .btn-group {
    margin-left: -16px;
    margin-right: -16px;
}

.confirmation-buttons .btn-group a.btn {
    font-size: 12px;
    border-radius: 0;
}

.confirmation-buttons .btn-group a.btn:first-child {
    margin-right: 10px;
}

p.confirmation-content {
    font-size: 12px;
}

#app-header span.badge {
    display: inline-block;
    border-radius: 2px;
    font-weight: 300;
}

#app-header span.badge.badge-danger {
    background: #d9534f;
}

.modal.in .modal-content {
    border-radius: 2px;
    border: 1px solid #eee;
}

#ajax-loader {
    color: #fafafa;
    height: 42px;
    line-height: 36px;
    font-size: 18px;
    text-align: left;
    padding-right: 15px;
    opacity: 1;
    transition: 250ms;
}

#ajax-loader span {
    font-size: 13px;
    opacity: 0.75;
}

#ajax-loader.hidden {
    display: block;
    opacity: 0;
}

html body #app-body .form-control.with-input-addon {
    padding-right: 40px;
}

html body #app-body .btn.input-addon {
    display: inline-block;
    /*color: #BF1D23;*/
    color: #bdbdbd;
    background: #fff;
    border: 0;
    box-shadow: none;
    position: relative;
    float: right;
    transform: translateY(-100%);
    padding: 0;
    width: 34px;
    height: 30px;
    vertical-align: baseline;
    line-height: 30px;
    margin-top: -2px;
    transition: 250ms;
}

html body #app-body .btn.input-addon:hover {
    color: #ff3547;
    font-size: 17px;
}

#app-body table.table thead tr th {
    background: #CDD7DB;
    padding: 10px 15px;
    font-weight: 500;
    font-family: 'PT Sans Caption';
}

#app-body table.table tbody tr td {
    word-break: break-all;
}

.cart-info table.table tbody tr:last-child {
    display: none;
}

.cart-info table.table tbody tr td {
    padding: 10px 15px;
}

.cart-info table.table tbody tr td .mini-text {
    font-size: 12px;
    padding-left: 0;
    transition: 250ms;
}

.cart-info table.table tbody tr td .mini-text:focus {
    padding-left: 0;
}

#app-body .sib {
    border: 1px solid #ddd;
    border-left: 5px solid #474747;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 10px 15px;
}

#app-body .sib p.sib-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    font-family: "PT Sans Caption";
    letter-spacing: 1px;
}

#app-body .sib ul {
    margin-bottom: 0;
}

#app-body .sib.sib-warning {
    border-left-color: #d9534f;
}

#app-body .sib.sib-warning p.sib-title {
    color: #d9534f;
}

#app-body .sib.sib-success {
    border-left-color: #009E0A;
}

#app-body .sib.sib-success p.sib-title {
    color: #009E0A;
}

#app-body table.table-bordered {
    border-color: #bec8cc;
}

#app-body .table-bordered > tbody > tr > td,
#app-body .table-bordered > tbody > tr > th,
#app-body .table-bordered > tfoot > tr > td,
#app-body .table-bordered > tfoot > tr > th,
#app-body .table-bordered > thead > tr > td,
#app-body .table-bordered > thead > tr > th {
    border-color: #bec8cc;
}

#app-body .form-control.oneline-input {
    box-shadow: none;
}

.vertical-middle {
    vertical-align: middle !important;
}

.cart-right-summ {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    margin-top: -38px;
    font-size: 24px;
}

.product-seller-comment {
    font-size: 16px;
    text-transform: uppercase;
    color: deeppink;
    font-weight: 500;
}

#app-body h2 span.pull-right {
    font-family: "PT Sans Caption";
    font-weight: 300;
}

html body .form-group label {
    font-weight: 500;
}

#app-body .woc_phone_calls {
    font-weight: bold;
}

#app-body .woc_phone_calls b {
    font-weight: bold;
    color: #d9534f;
}

#app-body .woc_phone_calls u {
    font-weight: bold;
    color: #00c851;
    text-decoration: none;
}

#app-body .blacklisted {
    background: #1C2331 !important;
    color: #eee !important;
}

#app-body .btn.btn-secondary {
    color: #555;
}

div[data-toggle="buttons"] .btn input[type="radio"] {
    display: none;
}

#autoservice-preorder-time-selector table.table td {
    border-top: 0;
}

#autoservice-preorder-time-selector table.table tbody td:nth-child(even),
#autoservice-preorder-time-selector table.table thead th:nth-child(even) {
    background: #C6D1D5;
    border-left: 1px solid #C1CCD0;
    border-right: 1px solid #C1CCD0;
    border-bottom-color: #C1CCD0;
}

#autoservice-preorder-time-selector thead th {
    text-align: center;
}

#autoservice-preorder-time-selector thead th small {
    display: block;
    text-align: center;
}

#autoservice-preorder-time-selector label.button-grid:hover {
    background: #009E0A;
    border-color: #009E0A;
    color: #f9f9f9;
}

#autoservice-preorder-time-selector label.button-grid {
    padding: 10px;
    padding-left: 8px;
    position: relative;
    margin-bottom: 5px;
    border-radius: 0;
    width: 80px;
    display: inline-block;
    background: #00c851;
    border: none;
    border-top: 2px solid #009E0A;
    font-size: 13px;
}

#autoservice-preorder-time-selector label.btn.busy,
#autoservice-preorder-time-selector label.btn.disabled {
    font-weight: bold;
    cursor: default !important;
    background: #BF1D23;
    border-color: #BF1D23;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

#autoservice-preorder-time-selector label.btn.busy:hover {
    background: #BF1D23;
}

#autoservice-preorder-time-selector label.btn.expired {
    background: #eee;
    border: none;
    font-weight: normal;
    font-style: italic;
    color: #555;
    border-top: 2px solid #bbb;
}

#autoservice-preorder-time-selector .btn {
    font-size: 9px;
}

html .modal .form-control.oneline-input {
    padding-left: 0;
    padding-right: 0;
}

html body * textarea {
    resize: none;
}

#autoservice-popup-done, #autoservice-popup-edit {
    display: inline-block;
}

.row.pagination-results .text-right {
    font-size: 11px;
    vertical-align: bottom;
    height: 24px;
    line-height: 24px;
}

#head-spacer {
    margin-bottom: 15px;
}
#app-body .nav-tabs {
    display: flex;
}
#app-body .nav-tabs > li {
    display: flex;
}
#app-body .nav-tabs > li > a {
    color: #333;
    font-weight: 500;
    font-family: 'PT Sans Caption';
    border-color: #bec8cc;
    background: rgba(205, 209, 219, 0.5);
    font-size: 12px;
    transform: translateY(4px);
    transition: 250ms;
}

#app-body .nav-tabs > li > a:hover {
    background: #CDD7DB;
}

#app-body .nav-tabs > li.active > a,
#app-body .nav-tabs > li.active > a:focus,
#app-body .nav-tabs > li.active > a:hover {
    color: #333;
    font-weight: 500;
    font-family: 'PT Sans Caption';
    border-color: #bec8cc;
    background: #CDD7DB;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    font-size: 14px;
    transform: translateY(0);
}

#fast-search {
    /*width: 532px;*/
    padding-left: 15px;
}

#fast-search input[type=text] {
    width: 160px;
    display: inline-block;
    height: 42px;
    margin-top: 0;
    padding: 0 12px;
    background: transparent;
    font-size: 13px;
    /*color: #f9f9f9;*/
    color: #000;
    border-bottom-color: #908C8A;
    outline: none;
    box-shadow: none;
    opacity: 0.25;
    margin-right: 12px;
}

#fast-search input[type=text]#fs-article {
    background-color: #f0f4c3;
}

#fast-search input[type=text]#fs-search {
    background-color: #b2ebf2;
}

#fast-search input[type=text]#fs-fapi {
    background-color: #eaf2e5;
    margin-right: 0;
}

#fast-search input[type=text]#fs-isbn {
    background-color: #fdc9f1;
    margin-right: 0;
}

#fast-search input[type=text]:focus {
    border-bottom-color: #f9f9f9;
    opacity: 1
}

#fast-search input[type=text]:first-child {
    margin-right: 12px;
}

#fast-search input[type=text]::-webkit-input-placeholder {
    color: #908C8A;
    font-size: 12px;
}

#fast-search input[type=text]::-moz-placeholder {
    color: #908C8A;
    font-size: 12px;
}

#fast-search input[type=text]:-moz-placeholder {
    color: #908C8A;
    font-size: 12px;
}

#fast-search input[type=text]:-ms-input-placeholder {
    color: #908C8A;
    font-size: 12px;
}

.mark_comment_field {
    margin-top: 10px;
    font-size: 17px;
    color: crimson;
    display: block;
    text-transform: uppercase;
}

tr.rs-marked {
    background: rgba(205, 209, 219, 0.5);
    color: rgb(113, 116, 123) !important;
    font-style: italic;
}

.break-word {
    word-break: break-word;
}

#app-body #prepayment-orders-list .fa-is-debt {
    font-size: 17px;
    text-align: center;
    display: block
}

#app-body #prepayment-orders-list .prepayment-order-status {
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 3px 5px;
    width: 80px;
    border-radius: 3px;
    background: #95729B;
    color: #f9f9f9;
}

#app-body #prepayment-orders-list tr[data-status="default"] td {
    color: #4a148c;
    background-color: #e1bee7;
}
#app-body #prepayment-orders-list tr[data-status="default"] .prepayment-order-status {
    background: #95729B;
}

#app-body #prepayment-orders-list tr[data-status="assembled"] td {
    color: #0d47a1;
    background: #faf2cc;
}
#app-body #prepayment-orders-list tr[data-status="assembled"] .prepayment-order-status {
    background: #AEA680;
}

#app-body #prepayment-orders-list tr[data-status="done"] td {
    color: #1b5e20;
    background-color: #c8e6c9;
}

#app-body #prepayment-orders-list tr[data-status="done"] .prepayment-order-status {
    background: #7C9A7D;
}

#app-body #prepayment-orders-list tr[data-status="canceled"] td {
    background-color: #F8F8F8;
    color: #888;
    font-style: italic
}
#app-body #prepayment-orders-list tr[data-status="canceled"] .prepayment-order-status {
    background: #ACACAC;
    color: #888;
}


#app-body #prepayment-orders-list tr[data-status="new_from_bmsklad"] td {
    background-color: #e1f5fe;
    color: #01579b
}
#app-body #prepayment-orders-list tr[data-status="new_from_bmsklad"] .prepayment-order-status {
    background: #95A9B2;
    color: #f9f9f9;
}

#app-body aside#sidebar-left li[data-rel="orders-woc"] span.badge.badge-danger[data-rel="new_from_bmkslad"] {
    background: #039be5;
}

#app-body #prepayment-orders-list tr.order-comment[data-status] td {
    font-weight: 500;
    font-style: italic;
    color: #000;
    font-size: 16px;
}

#app-body #prepayment-orders-list tr.order-comment.order-comment-buh[data-status] td {
    color: #00695c;
}

#app-body #prepayment-orders-list tr.order-comment[data-status] td {
    border-top: 0;
}

#app-body #prepayment-orders-list .btn.btn-phone {
    background: #f9f9f9;
    line-height: 32px;
    height: 44px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -10px;
}

._show_only_when_collapse {
    display: none;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left {
    width: 60px;
    transition: 250ms;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left section[data-role="sidebar-content"] {
    width: 50px;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left section[data-role="sidebar-content"] li a b {
    display: none;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left section[data-role="sidebar-content"] li a i {
    text-align: center;
    margin-right: 0;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left section[data-role="sidebar-content"] ._hide_when_collapse {
    display: none;
}

html body #app-body aside#sidebar-left section[data-role="sidebar-content"] ._show_only_when_collapse {
    display: none;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left section[data-role="sidebar-content"] ._show_only_when_collapse {
    display: block;
}

html body.sidebar-left-collapsed #app-body aside#sidebar-left section[data-role="sidebar-content"] section[data-rel="seller"] {
    display: none;
}

html body.sidebar-left-collapsed #app-body main {
    margin-left: 49px;
}

html body.sidebar-left-collapsed #app-body main._with_right_sidebar {
    margin-right: 0;
}

html body.sidebar-left-collapsed aside#sidebar-right {
    background: rgba(230, 222, 203, 1);
    display: none;
}

html body.sidebar-left-collapsed aside#sidebar-right.active {
    display: block;
}

#fast-buttons a.fsb._show_only_when_collapse {
    display: none;
}

body.sidebar-left-collapsed #fast-buttons a.fsb._show_only_when_collapse {
    display: inline-block;
}

@media screen and (max-device-width: 1024px) {
    div#fast-search {
        display: block;
        width: auto;
    }

    div#fast-search input[type=text] {
        width: 120px;
    }

    div#product-search {
        display: none;
    }

    div#fast-buttons {
        width: auto;
    }
}

html body #app-body .product-list ul.dropdown-menu.seller_product-quantity-dm {
    margin-left: 70px;
    transform: translateX(-100%);
}

.text-bold {
    font-weight: 700 !important;
}

#customer-new-password {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

section[data-role="price-check"] {
    max-height: 300px;
    overflow-y: auto;
    margin-right: 0;
    overflow-x: hidden;
    font-size: 12px;
}

section[data-role="price-check"] div[data-role="header"] a {
    color: #0b0b0b;
    text-decoration: none;
}

section[data-role="price-check"] h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}

section[data-role="price-check_supplier-results"] {
    margin-bottom: 15px;
}

section[data-role="price-check_supplier-results"][data-collapse="true"] i.fa.fa-chevron-up {
    display: none;
}

section[data-role="price-check_supplier-results"][data-collapse="false"] i.fa.fa-chevron-down {
    display: none;
}

section[data-role="price-check_supplier-results"] div[data-role="table"] {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

section[data-role="price-check_supplier-results"][data-collapse="true"] div[data-role="table"] {
    display: none;
}

p.recomended_stock .badge.badge-success {
    background: darkgreen;
}

p.recomended_stock .badge.badge-danger {
    background: maroon;
}

#sidebar-right a.link-internal {
    color: #b2d7f7;
}

#sidebar-right a.link-internal:hover {
    color: #69c5f7;
}

section[data-role="return_stack_product"] {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

section[data-role="return_stack_product"]:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

ul.list-radio {
    margin-bottom: 0px;
    margin-left: 0px;
}

ul.list-radio li {
    padding: 0;
    margin-right: 15px;
}

ul.list-radio li label {
    cursor: pointer;
    padding: 10px 15px;
}

ul.list-radio li:last-child {
    margin-right: 0;
}

ul.list-radio li input:checked + span {
    font-weight: bold;
    text-decoration: underline;
}

#__debug {
    position: fixed;
    z-index: 1000000;
    bottom: 15px;
    right: 15px;
    background: #d4d4d4;
    color: #000;
    font-size: 13px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #0b0b0b;
}

#__debug ul {
    margin: 0;
}

html body header#app-header button.btn.btn-shop-switch {
    padding: 0;
    border: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
    margin-left: 10px;
    height: 42px;
    box-shadow: none;
    border: none;
    color: #fef6e3;
    text-transform: uppercase;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

html body header#app-header button.btn.btn-shop-switch span {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fef6e3;
}

html body header#app-header button.btn.btn-shop-switch i {
    margin: 0;
    text-align: center;
    line-height: 24px;
    transform: translateY(-2px);
    color: #fef6e3;
    display: inline-block;
    float: none;
}

html body header#app-header .switch-list {
    background: #474747;
    border-radius: 0;
    margin-top: 0;
    width: 216px;
}

html body header#app-header .switch-list li {
    margin-bottom: 5px;
}

html body header#app-header .switch-list li:last-child {
    margin-bottom: 0;
}

html body header#app-header .switch-list li a {
    color: #fef6e3;
    text-transform: uppercase;
    font-family: "PT Sans Caption", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 250ms;
    height: 40px;
    line-height: 32px;
}

html body header#app-header .switch-list li a:hover {
    background: inherit;
    color: #fff;
    font-weight: 700;
}

html body header#app-header .switch-list li a i {
    display: inline-block;
    margin: 0;
    transform: translate(5px, 0%);
    padding: 0;
    vertical-align: middle;
    line-height: 32px;
}

#app-body .warehouse-products {
    background: #BE0D4124;
}

#app-body .warehouse-products .product-list table thead tr th {
    background: #BE0D41;
    color: #fafafa;
}

.unsold-info {
    background: #fddddc;
    color: #710101;
    padding: 6px 12px;
    margin-top: 5px;
    width: auto;
    display: inline-block;
}

.unsold-info i.fas {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
}

a.internal-link {
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    text-decoration: none;
}
a.internal-link:hover {
    text-decoration: none;
}

#productHistoryModal section h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}
#productHistoryModal section h5 {
    margin-bottom: 5px;
}

#productHistoryModal .modal-body {
    max-height: 450px;
    overflow-y: auto;
}
#product-search {
    margin-left: 15px;
}
#product-search a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 11px;
    opacity: .75;
}
#product-search a:hover {
    opacity: 1;
}

.main-crossnumber {
    margin-top: 5px;
    border-radius: 2px;
    color: #000;
    font-style: italic;
    font-size: 13px;
}

.main-crossnumber:before {
    display: inline-block;
    content: 'Кросс: ';
}