/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
http%3A%2F%2Fwww3.panasonic.biz%2Fac%2Fe_download%2Fcontrol%2Frelay%2Fpower%2Fcatalog%2Fmech_eng_ldp.pdf   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

header {
    position: sticky;
    top: 0;
    z-index: 1049;
}

footer {
    margin: 0 12px 12px 12px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of CSS reset */

/* 
Universal Box Sizing with Inheritance with Vendor Prefixes
https://css-tricks.com/box-sizing/
*/

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

body {
    background: #EEEEEE;
    color: #212121;
    font-size: 13px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    min-height: 100%;
    overflow-x: hidden;
}

a {
    color: #000000;;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited, a:focus, a:active, a:hover, *:focus {
    outline: 0;
}

b {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.wide {
    width: 100%;
}

.roundborder {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

HEADER IMG {
    vertical-align: top;
}

#leftPanel, #rightPanel {
    display: none;
}

#main_view {
    vertical-align: top;
    width: 100%;
}

@media (min-width: 768px) {
    #leftPanel, #rightPanel {
        display: block;
        vertical-align: top;
        width: 100%;
    }
}

table {
    border: 0; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}

table td {
    padding: 0; /* cellpadding="0" */
    vertical-align: top;
}

P {
    margin-top: 0;
}


input, textarea {
    border: solid 1px #BBBBBB;
}

input[readonly] {
    background-color: #D2E0E6;
}

input[type="file"]{
    display: inline-block;
}

input[type="search"] {
    -webkit-appearance: textfield; /* reset bootsrap setting*/
}

/*BootStrapOver Begin*/

.modal-body {
    padding: 0;
}

@media (min-width: 1200px){
    .modal-lg {
        width: 1000px;
    }
}
@media (min-width: 1600px){
    .modal-lg {
        width: 1500px;
    }
}
/*BootStrapOver End*/

.public-message {
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 6px;
}

.round5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navMenu {
    margin-left: -1px;
    margin-right: -1px;
    background: #808080;
    border: 1px solid #808080;
}

.navMenu > h3 {
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
}

.navText {
    margin: 0;
    background: #F0F0F0;
    padding: 3px;
}

.contTitle {
    background: #808080;
    border: 1px solid #808080;
    display: table;
    width: 100%;
}

.contTitle > h2 {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    color: #FFFFFF;
    width: 100%;
}

.contTitle > h2 + button {
    display: inline-block;
    float: right;
}

.contTitle > h2 > a {
    text-decoration: none;
    color: #FFFFFF;
}

.contText {
    padding: 6px;
    overflow: visible;
    background: #F0F0F0;
}

h1, .h1 {
    font: inherit;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2, .h2 {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

h3, .h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0.5em 0;
}

h4 {
    font-weight: bold;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

h5 {
    font-weight: bold;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

h6 {
    font-weight: bold;
    font-size: 0.7em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}

pre {
    font-family: monospace;
    font-size: 1em;
    margin-bottom: 1.33em;
    margin-top: 1.33em;
}

.contText h2 > a {
    text-decoration: none;
}

.product-full-image {
    margin: auto;
    max-width: 400px;
}

.call-gallery-wrap {
    display: table-row;
    height: 20px;
}

/*noinspection CssUnknownTarget*/
.call-gallery-icon {
    background-image: url(/modules/Asers_Shop/images/camera.png);
    display: table-cell;
    width: 20px;
}

.photos-qty {
    padding: 0 2px;
    display: table-cell;
    vertical-align: middle;
}

img.zoom {
    cursor: zoom-in;
}

a img.zoom {
    cursor: pointer;
    color: lightgrey;
}

.product-thumbnails-list {
    display: inline-block;
}

.product-thumbnails-list img {
    max-width: 80px;
    max-height: 80px;
    cursor: pointer;
}

.product-thumbnails-list li {
    float: left;
    margin: 0 10px 10px 0;
    width: 80px;
    height: 80px;
}

.product-subcategory {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.product-subcategory-header {
    width: 100%;
    padding-bottom: 0;
    padding-right: 10px;
}

.all-manufacturer-products {
    width: 100%;
    padding-bottom: 0;
    padding-right: 10px;
}

.product-subcategory-image {
    display: none;
    width: 120px;
    float: left;
    text-align: center;
}

.product-subcategory-catalog {
    width: 100%;
    padding-left: 3px;
    padding-bottom: 9px;
    display: table-cell;

}

.product-subcategory-catalog-list {

}

.product-subcategory-catalog-list-item {
    margin-top: 3px;
}

.product-subcategory-catalog-list-item__link:link {
    text-decoration: none;
}

.product-subcategory-catalog-list-item__link:hover {
    text-decoration: underline;
}

.product-rcs-stock-info {
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-available-info-item {
    white-space: nowrap;
}

.productlist-filter-item {
    display: inline-block;
    float: left;
    margin-right: -1px;
}

.img_logo {
    height: 45px;
}

@media (min-width: 768px) {

    .product-subcategory {
        width: 49%;
    }

    .product-subcategory-image {
        display: table-cell;
    }

}

@media (min-width: 1000px) {

    .product-subcategory {
        width: 32%;
    }

}

#stock_update_info {
    color: green;
}

.title {
    COLOR: #000000;
    TEXT-DECORATION: none
}

.content {
    color: #000000;
    background: #f0f0f0;
}

.storytitle {
    COLOR: #363636;
    TEXT-DECORATION: none
}

.storycat {
    COLOR: #000000;
    TEXT-DECORATION: underline
}

.boxtitle {
    COLOR: #363636;
    TEXT-DECORATION: none
}

.boxcontent {
    COLOR: #000000;
}

.option {
    COLOR: #000000;
    TEXT-DECORATION: none
}

.tiny {
    COLOR: #000000;
    TEXT-DECORATION: none
}

.footmsg {
    COLOR: #CCCCCC;
    TEXT-DECORATION: none
}

.footmsg_l {
    COLOR: #CCCCCC;
    TEXT-DECORATION: underline
}

.box {
    border: 1px solid #000000;
}

.image_parent {
    display: block;
    height: 120px;
    width: 120px;
}

.image_link {
    max-height: 120px;
    max-width: 120px;
}

.product-image-full-screen{
    background-color:#FFF;
    position:fixed;
    top:0;
    display:none;
    float:right;
    z-index:1100;
    border: 1px solid grey;
}

.product_littlecard {
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    padding: 3px;
    margin: 2px;
    border: 1px solid #BBBBBB;
    display: block;
}

.product_littlecard__description {
    padding: 6px 0;

}

.product_littlecard__image {
    height: 220px;
}

.product_littlecard > TABLE {
    width: 100%;
}

.product_littlecard:hover {
    border: 1px solid #FFFFFF;
}

.product_littlecard IMG.image_link {
    display: block;
    float: right;
}

.datasheet-link {
    display: inline-block;
    float: right;
}

.product_littlecard .product-full-image {
    max-width: 100%;
    max-height: 200px;
}

.product_littlecard .image_parent {
    display: block;
    height: 200px;
    margin: auto;
    width: 200px;
}

@media (min-width: 768px) {

    .product_littlecard {
        border: 1px solid #BBBBBB;
        display: inline-block;
        margin: 2px;
        overflow: hidden;
        padding: 3px;
        vertical-align: top;
        width: 19%;
    }

    .stock-avail-buy {
        margin-top: 1em;
    }

}

.adminmenu {
    position: fixed;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 1500;
    background-color: green;
}

.adminmenu UL {
    color: #000000;
    background-color: #00ff00;
    display: none;
    overflow: visible;
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
}

.adminmenu:hover UL, .adminmenu UL:hover{
    display: block;
}

TABLE.center {
    margin-left: auto;
    margin-right: auto
}

TABLE.center TD {
    text-align: center
}

TABLE.center TH {
    text-align: center
}

/*TABLE.zero {border: none;}*/

.thin, TABLE.thin {
    border-collapse: collapse;
    border: solid 1px #808080;
}

TABLE.thin > TBODY > TR > TH {
    background-color: #808080;
    color: #FFFFFF;
    padding: 3px;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
    border-right: 1px solid #f0f0f0;
}

TABLE.thin > TBODY > TR > TH:last-child {
    border-right: 1px solid #808080;
}

TABLE.thin > TBODY > TR > TD {
    padding: 3px;
    border-bottom: solid 1px #808080;
}

.productlist-table {
    margin: 0;
    text-align: justify;
}
.productlist-table-row-odd {
    background-color: #FFF;
}

.productlist-table-row-even {
    background-color: #EEE;
}

/*menu beg*/
#root-menu-div ul {
    border: 1px solid #000;
}

#root-menu-div li {
    white-space: nowrap;
}

* html #root-menu-div li {
    height: 1.5em; /* fixing ie6 problem */
}

ul.menu,
#root-menu-div ul {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.menu-separator.active {
    background-color: transparent;
}

.activetarget {
    background-color: white;
}

* html div.menu-item {
    display: inline; /* fixes problem in ie6 */
}

li.menumain {
    float: left;
    padding: 0 11px;
}

div.menu-item {
    padding: 1px 11px 1px 4px;
}

img.menu-item-arrow {
    position: absolute;
    right: 4px;
    top: 8px;
}

li.menu-separator {
    border-bottom: 1px solid #000;
    font-size: 0; /* for ie */
    height: 0;
    line-height: 0; /* for ie */
    margin: 2px 0;
}

.red {
    color: red;
}

.green {
    color: green;
}

li.blue {
    color: blue;
}

/*menu end*/

DIV.friend {
    display: none;
}

DIV.div_left {
    float: left;
}

DIV.div_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

DIV.div_right {
    float: right;
}

DIV.div_clear {
    clear: both;
}

#div_header {
    height: 150px;
    min-width: 600px;
}

#previewBgDiv {
    opacity: 0.5;
    background-color: white;
}

#previewCanvaDiv {
    background-color: white;
    border: solid gray 1px;
    text-align: center;
    vertical-align: middle;
}

.cat_image {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    max-height: 120px;
    max-width: 120px;
}

.cat_image:hover {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
}

.cat_link:hover {
    text-decoration: underline;
}

table.order_list {
    border: 1px solid gray; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}

table.order_list td, table.order_list th {
    padding: 6px; /* cellpadding="0" */
    border: 1px solid gray;
    vertical-align: top;
}

.submit-browser-problems-explanation {
    margin-top: 25px;
    color: red;
}

.incorrect-order-quantity-warning {
    color: red;
}

.incorrect-order-quantity-cart {
    text-decoration: underline;
}

ul#menu_main {
    padding: 0;
    border: 0;
}

ul#menu_main > li {
    padding: 0 0 3px;
}

ul#menu_main > li > a {
    background: rgb(0, 59, 138);
    color: white;
}

/* CSS Reset */

UL {
    border: 0;
    margin: 0;
    padding: 0;
}

IMG {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    /* because img inside a has extra spaces*/
}

/* Block Element Modificator */

.top-menu {
    background-color: #808080;
}

.top-menu-list {
    list-style-type: none;
    text-align: center;
}

.top-menu-list__item {
    display: inline-block;
    margin: 2px;
    padding: 3px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.top-menu-list__item a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

.top-menu-list__item:hover a {
    text-decoration: underline;
}

.top-menu-list__language-select {
    display: inline-block;
}

.temp-message {
    background-color: #EAF783;
    text-align: center;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-content {
        visibility: visible;
        transition-delay: 0.4s; /* react immediately on hover */
    }
}

.web-links-catalogue-item:first-child {
    border: 0;
}

.web-links-catalogue-item {
    border-top: 1px solid #808080;
    padding-bottom: 3px;
    padding-top: 3px;
}

.zl-team-contact {
}

.zl-team-contact-data {
}

.zl-team-contact-data {
    padding-bottom: 3px;
}

.zl-team-contact-data > p a {
    font-weight: bold;
}

.zl-team-contact-data-item {
    padding-top: 3px;
}

.zl-team-contact-data-item-title {
    background: #808080;
    padding: 3px;
    text-align: center;
}

.zl-team-contact-data-item-data {
    display: table-cell;
    border: 1px solid #808080;
    border-top: 0;
    padding: 3px;
    overflow: hidden;
    text-align: center;
    vertical-align: text-top;
    width: 1%;
}

.zl-team-contact-data-item-title a {
    color: #fff;
    text-decoration: none;
}

.zl-team-contact-data-item-data-link {
    padding-top: 2px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.zl-team-contact-type-icon {
    text-decoration: none;
    margin-right: 3px;
    height: 24px;
}

.zl-team-contact-description {
    display: none;
}

.productlist_view {
    position: relative;
    z-index: 10;
    display: none;
    clear: both;
    margin: 0 -15px;
    overflow: visible;
}

.productlist_view__img{
    width: 131px;
}
.productlist_view__pn {
    width: 15%;
}

@media (min-width: 768px) {

    .zl-team-contact {
        margin-right: -3px;
    }

    .zl-team-contact-data-item {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        padding-right: 3px;
    }

    .zl-team-contact-data-item-title {
    }

    .zl-team-contact-data-item-data {
        height: 115px;
    }

    .zl-team-contact-description {
        display: block;
    }

    .zl-team-contact-description iframe {
        border: 1px solid #808080;
    }

}

/*@media (max-width: 1000px) {*/
    /*.productlist_view {*/
        /*display: none;*/
    /*}*/

    /*.productlist_view2 {*/
        /*display: inherit;*/
    /*}*/
/*}*/

@media (min-width: 1000px) {
    .productlist_view {
        display: inherit;
    }

    .productlist_view2, .mobile-sorting-buttons {
        display: none;
    }

    .zl-team-contact {
        margin-right: 0;
    }

    .zl-team-contact-data {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .zl-team-contact-data-item {
        width: 50%;
    }

    .zl-team-contact-description {
        display: block;
        float: right;
        vertical-align: top;
        width: 50%;
    }
    .catalog_filter {
        height: 125px;
    }
}

@media (min-width: 1500px) {

    .zl-team-contact-data-item {
        width: 33%;
    }
}


*[contenteditable] {
    outline: 1px solid green;
    background-color: #ace2ff;
    color: black;
    min-height: 12px;
}

/*новый функционал*/
.new-action{
    border: 3px solid red;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.new-action:hover {
    border-color: yellow;
}

a.product-category__tab {
    background-color: #ffffff;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid #ADADAD;
}

.nav-tabs>li>a.product-category__tab  {
    border-color: #ADADAD;
    margin-top: 2px;
}

.nav-tabs>li.active>a.product-category__tab {
    border-color: #ADADAD #ADADAD transparent;
    color: #000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    transition-delay: 0.4s; /* delay of 1 seconds on hover off */
}

.dropdown-submenu:hover > .dropdown-menu {
    visibility: visible;
    transition-delay: 0.4s; /* react immediately on hover */
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu table.thin th, .dropdown-menu table.thin td {
    white-space: nowrap;
}

.catalog_element_stockmenu {
    padding: 0 0 4px 11px;
}

.catalog_element_stockmenu__rfq {
    cursor: pointer;
}

.panel {
    margin: 6px;
}

.panel-heading {
    padding: 9px 12px;
}

.panel-title {
    font-size: 1.2em;
}

.panel-body {
    overflow-x: auto;
}

#main_view .panel-body {
    /*overflow-y: hidden;*/
}

#leftPanel .panel-body .dropdown-menu.menuproducts {
    position: static;
    float: none;
    padding: 3px 19px 3px 5px;
}

#leftPanel .panel-body .dropdown-menu.menuproducts li a {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    border-bottom: 1px solid #C5C5C5;
}

#leftPanel .panel-body .dropdown-menu li:last-child a {
    border-bottom: none;
}

#leftPanel .panel-body .dropdown-menu.menuproducts li.root-items > a {
    white-space: normal;
    padding: 2px 0 4px 2px!important;
}

#leftPanel .panel-body .dropdown-menu.menuproducts li a.sub-items {
    padding: 4px 0 2px 0;
}

#leftPanel .panel-body .dropdown-menu.menuproducts .submenu-items {
    padding: 0 17px 0 5px;
}

#leftPanel .panel-body .dropdown-menu.menuproducts li:hover {
    background-color: #d0d0d0;
}

#leftPanel .panel-body .dropdown-menu.menuproducts li a:hover {
    background-color: #d0d0d0;
    color: #000000;
}

#header-navbar-collapse {
    overflow: hidden;
    margin-right: 0;
}


.navbar {
    border-width: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    margin-bottom: 10px;
}

.navbar-brand {
    height: 50px;
    padding: 5px;

}

.container-fluid>.navbar-header {
    margin-right: 0;
}

.navbar-nav {
    margin: 0 -15px;
}


@media (min-width: 768px) {
    .navbar-brand {
        margin-right: 15px;
    }

    .navbar-nav {
        margin: 0;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.container-fluid
{
    padding-right: 0;
}

#message_box .panel-body    {
    overflow-y: auto;
}

:not(td)[data-contenteditable="text"][contenteditable] {
    display: inline-block;
    min-width: 20px;
}

.catalog_filter {
    float: left;
    margin-right: 10px;
}

.filters_form {
    margin-bottom: 10px;
}

.catalog_filter label.header_label {
    float: left;
    height: 14px;
}

.catalog_filter select {
    float: left;
    clear: left;
}

.catalog_filter .btn-group {
    float: left;
    clear: left;
}

/*.catalog-buttons-wrapper {
    float: left;
    margin-bottom: 12px;
}*/

.filters_form select {
    max-width: 300px;
}

.cancel-filter {
    color: red;
    cursor: pointer;
}

.filter-symb.active span {
    color: red;
}

.cancel_order_column {
    float: right;
    color: red;
    position: absolute;
}

.sorting_buttons_wrapper {
    margin: 0 auto;
}

.product-available-info .red {
    color:red;
}

.productlist-table.table.table-condensed tr th {
    text-align: center;
}

.productlist-table.table.table-condensed tr td.ordered {
    background-color: #ECECEC;
}

.productlist-button-list-type {
    position: relative;
    top: -11px;
    height: 31px;
    /*margin: 14px 0 15px 0px;*/
}

.resetOrdering {
    color: #120090;
    cursor: pointer;
}

.complaints_table th, .complaints_table td {
    padding: 10px;
    /*border-bottom: 1px solid grey;*/
    border: 1px solid grey;
    /*word-wrap: break-word;*/
}

.complaint_message_cell {
    max-width: 475px;
    /*word-wrap: break-word;*/
}

.complaint_email_cell {
    max-width: 270px;
}

.complaint_username_cell {
    max-width: 200px;
}

.complaints-button {
    margin-left: 15px;
    padding: 5px;
    background-color: #F1F1F1;
}

.complaints_table {
    word-wrap: break-word;
}

/*.catalog-scroll {*/
    /*overflow-x: scroll;*/
    /*width: 100%;*/
/*}*/

/*.catalog-top-scroll {*/
    /*width: 100%;*/
    /*height: 20px;*/
    /*overflow-x: scroll;*/
/*}*/


.mobile-sorting-buttons .active {
    color: red;
}

.mobile-sorting-buttons p {
    clear:both;
    float:left;
    cursor: pointer;
}

.mobile-sorting-buttons {
    margin-bottom: 11px;
    margin-left: 5px;
}

.catalog_filter {
    display: block;
    height: 100px;
    max-width: 200px;
    float: left;
    margin: 0 5px 10px 5px;
    padding-left: 3px;
    border: 1px solid rgb(221, 221, 221);
    overflow-y: scroll;
}

.catalog_filter label {
    display: block;
    word-wrap: break-word;
}

.catalog_filter_wrapper {
    float: left;
}

.filter_label {
    margin-left: 4px;
}

.filters_form label.disabled {
    background-color: #f4edf7;
}

@media (max-width: 1000px) {
    .catalog_filter_wrapper {
        min-width: 45%;
        margin-right: 10px;
    }

    .catalog_filter {
        max-width: none;
        width: 100%;
    }
}


.container-fluid {
    padding-left: 0;
}

.navbar-default {
    margin-bottom: 0;
    padding-left: 15px;
}

.logo-last {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;

}

#search-form {
    border: 0;
    margin: auto;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {

    #search-form {
        margin: auto;
        width: 40%;
    }

}

.search-button {
    border: 1px solid #717171;
    height: 26px;
    float: left;
    width: 80px;
    margin-bottom: 12px;
    text-align: center;
    border-radius: 9%;
    background-color: #fdffd8;
    cursor: pointer;
}

.search-button p {
    padding-top: 5px;
}

.cancel-filters {
    margin-left: 26px;
    cursor: pointer;
    display: inline-block;
}

.no-items-founded-message {
    font-size: 15px;
}

.dropdown-content {
    visibility: hidden;
    transition: 0.2s 0.2s; /* delay of 1 seconds on hover off */
    position: absolute;
    z-index: 11; /* over input focused 3*/
    margin-top: -10px;
}

#data-downloading-notice {
    font-size: 14px;
    font-weight: bold;
}

/*noinspection CssUnknownTarget*/
.waiting-icon {
    float: left;
    background-image: url(/jquery/autocomplete/indicator.gif);
}

/*noinspection CssUnknownTarget*/
.waiting-icon.mobile {
    float: right;
    margin-left: 4px;
    background-image: url(/jquery/autocomplete/indicator.gif);
}

.waiting-icon, .filter-symb, .cancel_order_column {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}

.feedbacks-list, .view-order, .feedbacks-list th, .view-order th, .feedbacks-list td, .view-order td {
    padding: 5px;
}

.feedbacks-list th, .view-order th {
    font-weight: bold;
}

.feedbacks-list {
    width: 90%;
    margin: 1%;
}

.feedbacks-list td {
    min-width: 150px;
}

#delete-feedback div {
    cursor: pointer;
    color: red;
}

.news {
    display: inline-block;
    overflow-x: auto;
    padding: 3px;
    vertical-align: top;
    width: 100%;
}

.news img {
    max-width: 100%;
    height: auto;
}

.news-date {
    margin-top: 10px;
    color: grey;
}

.no-article-title {
    color: #737373;
}

.liqpay-text__qrcode {
    display: none;
}

@media (min-width: 768px) {

    .news {
        width: 49%;
    }

    .liqpay-text {
        display: inline-block;
        float: left;
        width: 33%;
    }

    .liqpay-widjet {
        display: inline-block;
        float: left;
        width: 66%;
    }

    .liqpay-text__qrcode {
        display: block;
        height: 120px;
        margin: auto;
        width: 120px;

    }
}

.news-link-image__image {
    float: left;
    max-width: 33%;
}

.item-analog-description {
    /*display: inline-block;*/
    margin-right: 3px;
}

#product-analogs-box {
    position: absolute;
    visibility: hidden;
    border: 0;
    background-color: rgb(221,221,221);
    z-index: 1000;
    margin: 0 8%;
    padding: 15px;
    border-radius: 9px;
}

.productanalogs-table {
    margin: 0;
}

.productanalogs-table th {
    text-align: center;
}

.productanalogs-table .product-rcs-stock-info {
    border: 0;
}

.productanalogs_view {
    background-color: #FFFFFF;
}

.close-analogs {
    cursor: pointer;
    text-align: right;
    position: relative;
    height: 0;
    overflow: visible;
    top: -13px;
    left: 13px;
}

.ui-datepicker-year, .ui-datepicker-month {
    color: black;
}

.hidden_available ~ ul {
    display: none;
}

.hidden_available .hide-label {
    display: none;
}

.showed_available .expand-label {
    display: none;
}

.available-info-container div.product-available-info-total, .available-info-container div.product-available-button-container {
    display: inline-block;
}

#category_text_search {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


.admin-module {
    text-align: center;
}

.admin-module-item {
    display: inline-block;
    margin-right: 50px;
    text-align: center;
    height: 90px;
}

.admin-module-image {
    height: 60px;
}

.mouser-admin-buttons {
    padding-left: 21px;
}

.mouser-admin-buttons a {
    display: inline-block;
    margin-right: 31px;
    margin-bottom: 11px;
}

#pay-pal-logo {
    display: block;
}

/* show all products page */

.all-products-table {
    float: left;
    margin-right: 25px;
}

.all-products-table td {
    min-width: 60px;
}

.all-products-table .product-price {
    min-width: 100px;
}

.all-products-table .price-delimiter {
    display: none;
}

.discounted-price {
    color: red;
}

.disabled-price {
    text-decoration: line-through;
}

.all-products-table .product-manufacturer {
    cursor: pointer;
}

.full-version-button button {
    margin-bottom: 16px;
}

.all-products-table .items-quantity-input {
    float: left;
    width: auto;
    margin-right: 6px;
}

/* synchronisation modules */

#amazon-sync-button, #zhongdi-sync-button {
    margin-bottom: 10px;
}

#amazon-sync-processing, #zhongdi-sync-processing {
    display: none;
}

#amazon-sync-failed, #zhongdi-sync-failed {
    color: red;
}

.digikey-manual-update-results img,
.mouser-manual-update-results img,
.arrow-manual-update-results img,
.arrow-nl-manual-update-results img,
.farnell-manual-update-results img
{
    max-width: 130px;
}

.digikey-manual-update-results .product-url,
.mouser-manual-update-results .product-url,
.arrow-manual-update-results .product-url,
.arrow-nl-manual-update-results .product-url
{
    text-decoration: underline;
}

/* checkout form */

#ship_form .custom-error {
    display: none;
    color: red;
    margin-left: 5px;
}

.np-clear-input {
    display: none;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: inherit;
}

.np-clear-input.active {
    display: inline-block;
}

.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu .ui-menu-item {
    padding: 5px;
    font-size: 1.5em;
}

@media screen and (min-width: 768px){
    .ui-menu .ui-menu-item {
        padding: 0;
        font-size: 1em;
    }
}

.checkout-form__email {
    max-width: 400px;
    width: 100%;
}

.checkout-form__comment {
    width: 100%;
}

.checkout-form__email-notice {
    color: grey;
    margin-top: 1em;
}

.checkout-form__covid19-notice {
    color: red;
}

.np-fileds__no-cod {
    color: grey;
    margin-top: 1em;
}

.checkout-form__autoregistration-notice {
    color: grey;
    margin-bottom: 1em;
}

.checkout-form__order-limit-warning {
    display: none;
    color: red;
}

.checkout-form__managers-option:disabled {
    display: none;
}

.checkout-form__pay-option{
    white-space: nowrap;
}

/* photo gallery */

.pg-full-image img {
    display: inline-block;
}

.pg-thumbs-wrapper {
    display: inline-block;
    margin: 12px;
}

.pg-thumbs li {
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
    border: 1px solid #dddddd;
}

.pg-thumbs img {
    width: auto;
    height: 80px;
}

/* styles for photo gallery in modal window */

#myModal .pg-full-image {
    text-align: center;
}

@media (min-width: 1000px) {
    #myModal .pg-full-image-wrapper {
        height: 600px;
    }

    #myModal .pg-full-image img {
        max-height: 600px;
    }
}

/*noinspection CssUnknownTarget*/
.min-quantity-message {
    display: none;
    position: absolute;
    width: 209px;
    height: 113px;
    background-image: url(/images/min-qty-message.png);
    z-index: 10000;
}

.min-quantity-message-text {
    width: 130px;
    margin-top: 39px;
    margin-left: 16px;
    color: #fff;
    font-size: 12px;
}

/* action banners */

.action-banner-img {
    height: auto;
    max-width: 100%;
    display: block;
}

.smallmenu-action-banner {
    margin-right: auto;
    margin-left: auto;
    margin-top: 9px;
}

.catalog-action-banner {
    float: right;
    margin-bottom: 12px;
}

.catalog-action-banner-mobile {
    float: left;
    display: none;
}

@media (max-width: 1000px) {
    .catalog-action-banner-mobile {
        display: block;
    }

    .catalog-action-banner {
        display: none;
    }
}

.product-action-banner {
    float: right;
    margin-top: 10px;
}

.ebay-items-list, .ebay-items-list TD, .ebay-items-list TH{
    border: 1px solid grey;
    border-collapse: collapse;
}

.price-table {
    margin: 6px 0;
    width: 100%;
}

.price-table th {
    font-weight: bold;
}

.price-table td {
    text-align: right;
    vertical-align: bottom;
    width: 50%;
}

.main-product-image img {
    max-height: 300px;
}

.main-product-analogs-list {
    width: 100%;
}

.main-product__realid {
    margin: 6px 0;
}

.main-product-description__description {
    display: block;
    max-width: 600px;
    text-align: justify;
}

.main-product-buy-button {
    margin: 6px 0;
}

.main-product-analog__hidden {
    display: none;
}

@media screen and (max-width: 768px) {

    .main-product-analog {
        display: grid;
        display: -ms-grid;
        position: relative;
        grid-column-gap: 0;
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
        border-bottom: 1px solid #ddd;
        /*padding-bottom: 12px;*/
        /*padding-top: 12px;*/
    }

    .main-product-analog__hidden {
        display: revert;
    }

    .main-product-analog-head {
        display: none;
    }

    .main-product-analog td {
        border: none !important;
        display: -ms-grid;
    }

    .main-product-analog-title {
        grid-row: 1;
        -ms-grid-row: 1;
    }

    .main-product-analog-image {
        grid-row: 2;
        -ms-grid-row: 2;
        text-align: center;
    }

    .main-product-analog-mfr {
        grid-row: 3;
        -ms-grid-row: 3;
    }

    .main-product-analog-description {
        grid-row: 4;
        -ms-grid-row: 4;
    }

    .main-product-analog-stock {
        grid-row: 5;
        -ms-grid-row: 5;
    }

    .main-product-analog-price {
        grid-row: 6;
        -ms-grid-row: 6;
    }

    .main-product-analog .image_link {
        max-height: 200px;
        max-width: 100%;
    }

    .main-product-analog .image_parent {
        display: block;
        height: 200px;
        margin: auto;
        width: 200px;
    }

}

#ship-options, #manager {
    max-width: 400px;
}

.form-control {
    min-width: 67px;
}

/* Reviews */

.reviews-widget .panel-title {
    font-size: 13px;
}

.reviews-widget .panel-heading {
    padding-top: 4px;
    padding-bottom: 4px;
}

.reviews-widget .panel-body {
    padding: 4px;
}

.review-widget-header-stars-block {
    margin-left: 10px;
}

.reviews-widget-header-star {
    color: orange;
    font-size: 12px!important;
}

.reviews-widget-header-date {
    float: right;
}

.reviews-widget-text-row {
    margin: 2px 3px;
}

.review-form .input-group {
    display: block;
    width: 85%;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.review-form .input-group.captcha {
    margin-top: 14px;
    margin-bottom: 14px;
}

.review-form .stars {
    display: flex;
    justify-content: center;
}

.review-form .star-block {
    text-align: center;
    width: 83px;
}

.review-form .text-grade {
    display: block;
    font-size: 15px;
    color: #343434;
}

.review-form .stars .star {
    cursor: pointer;
}

.review-form label {
    margin-bottom: 3px;
    margin-top: 3px;
}

.review-form #comment {
    resize: vertical;
}

.review-form #review-policy-notice {
    text-align: center;
    margin-top: 19px;
    color: #686868;
}

.review-form .incorrect-value-notice {
    display: none;
    color: red;
}

.glyphicon.glyphicon-star {
    font-size: 25px;
}

.glyphicon.glyphicon-star.checked {
    color: orange;
}

.admin-reviews-list-table th {
    font-weight: bold;
}

.admin-reviews-list-table {
    margin-bottom: 15px;
}

.copy-to-buffer-note {
    background: white;
    border: grey 1px solid;
    color: grey;
    cursor: copy;
    position: absolute;
    font-size: 12px;
    height: 14px;
    top: -14px;
}