﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background: none;
}




/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 950px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Override Bootstrap rules  */
*,
*::before,
*::after {
    box-sizing: content-box !important;
}

label {
    display: inline;
}

table {
    border-collapse: inherit;
}


/* vin search */

.container-vin {
    position: relative;
    overflow: hidden;
    border-bottom: 0px;
}

.vin-search {
}

.breadcrumbs {
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

    .breadcrumbs a {
        text-decoration: underline;
        /* color: #3c3c3c; Iva*/
        color: #015198;
        font-weight: bold;
        font-size: 14px;
    }

    .breadcrumbs span {
        font-weight: bold;
    }


.vin-search-form {
}

.search-box {
}

.filtergroups-container {
    /*  display: flex;*/
}

.div-groupsfilter {
    display: inline-block;
}
.div-groupsfilter::after {

}

#div-filter-group {
    margin-left: 0px;
    /*border: 1px solid lightgray;*/
    width: 79%;
    padding: 5px 5px 5px 5px;
    margin-left: 8px;
}

.filtergroups {
    font-weight: bold;
    margin: 10px;
}

.searchInput {
    /* background-image: url('imgs/magnifying-glass.gif');
    background-repeat: no-repeat; Iva comment 13-09-23 */
    padding-left: 20px;
    width: 185px;
      /*Iva added new style 13-09-23*/
      border: 2px solid lightgray;
      border-radius: 8px;
      outline: none;
      background-color: #fff;
      text-align: left;
      padding-left: 10px;
      height: 30px;  
      color: #015198;
    font-size: 14px;
    font-weight: bold;
}


.search-input {
    background-image: url('imgs/magnifying-glass.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    width: 185px;
}

.showall {
    display: inline-block;
    margin-left: 10px;
}

.show-all-groups {
    background: #015198;
    background: -moz-linear-gradient(top, #015198 0%, #015198 49%, #015198 50%, #015198 50%, #015198 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015198), color-stop(49%,#015198), color-stop(50%,#015198), color-stop(50%,#015198), color-stop(100%,#015198));
    background: -webkit-linear-gradient(top, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    background: -o-linear-gradient(top, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    background: -ms-linear-gradient(top, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    background: linear-gradient(to bottom, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015198', endColorstr='#015198',GradientType=0 );
    display: inline-block;
    padding: 2px 10px;
    font-size: larger;
    color: white;
    font-weight: 600;
    /* border-radius: 0px;  Iva comment 13-09-23*/
    text-transform: lowercase;
    text-decoration: none;
    /*Iva added new style 13-09-23*/
    font-size: 14px;
    border-radius:8px;
    height: 36px;
    padding: 0px 36px;
    line-height: 36px;
}

    .show-all-groups:hover {
        opacity: 0.8;
        color: white;
        text-decoration: none;
    }

.categories-container {
    padding: 10px;
}

.tree-header {
    font-weight: 700;
    font-size: 16px;
    margin: 5px 0;
}

.tree-active {
    background-image: url(imgs/list_arrow_down.png) !important;
    background-position: 0 8px;
}

.tree-leaf {
    background-image: url(imgs/list_arrow.png);
    background-repeat: no-repeat;
    /*font-size: 13px;*/
    padding: 0;
    padding-left: 0px;
    line-height: 17px;
    padding-left: 15px;
    background-position: 0 3px;
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 2px;
}

    .tree-leaf:hover {
        color: #015198;
    }

.tree-content {
    display: none;
    overflow: auto;
}

.single-leaf {
    width: 22%;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #f0f1f3;
    position: relative;
    overflow: auto;
    float: left;
    height: 262px;
}

    .single-leaf a:hover {
        text-decoration: none;
    }


.unitList .unitItem {
    float: left;
    width: 28%;
    /*width: 210px;*/
    height: 220px;
    border: solid #999 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    overflow: auto;
}

.groupsUnitList {
    width: 45%;
    margin: 0px 10px 10px 5px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    border: 1px solid #f0f1f3;
    position: relative;
    float: left;
}

    .groupsUnitList a:hover {
        text-decoration: none;
    }

    .groupsUnitList table {
        width: 100%;
    }

    .groupsUnitList td.parts {
        background-color: #f5f5f5;
        padding: 15px;
    }

.unit-img {
    max-width: 238px;
    width: auto;
    margin-right: 3px;
    border: 1px solid black;
    height: 200px;
}

.unit-img-universal {
    /*     max-width: 300px;
    width: auto;*/
    margin-top: 5px;
    margin-right: 3px;
    border: 1px solid black;
    /* width: 100%; */
    width: auto;
    height: 200px;
}

.unit-img-vdata {
    max-width: 212px;
    width: 100%;
    margin-right: 3px;
    border: 1px solid black;
    height: 130px;
}

.unit-name {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

    .unit-name:hover {
        color: #6d6d6d;
        text-decoration: underline;
    }

.unit-desc {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.red-arrow {
    background-image: url(imgs/list_arrow_red.png);
    background-repeat: no-repeat;
    display: inline;
    font-size: 13px;
    padding: 0;
    padding-left: 0px;
    line-height: 17px;
    padding-left: 10px;
    background-position: 0 3px;
    color: #3c3c3c;
}

a.red-arrow:hover {
    background-image: url(imgs/list_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.search-img-container {
    overflow: auto;
}

.vin-result {
}

.vehicle-info {
    padding: 15px 4px 10px;
    /* background-color: #fff; Iva*/
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    margin-bottom: 10px;
}

.vin-search-validation {
    padding-left: 10px;
    color: red;
}

.vehicle-info-nav {
    padding-bottom: 5px;
}

.oem-info-container {
}

.oem-info {
    color: #333;
    display: none;
    position: absolute;
    left: 5px;
    top: 68px;
    font-size: 12px !important;
    border: solid #aaa 1px;
    background-color: #F9F9F9;
    width: 220px;
    padding: 5px;
    z-index: 5;
    color: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #333 solid 1px;
}

    .oem-info:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 13px;
        border-color: #F9F9F9 transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -13px;
        left: 24px;
    }

    .oem-info:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 13px;
        border-color: #333 transparent;
        display: block;
        width: 0;
        z-index: 0;
        top: -14px;
        left: 24px;
    }

.oem-info-table {
    font-size: 12px !important;
    width: 100%;
}

.oem-info-img {
    position: relative;
    cursor: pointer;
    width: 17px;
    height: 16px;
    vertical-align: inherit;
}

.unit-info {
    left: 0px !important;
    top: 40px !important;
}

.att-table {
    background-color: #F9F9F9;
}


.vehicle-info-header {
    font-size: 1.8em;
    font-weight: bold;
}

/* .vehicle-info-header:hover {
        text-decoration: underline;
    }*/

.search_btn {
    background: #015198;
    background: -moz-linear-gradient(top, #015198 0%, #015198 49%, #015198 50%, #015198 50%, #015198 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015198), color-stop(49%,#015198), color-stop(50%,#015198), color-stop(50%,#015198), color-stop(100%,#015198));
    background: -webkit-linear-gradient(top, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    background: -o-linear-gradient(top, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    background: -ms-linear-gradient(top, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    background: linear-gradient(to bottom, #015198 0%,#015198 49%,#015198 50%,#015198 50%,#015198 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015198', endColorstr='#015198',GradientType=0 );
    border: 1px solid #015198;
    /* border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; Iva comment 13-09-23 */
    display: inline-block;
    color: #fff;
    /* text-transform: uppercase; Iva comment 13-09-23 */
    font-weight: bold;
    padding: 3px 10px;
    cursor: pointer;
    margin-left: 10px;
    /*Iva added new style 13-09-23*/
    width:auto;
    border-radius: 8px;
    text-transform: none;
    font-size: 14px;
    height: 36px;
    padding: 0px 36px;
}

    .search_btn:hover {
        opacity: 0.8;
    }

.button_2 {
    background: url(imgs/button.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 100% 100%;
    background-position: center;
    height: 20px;
    width: 150px;
    padding: 0 10px 4px 10px;
    border: 0px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: bottom;
}

.preview_order_table {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #F9F9F9;
}

#vehicle-info-table td {
    width: 50%;
    font-weight: bold;
}

.preview_order_table td {
    border-bottom: 1px dotted #333;
    line-height: 24px;
    margin: 0;
}

.preview_order_table tr:hover {
    background-color: #EBEBED;
}

.search-vin-table {
    width: auto%;
    margin-right: 10px;
    min-height: 70px;
}

    .search-vin-table th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
    }

.btn-hide-content {
    height: 50px;
    overflow: hidden;
}

.btn-show-full-height-content {
    cursor: pointer;
}

#preview {
    width: 400px;
    height: 400px;
    position: absolute;
    border: 1px solid #B7B7B7;
    background: #EBEBED;
    padding: 5px;
    display: none;
    color: #000000;
    z-index: 5;
    box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
}

.unit-header {
    height: 30px;
    font-size: 1.7em;
    background: #f4f4f4;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #b8b8b8;
}

.unit-container {
    width: 57%;
    height: 100%;
    overflow: auto;
    float: left;
    height: 590px;
    margin-left: 0px;
}

#viewport {
    position: absolute;
    border: 1px solid rgb(119, 119, 119);
    background: white;
    width: 99%;
    height: 450px;
    overflow: hidden;
}

    #viewport div.dragger {
        cursor: pointer;
    }

        #viewport div.dragger:hover {
            border: 3px solid #015198;
            border-radius: 5px;
        }

/*.info-imgs {
    float: left;
    width: 90%;
    margin-left: 15px;
    margin-top: 455px;
    font-size: 12px;
}*/

.info-imgs {
    float: left;
    /* width: 90%; */
    margin-left: 15px;
    margin-top: 360px;
    font-size: 12px;
}

    .info-imgs p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .info-imgs img {
        height: 20px;
    }

.oem-header {
    font-size: 1.4em;
    margin: 5px;
    margin-left: 5px;
    margin-left: 0px;
    border-bottom: 1px solid black;
    float: left;
    width: 100%;
}

    .oem-header span {
        font-weight: bold;
    }

.oem-container table {
    font-size: 1.3em;
    width: 100%;
}

.oem-link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    white-space: nowrap;
}

.tb-border-bottom > th {
    border-bottom: 1px solid black;
    text-align: center;
}

.tb-border-bottom > td {
    border-bottom: 1px solid black;
}

.g_highlight_over_n {
    border: 3px solid #015198;
    border-radius: 0px;
}

.g_highlight_over_n1 {
    border: 3px solid #015198;
    border-radius: 0px;
}

.clicked-unit {
    background: #cdcccc;
}

.hovered-unit {
    background: #cdcccc;
}


.code-image {
    min-width: 20px;
    text-align: center;
}

.code-name {
    font-size: 90%;
}

.code-oem-number {
    width: 100px;
    text-align: center;
}

.oem-container {
    width: 40%;
    float: left;
}

.vin-info-not-found {
    color: #015198;
    font-size: 14px;
}

/*start Sticky*/
.sticky {
    width: 43em;
    position: relative;
}

.sticky-fixed {
    position: fixed !important;
    width: 43em;
    top: 5px !important;
}

.oem-container-result {
    /*overflow: hidden;*/
    /*padding-right: 15px !important;*/
    float: right !important;
    width: 45%;
    padding-bottom: 90px;
}

.oem-container-result-fixed {
    /*padding-right: 15px !important;*/
    float: right !important;
    width: 45%;
}
/*end Sticky*/



.search-test {
    margin: 10px;
}

#dimmer {
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 200%;
    z-index: 10;
}

.loaderPopup {
    width: auto;
    height: auto;
    top: 40%;
    transform: perspective(1px) translateY(-40%);
    left: 50%;
    padding: 15px;
    display: block;
    margin: 0 auto;
    max-width: 700px;
    position: fixed;
    line-height: 30px;
    text-align: center;
    background-color: #F9F9F9;
    border: 1px solid #B7B7B7;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    z-index: 11;
    cursor: auto;
}

.article-gallery {
    margin: 0 auto;
    align-self: center;
    box-shadow: 0px 0px 4px black;
    border-radius: 0px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100px;
    display: block;
}

    .article-gallery img {
        width: 100px;
        padding: 5px;
        filter: grayscale(100%);
        transition: all 0.2s ease-in-out;
        text-align: center;
        height: 100px;
    }

        .article-gallery img:hover {
            filter: grayscale(0%);
            transform: scale(1.1);
        }

@media screen and (max-width:500px) {
    .single-leaf {
        width: 40%;
        height: auto;
    }

    .unit-img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 230px;
    }

    .sticky {
        width: 100%;
        position: relative !important;
    }

    .sticky-fixed {
        width: 100%;
        position: relative !important;
        top: 0;
    }
    .search_btn {
        margin-top:20px; width: 100%;margin-left:0px;padding:0px;
    }
    #div-filter-group {width: 100%;margin-left:0px;}
    .div-groupsfilter {display: block;}
    .div-groupsfilter input {width: 100%;}
    .showall {margin-left:0px;display: block;max-width: 315px;}
    .showall a {padding: 0px;padding-left:20px;}
}
@media (min-width:500px) and (max-width:768px) {
    .search_btn {
        margin-top:0px; width: 50%;max-width:170px;margin-left:10px;padding:0px;
    }
    .div-groupsfilter {display: block;}
    .div-groupsfilter input {width: 100%;}
}
@media screen and (max-width:768px) {

    .show-all-groups {
        width: 100%;margin-top:20px;
    }

}

.jstree-container {
    font-size: 12px;
}

