﻿#wrapper {
    /*margin: 1em auto;*/
    /*width: 746px;
            height: 699px;*/
    /*margin-top: 2em; border: 1px solid gray;
            box-shadow: rgba(0,0,0,.66) 0px 0px 8px;
            -o-box-shadow: rgba(0,0,0,.66) 0px 0px 8px;
            -ms-box-shadow: rgba(0,0,0,.66) 0px 0px 8px;
            -moz-box-shadow: rgba(0,0,0,.66) 0px 0px 8px;
            -webkit-box-shadow: rgba(0,0,0,.66) 0px 0px 8px;
            -webkit-user-select: none; -moz-user-select: none;*/
    width: 100%;
}

#mapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    cursor: all-scroll;
    cursor: grab;
}

#mapper.grabbed {
    cursor: move;
    cursor: grabbing;
}

ul.part-list > li {
    background-color: black;
    border-radius: 0px;
}

#schema {
    width: 100%;
}

rect.part-marker {
    fill-opacity: 0.2;
    stroke: #808080;
    stroke-opacity: 0.5;
}

    rect.part-marker:hover,
    rect.part-marker.hover {
        stroke: red;
        stroke-width: 5;
        fill: #808080;
        fill-opacity: 0.3;
    }

    rect.part-marker.highlight {
        stroke: red;
        stroke-width: 10;
        stroke-opacity: 1;
        fill: #808080;
        fill-opacity: 0.3;
    }

.pos-box {
    width: 100%;
}

#add-part-to-cart-container {
    position: relative;
    bottom: 100px;
    left: 0;
    height: 0;
    z-index: 999;
}

#hover-part-container {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #C7CCCD;
    opacity: 0.8;
    padding: 15px;
    margin: 15px 25px;
    border: 1px solid #000;
    /*border-radius: 5px;*/
    background-image:none;
}
#hover-part-container-eiben {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    /*opacity: 0.8;*/
    padding: 15px;
    margin: 15px 25px;
    border: 1px solid #000;
    /*border-radius: 5px;*/
    background-image:none;
}
/*
#hover-part-container a {
    color: #C13B11;
}*/
#add-part-to-cart-form {
    background-color: #000;
    opacity: 0.8;
    padding: 15px;
}

#ndd-annotations-global-container > .ndd-popup-container {
    display: none;
}

.ndd-spot-rect {
    cursor: pointer;
}

/*.ndd-spot-rect:hover .ndd-rect-marker-container,
.ndd-spot-rect.hover .ndd-rect-marker-container {
    border: 2px solid red;
}*/

.ndd-annotator-navigator-window {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.p-detail-info {
    display: none;
}

.ndd-annotator-container {
    background-color: #fff;
}

.product-boxes {
    height: 300px;
}

.product-box {
    padding: 5px;
    width: 200px;
    display: inline-block;
    white-space:normal;
    /*height: 200px;*/
}

.product-box h5 {
    text-align: center;
    margin: 5px 5px 5px 5px;
    font-size: 1.2em;
}

.product-box .price-info h5,
.product-box .price-info p {
    text-align: center;
}

.product-box .price-info p {
    font-size: 0.7em;
}

.product-box .image-link a {
    margin: auto;
}

.zoom-slider {
    padding-left: 20px;
    padding-right: 20px;
}

#page-search-form {
    margin-bottom: 15px;
}

.price-box {
    min-width: 160px;
    max-width: 160px;
    margin-bottom: 15px;
}

.side-car-table .price-box {
    min-width: 100px;
    margin-bottom: 5px;
}
.price-box .price {
    display:none;
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
}

.price-box .price.active {
    display: block;
}

.price-box .vat.fixed {
    display: none;
}

.price-box .vat.fixed.active {
    display: inline;
}

.price-box .vat.selectable.active {
    font-weight: bold;
    font-size: 13px;
}

.product-box .price-box {
    width: 100%;
    max-width: 100%;
}


.product-box .price-box .gross-price.price, .product-box .price-box .net-price.price {
    font-size: 0.8em;
    text-align: center;
}

.product-box .price-box .gross-price.price.active, 
.product-box .price-box .net-price.price.active {
    font-size: 1.2em;
    font-weight: bold;
}

.product-box .price-box .gross-price.price .small, .product-box .price-box .net-price.price .small {
    font-size: 0.8em;
}

.product-box .price-box .gross-price.price p, .product-box .price-box .net-price.price p {
    margin-bottom: 5px;
}

.categories {
    font-size: 1.1em;
    font-weight: bold;
}
.categories h4 {
    font-size: 1.1em;
    margin-bottom: 3px;
}
.categories h5 {
    font-size: 1em;
    margin-bottom: 3px;
}
.categories .list-group-item {
    padding: 3px 15px;
}

.list-group.categories > .list-group-item {
    padding: 3px 0px;
}

td .list-group.categories {
    margin-bottom: 0px;
}

.categories .list-group-item a {
    font-size: 0.9em;
    padding: 3px 5px 3px 18px;
    text-indent: -18px;
    line-height: 1em;
    font-weight: normal;
    display: block;
}
.categories .list-group-item.selected > a {
    font-weight: bold;
}
.categories .bg {
    margin: 0;
    width: 100%;
}
.categories a.list-group-item {
    border: medium none;
    border-radius: 0;
    padding: 5px;
}
.categories div h2 {
    margin-top: 0.2em;
}
.categories .list-group-item .list-group {
    margin-bottom: 0;
}
.categories div.list-group-item {
    border: medium none;
}
.categories .list-group {
    margin: 0;
}
.categories div.dropdown {
    font-size: 1.2em;
}
.categories a.dropdown-toggle {
    font-family: MarkPro-Bold;
    font-weight: 700;
    text-decoration: none;
}
.categories ul.dropdown-menu {
    padding: 0;
}

table.product-list tbody td {
    padding: 15px;
}

#product-partlist table > tbody > tr > td .price-box {
    margin-bottom: 0;
}

.categories .grid-item {
    padding-bottom: 20px;
}

.side-car-table {
    overflow-x: hidden;
    overflow-y: auto;
}

.side-car-table table.table  {
    padding: 0;
}

/*.product-info-head .list-group {
    padding: 0 15px;
}*/

.product-info-head a.list-group-item-heading {
    font-weight:bold;
}