* {
    font-family: sans-serif;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
}

td,
th,
p,
div {
    font-size: 13px;
}

/* BEGIN Breadcrumbs */
.pageActions {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 10px;
}

#wo-breadcrumbs {
    display: inline-block;
    list-style: none;
    padding: 0;
    padding-left: 3px;
    margin: 2px 0;
}

#wo-breadcrumbs li {
    display: inline;
}

#wo-breadcrumbs .separator {
    margin: 0 5px;
    width: auto;
    border: none;
}

#wo-breadcrumbs li:last-of-type [itemprop="name"] {
    font-weight: bold;
}

.pageActions a {
    color: #444;
    text-decoration: underline;
}

/* END Breadcrumbs */

.layout {
    margin: 10px;
}

.carName {
    background-color: #f2f2f2;
    border-bottom: solid #cccccc 1px;
    padding: 10px;
    padding-left: 15px;
}

.carName h2 a {
    color: #000;
}

.carName h2 {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.carName.carDetail {
    border-bottom: 0px;
}

.carDetail.carName h2 {
    text-decoration: underline;
}

.brandListHolder .brandItem {
    width: 80px;
    height: 115px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.brandListHolder .brandItem .brandItemImage {
    border: solid #aaa 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 70px;
    background-color: #F2F2F2;
}

.brandListHolder .brandItem .brandItemImage img {
    display: block;
    margin-top: 5px;
    border: 0px;
}

.brandListHolder .brandItem h3 {
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    margin-top: 5px;
    font-size: 11px;
    height: 30px;
}

.searchFormHolder {
    border: solid #aaa 1px;
    background-color: #eee;
    margin-top: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.searchFormHolder td,
.searchFormHolder th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.separator {
    border-right: solid #ddd 1px;
    width: 10px;
}

td.searchVinCell {
    padding-left: 25px;
    width: 400px;
}

td.parametersCell {
    padding-left: 20px;
}

td.searchVinCell label {
    display: none;
}

.linkButtonGray.vehicleList {
    color: #333;
    font-weight: bold;
    width: 200px;
}

.linkButtonGray {
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    background-image: url("/images/link-background.png");
    background-repeat: repeat-x;
    border: solid #999 1px;
    width: 118px;
    text-align: center;
    line-height: 16px;
    color: #444;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

.searchInputHolder input.vin {
    border: 0px;
    height: 20px;
    width: 268px;
    font-size: 13px;
}

.searchFormHolder select {
    width: 250px;
    border: solid #aaa 1px;
    background-color: #fff;
}

.parametersCell .label {
    width: 350px;
    text-align: left;
}

.parametersCell .label label {
    font-weight: normal;
}

.paramsSearchResult {
    width: 100%;
    margin-top: 20px;
}

.paramsSearchResult th {
    text-align: left;
    padding: 5px;
}

.paramsSearchResult td {
    padding: 5px;
    border-bottom: solid #aaa 1px;
}

.paramsSearchResult td a {
    color: #3A538B;
    font-weight: bold;
}

table.parameters {
    margin: 15px;
    border-collapse: collapse;
}

table.parameters th {
    padding: 15px;
    background-color: #d2e3f3;
}

table.parameters td {
    text-align: center;
    padding: 3px;
}

table.parameters td, table.parameters th {
    border: solid #cccccc 1px;
}

table.parameters .print {
    text-align: right;
    padding-right: 10px;
}

.linkButton {
    display: block;
    background-color: #f73d4d;
    padding: 3px;
    width: 188px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border: solid #bf676e 1px;
}

#filterSearch {
    background-image: url("/images/lupa.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 500px;
    border: solid #b3b3b3 1px;
    height: 30px;
    padding-left: 10px;
}

table.tree td {
    vertical-align: top;
}

td.tree {
    width: 280px;
}

.groupListImage {
    position: sticky;
    top: 5px;
    margin-right: 30px;
}

.fullscreen {
    position: absolute;
    left: 10px;
    top: 10px;
}

.filterIcon {
    position: absolute;
    right: 10px;
    top: 10px;
}

#treeViewTab {
    border-right: 0px;
    border-left: 0px;
}

.viewSwitchButton.active {
    border-top: solid #F2F2F2 1px;
    background-color: #F2F2F2;
}

.viewSwitchButton {
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border: solid #aaa 1px;
}

.viewSwitchButton a,
.viewSwitchButton a:visited {
    color: black;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.unitDetailTable {
    margin-top: 10px;
}

table.units {
    border-collapse: collapse;
    width: 100%;
}

table.units th, table.units td {
    padding: 3px;
}

table.units th {
    color: #3f3f3f;
    text-align: left;
    border-bottom: solid #d8d8d8 1px;
}

table.units tr.last td {
    border-bottom: solid #d8d8d8 1px;
}

#viewport div.dragger {
    /* background: none repeat scroll 0 0 transparent;
    border: 2px solid transparent; */
    cursor: pointer;
    display: inline-block;
}

div.g_highlight_over {
    color: white;
}

div.g_highlight_over,
div.g_highlight_lock {
    border: solid red 2px;
    border-radius: 5px;
}

tr.g_highlight_over,
tr.g_highlight_lock {
    background: #EFEFEF;
}

tr.g_highlight_lock {
    font-weight: bold;
}

div.g_highlight_lock {
    border: solid #006FA4 2px;
}

.categoryItems tr.g_highlight_over {
    background: none repeat scroll 0 0 #BFBFBF;
}

.infoBox {
    display: none;
    position: absolute;
    left: 23px;
    top: -14px;
    border: solid #aaa 1px;
    background-color: #eee;
    width: 452px;
    /*height: 112px;*/
    padding: 10px;
    color: #333;
}

.infoBox table td, .infoBox table th {
    border: 0px !important;
}

.infoBox table th {
    width: 130px;
}

.otherInfoLink img {
    border: 0px;
}

.otherInfoLink:hover .infoBox {
    display: block !important;
}

#units td, #units th {
    padding: 5px;
    cursor: default;
    border-bottom: solid #aaa 1px;
}

#units th {
    text-align: left;
}

p.categoryName {
    color: #3a538b;
    font-size: 14px;
}

.cleaner, .clear {
    clear: both;
}

#groupsUnitList h3 {
    margin-top: 0px;
}

.categoryItems h3 {
    margin-top: 0px;
    padding-top: 0px;
}

.categoryItems td.parts {
    background-color: #f5f5f5;
    padding: 20px;
}

.categoryItems td.parts a.title {
    color: #427fb2;
    text-decoration: underline;
    font-weight: bold;
}

.categoryItems .image {
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border: solid #dadada 1px;
    background-color: #fcfdfc;

}

.categoryItems .image img {
    max-width: 200px;
    max-height: 200px;
}

.unitList .unitItem {
    float: left;
    width: 24%;
    width: 210px;
    height: 310px;
    border: solid #999 1px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding-top: 10px;
    position: relative;
}

.unitList .unitItem p {
    text-align: center;
    color: #333;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
}

.unitList .unitItem img {
    max-height: 160px;
    max-width: 200px;
}

.unitList .unitItem p a {
    color: #006FA4;
    text-decoration: none;
    font-size: 12px;
}

#filterForm table {
    width: 100%;
}

#filterForm th,
#filterForm td {
    width: 50%;
}

#filterForm th {
    text-align: left;
}

#filterForm td input,
#filterForm td select {
    width: 100%;
}

.searchVinCell [name="formValue[IdentString]"] {
    width: 268px;;
}

#treeView {
    margin-top: 15px;
}

.parts .bottom {
    display: none;
}

#g_container {
    position: sticky;
    top: 5px;
}

.vinExampleHolder {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.fancybox__viewport {
    height: 100vh !important;
}

.fancybox__track {
    height: 0;
}

.fancybox__slide::before, .fancybox__slide::after {
    margin: 20px !important;
}*/

.lg-outer .lg-object {
    vertical-align: top !important;
}
