/* Menu and layout */

/*
Tutorial Name: Off Canvas Sliding Navigation
Author: Samuel Dalusung
*/

/* CONTAINERS
-------------------------------------------------*/

#container {
    width: 100%;
    height: calc(100%);
    position: relative;
}


#canvas {
    width: 100%;
    height: 100%;
    min-height: 55rem;
    padding: 0;
    position: relative;

    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);

    -webkit-transition:.5s ease all;
    -moz-transition:.5s ease all;
    -o-transition:.5s ease all;
    transition:.5s ease all;
}

#canvas #nav,
#canvas #nav .lefttopblueblick
{
    border-top-left-radius: 2rem;
}

.lqfilters-outer-block,
#canvas #nav
{
    border-bottom-left-radius: 2rem;
}
.show-all-container
{
    gap: .5rem;
}
.show-all-container span i
{
    color: #337AB7;
}
.toggle-page-top
{
    border-top-right-radius: 2rem;
}

#container:not(.display-nav) .toggle-page-top
{
    border-top-left-radius: 2rem;
}

#container:not(.display-nav) .pages-spliter
{
    justify-content: center !important;
}

.sticky-top
{
    position: relative;
}

#nav {
    width: 300px;
    height: 100%;
    background: #ebf3ff;
    position: absolute;
    left: -300px;
    top: 0;

    -webkit-transition:.5s ease all;
    -moz-transition:.5s ease all;
    -o-transition:.5s ease all;
    transition:.5s ease all;

    /* By default, rotate the menu 90deg inwards */
    -webkit-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    -ms-transform:rotateY(-90deg);
    -o-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
}

#container.display-nav #canvas {
    -webkit-transform:translateX(300px);
    -moz-transform:translateX(300px);
    -ms-transform:translateX(300px);
    -o-transform:translateX(300px);
    transform:translateX(300px);
}

/* transition the menu with perspective on "show-nav" */
#container.display-nav #nav {
    z-index: 999;
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%;

    -ms-transform:perspective(600px) rotateY(0deg);
    transform:perspective(600px) rotateY(0deg);

}

.gccat-bottom-copyright
{
    font-size: 0.8rem;
    color: #bdbdbd;
    text-align: center;
    padding-top: 0.3rem;
}

.gccat-bottom-copyright a
{
    color: #a0a0a0 !important;
}


/* UTILITIES
-------------------------------------------------*/

.gccat-heading
{
    margin-bottom: 2rem;
}

.gccat-cell
{
    padding-bottom: 2.5rem;
}

.gccat-bottomdisclaimer
{
    padding-bottom: 2rem;
}

.gccat-bottomdisclaimer p
{
    margin: 0;
}

#bars{
    font-size: 34px;
    position: relative;
    /* top: 17px;
    left: 20px; */
    color: #337ab7;
}

#bars:hover{
    color: #5CA1DC
}

#lvm-title {
    margin: 0;
    padding: 15px 10px 15px 15px;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em;
    font-family: 'Raleway', Arial;
}


.border{
    border-top: 1px solid rgba(0,0,0,0.2);

}

a.back {
    color: #38935f;
    width: 200px;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 10px auto 0 auto;
    border: 2px solid #38935f;
    padding: 10px;

}

a.back:hover{
    color: #48b978;

    border: 2px solid #48b978;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

/* TOGGLE NAV
-------------------------------------------------*/

span.menu-icons
{
    float: left;
    margin: 11px 0px 10px 15px;
    color: #fff;
}

.page-lister-toolbar
{
    width: 100%;
    max-height: 5rem;
}

.page-lister-toolbar .pages-spliter .btn
{
    cursor: pointer;
}

span.the-btn
{
    float: right;
    font-size: 20px;
    height: 30px;
    width: 43px;
    margin-top: 10px;
    margin-right: 8px;
    padding:0;
    color: #fff;
}

.vmcontainercorrection
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Parent main blocks styles */

.lefttopblueblick a
{
    color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
}

.lqfilters-outer-block
{
    background: #ebf3ff;
    height: 100%;
    width: 100%;
    padding: 2px 10px 10px 10px;
    height: calc(100% - 82px);
    position: relative;
}

.lqfilters-outer-block span.select2
{
    width: 100% !important;
}

.gccat-loading-wait-loader
{
    color: #2a80ca;
    font-size: 2rem;
}

.lefttopblueblick
{
    height: 82px;
    background: #2a80ca;

    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.fw
{
    width: 100% !important;
}

.fh
{
    height: 100% !important;
}

.idw
{
    max-width: 100%;
    max-height: 100%;
}

.lq-label
{
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

.col-fixed-300
{
    width:240px;
    position: fixed;
    height:100%;
}

.col-offset-300
{
    padding-left:300px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]
{
    background-color: #C9E4FF !important;
    font-weight: bold !important;
}

html, body
{
    height: 100%;
}

.select2-container--bootstrap .select2-results__group
{
    background: #969696 !important;
    color: #fff !important;
    font-weight: bold;
}

.toggle-page-top
{
    background: #F5F5F5;
    height: 82px;
}

#bars
{
    top: 14px;
    left: 28px;
}

#liquidsResultset
{
    height: 100%;
    position: relative;
    overflow-y: hidden;
    padding-top: 10px;
    padding-left: 20px;
    min-height: 45rem;
}

#gccat-electrics #liquidsResultset
{
    min-height: 60rem;
}

.container-fluid
{
    height: calc(100% - 82px);
}

.center {
    text-align: center;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    display: none !important;
}

.select2-container--bootstrap .select2-selection__clear {
    font-weight: 900 !important;
    font-size: 26px !important;
    margin-right: 6px !important;
    line-height: 17px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Hack FOR IE10,11 */
    .select2-container--bootstrap .select2-selection__clear {
        position: relative;
        top: 3px;
    }
    .select2-dropdown--below .select2-search--dropdown {
        height: 22px !important;
        position: relative;
        z-index: 50000;
    }
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 !important;
    font-weight: 900 !important;
    margin-left: -7px !important;
}

.select2-dropdown--below .select2-search--dropdown {
    background: #D3E4F7;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #92A2D2 !important;
}

/*
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear { margin-top: -4px !important; }
*/

.btn-makesearch {
    border: 1px solid #337ab7;
    color: #337ab7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    line-height: 24px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none !important;
    white-space: nowrap;
}

.btn-makesearch i {
    font-size: 1rem;
    position: relative;
    top: -0.12rem;
}

.btn-extrasmall-search {
    border: 1px solid #337ab7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pages-spliter {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0px !important;
}

.btn-jumpfromleft {
    font-weight: bold;
}

.btn-jumpfromright {
    font-weight: bold;
}

.cats-ajax-loader
{
    position: absolute;
    background: #ebf3ff;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color: #1a6ebd;
    padding: 2rem;
    border-radius: 2rem;
    top: calc(50% - 77px);
    left: calc(50% - 77px);
}

/* -------------------------- */
/* Liquids common Cell styles */
/* -------------------------- */

.lqcontent-loader {
    padding-top: 10px;
}

.lqcontent-error {
    padding-top: 10px;
    font-weight: bold;
    color: red;
}

.btn-default {
    border: 1px solid #A2A2A2;
}

.select2-container--bootstrap .select2-selection {
    border: 1px solid #A2A2A2 !important;
}

.select2-container--bootstrap, .btn-default {
    box-shadow: 0px 1px 2px #D0D0D0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* PARENT LQ CONTAINERS */

.lqcell {
    text-align: center;
    width: 400px;
    height: 180px;
    float: left;
    position: relative;
    margin: 10px 10px 10px 0px;
    z-index: 1;
}

.lqcell > div {
    padding: 10px;
}

.lq-im-ou {
    padding-bottom: 5px;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    float: left;
}

.lq-if-ou {
    text-align: left;
    width: 220px;
    height: 175px;
    position: relative;
    overflow: hidden;
}

.lq-if-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0 -13px 10px #fff inset;
}

#container.display-nav .lqcell
{
    width: 360px;
}

#container.display-nav .lq-if-ou
{
    width: 190px;
}

#container.display-nav .lqcell:hover .lq-if-ou
{
    width: 185px;
}

/* HOVER EVENT */

.lqcell:hover > div {
    height: auto;
    min-height: 180px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    z-index: 2;
    border: 1px solid #ccc;
    position: relative;
    top: -1px;
    left: -1px;
    border: 1px solid #79AFDE;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.lqcell:hover {
    z-index: 2;
}

.lqcell:hover .lq-if-ou {
    height: auto;
}

.lqcell:hover .lq-if-end {
    display: none;
}

/* CHILD LQ CONTAINERS */

.lqcell img {

}

.lqcell h1, .lqcell h2, .lqcell h3, .lqcell h4, .lqcell h5, .lqcell h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #337ab7;
}

.h4, h4 {
    font-size: 20px;
    line-height: 29px;
}

.sppt {
    font-weight: bold;
}

.lqspc, .lqprms {
    padding-top: 6px;
    font-size: 13px;
}

.lqsph {
    color: #3F81BB;
}

.ticn {
    font-size: 0.8em;
}

.bottom-copyright {
    color: #333;
    padding: 0px 10px 15px 0px;
    font-size: 12px;
}

.bottom-copyright a {
    color: #333;
}

/* --------------------------- */
/* ~Liquids common Cell styles */
/* --------------------------- */


/* Help info page */

.help-container {
    padding-right: 10px;
}

.help-container h2, .help-container h3 {
    text-align: left !important;
    margin-top: 5px;
    font-family: Arial;
    color: #337ab7;
}

.help-container h3 {
    margin-top: 10px;
}

.linebreak {
    height: 5px;
    line-height: 1px;
}

.help-container ul {
    padding-left: 15px;
}

.corporate-logo {
    display: block;
    padding-right: 10px;
    height: 100%;
    text-align: right;
    position: relative;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 300px;
}

.pl-fh, .pr-fh {
    height: 100%;
}

.va-middle-outer {
    display: table;
    height: 100%;
}

.va-middle-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle !important;
}

.clogoheight {
    height: 50px;
}

#adlo {
    font-size: 12px;
}

.btn-add-new-card {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #0a9031;
}

.is-admin-logged-label {
    color: red;
    font-size: 26px;
    padding: 23px 50px;
}

/*Specification hint*/
.hint-cursor-default {
    cursor:pointer;
}


/* Image zoomer */

.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

#zoomImageModal img {
    max-width: 600px;
}

div[data-role='item-image'] img {
    cursor: pointer;
}

/* ~Image zoomer */

/* HintModal */
#descriptionHintModal {
    width: 50rem;
    max-width: 50rem !important;
}

.modal-sm {
    margin: auto;
}
/* ~HintModal */

/* Maintenance catalogue */

.maintenance-catalogue .va-middle-outer {
    display: table;
    height: 100%;
}

.maintenance-catalogue .va-middle-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle !important;
}

/* Хлебные крошки */
.maintenance-catalogue .bread-crumbs {
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

/* Список брендов */


.maintenance-catalogue.brands-list .brand-link {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    white-space: nowrap;
}

.maintenance-catalogue.brands-list .brand-link::first-letter {
    color: red;
    font-weight: bold;
}

/* Элемент списка модификаций */
.maintenance-catalogue .modifications-list-item {
    padding: 10px 0 10px 0;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
    cursor: pointer;
}

.maintenance-catalogue .modifications-list-item:not(:last-child) {
    border-bottom: 1px solid #DDD;
}

.maintenance-catalogue .modifications-list-item:hover {
    background: #ebf3ff;
}

.maintenance-catalogue .modifications-list-item .img-cell {
}

.maintenance-catalogue .modification-name {
    color: #337ab7;
}

.maintenance-catalogue .modification-name:first-letter {
    color: red;
    font-weight: bold;
}

/* Список моделей */
.maintenance-catalogue .vehicles-list {
    margin-bottom: 0;
}

.maintenance-catalogue .vehicles-list tr td:first-child, .vehicles-list tr th:first-child,
.maintenance-catalogue .details-list tr td:first-child, .details-list tr th:first-child {
    padding-left: 15px;
}

.maintenance-catalogue .vehicles-list tr[data-role="vehicle-invariant-row"] {
    cursor: pointer;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.maintenance-catalogue .vehicles-list tr[data-role="vehicle-invariant-row"]:hover {
    background: #ebf3ff;
}

.maintenance-catalogue .selected-vehicle-info {
    padding: 10px 0 10px 0;
}

/* Список запчастей для ТО */

.maintenance-catalogue .item-evaluate-btn-outer {
    padding: 6px;
}

.maintenance-catalogue .btn-shopping-cart {
    background: transparent;
    border: 1px solid #337ab7;
    color: #337ab7;
    font-size: 16px;
    padding: 0 4px 0 4px;
}
.maintenance-catalogue .btn-shopping-cart:hover {
    background: #337ab7;
    color: #ffffff;
}
.maintenance-catalogue .ticn {
    font-size: 0.8em;
}

.maintenance-catalogue .item-quantity-multiplicator {
    text-align: center;
}

.maintenance-catalogue .item-quantity-multiplicator-label {
    color: #ccc;
    font-size: 13px;
}

.maintenance-catalogue .details-list {
    margin-bottom: 0;
}

.maintenance-catalogue .details-list-row {
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.maintenance-catalogue .details-list-row:hover {
    background: #ebf3ff !important;
}

.maintenance-catalogue .xs-description-after-name {
    margin-top: 5px;
    color: #828282;
}

/* Подвал */
.maintenance-catalogue .cat-footer {
    border-top: 1px solid #aeaeae;
    padding-top: 20px;
}

.maintenance-catalogue .copyright {

    color: #333;
    padding: 0px 10px 15px 20px;
    font-size: 12px;
}

/* Прелоадер загрузчик */


.maintenance-catalogue .preLoaderMask
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ebf3ff;
    opacity: 0.7;
}

.maintenance-catalogue .preLoaderMask .preLoaderContent
{
    display: table;
    width: 100%;
    height: 100%;
}

.maintenance-catalogue .preLoaderMask .preLoaderContent .preLoader
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 90px;
    color: #337AB7;
}

/* Элементы редактирования */
.maintenance-catalogue .item-edit-controls {
    display: none;
}
.maintenance-catalogue .content-editable-allowed .btn.item-edit-controls {
    display: inline-block;
}

/* \Элементы редактирования */
.maintenance-catalogue .unpublished {
    opacity: 0.5;
}

.maintenance-catalogue .add-some-data-btn-cell {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.maintenance-catalogue .is-admin-logged-label {
    color: red;
    font-size: 26px;
}

.maintenance-catalogue .is-admin-logged-label i.glyphicon {
    position: relative;
    top: 3px;
}

/* Новая стилизация каталога ТО (нативная версия) */

.maintenance-catalogue .gccat-cell
{
    padding-bottom: 1rem
}

.maintenance-catalogue.modifications-list .modification-card
{
    text-decoration: none !important;
    font-size: 1.2rem;
    text-align: center;
}

.maintenance-catalogue.modifications-list .modification-card span
{
    display: block;
    text-align: center;
}

.maintenance-catalogue.modifications-list .modification-card .card-itself
{
    padding: 1.5rem 0.3rem 1.5rem 0.3rem;
    margin: 0.3rem;
    border-radius: 0.5rem;
    border: 1px solid #ffffff;

    -webkit-transition: background 200ms ease, border 100ms ease-out, box-shadow 0.3s ease;
    -moz-transition: background 200ms ease, border 100ms ease-out, box-shadow 0.3s ease;
    -o-transition: background 200ms ease, border 100ms ease-out, box-shadow 0.3s ease;
    transition: background 200ms ease, border 100ms ease-out, box-shadow 0.3s ease;
}

.maintenance-catalogue.modifications-list .modification-card:hover .card-itself
{
    border: 1px solid #deeeff;
    box-shadow: 0px 3px 8px #b1b1b1;
}

.maintenance-catalogue.modifications-list .modification-card .card-itself .automobile-brand
{
    color: #656565;
}

.maintenance-catalogue.modifications-list .modification-card .card-itself .modification-prod-years
{
    font-size: 1rem;
    color: #656565;
    margin-top: 0.15rem;
}

.maintenance-catalogue.vehicles-list .vehicles-variations-table
{
    margin-bottom: 2rem;
}

.vehicle-parts-heading-h1
{
    margin-bottom: 0.5rem;
}

.gccat-maintenance-vehicledisclaimer
{
    font-size: 1.2rem;
    text-align: center;
    color: #2b76b6;
}

.maintenance-parts-list-bottom-disclaimer
{
    text-align: center;
    padding-bottom: 1.5rem;
}

.maintenance-parts-list-bottom-disclaimer p
{
    margin-bottom: 0;
}

.vehicle-parts-table
{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.quantity-multiplicator
{
    color: #a0a0a0;
    font-size: 0.8rem;
}

.vehicleparts-page .modification-image, .vehicles-page .modification-image
{
    padding-top: 1rem;
}

.item-has-description-icon
{
    cursor: help;
    color: #3d94de;
}


/* Wipers */

.wiperscatalogue .bread-crumbs {
    display: flex;
    align-items: center;
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
}

.wiperscatalogue .brand-item,
.wiperscatalogue .model-item {
    padding: 15px 0 5px;
    font-size: 1.2rem;
    color: #337ab7;
}

.wiperscatalogue .model-item,
.wiperscatalogue .brand-item .name {
    cursor: pointer;
}

.wiperscatalogue .model-name {
    font-size: 1.2rem;
}

.wiperscatalogue .brand-item .name,
.wiperscatalogue .model-item .name {
    color: #0275d8;
}

.wiperscatalogue .brand-item .name::first-letter,
.wiperscatalogue .model-item .name::first-letter,
.wiperscatalogue .model-name::first-letter {
    color: #ef5858;
    font-weight: bold;
}

.wiperscatalogue .brand-item .name:hover,
.wiperscatalogue .model-item:hover .name {
    text-decoration: underline;
}

.wiperscatalogue #ResultPanel {
    display: flex;
    /*padding-bottom: 20px;*/
    flex-wrap: wrap;
    align-items: baseline;
    overflow: hidden;
}

.wiperscatalogue #ItemList {
    width: 100%;
    opacity: 0;
}

.wiperscatalogue .pagination-row {
    margin: 30px 0 20px;
}

.wiperscatalogue .modification-item {
    padding-top: 15px;
    padding-bottom: 1rem;
    border-radius: 1.5rem;
}

.wiperscatalogue .automobile-primary-naming-info {
    padding-top: 1rem;
}

.wiperscatalogue .item:not(:last-child) {
    border-bottom: 1px solid #cfcfcf;
}

.wiperscatalogue .modification-item.active {
    border: none;
}

.wiperscatalogue .two-quantifyed-cell
{
    white-space: nowrap;
}

.wiperscatalogue .btn-makesearch i
{
    top: auto;
    position: inherit;
}

.wiperscatalogue .two-quantifyed-cell .quantifyer
{
    margin-right: 0.5rem;
}

.wiperscatalogue .two-quantifyed-cell > span,
.wiperscatalogue .two-quantifyed-cell > a
{
    display: inline-block;
}

.wiperscatalogue .modification-item:not(.active) .brand-name a {
    display: none;
}

.wiperscatalogue .modification-item.active .brand-name a {
    display: inline;
    margin-left: 15px;
}

.wiperscatalogue .modification-item:not(.active):hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.wiperscatalogue .modification-item .image {
    height: 80px;
    background: center/contain no-repeat;
    overflow: hidden;
}

.wiperscatalogue .modification-item .image img {
    width: 100%;
}

.wiperscatalogue .modification-border:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.wiperscatalogue .modification-item .info {
    line-height: 1.8;
    display: none;
}

.wiperscatalogue .modification-item.active .info,
.wiperscatalogue .item .info > span {
    display: block;
}

.wiperscatalogue .modification-item.active .info
{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.wiperscatalogue .info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wiperscatalogue .info-block span {
    font-size: 1.6rem;
    color: gray;
}

.wiperscatalogue .item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.wiperscatalogue .item:hover {
    background-color: #edf2f8;
}

.wiperscatalogue .white-background {
    padding: 5px;
    background-color: white;
    border-radius: 1rem;
}

.wiperscatalogue .item .image {
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wiperscatalogue .item .name {
    font-size: 1.1rem;
}

.wiperscatalogue .item .name > span {
    font-size: 1.1rem;
    color: #8a5c0e;
}

.wiperscatalogue.wiperscatalogue .item .manufacturer {
    font-weight: bold;
}

.wiperscatalogue .item .info {
    color: gray;
}

.wiperscatalogue .item:hover .info {
    color: #444;
}

.wiperscatalogue .item-line {
    font-size: 1.4rem;
    line-height: 2;
    background-color: #eeeeee;
    border-bottom: #337ab7 solid 3px;
}

.wiperscatalogue .info .helper,
.wiperscatalogue .connector-type .helper {
    cursor: pointer;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    color: #337ab7;
    border: #337ab7 solid 1px;
    border-radius: 2rem;
    align-items: center;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    justify-content: center;
    font-size: 0.8rem;
}

.wiperscatalogue .info .helper:hover,
.wiperscatalogue .connector-type .helper:hover,
.wiperscatalogue .info .helper:focus,
.wiperscatalogue .connector-type .helper:focus {
    color: white;
    background-color: #337ab7;
    border: #337ab7 solid 1px;
    outline: none;
}

.popover {
    width: 200px;
    height: 220px;
}

.popover  {
    text-align: center;
}

.popover img {
    height: 150px;
}


.wiperscatalogue #ConnectorTypeHelper .modal-body span {
    display: block;
    margin-bottom: 1.6rem;
}

.wiperscatalogue .flex-wrap-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wiperscatalogue .partcode-col {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.wiperscatalogue .partcode-col .btn-makesearch {
    font-size: 16px;
    padding: 0 4px 0 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wiperscatalogue .flex-center {
    display: flex;
    align-items: center;
}



.wiperscatalogue #CardDescription {
    max-width: 600px;
    font-size: 1.5rem;
}

.wiperscatalogue .mini-margin {
    margin: 0 10px;
}

.wiperscatalogue #CardName {
    display: block;
    margin-bottom: 7px;
    font-size: 1.8rem;
}

.wiperscatalogue #CardDescription {
    margin: 30px 0;
}

.wiperscatalogue #ItemCard .modal-info {
    margin-left: 15px;
    flex: 1;
}

.wiperscatalogue #ItemCard .modal-body,
.wiperscatalogue #ItemImage .modal-body {
    padding: 0 25px;
}

.wiperscatalogue #ItemCard .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wiperscatalogue #ItemCard .modal-header,
.wiperscatalogue #ItemImage .modal-header {
    padding: 10px 15px 0;
    text-align: right;
}

.wiperscatalogue #ItemCard .modal-header button,
.wiperscatalogue #ItemImage .modal-header button {
    float: none;
}

.wiperscatalogue #ItemCard .modal-header button,
.wiperscatalogue #ItemImage .modal-header button {
    padding: 5px 10px 0;
}

.wiperscatalogue #ItemImage .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wiperscatalogue #ItemImage img {
    max-width: 100%;
    max-height: 65vh;
}

.wiperscatalogue .modal-manufacturer {
    color: #777;
}

.wiperscatalogue .modal .preview {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
    color: indianred;
    text-decoration: underline;
}

.wiperscatalogue .modal .preview img {
    max-width: 250px;
    max-height: 150px;
}

.wiperscatalogue .no-items {
    position: relative;
    display: flex;
    top: 15vw;
    flex-direction: column;
    align-items: center;
}

.wiperscatalogue .no-items .glyphicon {
    display: block;
    font-size: 10rem;
    color: #ddd;
}

.wiperscatalogue .no-items .text {
    font-size: 3rem;
    padding-top: 1rem;
    color: #ddd;
}

/* Fix */

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(255, 255, 255, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
    background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255, 255, 255, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
    opacity: .7;
}

.col-flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-indicators li {
    border-color: #777;
}

.carousel-indicators .active {
    background-color: #777;
}

.close {
    font-size: 35px;
}

.dots {
    float: left;
    padding: 12px 6px;
}


/* Accessoires catalogue */

/* FIX Чейнинга. Не показываем ничего, пока не проверили
на get-параметры и не выполнили чейнинг, если он нужен */

.accessoires-catalogue #ResultPanel {
    opacity: 0;
}

/* NAV */

.accessoires-catalogue .flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* OTHERS */

.accessoires-catalogue .bread-crumbs {
    display: flex;
    align-items: center;
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    justify-content: center;
}

.accessoires-catalogue .bread-crumbs a,
.accessoires-catalogue .bread-crumbs span
{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.accessoires-catalogue .item.category,
.accessoires-catalogue .item.subcategory,
.accessoires-catalogue .item.product {
    cursor: pointer;
    display: flex;
    position: relative;
    width: 100%;
    margin: 20px 0;
    flex-direction: column;
    overflow: hidden;
}

.accessoires-catalogue .item.unpublished {
    opacity: .5;
}

.accessoires-catalogue .item .name {
    text-align: center;
    font-size: 13px;
    letter-spacing: .3px;
    word-spacing: 1px;
    line-height: 1.65;
}

.accessoires-catalogue .item .manufacturer {
    padding: .5rem 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #8a6d3b;
}

.accessoires-catalogue .item:hover .name {
    color: #337ab7;
}

.accessoires-catalogue .item .image {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    flex: 1;
    max-height: 60%;
    min-height: 135px;
}

.accessoires-catalogue .item .buttons {
    display: flex;
    justify-content: center;
}

.accessoires-catalogue #ResultPanel {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.accessoires-catalogue .pagination-row {
    margin: 30px 0 20px;
}

.accessoires-catalogue .card-image {
    cursor: pointer;
    height: 250px;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accessoires-catalogue #CardDescription {
    max-width: 600px;
    font-size: 1.2rem;
}

.accessoires-catalogue .mini-margin {
    margin: 0 10px;
}

.accessoires-catalogue #CardName {
    display: block;
    margin-bottom: 7px;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.accessoires-catalogue #CardDescription {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.accessoires-catalogue #ItemCard .modal-info {
    margin-left: 15px;
    flex: 1;
}

.accessoires-catalogue #ItemCard .modal-body,
.accessoires-catalogue #ItemImage .modal-body {
    padding: 0 25px;
}

.accessoires-catalogue #ItemCard .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
}

.accessoires-catalogue .evaluate-code-block
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #337ab7 !important;
}

.accessoires-catalogue .evaluate-code-block a
{
    color: #337ab7 !important;
}

/*
.accessoires-catalogue #ItemCard .modal-header,
.accessoires-catalogue #ItemImage .modal-header {
    padding: 10px 15px 0;
    text-align: right;
} */

.accessoires-catalogue #ItemCard .modal-header button,
.accessoires-catalogue #ItemImage .modal-header button {
    float: none;
}

.accessoires-catalogue #ItemCard .modal-header button,
.accessoires-catalogue #ItemImage .modal-header button {
    padding: 0 9px 10px;
}

.accessoires-catalogue #ItemImage .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}

.accessoires-catalogue #ItemImage img {
    max-width: 100%;
    max-height: 65vh;
}

.modal-manufacturer {
    color: #777;
}

.modal .preview {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
    color: indianred;
    text-decoration: underline;
}

.modal .preview img {
    max-width: 250px;
    max-height: 150px;
}

.accessoires-catalogue .no-items {
    position: relative;
    display: flex;
    top: 15vw;
    flex-direction: column;
    align-items: center;
}

.accessoires-catalogue .no-items .glyphicon {
    display: block;
    font-size: 10rem;
    color: #ddd;
}

.accessoires-catalogue .no-items .text {
    font-size: 3rem;
    padding-top: 1rem;
    color: #ddd;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(255, 255, 255, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
    background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255, 255, 255, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
    opacity: .7;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-title {
    max-width: 900px;
}

.col-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators li {
    border-color: #777;
}

.carousel-indicators .active {
    background-color: #777;
}

.close {
    font-size: 35px;
}

.dots {
    float: left;
    padding: 12px 6px;
}

.btn-jumpfromleft {
    font-weight: bold;
}

.btn-jumpfromright {
    font-weight: bold;
}



/*                              */
/*        Каталог стёкол         */
/*                              */

    



/* Стили */

/* NAV */

.navbar {
    border-radius: 0;
    margin-bottom: 10px;
}


#gccat-glasses .text{
    font-size: 16px;
}

#gccat-glasses .name{
    font-size: 20px;
}

.glasses-image-company{
    margin-left: auto;
    margin-right: auto;
}

.navbar-default {
    background: #337AB7;
    color: #fff;
}

.navbar-flex {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.navbar-header {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.logo-xs-cell {
    margin-bottom: 10px;
}

.clogoheight {
    height: 50px;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Parent main blocks styles */

#keyboard {
    display: none !important;
}

.cat-footer {
    width: 100%;
    bottom: 0;
    border-top: 1px solid #aeaeae;
    background-color: white;
}

.cat-footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #aeaeae;
    background-color: white;
}

.copyright {
    color: #333;
    padding: 10px 20px;
    font-size: 12px;
}

.ec-label {
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
    color: #337ab7;
    letter-spacing: .5px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #C9E4FF !important;
    font-weight: bold !important;
}

html, body {
    height: 100%;
}

.select2-container--bootstrap .select2-results__group {
    background: #969696 !important;
    color: #fff !important;
    font-weight: bold;
}

#bars {
    top: 21px;
    left: 28px;
}

.agc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    padding: .75rem 1.5rem;
    border-radius: 5px;
    border-bottom: #ccc solid 1px;
}

.agc-item .text {
    max-width: 70%;
}

.agc-item .type {
    margin-bottom: 1rem;
    color: gray;
}

.agc-item .btn-makesearch {
    color: #337ab7;
}

/* NEW */
#helper {
    color: #337ab7;
    margin-bottom: 3rem;
}

#helper:hover {
    cursor: pointer;
    color: #539ad7;
}

.big-hr {
    margin: 5rem 0;
}

.flex-container {
    display: flex;
    padding-top: 23vh;
    padding-bottom: 15vh;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
}

.agc-flex-container {
    display: flex;
    padding-top: 7vh;
    padding-bottom: 10vh;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
}

#Resultset-first-parent {
    margin-top: 7vh;
}

/* - NEW */

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}


.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    display: none !important;
}

.select2-container--bootstrap .select2-selection__clear {
    font-weight: 900 !important;
    font-size: 26px !important;
    margin-right: 6px !important;
    line-height: 17px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Hack FOR IE10,11 */
    .select2-container--bootstrap .select2-selection__clear {
        position: relative;
        top: 3px;
    }

    .select2-dropdown--below .select2-search--dropdown {
        height: 22px !important;
        position: relative;
        z-index: 50000;
    }
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 !important;
    font-weight: 900 !important;
    margin-left: -7px !important;
}

.select2-dropdown--below .select2-search--dropdown {
    background: #D3E4F7;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #92A2D2 !important;
}

/*
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear { margin-top: -4px !important; }
*/

.btn-makesearch {
    border: 1px solid #337ab7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 4px 10px 3px;
    line-height: 24px;
    cursor: pointer;
    font-size: 20px;
    background-color: white;
}

.eccontent-text {
    margin: 10px 10px 20vh 10px;
    color: gray;
    font-size: 1.6rem;
    text-align: center;
}

.eccontent-text .brand {
    color: black;
    font-size: 1.7rem;
}

.mini-margin-bottom {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-evenly;
}

.mini-margin-bottom-2{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.bottom-copyright {
    color: #333;
    padding: 0px 10px 15px 0px;
    font-size: 12px;
}

.bottom-copyright a {
    color: #333;
}

#Resultset{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* мобилки */

/* Media queries for small screens */
@media (max-width: 767px) {
	.cat-footer-fixed {
		position: relative;
	}
	.btn-makesearch { font-size: 18px; }
	.flex-container {
		padding-top: 3vh;
		padding-bottom: 5vh;
	}
}
      
/* Extra Small */
/* iPhones */
@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) 
	and (orientation : portrait)
{
	.btn-makesearch { font-size: 18px; }
	#nav { width: 230px !important; left: -230px !important; }
	#container.display-nav #canvas {
	   -webkit-transform:translateX(230px);
	   -moz-transform:translateX(230px);
	    -ms-transform:translateX(230px);
	     -o-transform:translateX(230px);
	        transform:translateX(230px);
	}
	.lefttopblueblick {
		font-size: 14px;
		height: 50px;
		padding: 5px;
	}
	.toggle-page-top {
		height: 50px;
	}
	#bars {
		font-size: 30px;
		top: 8px;
		left: 14px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.agc-flex-container {
		padding-bottom: inherit;
	}

	.agc-item {
		padding: 1rem 2rem;
		flex-direction: column;
		text-align: center;
	}

	.agc-item .text,
	.agc-item .name {
		max-width: inherit;
		margin-bottom: 1.5rem;
	}
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: portrait) {
	.navbar-header {
		text-align: center;
	}

	.navbar-flex {
		padding: 10px 0;
		flex-direction: column-reverse;
	}
}

@media screen and (min-device-width: 480px) {
	#MHelper {
		margin: 0 10%;
	}
}


/* авто одеяла */

/* NAV */

.navbar {
    border-radius: 0;
    margin-bottom: 20px;
}

.navbar-default {
    background: #337AB7;
    color: #fff;
}

.navbar-flex {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.navbar-header {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.logo-xs-cell {
    margin-bottom: 10px;
}

.clogoheight {
    height: 50px;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Parent main blocks styles */

#keyboard {
    display: none !important;
}

.lefttopblueblick a {
    color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
}

.ecfilters-outer-block {
    background: #ebf3ff;
    height: 100%;
    width: 100%;
    padding: 2px 10px 10px 10px;
    height: calc(100% - 82px);
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.lefttopblueblick {
    height: 82px;
    background: #337AB7;

    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.cat-footer {
    width: 100%;
    bottom: 0;
    border-top: 1px solid #aeaeae;
    background-color: white;
}

.cat-footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #aeaeae;
    background-color: white;
}

.copyright {
    color: #333;
    padding: 10px 20px;
    font-size: 12px;
}

.fh {
    height: 100% !important;
}

.idw {
    max-width: 100%;
    max-height: 100%;
}

.ec-label {
    margin-top: 5px;
    margin-bottom: 3px;
    padding-right: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #337ab7;
    letter-spacing: .5px;
}

.col-fixed-300 {
    width: 240px;
    position: fixed;
    height: 100%;
}

.col-offset-300 {
    padding-left: 300px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #C9E4FF !important;
    font-weight: bold !important;
}

html, body {
    height: 100%;
}

.select2-container--bootstrap .select2-results__group {
    background: #969696 !important;
    color: #fff !important;
    font-weight: bold;
}

.toggle-page-top {
    background: #F5F5F5;
    height: 82px;
}

#bars {
    top: 21px;
    left: 28px;
}

#enginecoversResultset {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#enginecoversResultset .glyphicon-info-sign {
    font-size: 12px;
    vertical-align: super;
}

#helper {
    color: #337ab7;
    margin-top: 20px;
}

#helper:hover {
    cursor: pointer;
    color: #539ad7;
}

.flex-container {
    display: flex;
    padding-top: 18vh;
    padding-bottom: 18vh;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
}

.center {
    text-align: center;
}

.ecselect, .ecselect option {
    font-size:25px!important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}


.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    display: none !important;
}

.select2-container--bootstrap .select2-selection__clear {
    font-weight: 900 !important;
    font-size: 26px !important;
    margin-right: 6px !important;
    line-height: 17px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Hack FOR IE10,11 */
    .select2-container--bootstrap .select2-selection__clear {
        position: relative;
        top: 3px;
    }

    .select2-dropdown--below .select2-search--dropdown {
        height: 22px !important;
        position: relative;
        z-index: 50000;
    }
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 !important;
    font-weight: 900 !important;
    margin-left: -7px !important;
}

.select2-dropdown--below .select2-search--dropdown {
    background: #D3E4F7;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #92A2D2 !important;
}

/*
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear { margin-top: -4px !important; }
*/

.btn-makesearch {
    border: 1px solid #337ab7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 4px 10px 3px;
    line-height: 24px;
    cursor: pointer;
    font-size: 20px;
}

.btn-extrasmall-search {
    border: 1px solid #337ab7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-jumpfromleft {
    font-weight: bold;
}

.btn-jumpfromright {
    font-weight: bold;
}

/* -------------------------- */
/* Liquids common Cell styles */
/* -------------------------- */

.eccontent-loader {
    padding-top: 10px;
}

.eccontent-error {
    padding-top: 10px;
    font-weight: bold;
    color: red;
}

.btn-default {
    border: 1px solid #A2A2A2;
}

.select2-container--bootstrap .select2-selection {
    border: 1px solid #A2A2A2 !important;
}

.select2-container--bootstrap, .btn-default {
    box-shadow: 0px 1px 2px #D0D0D0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* PARENT LQ CONTAINERS */

.ec-im-ou {
    max-width: 350px;
}

.eccontent-text {
    margin: 10px;
    color: gray;
    font-size: 1.6rem;
    text-align: center;
}

.eccontent-text .brand {
    color: black;
    font-size: 1.7rem;
}

.ec-if-ou {
    text-align: center;
}

.ec-if-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0 -13px 10px #fff inset;
}

.mini-margin-bottom {
    margin-bottom: 15px;
}

/* CHILD LQ CONTAINERS */

.eccell h1, .eccell h2, .eccell h3, .eccell h4, .eccell h5, .eccell h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #337ab7;
}

.h4, h4 {
    font-size: 20px;
    line-height: 29px;
}

.sppt {
    font-weight: bold;
}

.ecspc, .ecprms {
    padding-top: 6px;
    font-size: 13px;
}

.ecsph {
    color: #3F81BB;
}

.ticn {
    font-size: 0.8em;
}

.bottom-copyright {
    color: #333;
    padding: 0px 10px 15px 0px;
    font-size: 12px;
}

.bottom-copyright a {
    color: #333;
}

/* --------------------------- */
/* ~Liquids common Cell styles */
/* --------------------------- */

/* Help info page */

.help-container {
    padding-right: 10px;
}

.help-container h2, .help-container h3 {
    text-align: left !important;
    margin-top: 5px;
    font-family: Arial;
    color: #337ab7;
}

.help-container h3 {
    margin-top: 10px;
}

.linebreak {
    height: 5px;
    line-height: 1px;
}

.help-container ul {
    padding-left: 15px;
}

.corporate-logo {
    display: block;
    padding-right: 10px;
    height: 100%;
    text-align: right;
    position: relative;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 300px;
}

.pl-fh, .pr-fh {
    height: 100%;
}

.va-middle-outer {
    display: table;
    height: 100%;
}

.va-middle-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle !important;
}

#adlo {
    font-size: 12px;
}

.btn-brand-ctr,
.btn-content-ctr {
    margin-bottom: 10px;
}

.is-admin-logged-label {
    color: red;
    font-size: 18px;
    padding: 10px;
}

.brand-item {
    padding: 10px 0;
    font-size: 1.6rem;
    text-align: center;
    color: #337ab7;
}

#AddBrandBtn,
#AddItemBtn {
    cursor: pointer;
    padding: 10px 0;
    margin: 20px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #5cb85c;
    color: white;
}

#AddBrandBtn:hover,
#AddItemBtn:hover {
    background-color: #288c28;
}

.brand-item .buttons {
    padding-top: 10px;
}

.brand-item:hover {
    background-color: #337ab7;
    color: white;
}

.brand-item:hover .partcode {
    color: white;
}

.brand-item:hover .brand-name {
    font-weight: bold;
}

.brand-item .brand-name .glyphicon-eye-close {
    color: crimson;
}

.brand-item .buttons .glyphicon {
    opacity: 0;
    cursor: pointer;
    font-size: 1.6rem;
    padding: 0 5px;
}

.brand-item:hover .glyphicon {
    opacity: 1;
}

.brand-item:hover .brand-name .glyphicon-eye-close {
    color: lightgrey;
}

.brand-item .buttons .glyphicon-eye-close:hover,
.brand-item .buttons .glyphicon-eye-open:hover {
    color: lightblue;
}

.brand-item .buttons .glyphicon-pencil:hover {
    color: burlywood;
}

.brand-item .buttons .glyphicon-remove:hover {
    color: coral;
}

.partcode {
    display: block;
    color: gray;
}

/* Image zoomer */

.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

#zoomImageModal img {
    max-width: 600px;
}

@media (max-width: 767px) {
    #zoomImageModal img {
        max-width: 400px;
    }
    .cat-footer-fixed {
        position: relative;
    }
    .flex-container {
        padding-top: 8vh;
        padding-bottom: 10vh;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: portrait) {
    #zoomImageModal img {
        max-width: 260px;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-flex {
        padding: 10px 0;
        flex-direction: column-reverse;
    }
}

@media screen and (min-device-width: 480px) {
    #MHelper {
        margin: 0 10%;
    }
    .btn-content-ctr {
        margin-left: 10px;
    }
}

div[data-role='item-image'] img {
    cursor: pointer;
}

/* ~Image zoomer */