:root {
    --mm-spn-item-height: 58px !important;
    --vh: 100vh;
}
html, body {
    background: #edf1f5;
    font-weight: 400;
}
body.stop-scrolling {
    overflow: hidden !important;
}
.panel {
    margin-bottom: 15px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.panel.noshadow {
    margin-bottom: 0;
    box-shadow: none;
}
.no-shadow{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.small-title{
    font-weight: 500;
    margin-bottom: 5px;
}
.panel-wrapper.in.collapse.in {
    font-size: 13px !important;
}
#side-menu ul > li > a.active {
    font-weight: 400 !important;
}
.new-login-register {
    position: static;
    height: 100%;
}
.new-login-register .lg-info-panel {
    top: 0;
    background: url('/public/custom/bg.jpg') no-repeat center center / cover !important
}
.new-login__wrapper{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}
.new-login__title{
    margin-bottom: 15px;
}
.new-login__social a{
    margin-right: 10px;
}
.new-login__social{
    display: flex;
}
.new-login__item{
    width: 50%;
}
.new-login-register .new-terms-box{
    margin-top: 5%;
    width: 580px;
}
@media only screen and (max-width: 576px){
    .new-login-register .new-terms-box{
        width: 90%;
        margin: 0 auto;
    }

    .new-login-register .new-terms-box ul{
        padding-left: 15px;
    }
}
@media only screen and (max-width: 576px){
    .new-login__wrapper{
        flex-direction: column;
    }
    .new-login__item{
        width: 100%;
        margin-bottom: 15px;
    }
}
.error-summary {
    color: #a94442;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}
.error-summary-no-header > p {
    display: none;
}
.error-summary-no-header > ul {
    padding-left: 15px;
}
.new-login-box .error-summary {
    font-size: 12px;
}
.form-horizontal .form-group {
    margin-bottom: 15px;
}
.form-group .help-block {
    margin-bottom: 0;
    font-size: 12px;
}
.new-login-register .new-login-box .new-lg-form label {
    font-size: 11px;
    /*text-transform: none;*/
}
input:-webkit-autofill{
    box-shadow:inset 0 0 0 1000px #fff;
}
small ol {
    margin-top: 10px;
    padding-left: 15px;
}
small ol li {
    margin-bottom: 10px;
}
.bs-none {
    box-shadow: none;
}
.btn-sm {
    opacity: 1;
    transition: unset;
}
.btn-sml {
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-left: 0 !important;
    width: 39px;
    padding: 8px 12px;
}
.btn-sml-wide {
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-left: 0 !important;
    width: auto;
    padding: 8px 12px;
}
.btn-outline {
    transition: all 0.2s;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-wait {
    cursor: wait;
}
.m-h-80 {
    min-height: 80px;
}
.w-c-m60 {
    width: calc(100% - 60px);
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-t-m10 {
    margin-top: -10px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-15 {
    padding: 15px;
}
.p-25 {
    padding: 25px;
}
.p-l-15 {
    padding-left: 15px !important;
}
.r-40 {
    right: 40px !important;
}
.js_loader {
    display: none;
}
.w100p {
    width: 100% !important;
}
.w50p {
    width: 50% !important;
}
.w500 {
    width: 500px;
}
.w150 {
    width: 150px;
}
.w170 {
    width: 170px;
}
.w180 {
    width: 180px;
}
.w185 {
    width: 185px;
}

.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.text-underline {
    text-decoration: underline;
}
.b-rad-3 {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}
.b-rad-none {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.b-none {
    border: 0 !important;
}
.display-table-cell {
    display: table-cell;
}
img.thumbs_list {
    background: #FFF;
    border: 1px solid #EDEDED;
    object-fit: contain;
}
.grid-view th {
    text-transform: uppercase;
}
.grid-view th a {
    color: #666666 !important;
}
.grid-view input,
.grid-view select,
input.form-control,
select.form-control,
textarea.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
}
textarea.form-control {
    width: 100% !important;
}
.form-control:focus {
    border-color: #adadad;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F6F6F6;
}
.form-control-measures {
    -webkit-appearance: auto !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 0 5px 0 5px;
    height: 30px;
    margin: 0 auto;
}
.filters-preloader {
    opacity: 0.5;
    pointer-events: none;
}
filters {

}
.filters-group {
    padding: 12px 15px 11px;
    border-color: rgba(120, 130, 140, 0.15);
    border-top: 1px solid rgba(120, 130, 140, 0.15);
}
.filters-group h5 {
    font-weight: 400;
    margin: 0;
}
.filters-group .checkbox {
    margin-bottom: 5px !important;
}
.filters-group .filter-remove {
    top: 3px;
    position: relative;
    margin-right: 3px;
}
.grid-view .filters {
    background-color: #f7fafc;
}
.manage-u-table .filters select {
    max-width: inherit;
}
.table-thead-header thead tr {
    background: #f8f8f8;
    border-top: 1px solid #e4e7ea;
}
.table-last-tr-bordered tr:last-child td {
    border-bottom: 1px solid #e4e7ea;
}
.table-mini.table > tbody > tr > td, .table-mini.table > tbody > tr > th, .table-mini.table > tfoot > tr > td, .table-mini.table > tfoot > tr > th, .table-mini.table > thead > tr > td, .table-mini.table > thead > tr > th {
    padding: 10px 8px;
}
.top-without-border.table > tbody > tr:first-child > td {
    border-top: none;
}
.label-swipe {
    font-weight: 400;
    font-size: 11px;
    padding: 2px 2px 1px;
    z-index: 2;
    position: absolute;
    right: 40px;
    opacity: 1;
    color: #1e88e5;
    background-color: #f8f8f8;
    margin-top: -27px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.pagination {
    margin: 10px 0 20px;
    padding: 0 20px;
}
.pagination > li > a, .pagination > li > span {
    color: #666666;
    border: 0;
    margin-left: 2px;
    padding: 6px 13px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1e88e5;
    border-color: #1e88e5;
}
.pagination .first a, .pagination .prev a, .pagination .next a, .pagination .last a {
    padding: 6px 10px;
}
.pagination .disabled {
    display: none;
}
.pagination i {
    font-size: inherit;
}
form div.required label:after {
    content:" * ";
    color:red;
}
.cart {
    /*width: 140px;*/
}
.cart-control {
    /*min-height: 51px;*/
}
.cart-control .btn-mid {
    padding: 3px 8px 2px;
    line-height: initial;
    height: 30px;
}
.cart-control .btn-mid i {
    font-size: 15px;
}
.cart-control .cart-contents {
    clear: both;
    font-size: 11px;
    text-align: left;
    padding: 5px 2px 0;
}
.cart-control .cart-contents .mdi {
    font-size: 17px;
    vertical-align: middle;
}
.cart-control .cart-contents .cart-item-remove {
    cursor: pointer;
}
.cart-control .cart-contents .cart-item-remove:hover {
    color: #1e88e5;
}
.cart-control .bootstrap-touchspin {
    width: 130px;
}
.cart-control-measures {
    display: inline-block;
}
.cart-control-measures .bootstrap-touchspin {
    width: 150px;
}
.cart-control input {
    display: block;
    padding: 5px 0;
    text-align: center;
    height: 30px;
}
.cart-control .input-group-btn .btn {
    padding: 4px 10px;
    margin: 0;
    width: 30px;
}
.cart-control .measure {
    text-align: center;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 38px;
}
.nav-tabs.wide-links a {
    padding-left: 25px;
    padding-right: 25px;
}
.panel.search {
    background: #f7fafc;
    margin-bottom: 1px;
    position: relative;
}
.panel.with-search-and-add {
    position: relative;
    z-index: 0;
}
.panel.search-and-add {
    margin-top: -14px;
    position: relative;
    background: #f7fafc;
    z-index: 1;
}
.panel.checkout-summary {
    padding: 20px;
    margin-top: -14px;
    z-index: 0;
    position: relative;
}
.order-footer {
    background: #fcfcfc;
    margin-top: -10px !important;
}
.checkout-summary .checkout-summary-info {
    font-size: 13px;
    font-weight: 400;
    padding-top: 4px;
}
.checkout-summary .checkout-summary-sum {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.checkout-form h5 {
    margin-bottom: -28px;
    margin-top: 20px;
}
.checkout-form h5 span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    padding-right: 5px;
}
.panel .panel-default-search {
    /*border-bottom: 1px solid rgba(120, 130, 140, 0.13);*/
    padding: 15px;
    font-weight: 300;
    overflow: visible;
}
.panel .panel-default-search .container {
    width: calc(100% - 90px);
    padding: 0;
}
.panel-contacts {
    padding: 15px 15px 5px;
}
.white-box-buttons-panel {
    position: absolute;
    right: 35px;
    top: 20px;
    z-index: 10;
}
.white-box-buttons-panel .btn-sm {
    min-width: 35px;
    padding: 10px 10px 11px;
}
.white-box-buttons-panel .btn-sm.fa.fa-close {
    font-size: 13px;
    padding-bottom: 10px;
}
.treeview .list-group {
    margin-bottom: 0;
}
.treeview .list-group-item {
    border-left: 0;
    border-right: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.panel .panel-heading a i {
    font-size: inherit;
    margin-left: inherit;
}
.btn-cart .label {
    margin-left: 4px;
    margin-right: -4px;
}
.right-sidebar {
    /*display: block !important;*/
    /*right: 0 !important;*/
}
.right-sidebar .r-panel-body {
    padding: 0;
    position: absolute;
    top: 60px;
    bottom: 117px;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.right-sidebar .rpanel-title {
    background: #4c5667 !important;
    padding: 19px 21px 17px;
    font-size: 17px;
}
.right-sidebar .rpanel-title span {
    font-size: 17px;
}
.right-sidebar .rpanel-title span:hover {
    color: #ddd;
}
blockquote.inform {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 3px solid #2cabe3 !important;
    padding: 12px 13px 10px;
    margin: 0;
    font-size: 14px;
}
blockquote.inform strong {
    font-weight: 500;
}
blockquote.inform-mini {
    border-left: 3px solid #2cabe3 !important;
    /*border: 1px solid rgba(120, 130, 140, 0.13);*/
    font-size: 13px;
}
blockquote.inform-danger {
    border-left: 3px solid #f44336 !important;
    background: #f5f5f5;
}
blockquote.inform-info {
    border-left: 3px solid #1e88e5 !important;
    background: #f7fafc;
}
.panel blockquote.single {
    border-right: none;
    border-bottom: none;
    border-top: none;
    background: inherit;
}
.cart-body {

}
.cart-summary {
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
    position: absolute;
    width: 100%;
}
.cart-summary .cart-summary-info {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    padding: 10px 10px 0px;
}
.cart-summary .cart-summary-sum {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 5px 10px;
}
.cart-list {

}
.cart-list li {
    padding: 5px 10px !important;
    border-right: 0;
    border-left: 0;
}
.cart-list li.cart_item_added,
tr.cart_item_added
{
    background: #dff0d8;
}
.cart-list li:hover {
    background-color: #f7fafc;
}
.cart-control .btn {
    transition: unset;
}
.cart-list .cart-control .btn {
    opacity: 0;
}
.cart-list li:hover .cart-control .btn {
    opacity: 0.8;
}
.cart-list .item-price {
    margin-top: -2px;
}
.catalog-tile {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.catalog-tile .empty,
.grid-view .empty {
    padding: 10px 0 0 20px;
}
.catalog-tile .panel {
    margin-bottom: 20px;
}
.catalog-item {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.catalog-item .photo {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.catalog-item .photo img {
    background: #FFF;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.catalog-item .code {
    margin-top: -30px;
    height: 30px;
    position: relative;
}
.catalog-item .code span {
    background: rgba(228, 231, 234, 0.8);
    padding: 5px 10px 4px;
    font-size: 13px;
    font-weight: 400;

    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: normal;
}
.catalog-item .name {
    font-size: 13px;
    height: 55px;
    margin-top: 5px;
    padding: 0 10px 0;
    overflow: hidden;
}
.catalog-item .price {
    padding: 10px;
}
.catalog-item .price mark {
    padding: .2em .5em;
}
.catalog-item .control {
    padding: 0 0 20px;
}
.catalog-item .control .cart-control  {
    margin: 0 auto;
    width: 155px;
    height: 45px;
}
.catalog-item .pagination {
    margin: 15px 0 10px;
}
.selectpicker-search-catalog{
    width: 172px;
}
.catalog-sort{
    margin-left: 10px;
}
.catalog-header{
    display: flex;
}
.catalog-header__group{
    margin-left: 10px;
}

@media (max-width: 767px) {
    .catalog-header{
        flex-direction: column;
    }
    .catalog-sort{
        margin-left: 0;
        margin-top: 10px;
    }
    .catalog-sort .input-group-addon{
        display: none;
    }
    .selectpicker-search-catalog{
        width: 100%;
    }
    .catalog-header__wrapper{
        /*flex-wrap: wrap;*/
    }
    .catalog-header__wrapper .typeahead__container{
        /*margin-bottom: 10px;*/
    }
    .catalog-header__group{
        margin-left: 0;
    }
    .catalog-header #sel_sort_order{
        display: flex;
        justify-content: flex-end;
        margin-top: -47px;
    }
    .tab-pane-remains {
        width: calc(100vw - 170px);
    }
}
.cart-control .amount-available {
    clear: both;
    padding-top: 7px;
    font-size: 12px;
    color: #f44336;
    text-align: left;
    /*width: 100px;*/
}
.bootstrap-select {
    width: 100% !important;
}
.btn-group .dropdown-toggle {
    border-radius: 0;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn-group.open .dropdown-menu.open {
    padding: 0;
}
.delivery-info-block {
    margin: 10px 0 10px 25px;
}
.delivery-info-block .form-group label {
    font-size: 12px;
}
.well.inform {
    margin: 5px 0 0;
    padding: 8px;
    box-shadow: none;
    font-size: 13px;
}
.typeahead__display strong {
    font-weight: 500;
}
.typeahead.form-control  {
    padding-right: 30px;
}
.order-view {
    padding: 0 !important;
}
.order-view .order-header {
    padding: 25px;
}
.order-view dt, .order-view .form-group label {
    font-weight: 500;
    color: #8d9ea7;
    font-size: 12px;
}
.order-view dd {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}
.list-with-brl-0 .list-group-item {
    border-right: 0;
    border-left: 0;
}
.list-group-item-heading {
    font-size: 15px;
}
.documents-list-group > div {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.documents-list-group > div:last-child {
    border-bottom: none;
}
.cart-items-list-group > div {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.cart-items-list-group > div:last-child {
    border-bottom: none;
}
.myadmin-dd li.not-active .dd-handle {
    background: #fafafa !important;
    color: #aaa;
}
.myadmin-dd li.not-active .dd-handle:hover {
    color: #aaa !important;
}
.myadmin-dd li:hover > .dd-handle {
    background: #edf6ff !important;
}
.period-input-group-addon {
    width: auto;
    vertical-align: middle;
    height: 38px;
    padding: 11px 12px;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0 !important;
}
.datepicker table tr td.today {
    /*color: #000;*/
    /*background-color: #ffdb99;*/
}
.header-btn i.fa, .header-btn i.mdi {
    line-height: 14px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .header-btn {

    }
}
@media (max-width: 480px) {
    .header-btn .btn .title {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1550px) {
    .catalog-item.col-lg-2 {
        width: 25%;
    }
}


/*========  group-column-2 - two columns on checkbox and full size label =============================*/

.group-column-2 label{
    display: block;
    width: 100%;
}
.group-column-2 .checkbox{
    display: inline-block;
    width: 48%;
    padding-right: 10px;
}

/*===================hide-large-screen====================*/

.hide-large-screen{
    display: none;
}
@media (max-width: 1281px) {
    .hide-large-screen{
        display: block;
    }
}

/*========================= cart-wrapper  ======================*/

.cart-goods .cart-image {
    display: inline-block;
    /*width: 49%;*/
    /*float: left;*/
    margin-bottom: 20px;
}
.cart-goods .cart-control {

}
.cart-image-big {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 2px;
}
.cart-image-big .bage__container {
    position: absolute;
    top: 10px;
    right: 10px;
}
.cart-image-big .bage__default {
    top: 0px;
    right: 0px;
    font-size: 14px;
    height: 22px;
    width: 49px;
    line-height: 1.7;
    position: initial;
    display: inline-block;
    margin-left: 5px;
}
.cart-image-big img {
    background: #FFF;
    border: 1px solid #EDEDED;
    height: 100%;
    top: 0;
    object-fit: contain;
    width: 100%;
    position: absolute;
}
.cart-image-small-item {
    width: 33%;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 2px;
}
.cart-image-small-item:nth-child(3n) {
    margin-right: 0;
}
.cart-image-small-item div {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.cart-image-small-item div img {
    background: #FFF;
    border: 1px solid #EDEDED;
    cursor: pointer;
    height: 100%;
    top: 0;
    object-fit: contain;
    width: 100%;
    position: absolute;
}
.cart-image-small-item .video_play {
    background: url('/public/images/play-icon.png') no-repeat center center / 30% !important;
    cursor: pointer;
    /*display: none;*/
    margin-top: -100%;
    opacity: 0.9;
    position: relative;
}
.cart-image-small-item .video_play:hover {
    opacity: 0.95;
}
.dl-good-details {
    margin-top: 20px;
    margin-bottom: 20px;
}
.dl-good-details dt {
    float: left;
    width: 130px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: inherit;
    white-space: nowrap;
}
.dl-good-details dd {
    margin-left: 150px;
    font-weight: 500;
    margin-bottom: 10px;
}

/*@media (max-width: 1281px){*/
/*.cart-goods .cart-image{*/
/*display: none;*/
/*}*/
/*.cart-goods .cart-control{*/
/*padding-left: 0;*/
/*margin-top: 10px;*/
/*margin-bottom: 25px;*/
/*}*/
/*}*/

/* bage label */

.bage__default{
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    width: 29px;
    height: 14px;
    text-align: center;
    border-radius: 0;
    position: absolute;
    right: 9px;
    top: calc(100% - 8px - 13px);
    line-height: 1.6;
    letter-spacing: 0.4px;
}
@media (max-width: 1199px) {
    .bage__default{
        right: 0;
        top: 10px;
    }
}
.bage-box{
    position: relative;
}
.bage-big .bage__container {
    position: absolute;
    top: 10px;
    right: 10px;
}
.bage-big .bage__default {
    top: 0px;
    right: 0px;
    font-size: 14px;
    height: 22px;
    width: 49px;
    line-height: 1.7;
    position: initial;
    display: inline-block;
    margin-left: 5px;
}
.bage-box__name .bage__default{
    position: relative;
    right: auto;
    top: -1px;
    display: inline-block;
}
.bage-box__name a{
    margin-right: 7px;
}
.bage__new{
    background-color: #349c06;
}
.bage__sale{
    background-color: #ee3f3c;
}
.bage__action{
    background-color: #ff8b03;
}
.input-group-addon-transparent{
    border: none;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    .mob-m-b-10 {
        margin-bottom: 10px !important;
    }
    .mob-m-b-15 {
        margin-bottom: 15px !important;
    }
    .mob-p-r-15 {
        padding-right: 15px !important;
    }
    .mob-p-l-15 {
        padding-left: 15px !important;
    }
    .mob-font-13 {
        font-size: 13px;
    }
    .d-sm-block {
        display: block;
    }
    .mob-p-l-0 {
        padding-left: 0 !important;
    }
}
input.ng-invalid.ng-touched{
    /*border-color: #a94442;*/
}
.form-material input.ng-invalid.ng-touched  {
    /*background-image: linear-gradient(#a94442, #a94442), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));*/
    /*background-color: transparent;*/
}
.has-error .form-control {
    border-color: #a94442;
}
.d-flex{
    display: flex;
}
.d-flex-column-end{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.modal-header .box-title {
    margin: 0px 0px 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
#side-menu ul > li > a.active {
    background: #f44336 !important;
    color: #ffffff !important;
    /*font-weight: 500;*/
}
.main-catalog-groups {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 20px;
}
.main-catalog-groups-items {
    padding: 0 10px 20px;
}
.main-catalog-groups-items .item {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e4e7ea;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    display: block;
    padding: 5px;
    height: 72px;
    overflow: hidden;
}
.main-catalog-groups-items .item:hover {
    /*background: rgba(0, 0, 0, 0.01);*/
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.main-catalog-groups-items img.thumbs_list {
    border: 0px;
}
.main-catalog-groups-footer {
    border: none;
    padding-top: 0 !important;
    text-align: center;
}
.table-mini .pagination {
    margin: 0px 0 10px;
}
.news-title {
    line-height: inherit;
    margin: 5px 0 5px;
    color: #337ab7;
    font-weight: 400;
}
.news-image {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.news-image img {
    background: #F9F9F9;
    object-fit: contain;
    object-position: top;
    position: absolute;
    top: 0;
    width: 100%;
}
.table-responsive-md {
    overflow: inherit;
}
.table-report-mobile {
    font-size: 12px;
}
.table-responsive > .table-report-mobile > tbody > tr > td,
.table-responsive > .table-report-mobile > tbody > tr > th,
.table-responsive > .table-report-mobile > tfoot > tr > td,
.table-responsive > .table-report-mobile > tfoot > tr > th,
.table-responsive > .table-report-mobile > thead > tr > td,
.table-responsive > .table-report-mobile > thead > tr > th {
    white-space: normal;
}
@media screen and (max-width: 1199px) {
    .table-responsive-md {
        overflow-y: hidden;
        overflow-x: auto;
    }
}
.tabel-receivables {
    table-layout: fixed;
}
.tabel-receivables td {
    padding: 8px !important;
}
.tabel-receivables thead td {
    font-weight: 500;
}
.tabel-receivables thead td:first-child {
    width: 350px;
}
.tabel-receivables thead tr {
    background-color: #f7fafc;
}
.tabel-receivables .td-style {
    vertical-align: middle;
    text-align: center;
}
.tabel-receivables tbody td:not(:first-child) {
    text-align: right;
}
.daterangepicker {
    z-index: 1000 !important;
}
.btn-group.specifications-links .btn {
    padding: 2px 8px !important;
}
button.modal-close {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e7ea;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal-fullscreen {

}
.modal-fullscreen .modal-dialog {
    margin: 0;
}
.modal-fullscreen .modal-content {
    border: 0;
}
.modal-fullscreen .white-box {
    box-shadow: none;
    margin-bottom: 0;
    min-height: 100vh;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    margin-left: 10px !important;
    display: block !important;
    border: 0px solid black !important;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    right: 10px !important;
    display: block !important;
    border:0px solid black !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1e88e5 !important;
}
.owl-prev i, .owl-next i {transform : scale(3,4); color: #ccc;}
.owl-prev i:hover, .owl-next i:hover {color: #869791;}

/* bootstrap-select */
.bootstrap-select .dropdown-menu {
    display: none;
}
.bootstrap-select.open .dropdown-menu {
    display: block;
}

.mobile-menu {
    background: #fff;
    bottom: -1px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    /*border-top: 2px solid #e6e9ec;*/
    display: none;
    height: 60px;
    height: calc(env(safe-area-inset-bottom) + 60px);
    font-size: 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.mobile-menu > div {
    padding: 0 2%;
}
.mobile-menu .menu-item {
    text-align: center;
    padding: 9px 0;
}
.mobile-menu .menu-item a {
    color: #313131;
}
.mobile-menu .menu-item a .fa-fw {
    text-align: center !important;
}
.mobile-menu .menu-item a .label {
    background: #1e88e5;
    /*background: red;*/
    font-size: 8px;
    margin: -5px;
    line-height: 15px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 15px;
}
.mobile-menu .menu-item a .menu-item-text {
    display: block;
    font-size: 11px;
}
/*@supports (-webkit-touch-callout: none) {*/
/*    !* CSS specific to iOS devices *!*/
/*}*/

/*@supports not (-webkit-touch-callout: none) {*/
/*    !* CSS for other than iOS devices *!*/
/*}*/


.mobile-left-bar {
    padding: 0;
}
.mobile-left-bar .bar-header {
    padding: 5px 20px;
    height: 60px;;
    border-bottom: 1px solid rgba(120, 130, 140, 0.15);
}
.mobile-left-bar .bar-header h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    text-transform: uppercase;
}
.mobile-left-bar .container {
    padding: 0 15px 15px;
    overflow-y: auto;
    height: calc(100vh - 60px);
    height: calc(var(--vh, 100vh) - 60px);
    width: 100%;
}
.mobile-left-bar .container .filters-group:first-child {
    border: none;
}
.mobile-left-bar .container .filters-group {
    padding: 18px 10px 17px;
}

.floating-buttons {
    bottom: 80px;
    bottom: calc(env(safe-area-inset-bottom) + 80px);
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.85;
    position: fixed;
    z-index: 1000;
}
.floating-buttons a .label {
    background: #1e88e5;
    font-size: 8px;
    line-height: 15px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 15px;
    top: 5px;
    right: 5px;
}

.mobile-menu-box {
    position: fixed;
    top: 0;
    z-index: 1001;
    background: #fff;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}
.mobile-menu-box #side-menu .logo {
    padding: 0 5px 0 15px;
    background: #2f323e;
    line-height: 59px;
    height: 60px;
}
.mobile-menu-box #side-menu .close-menu {
    cursor: pointer;
    font-size: 17px;
    padding: 0 10px;
    float: right;
}
.mobile-menu-box #side-menu .close-menu i {
    vertical-align: middle;
}
.mobile-menu-box #side-menu .dw-user-box {
    padding: 10px 20px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mobile-menu-box #side-menu {
    padding-top: 0;
    padding-bottom: 60px;
}
.mobile-menu-box #side-menu li a {
    width: auto;
}
.mobile-menu-box #side-menu li a i {
    width: 20px;
    text-align: center!important;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    margin-right: 7px;
    font-size: 21px;
    vertical-align: middle;
}

.mm-spn.mm-spn--navbar:before {
    margin-top: 6px !important;
}
.mm-spn.mm-spn--navbar:after {
    opacity: 1 !important;
    text-align: left !important;
    height: auto !important;
    line-height: 22px !important;
    margin-top: 18px !important;
    padding-top: 5px !important;
    color: #313131;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.mm-ocd--left .mm-ocd__content {
    left: -100% !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: all 0.3s ease !important;
}
.mm-ocd--open .mm-ocd__content {
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: all 0.3s ease !important;
}
/*.mm-ocd {*/
/*    visibility: hidden;*/
/*    bottom: 0 !important;*/
/*    transition: none !important;*/
/*}*/
/*.mm-ocd--open {*/
/*    visibility: visible;*/
/*    transition: none !important;*/
/*}*/



/*.mm-ocd--left .mm-ocd__content {*/
/*    left: -100% !important;*/
/*    -webkit-transform: none !important;*/
/*    transform: none !important;*/
/*    transition: all 0.3s ease !important;*/
/*}*/
/*.mm-ocd--open .mm-ocd__content {*/
/*    -webkit-transform: none !important;*/
/*    transform: none !important;*/
/*    left: 0 !important;*/
/*}*/

@media screen and (max-width: 1441px) {
    .tabel-receivables thead td:first-child {
        width: 300px;
    }
}
@media screen and (max-width: 1367px) {
    .tabel-receivables {
        font-size: 13px;
    }
    .tabel-receivables thead td{
        line-height: 1.3 !important;
    }
}
@media screen and (max-width: 1281px) {
    .tabel-receivables {
        font-size: 12px;
    }
}
@media screen and (max-width: 1199px) {
    .tabel-receivables {
        table-layout: inherit;
    }
    .tabel-receivables td {
        width: 200px;
    }
}
.mobile_tile.catalog-item .code {
    position: relative;
    margin-top: 0;
}
.mobile_tile.catalog-item .code span {
    background: rgba(228, 231, 234, 0.8);
    padding: 3px 7px 2px;
    font-size: 10px;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: normal;
}
.mobile_tile.catalog-item .code .bage__default {
    top: 0px;
    right: 0px;
    font-size: 14px;
    height: 16px;
    width: 35px;
    line-height: 1.7;
    position: initial;
    display: inline-block;
    font-size: 10px;
    padding: 0;
    margin: 0 5px 0 0 !important;
}
.mobile_tile.catalog-item .code .bage__action {
    background-color: #ff8b03;
}
.mobile_tile.catalog-item .code .bage__new {
    background-color: #349c06;
}
.mobile_tile.catalog-item .code .bage__sale {
    background-color: #ee3f3c;
}
.mobile_tile.catalog-item .name {
    padding: 0;
    margin: 0;
}
.mmenu {
    display: block;
    padding: 0;
    margin: -1px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 24px;
}
.mmenu li {
    position: relative;
    background: inherit;
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mmenu li:after {
    content: "";
    display: block;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: .15;
}
ul.mmenu li a {
    background: inherit;
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
    display: block;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group.kiso .dropdown-menu {
    min-width: 50%;
}
.kv-table-header {
    background: none;
}
.table > tbody > tr.kv-expand-detail-row > td {
    padding: 5px 5px 0;
}
.label.new-messages-label {
    font-size: 10px;
    margin-top: -7px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 20px;
    margin-left: 5px;
}
.table-cell {
    display: table-cell;
}

.kv-expand-header-cell {
    font-size: inherit;
}
.language_box {
    position: absolute;
    top: 10px;
    right: 20px;
}
.language_box a {
    margin: 0 0 0 5px;
}
