/* unit */
@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

p, a, span, ul, li, b, h1, h2, h3, h4, h5, h6, strong, body, input, select {
    font-family: 'Roboto', sans-serif;
}

@keyframes rotate-logo {
    0% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(-368deg);
    }
}

h1 {
    font-size: 36px;
    margin: 8px 0;
}

body {
    min-width: 1280px;
    margin: 0 8px;
    min-height: 100%;
}

.yqlogo {
    display: block;
    margin: 0 auto;
    width: 310px;
    background: url('../images/yqservice_logo.png') no-repeat;
    height: 80px;
}

.content-wrapper {
    margin: 0;
    min-height: 100%;
    height: auto !important;
    position: relative;
}

.container:not(.start-page) {
    padding-top: 16px;
    margin: 0 auto;
    max-width: 1340px;
}

#cboxLoadedContent .content-wrapper {
    padding: 0;
}

#cboxContent#cboxContent {
    padding: 30px 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

a {
    color: #177892;
    text-decoration: none;
}

a:visited {
    color: #177892;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

span.example {
    font-size: 14px;
    display: block;
    max-width: 300px;
    min-height: 32px;
    margin: 0 auto;
}

.orange {
    color: #ff6727;
}

.vertical-margin.vertical-margin {
    margin: 16px 0;
}

.horizontal-margin {
    margin: 0 auto;
}

.preloader {
    background: url(../images/preloader.gif) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    position: absolute;
    top: 42%;
    left: 49%;
}

.preloader-container:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(70, 70, 70, 0.2);
    width: 100%;
    height: 100%;
}

.gray, .grey {
    color: #969696;
}

.border-top {
    border-top: solid 1px #e3e3e3;
}

.start {
    background-image: url('../images/yq-service-yq-catalogue-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}

.yqservice_categoryfloatbox ul {
    padding: 0;
    margin-top: 0;
}

.yqservice_categoryfloatbox ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    position: relative;
}

.language-panel {
    height: 29px;
    padding: 8px 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #89bdd3;
    z-index: 999;
}

.language-panel img:hover {
    cursor: pointer;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
}

.header-logo a {
    text-decoration: none;
}

.header-logo a span {
    color: #FFF;
    font-size: 14px;
}

.header-logo a span.letter {
    color: #FFFFFF;
    font-size: 22px;
}

.language-panel > div {
    display: inline-block;
}

.language-panel > div:first-child {
    float: left;
    width: 30%;
}

.language-panel > div:not(:first-child) {
    float: right;
}

.language-panel > div:not(:first-child) a {
    color: #FFF;
}

.language-panel label {
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
}

.language-panel select {
    width: 135px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    color: #FFF;
    padding: 0 16px;
}

.language-panel select option {
    color: #006FA4;
}

.language-panel select:focus {
    outline: none;
}

.start-desc {
    padding: 290px 0;
    text-align: center;
}

.start-desc > span {
    font-size: 18px;
    color: #000;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.start-desc-content {
    background: rgba(0, 0, 0, 0.6);
    padding: 90px 0;
    color: #FFF;
}

.start-desc .start-desc-content > h1.animated:before {
    animation: rotate-logo 2s;
}

.start-desc .start-desc-content > h1:before {
    content: '';
    position: absolute;
    border: solid 5px #FFF;
    width: 127px;
    transform: rotate(-8deg);
    height: 80px;
    background: rgba(34, 108, 119, 0.4);
    z-index: -1;
    user-select: none;
    border-radius: 21px;
}

.start-desc .start-desc-content > h1 {
    position: relative;
    cursor: pointer;
    font-size: 72px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 10;
}

.start-desc .start-desc-content > h1 + span {
    display: block;
    margin-top: 40px;
}

.start-desc .start-buttons {
    margin-top: 20px;
}

.start-desc .start-buttons > a {
    border: solid 1px #FFF;
    display: inline-block;
    padding: 40px;
    font-size: 24px;
    color: #FFF;
    min-width: 300px;
    text-decoration: none;
}

.start-desc .start-buttons > a:hover,
.start-desc .start-buttons > a:focus,
.start-desc .start-buttons > a:active {
    background: #FFFFFF;
    color: #000000;
}

.start-desc .start-buttons > a:not(:first-child) {
    margin-left: 10px;
}

@media screen and (max-width: 1150px) {
    .start-desc .start-buttons > a:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
}

.yqservice_categoryfloatbox ul li a {
    display: block;
    position: relative;
    min-width: 110px;
    padding: 10px 10px 10px 40px;
    color: #fdfdfd;
    line-height: 12px;
    font: 12px 'Roboto', sans-serif;
    text-decoration: none;
    background: #89bdd3;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 1px 0 0 rgba(0, 0, 0, .1);
}

.yqservice_categoryfloatbox ul li.current > a,
.yqservice_categoryfloatbox ul li.no-childrens.current > a {
    box-shadow: 0 6px 19px -6px #22507b inset;
    z-index: 1;
}

.yqservice_categoryfloatbox ul li a.category-heading {
    padding-left: 7px;
    background: #f5f5f5;
    color: #333333;
    text-shadow: none;
    font-size: 16px;
    border-bottom: solid 2px #FFF;
}

.yqservice_categoryfloatbox ul li.no-childrens a {
    background: #f5f5f5;
    color: #006FA4;
    text-shadow: none;
    border-bottom: solid 1px #FFF;
    transition: all ease-out .3s;
}

.yqservice_categoryfloatbox ul li.no-childrens a:hover,
.yqservice_categoryfloatbox ul li.no-childrens a.active {
    background: #89bdd3;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1), 0 1px 0 0 rgba(0, 0, 0, .1);
    color: #FFF;
}

.categoryExpand {
    background: url(../images/qgroups/expand_plus.gif);
    width: 16px;
    height: 16px;
    display: inline-block;

}

.wizard-table td {
    position: relative;
}

.yqservice_SelectedRow td a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3001;
}

.control_button {
    margin-top: 10px;
    padding: 0 20px;
}

.alert_message {
    color: #ffffff;
    border: solid 1px #CF000F;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #E74C3C;
}

.request_message {
    color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #89bdd3;
    line-height: 1.33;
}

.request_message > div {
    word-wrap: break-word;
}

.response_message {
    border: solid 1px #e3e3e3;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #ffffff;
    line-height: 1.33;
}

.request_message .request_time {
    padding: 0 0 10px 0;
}

.alert_message .more {
    margin-top: 15px;
    background: #FFF;
}

.alert_message .show-more-button a {
    color: #353333;
}

.alert_message .more .table {
    border-collapse: collapse;
    color: #353333;
}

.alert_message .more .table,
.alert_message .more .table td,
.alert_message .more .table th {
    border-color: #353333;
}

.btn {
    background: none;
    border: solid 1px #e3e3e3;
    height: 26px;
    cursor: pointer;
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

.btn.btn-default {
    border: 1px solid #e3e3e3;
}

.btn.search {
    background: url(../images/search.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    height: 36px;
    width: 40px;
    vertical-align: bottom;
    margin-left: -1px;
    background-color: #89bdd3;
    border: solid 1px #89bdd3;
    position: relative;
    /*border-top-right-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/
}

.btn.search:before {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    background: #3870a4;
}

tr.complete td {
    padding-top: 20px;
}

input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    height: 26px;
    padding: 3px 0 3px 3px;
    margin: 0;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.g_input .g_input_error {
    border-color: red;
}

.find .g_input_error input[type=text], textarea,
form[name="findByOEM"] .g_input_error input[type=text],
form[name="findByOEM"] .g_input_error input[type=submit],
.catalogs-search .g_input_error input[type=text], textarea {
    box-shadow: 18px 3px 5px 0 rgba(173, 23, 23, 0.31);
    border: 1px solid #ff0000;
}

form[name="findByOEM"] .g_input_error input[type=submit] {
    border-left: transparent;
}

.oem-search #findByOEM .g_input,
.oem-search #findByOEM .g_input_error {
    margin-top: 0;
}

[name=findByCustom] .g_input {
    margin-top: 0;
}

[name=findByCustom] .custom-fields td:first-child .g_input input[type=text] {

}

[name=findByCustom] .custom-fields td:not(:first-child) .g_input input[type=text] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[name=findByCustom] td.submit {
    margin-left: -3px;
    display: block;
}

input[type=text].catalog_search_input {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    height: 36px;
    padding: 3px 0 3px 10px;
    margin: 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    box-shadow: 18px 3px 5px 0 rgba(56, 112, 164, 0.2);
    /*border-top-left-radius: 30px;*/
    /*border-bottom-left-radius: 30px;*/
    font-size: 16px;
}

.find input[type=text].catalog_search_input,
#qgTree input[type=text].catalog_search_input {
    height: 32px;
    border-radius: 0;
}

.find input.btn.search,
#qgTree input.btn.search {
    height: 32px;
    border-radius: 0;
}

#gqGroupsWrapper > ul > li {
    margin-left: 0;
}

.float-right {
    float: right;
}

input[type=text]:focus, textarea:focus,
input[type=password]:focus {
    box-shadow: 0 0 5px #e3e3e3;
    margin: 0;
    outline: none;
}

.select::-ms-expand {
    display: none;
}

.legend-table tr td img:not(:first-child) {
    margin-left: 5px;
}

.select[disabled] {
    background: none;
}

.select:hover {
    border-color: #dbdbdb;
}

.select:active {
    border-color: #999;
    background: none;
}

.select:-moz-focusring {
    border-color: #999;
    background: none;
}

.btn:not('.search'):hover, .btn:not('.search'):active {
    background: #89bdd3;
    border: solid 1px #89bdd3;
    color: #FFF;
    text-decoration: none;
}

.find {
    border: solid 1px #e3e3e3;
    flex-basis: 404px;
    padding: 24px 16px;
    margin-right: 8px;
    margin-top: 8px;
    text-align: center;
}

.find .controls {
    margin-top: 15px;
}

.container .controls:first-child {
    margin-top: 16px;
}

.find h2 {
    font-weight: 300;
    margin-top: 0;
}

.catalog_search_input {
    width: 200px;
}

.find .catalog_search_input.other_search {
    width: 200px;
}

.select_clear:after {
    background: url('modul/yqservice/assets/images/remove.png');
    content: '';
    position: absolute;
}

ul.yqservice_tab, li.yqservice_tab {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.yqservice_tab {
    border-bottom: solid 1px #DEDEDE;
    height: 29px;
    padding-left: 0;
}

li.yqservice_tab, li.yqservice_activetab {
    float: left;
    margin-right: 2px;
}

.yqservice_tab a:link, .yqservice_tab a:visited {
    display: block;
    float: left;
    height: 30px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    padding-right: 5px;
}

.yqservice_tab a span {
    display: block;
    float: left;
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
    cursor: pointer
}

.xboxcontent {
    margin-bottom: 8px;
}

.xboxcontent .select {
    width: 160px;
}

.content-wrapper .xboxcontent input.small-input {
    width: 140px;
}

.content-wrapper .xboxcontent input[type="submit"].small-input {
    background-color: #FFF;
    background-image: url(../images/search-black.png);
    width: 20px;
    padding: 0 16px;
}


.button {
    background: #89bdd3;
    margin-top: -7px;
    font-size: 16px;
    padding: 6px;
    min-width: 160px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    display: inline-block;
    border: solid 1px #89bdd3;
}

div.yqservice_floatunitlist_150, div.yqservice_floatunitlist_175, div.yqservice_floatunitlist_200, div.yqservice_floatunitlist_225, div.yqservice_floatunitlist_250, .inline_block {
    display: -moz-inline-stack; /* for FF2*/
    display: inline-block; /* normal browsers */
    zoom: 1; /* for IE (hasLayout true) */
}

div.yqservice_page_header {
    min-height: 40px;
    width: 100%;
    margin-bottom: 10px
}

div.yqservice_floatunitlist_box {
    padding: 2px;
    cursor: pointer;
    overflow: hidden;
    background: none;
}

div.yqservice_floatunitlist_box_hover {
    color: white;
    background: #89bdd3 !important;
}

div.yqservice_floatunitlist_150 {
    width: 164px;
    height: 225px;
}

div.yqservice_floatunitlist_175 {
    width: 193px;
    height: 250px;
}

div.yqservice_floatunitlist_200 {
    width: 214px;
    height: 270px;
}

div.yqservice_floatunitlist_225 {
    width: 239px;
    height: 300px;
}

div.yqservice_floatunitlist_250 {
    width: 264px;
    height: 350px;
}

div.yqservice_floatunitlist_150 div, div.yqservice_floatunitlist_175 div, div.yqservice_floatunitlist_200 div, div.yqservice_floatunitlist_225 div, div.yqservice_floatunitlist_250 div {
    height: 100%;
}

div.yqservice_floatunitlist_150 div table, div.yqservice_floatunitlist_175 div table, div.yqservice_floatunitlist_200 div table, div.yqservice_floatunitlist_225 div table, div.yqservice_floatunitlist_250 div table {
    width: 100%;
    height: 100%;
    border: solid 1px #e3e3e3;
    text-align: center;
    background: white;
    font-size: 13px;
}

.yqservice_floatunitlist_image_150 {
    height: 150px;
}

.yqservice_floatunitlist_image_175 {
    height: 175px;
}

.yqservice_floatunitlist_image_200 {
    height: 200px;
}

.yqservice_floatunitlist_image_225 {
    height: 225px;
}

.yqservice_floatunitlist_image_250 {
    height: 250px;
}

.yqservice_floatunitlist_image_250 > div {
    display: inline;
}

div.yqservice_categoryfloatbox {
    flex-basis: 300px;
    margin-right: 16px;
}

.float-unitlist {
    flex-grow: 1;
    flex-basis: 1340px;
}

.yqservice_categoryitem_selected {
    background: #89bdd3;
    color: white;
}

div.yqservice_categoryitem_selected a, div.yqservice_categoryitem_selected a:hover {
    color: white;
}

a.yqservice_categoryitem_selected, a.yqservice_categoryitem_selected:hover {
    color: white;
    margin-left: 10px;
    display: inline-block;
    line-height: 13px;
    width: 240px;
    font-size: 13px;
    padding: 5px;
    vertical-align: bottom;
}

a.yqservice_subcategoryitem_selected, a.yqservice_subcategoryitem_selected:hover {
    color: white;
    display: inline-block;
    line-height: 13px;
    background: #89bdd3;
    font-size: 13px;
    padding: 5px;
}

.yqservice_categoryitem {
    margin-left: 10px;
    display: inline-block;
    line-height: 13px;
    width: 240px;
    font-size: 13px;
    padding: 5px;
}

.plus-wrapper {
    min-width: 16px;
    vertical-align: top;
    display: inline-block;
}

span.plus {
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
    border: solid 1px #ffffff;
    color: #ffffff;
    position: absolute;
    z-index: 11;
    top: 7px;
    left: 7px;
    user-select: none;
    line-height: 16px;
}

.category {
}

.unitlist-subcategory {
    margin-left: 20px;
}

.unitlist-subcategory li {
    transition: ease all 0.5s;
}

.unitlist-subcategory.first {
    border-top: solid 1px #e3e3e3;
    margin-top: 10px;
}

.yqservice_subcategoryitem {
    display: block;
    line-height: 13px;
    font-size: 13px;
    padding: 5px;
}

/* Catalogs */

div.yqservice_floatcatalog {
    float: left;
    padding: 5px;
}

div.yqservice_floatcatalog div {
    padding: 2px;
}

div.yqservice_floatcatalog div table {
    background: white;
}

table.yqservice_tablecatalog {
    width: 90%;
    border-collapse: collapse;
    border: none;
}

table.yqservice_tablecatalog tr,
table.yqservice_tablecatalog tr a {
    transition: all ease-in-out .15s;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

table.yqservice_tablecatalog tr td span.letter {
    font-size: 24px;
}

table.yqservice_tablecatalog tr.over td span.letter {
    color: #FFF;
}

table.yqservice_tablecatalog tr[onclick] {
    cursor: pointer;
}

table.yqservice_tablecatalog tr.bordered {
    border-bottom: solid 1px #e3e3e3;
}

table.yqservice_tablecatalog tbody tr td {
    padding: 2px;
    height: 28px;
    vertical-align: middle;
}

table.yqservice_tablecatalog tbody tr td a:hover {
    color: white;
}

table.yqservice_tablecatalog tbody tr th {
    background: #89bdd3;
    color: white;
    font-weight: 500;
    padding: 5px;
    margin: 0;
}

.yqservice_SelectedRow {
}

.yqservice_SelectedRow .select {
    float: left;
}

.yqservice_SelectedRow td {
    padding: 0 20px;
}

/* Catalog */

.yqservice_catalogicon {
    clear: right;
    float: right;
    width: 176px;
}

.g_input_error, .g_input {
    display: -moz-inline-stack; /* for FF2*/
    display: inline-block; /* normal browsers */
    zoom: 1; /* for IE (hasLayout true) */
    margin-top: 5px;
}

.with-validate input[type="text"].g_input_error,
.with-validate input[type="password"].g_input_error {
    border: solid 1px red;
}

/* Details */

.g_row_hided {
    display: none;
}

tr.g_replacementRow {
    font-size: 90%;
    background: #EEEEEE;
}

/* Common */

tr.over {
    color: white;
    background: #89bdd3;
}

tr.over a, tr.over a:hover, tr.over a:visited {
    color: white;
}

table.yqservice_table tbody tr td {
    padding: 4px;
    vertical-align: middle;
}

table.yqservice_table tr td {
    cursor: pointer;
}

table.yqservice_table tbody tr th {
    padding: 5px;
    margin: 0 auto;
    text-align: left;
}

.block_header {
    margin: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

div.g_highlight_over {
    color: white;
    background: #89bdd3;
}

tr.g_collapsed {
    cursor: pointer;
}

.g_highlight_over a, .g_highlight_over a:hover, .g_highlight_over a:focus, .g_highlight_over a:active, .g_highlight_over a:visited {
    color: #FFF;
}

.table tr.g_highlight_over, .table tr.g_highlight_lock,
.table.stripped tr:nth-child(2n).g_highlight_over, .table.stripped tr:nth-child(2n).g_highlight_lock {
    color: white;
    background: #89bdd3;
}

tr.g_highlight_lock td a {
    color: #FFF;
}

div.g_highlight_glow {
    color: white;
    background: #A40000;
}

.yqservice_catalogicon {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
}

.qdetails .category .row_wrapper {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
}

.qdetails .category .header {
    margin-bottom: 10px;
    background: #89bdd3;
    padding: 16px;
    text-transform: uppercase;
}

.qdetails .category .header > h3,
.qdetails .category .header > h3 > a {
    margin: 0;
    color: #FFF;
}

.qdetails .category .unit {
    margin-right: 16px;
    flex-basis: 300px;
    text-align: center;
    padding: 8px;
}

.qdetails .category .unit a {
    margin: 16px 10px;
    font-size: 14px;
    max-width: 100%;
    display: block;
    text-transform: uppercase;
}

.qdetails .category .unit img.img_group {
    height: auto;
    max-width: 80%;
}

.qdetails .category .details_table_wrapper {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    flex-basis: 50%;
}

.unit_page .unit .column {
    /*max-height: 800px;*/
    overflow: auto;
    flex-grow: 1;
    flex-basis: 50%;
}

.unit_page .xboxcontent {
    background: #FFFFFF;
    padding: 8px 0;
}

.unit_page .block_header {
    flex-grow: 2;
    line-height: 32px;
}

.unit_page .unit .column .no-items {
    margin-left: 10px;
}

.unit_page .unit .attributes_wrapper {
    width: 100%;
}

.unit_page .unit .attributes {
    margin-bottom: 16px;
}

.unit_page .unit #viewtable {
    position: relative;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #e3e3e3;
    box-shadow: 0 8px 16px 0 rgba(0, 12, 47, 0.05), 0 4px 8px 0 rgba(0, 12, 47, 0.1);
    background-color: #ffffff;
    padding: 5px;
}

#tooltip a {
    color: #000000;
}

#tooltip h3, #tooltip div {
    margin: 0;
}

#viewport {
    width: 650px;
    height: 600px;
    overflow: auto;
    margin-right: 16px;
    display: inline-block;
    border: solid 1px #e3e3e3;
    position: relative;
}

#viewport div,
#cboxLoadedContent > div.dragger {
    cursor: pointer;
}

#viewport .g_highlight_over,
#cboxLoadedContent .g_highlight_over {
    border: 2px solid #ee5500 !important;
    background: none;
}

#viewport .g_highlight_lock,
#cboxLoadedContent .g_highlight_lock {
    border: 2px solid #ee5500 !important;
    background: none;
}

#viewport .g_highlight {
    border: 2px solid transparent;
    background: none;
    cursor: pointer;
}

#g_container {
    position: relative;
}

#g_container #viewtable {

}

.yqservice_zoom,
#unitlist-zoom {
    float: left;
}

.yqservice_zoom img,
#unitlist-zoom img {
    background: #FFF;
}

.yqservice_floatunitlist_box > div.yqservice_unit_icons > div.yqservice_zoom, #viewport > span.yqservice_zoom,
.gdImageCol > div.yqservice_unit_icons,
#unitlist-zoom {
    display: none;
}

.yqservice_floatunitlist_box:hover > div.yqservice_unit_icons > div.yqservice_zoom,
#viewport:hover > span.yqservice_zoom,
.gdImageCol:hover > div.yqservice_unit_icons {
    display: block;
    margin: 5px;
}

.yqservice_floatunitlist_box:hover > div.yqservice_unit_icons > #unitlist-zoom {
    display: block;
}

#tooltip {
    z-index: 9999;
}

.g_filter_row, .g_filter_row a {
    color: #ff8c00;
}

.g_filter_scroller {
    overflow: auto;
    height: 15em;
    width: 600px;
}

.yqservice_unit_filter {
    float: left;
}

.yqservice_unit_icons {
    height: 32px !important;
    position: absolute;
    float: left;
    z-index: 50;
    padding: 5px;
    cursor: pointer;
}

.qdetails .unit .gdImage {
    border: solid 1px #e3e3e3;
}


a.g_filter_unit {
    color: #FF8C00;
}

div.g_filter_label {
    padding-bottom: 10px;
}

div.g_filter_note {
    padding-left: 23px;
}

span.g_filter_name {
    font-weight: bold;
}

div.g_catalog_float_box {
    float: left;
    width: 95px;
    height: 90px;
    text-align: center;
}

div.g_catalog_float_icon {
    height: 45px;
}

div.g_catalog_float_name {
    overflow: hidden;
    height: 50px;
}

.vehicles-page-wrapper {
    height: 100%;
}

.tooltip-name {
    vertical-align: top;
}

.tooltip-value {
    max-width: 400px;
    vertical-align: top;
}

#qgTree {
    flex-basis: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}

#qgTree #qgsearchinput {
    width: 300px;
    height: 32px;
    margin-bottom: 8px;
}

#qgDetails {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    flex-grow: 1;
}

#qgDetails:empty {
    background-color: #e3e3e3;
    background-image: url('../images/settings.png');
    background-position: center center;
    background-repeat: no-repeat;

}

.gdCategory h3 {
    padding: 25px 0 10px;
}

.gdImage {
    margin: 2px;
    background: white;
}

.table {
    border-collapse: separate;
    width: calc(100% - 2px);
    margin-bottom: 18px;
}

.table.bordered td,
.table.bordered th {
    border-bottom: solid 1px #e3e3e3;
}

.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
}

.table.stripped tr:nth-child(2n) {
    background: #e3e3e3;
}

.table.vehicle-modifications td.children-table-wrapper {
    padding: 0;
    transition: all ease-in-out .3s;
}

.table.vehicle-modifications td.children-table-wrapper table.vehicle-modifications th,
.table.vehicle-modifications td.children-table-wrapper table.vehicle-modifications thead {
    line-height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.grouped-vehicles h3 {
    margin-bottom: 0;
    font-size: 36px;
}

.grouped-vehicles div h3:first-child {
    margin-top: 0;
}


.grouped-vehicles .modification-column {
    height: 35px;
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #000;
}

.grouped-vehicles .over .modification-column {
    color: #FFF;
}

.grouped-vehicles .vehicle-modifications td {
    vertical-align: top;
}

.grouped-vehicles .modification-column.opened {
    height: auto;
}

.grouped-vehicles .show-more-button {
    margin: 10px 0;
    font-size: 12px;
}

.grouped-vehicles .show-more-button + .arrow-wrapper {
    width: 12px;
}

.vehicle-modifications .table-header {
    background: #e3e3e3;
}

.table.vehicle-modifications td.children-table-wrapper .vehicle-modifications {
    margin-bottom: 0;
}

.table.vehicle-modifications td.children-table-wrapper .vehicle-modifications tr:first-child td {
    border-top: none;
}

.table.vehicle-modifications td.children-table-wrapper .vehicle-modifications {
    border: none;
}

.table.vehicle-modifications td.show-more-wrapper {
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.vehicle-modifications .show-more-wrapper .arrow-wrapper {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.vehicle-modifications .show-more-wrapper .arrow-wrapper > svg > g {
    fill: #89bdd3;
}

.table.vehicle-modifications td.show-more-wrapper:hover {
    background: #89bdd3;
}

.table.vehicle-modifications td.show-more-wrapper:hover .arrow-wrapper > svg > g {
    fill: #FFF;
}

.arrow-wrapper > svg {
    transition: all ease-in-out .3s;
}

.table.vehicle-modifications td.show-more-wrapper a.show-more.active + .arrow-wrapper > svg {
    transform: rotate(-180deg);
}

.table.vehicle-modifications td.show-more-wrapper:hover a {
    color: #FFF;
}

.vehicle-modifications tr {
    cursor: pointer;
}

.table.vehicle-modifications td.show-more-wrapper a {
    text-decoration: none;
    font-size: 14px;
}

.grouped-vehicles .table.vehicle-modifications th,
.grouped-vehicles .table.vehicle-modifications td {
    width: 10%;
}

.grouped-vehicles .table.vehicle-modifications th > span,
.grouped-vehicles .table.vehicle-modifications td > span {
    display: block;
}

.grouped-vehicles {
    overflow: auto;
}

.table.border-none td {
    border: none;
}

.gdUnit .gdImageCol {
    width: 25%;
}

.gdUnit tr td {
    padding-bottom: 25px;
}

.gdUnit:hover {
    background: #eee;
}

.gdNoImage {
    background: url(images/noimage.png) center no-repeat #fff;
}

.gVehicleLink, .gQuickGroupsLink {
    float: right;
    padding: 10px;
    background: #89bdd3;
    color: white;
}

.gVehicleLink a, .gQuickGroupsLink a {
    color: white;
}

.yqservice_categoryfloatbox .gQuickGroupsLink {
    float: none !important;
}

.g_addgr_collapsed {
    display: none;
}

.g_nonstandarddetail, .g_nonstandarddetail a {
    color: #ff6600;
}

.table.full-width {
    width: 100%;
}

.table.collapse {
    border-collapse: collapse;
}

.unit_filter {
    min-width: 600px;
    margin-bottom: 20px;
}

.unit_filter .page_header {
    margin-bottom: 20px;
}

.unit_filter .page_header h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.unit_filter .page_header span {
    font-size: 14px;
}

.unit_filter .filter_form .unit-filter-field-wrapper {
    margin-top: 10px;
    display: block;
}

.unit_filter .filter_form .filter_label_wrapper {
    padding: 5px 15px 5px 0;
    width: 290px;
    display: inline-block;
    vertical-align: middle;
}

.unit_filter .filter_form .filter_select_wrapper {
    display: inline-block;
    vertical-align: middle;
}

.unit_filter .filter_form .controls {
    margin-top: 15px;
}

.clear_both {
    clear: both;
}

/*.breadcrump-wrapper {*/
/*border: solid 1px #e3e3e3;*/
/*margin: 0 0 10px 0;*/
/*}*/

/*.breadcrump-wrapper .breadcrumb {*/
/*margin: 5px 0;*/
/*padding-left: 10px;*/
/*}*/

/*.breadcrump-wrapper .breadcrumb > li {*/
/*display: inline-block;*/
/*list-style: none;*/
/*font-size: 12px;*/
/*}*/

/*.breadcrump-wrapper .breadcrumb > li:not(:first-child):before {*/
/*display: inline-block;*/
/*vertical-align: bottom;*/
/*font-size: 0;*/
/*height: 12px;*/
/*width: 0;*/
/*border-left: 1px solid #b5b5b5;*/
/*border-right: 1px solid #d8d8d8;*/
/*margin: 0 3px 1px;*/
/*content: '';*/
/*}*/

.breadcrumb {
    overflow: hidden;
    width: 100%;
    padding-left: 0;
}

.breadcrumb li {
    float: left;
    list-style: none;
    line-height: 1.35;
}

.breadcrumb a {
    padding: 3px 16px;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    font-size: 12px;
    min-height: 14px;
}

.breadcrumb li:not(:first-child) a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-left: solid 1px #e3e3e3;
    border-top: solid 1px #e3e3e3;
    transform: rotate(135deg);
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.breadcrumb a.not-active {
    cursor: no-drop;
}

.breadcrumb li:first-child {
    margin-left: 0;
}

.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb .current,
.breadcrumb .current:hover {
    background: none;
}

.breadcrumb .current a {
    color: #006fa4;
}

.breadcrumb .current::after,
.breadcrumb .current::before {
    content: normal;
}

.am-checkbox-wrapper {
    min-height: 40px;
}

.am-input-wrapper {
    min-height: 40px;
}

.am-input-wrapper .g_input {
    display: inline-block;
    min-width: 265px;
}

.am-input-wrapper .g_input label {
    vertical-align: middle;
}

.am-options-header {
    display: inline-block;
    width: 150px;
}

.am-checkbox-wrapper .am-checkbox {
    min-width: 155px;
    display: inline-block;
    position: relative;
}

.am-checkbox-wrapper .am-checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 0;
    background: #f9f9f9;
    box-shadow: inset 0 1px 1px white, 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: -1;
    border: solid 1px #e3e3e3;
}

.am-checkbox-wrapper .am-checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #006FA4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.am-checkbox:hover:after {
    opacity: 0.5;
}

.am-checkbox-wrapper .am-checkbox input[type=checkbox] {
    content: '';
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}

.am-checkbox-wrapper .am-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.am-checkbox-wrapper .am-checkbox input[type=checkbox]:checked ~ .am-checkbox-label {
    color: #006FA4;
}

.am-checkbox-wrapper .am-checkbox .am-checkbox-label {
    display: inline-block;
    margin-left: 5px;
    margin-top: 7px;
    color: #a9a9a9;
}

.am-detail-heading {
    font-size: 22px;
    padding: 15px 0;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: -1px;
}

.am-detail-heading > span:not(:first-child) {
    margin-left: 8px;
}

.am-detail-property-name {
    font-size: 16px;
}

.am-detail-property-value {
    font-size: 16px;
}

.am-detail .am-oem:hover,
.am-detail .manufacturerInfo:hover {
    color: #006FA4;
}

.error-message-block {
    font-size: 20px;
    text-align: center;
}

.error-message-block h2 {
    font-size: 48px;
    margin: 20px 0 20px;
}

.error-message-block h2 + span {
    display: block;
}

.error-message-block .btn {
    display: block;
    width: 180px;
    margin: 20px auto;
    padding: 10px 0;
}

.error-message-block #more {
    margin: 20px 0;
    font-size: 20px;
    line-height: 28px;
}

.error-message-block #more ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-message-block #more ul li > span {
    font-weight: bold;
}

.vehicle-page-wrapper .oem-search .find,
.qgroups-wrapper .oem-search .find {
    padding: 0 20px;
    margin-top: -3px;
}

.table.no-border {
    border: none;
}

.revision-block {
    color: #006FA4;
    border: solid 1px;
    box-sizing: border-box;
    padding: 10px;
    position: fixed;
    bottom: 0;
    background: #FFF;
    right: 0;
    box-shadow: -1px 2px 40px 1px #e3e3e3;
    z-index: 222;
}

.qgContainer {
    padding: 0;
    margin: 0;
}

.qgContainer li {
    list-style-type: none;
}

.qgNode {
    margin-left: 18px;
    zoom: 1;
}

.qgIsRoot {
    margin-left: 0;
}

.qgIsLast {
    background-image: url(../images/qgroups/i_half.gif);
    background-repeat: no-repeat;
}

.qgExpandOpen .qgExpand {
    background: url(../images/qgroups/expand_minus.png) no-repeat #FFF;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.qgExpandClosed .qgExpand {
    background: url(../images/qgroups/expand_plus.png) no-repeat #FFF;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.qgExpandLeaf .qgExpand {
    background-image: url(../images/qgroups/document.png);
}

.qgContent {
    min-height: 24px;
    line-height: 28px;
    margin-left: 28px;
}

.qgExpand {
    width: 18px;
    height: 18px;
    float: left;
}

.qgExpandLoading {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(../images/qgroups/expand_loading.gif);
}

.qgExpandOpen .qgContainer {
    display: block;
}

.qgExpandClosed .qgContainer {
    display: none;
}

.qgExpandOpen .qgExpand, .qgExpandClosed .qgExpand {
    cursor: pointer;
}

.qgExpandLeaf .qgExpand {
    cursor: auto;
}

.transparent-border {
    border-top: solid 1px transparent;
}

.flex {
    display: flex;
}

.flex.space-between {
    justify-content: space-between;
}

.flex.align-items-center {
    align-items: center;
}

.flex.flex-start {
    justify-content: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex.catalogs {
    margin-top: 10px;
}

.catalogs {
    padding: 16px;
    border: solid 1px #e3e3e3;
    margin-top: 16px;
}

.catalogs > h1 {
    margin-top: 0;
}

.flex .catalogs-search {
    flex-basis: 33.33333%;
}

.find th {
    font-weight: normal;
}

.auth-page-wrapper {
    width: 200px;
    margin: 170px auto;
    padding: 16px;
    border: solid 1px #e3e3e3;
    border-radius: 3px;
}

.auth-page-wrapper > h3 {
    text-align: center;
}

form.login-form > div {
    margin-top: 16px;
}

.btn {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    cursor: pointer;
}

.btn.blue {
    background-color: #89bdd3;
    color: #fff;
    border: 1px solid transparent;
}

form.login-form input[type="text"],
form.login-form input[type="password"] {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    height: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
}

form.login-form .login-description {
    width: 100%;
}

.logout-button:active,
.login-button:active,
.logout-button:focus,
.login-button:focus {
    outline: none;
}

.login-button {
    background: none;
    box-shadow: none;
    cursor: pointer;
    padding: 2px 10px;
    border: solid 1px #FFF;
    border-radius: 30px;
    color: #FFF;
    transition: all ease-in-out .2s;
}

.login-button .sign-in {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.login-button > .sign-in + svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 16px;
}

.login-button svg path {
    transition: all ease-in-out .2s;
}

.login-button:hover,
.login-button:active {
    color: #006FA4;
    background: #FFF;
}

.login-button:hover svg path,
.login-button:active svg path {
    fill: #006FA4;
}

.user-icon {
    display: inline-block;
    vertical-align: middle;
}

.username {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-transform: capitalize;
}

.logout-button {
    background: none;
    border: none;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    vertical-align: middle;
}

.logout-button:hover {
    color: #3870a4;
}

/* MESSAGES */

.message_default {
    color: #000000;
    border: solid 1px #b7b7b7;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #d0d0d0;
    line-height: 1.33;
}

.message_success {
    color: #ffffff;
    border: solid 1px #7eb15f;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #b3da9b;
    line-height: 1.33;
}

.message_warning {
    color: #ffffff;
    border: solid 1px #CF000F;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #E74C3C;
}

/* END MESSAGES */

#qgTree .btn.reset-button {
    position: absolute;
}

#qgTree #qgsearchinput + .btn {
    margin-left: -1px;
}

.version-info-icon {
    color: #FFF;
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url('../images/help.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.version-info {
    background: #FFF;
    padding: 16px;
    position: fixed;
    right: 0;
    top: 50px;
    border: solid 1px #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.version-info:after {
    content: '';
    background: #FFF;
    width: 16px;
    height: 16px;
    position: absolute;
    border-top: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    top: -10px;
    transform: rotate(45deg);
    right: 110px;
}

body .hidden {
    display: none;
}

.yqservice_floatunitlist_title {
    padding: 0 20px;
}

a.yqservice_tablecatalog {
    text-decoration: none;
    color: #333333;
}

.devider {
    width: 80%;
    height: 1px;
    background: #e3e3e3;
    margin: 0 auto;
    clear: both;
}

.footer {
    background: #e3e3e3;
    height: 60px;
    padding: 20px 15px;
    margin-top: 100px;
    margin-left: -8px;
    width: calc(100% - 14px);
}

.footer .footer-content {
    margin: 16px;
}

.footer > .yqservice {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
}

.footer > .yqservice > a {
    text-decoration: none;
}

.footer > .yqservice .text {
    color: #333333;
}

.footer > .yqservice .letter {
    color: #89bdd3;
    font-size: 36px;
}

.footer .yqservice .copyright {
    font-size: 15px;
    vertical-align: super;
    color: #333333;
}

.response-data-link {
    background: #FFF;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    display: inline-block;
    border: solid 1px #c9c9c9;
    color: #c9c9c9;
    margin-bottom: 6px;
    transition: all ease-in-out .2s;
    line-height: normal;
    cursor: pointer;
}

.button:hover,
.response-data-link:hover,
.button.active,
.response-data-link.active {
    color: #FFF;
    background: #89bdd3;
    border: solid 1px #89bdd3;
}

.response-data-link,
.response-data-link:hover,
.response-data-link:focus,
.response-data-link:active {
    text-decoration: none;
}

.g_additional_toggler {
    vertical-align: middle;
}

div.info {
    width: 24px;
    height: 24px;
    background-image: url('../images/info_yqservice.png');
    background-repeat: no-repeat;
    background-size: cover;
}

div.info:hover,
tr.g_highlight_over div.info,
tr.g_highlight_lock div.info {
    background-image: url('../images/info_yqservice_white.png');
}

.login-form .login-description {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.login-form .login-description a {
    color: #006FA4;
}

.details-not-found {
    color: #006FA4;
    text-align: center;
    padding: 50px 0;
    border-bottom: solid 1px #e3e3e3;
    font-size: 24px;
}

.search-table-wrapper {
    display: inline-block;
    width: calc(100% + 16px);
    background: #e3e3e3;
    margin-left: -8px;
}

/* TABS */

.tabs {
    padding: 16px;
    border-radius: 2px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.tabs .controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.tabs .controls button {
    background: none;
    margin-left: -1px;
    flex-grow: 1;
    position: relative;
    border-top: 0;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    user-select: none;
    color: #969696;
    text-align: center;
    transition: none;
    background: #FFF;
    margin-bottom: 0;
}

.tabs .controls button.active {
    color: #000000;
    height: 40px;
}

.tabs .controls button:hover {
    height: 40px;
}

.tabs .catalog_search_input {
    height: 26px;
    width: 439px;
}

.tabs .response-data-link {
    width: 176px;
    border-radius: 0;
}

.tabs .response-data-link:focus {
    outline: none;
}

.tabs span.example {
    margin-top: 8px;
    max-width: none;
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block;
}

/* END TABS */

.replacements-wrapper .replacements {
    overflow: hidden;
    height: auto;
    max-height: 0;
    margin: 0;
    list-style: none;
    transition: max-height ease .3s, margin ease .35s;
    padding-left: 16px;
}

.replacements-wrapper .example {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #e3e3e3;
}

.replacements-wrapper .detail {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #e3e3e3;
    min-width: 20%;
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 30%;
    padding-right: 56px;
}

.replacements-wrapper .detail .detail-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.replacements-wrapper .detail:after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #0072a0;
    top: 0;
    border: solid 1px #0072a0;
    border-radius: 3px;
}

.replacements-wrapper .detail.active:after {
    content: '-';
}

.replacements-wrapper .detail.active ul.replacements {
    display: block;
    max-height: 16000px;
    margin-top: 16px;
}

.replacements-wrapper ul.replacements > li {
    padding: 8px 0;
}

.replacements-wrapper ul.replacements > li.delimiter > div {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
}

.replacements-wrapper ul.replacements > li h3 {
    margin: 0;
}

.aftermarket-detail-image {
    flex-basis: 80px;
    flex-shrink: 1;
    margin: 16px 0;
    border: solid 1px #e3e3e3;
    overflow: hidden;
    min-height: 50px;
    cursor: pointer;
}

.aftermarket-detail-image:not(:first-child) {
    margin-left: 16px;
}

.aftermarket-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/link-blue.svg') no-repeat;
    background-size: cover;
}

.border-radius-0.border-radius-0.border-radius-0 {
    border-radius: 0;
}

.content-wrapper input.small-input,
.content-wrapper button.small-input {
    border-radius: 0;
    height: 32px;
}

.content-wrapper input.small-input {
    width: 239px;
}

.content-wrapper input[type="submit"].small-input {
    width: 30px;
}

.content-wrapper .chosen-container-single .chosen-single,
.content-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border-radius: 0;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    margin: 0;
}

.content-wrapper .language-panel .chosen-container-single .chosen-single span {
    color: #FFFFFF;
}

.content-wrapper .language-panel .chosen-container-single .chosen-single {
    border-radius: 30px;
    box-shadow: none;
    border: solid 1px #FFF;
    margin: 0;
}

.content-wrapper .language-panel .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.content-wrapper .chosen-container-single .chosen-drop {
    border-radius: 0;
    border: 1px solid #e3e3e3;
}

.content-wrapper .chosen-container .chosen-results li.highlighted {
    background: #89bdd3;
}

.content-wrapper .chosen-container-single .chosen-single div b {
    background: none;
    width: 10px;
    height: 10px;
    border-top: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    margin-top: 6px;
    transform: rotate(225deg);
}

.content-wrapper .language-panel .chosen-container-single .chosen-single div b {
    border-top: solid 1px #FFF;
    border-left: solid 1px #FFF;
}

.content-wrapper .chosen-container .chosen-drop {
    z-index: 9999;
}

.content-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: none;
    transform: rotate(45deg);
    margin-top: 12px;
}

.content-wrapper .chosen-container .chosen-results {
    padding: 0;
    margin: 0 0 4px 0;
}

::placeholder {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

div#yqservice_toolbar > *:not(:last-child) {
    margin-right: 16px;
}

div#yqservice_toolbar div,
div#yqservice_toolbar select,
div#yqservice_toolbar input {
    box-shadow: none;
    line-height: 32px;
}

.xboxcontent .btn.search,
.xboxcontent input[type=text].catalog_search_input {
    border: solid 1px #ffffff;
}

.xboxcontent {
    background: #89bdd3;
    display: flex;
    justify-content: flex-start;
    padding: 8px 16px;
}

.xboxcontent .g_input,
.xboxcontent .g_input_error {
    margin-top: 0;
}

.unit_page .xboxcontent .g_input,
.unit_page .xboxcontent .g_input_error {
    border: solid 1px #e3e3e3;
}

.xboxcontent .chosen-container-single .chosen-single {
    background: #FFF;
    box-shadow: none;
}

.xboxcontent .chosen-container-single .chosen-single {
    border: solid 1px #FFFFFF;
}

.xboxcontent .chosen-container-single .chosen-single span {
    border: none;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p, a, span, ul, li, b, h1, h2, h3, h4, h5, h6, strong, body, input, select {
    font-family: 'Roboto', sans-serif;
}

.xboxcontent .chosen-container-single .chosen-single span {
    border: none;
}

label[for="sort-type"] {
    background: url('../images/grouped_by.png') no-repeat center left;
}

.xboxcontent .button {
    line-height: 31px;
    margin: 0;
    background: #FFF;
    border: solid 1px #FFF;
    color: #444;
    padding: 0 16px;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    border-radius: 0;
}

.xboxcontent .button:hover {
    color: #FFF;
    background-color: #89bdd3;
}

.xboxcontent #list-parts-link:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../images/list.png') no-repeat center left;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 5px;
}

.xboxcontent #list-parts-link:hover:before {
    background: url('../images/list_white.png') no-repeat center left;
}

.sorting {
    flex-grow: 2;
}

input[type="radio"] {
    display: none;
}

.sorting input[type="radio"] + label {
    position: relative;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    user-select: none;
}

.sorting label[for="byCats"] {
    margin-left: 16px;
}

.sorting input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    background: #FFF;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.sorting input[type="radio"]:checked + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 4px;
    border: 3px solid #89bdd3;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.find-oem-table td .button.info span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.find-oem-table td .button.info span:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/info_yqservice_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.find-oem-table td .button.info:hover {
    background: #FFF;
    color: #89bdd3;
    text-decoration: none;
}

.find-oem-table td .button.info,
.find-oem-table td .button.info:active {
    color: #FFFFFF;
    text-decoration: none;
}

.find-oem-table td .button.info:hover span:before {
    background-image: url('../images/info_yqservice.png');
}

.parts-list-icon {
    background: url('../images/list.png') no-repeat 0 0;
    width: 12px;
    height: 12px;
    display: block;
    background-size: cover;
}

form#findByPlate {
    display: flex;
}

form#findByPlate input[type="text"] {
    width: 272px;
    margin-left: -1px;
}

.search-table-wrapper .chosen-container {
    background: #FFFFFF;
    min-width: 167px;
    margin-top: 5px;
}

.search-table-wrapper .chosen-container-active.chosen-with-drop .chosen-single,
.search-table-wrapper .chosen-container .chosen-single {
    height: 36px;
    line-height: 36px;
    border: solid 1px #CCC;
    box-shadow: none;
}

.search-table-wrapper .chosen-container-single .chosen-single div {
    top: 3px;
}

.replacements-wrapper .replacements {
    overflow: hidden;
    height: auto;
    max-height: 0;
    margin: 0;
    list-style: none;
    transition: max-height ease .3s, margin ease .35s;
    padding-left: 16px;
}

.replacements-wrapper .example {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #CCC;
}

.replacements-wrapper .detail {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #CCC;
    min-width: 20%;
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 30%;
    padding-right: 56px;
}

.replacements-wrapper .detail .detail-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.replacements-wrapper .detail:after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #0072a0;
    top: 0;
    border: solid 1px #0072a0;
    border-radius: 3px;
}

.replacements-wrapper .detail.active:after {
    content: '-';
}

.replacements-wrapper .detail.active ul.replacements {
    display: block;
    max-height: 16000px;
    margin-top: 16px;
}

.replacements-wrapper ul.replacements > li {
    padding: 8px 0;
}

.replacements-wrapper ul.replacements > li.delimiter > div {
    width: 100%;
    height: 1px;
    background: #CCC;
}

.replacements-wrapper ul.replacements > li h3 {
    margin: 0;
}

.aftermarket-detail-image {
    flex-basis: 80px;
    flex-shrink: 1;
    margin: 16px 0;
    border: solid 1px #CCC;
    overflow: hidden;
    min-height: 50px;
    cursor: pointer;
}

.aftermarket-detail-image:not(:first-child) {
    margin-left: 16px;
}

.aftermarket-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/link-blue.svg') no-repeat;
    background-size: cover;
}


.replacements-wrapper .detail-name {
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    background: #e3e3e3;
    padding: 8px 16px;
    margin: 4px 0;
}

.replacements-wrapper ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0 0 16px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.replacements-wrapper ul:empty {
    margin: 0;
    padding: 0;
}

.replacements-wrapper ul li:not(.not-found):hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.replacements-wrapper ul li:nth-child(5n) {
    margin-right: 0;
}

.replacements-wrapper ul li {
    border: solid 1px #CCC;
    padding: 0;
    box-sizing: border-box;
    margin-right: 8px;
    margin-top: 8px;
    width: calc(20% - 8px);
    /*flex: 0 1 calc(20% - 8px);*/
}

.replacements-wrapper ul li a {
    padding: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #000000;
    max-width: 100%;
}

.replacements-wrapper ul li.not-found {
    flex: 1;
    max-width: none;
    text-align: center;
}

.replacements-wrapper ul li.not-found a {
    cursor: not-allowed;
}

.replacements-wrapper .show-more-details {
    width: calc(100% - 22px);
    cursor: pointer;
}

.brand-section .title {
    display: block;
    padding: 14px;
    text-decoration: none;
    color: #000;
    background: #e3e3e3;
    border: solid 2px #e3e3e3;
}

.brand-section .title.active {
    border: solid 2px #89bdd3
}

.brand-section .details > div {
    padding-left: 32px;
}

.brand-section {
    margin-top: 4px;
}

/*.brand-section .title:before {*/
/*    content: '+';*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    margin-right: 8px;*/
/*    width: 16px;*/
/*    color: #000000;*/
/*    text-align: center;*/
/*    height: 16px;*/
/*    border: solid 1px #000000;*/
/*}*/

/*.brand-section .title.active:before {*/
/*    content: '-';*/
/*}*/
.error-message-block {
    font-size: 20px;
    width: 30vw;
    margin: 17vh auto;
    min-height: 34vh;
}

.error-message-block h2 {
    font-size: 48px;
    margin: 20px 0 20px;
}
