/*#honda-oem-filterpanel {*/
/*    background-color: #ccc;*/
/*    width: auto;*/
/*}*/

/*#honda-oem-filterpanel #TypeSelection {*/
/*    margin: 20px auto;*/
/*    width: auto;*/
/*    height: auto;*/
/*    background: #ca171c;*/
/*    margin-bottom: 0;*/
/*    border: 1px solid #963639;*/
/*    padding: 0.9375em;*/
/*    padding-bottom: 0;*/
/*}*/

/*#honda-oem-filterpanel #TypeSelection select {*/
/*    margin: 0 0 0.9375em 0;*/
/*}*/

#honda-oem-filterpanel {
    background-color: #D2160C;
    width: 100%;
    padding: 20px;
    margin: 20px auto;
    height: 90px;
}

#honda-oem-filterpanel #TypeSelection {

}

#honda-oem-filterpanel select {
    float: left;
    margin: 8px;
    background: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 18%;
}

#honda-oem-filterpanel #TypeSelection select:empty {
    background: #dedede;
    border-color: #949494;
}

/*#honda-oem-filterpanel #YearsContainer {*/
/*	height: 400px;*/
/*	width: 400px;*/
/*}*/

/*#honda-oem-filterpanel #ModelsContainer {*/
/*	height: 400px;*/
/*	width: 400px;*/
/*}*/

/*#honda-oem-filterpanel #AssemblyContainer {*/
/*    clear: both;*/
/*	position: relative;*/
/*}*/

/*#honda-oem-filterpanel #AssemblySelection .select-wrapper {*/
/*    border: 1px solid #949494;*/
/*    margin: 0 0 0.9375em 0;*/
/*}*/

/*#honda-oem-filterpanel #AssemblySelection select {*/
/*    margin: 0;*/
/*    border: 0;*/
/*}*/

#honda-oem-filterpanel #AssemblySelection.loading {
    padding-right: 10%;
    background: url(img/ajax-loader.gif) no-repeat;
    background-color: white;
    background-position: 97% 50%;
}

#honda-oem-filterpanel #AssemblySelection.loading select {
    border-right: 1px solid #949494;
}

#DiagramControls {
    background: #f47121;
    padding: 0.234375em 0.46875em;
    border: 1px solid #963639;
    border-top: 0;
}

#ImageContainer {

}

#imageCanvas {
	position: relative; /*keep this intact*/
	overflow: hidden; /*keep this intact*/
    width: 100% !important;
}

#ImageContainer img {
	cursor: move;
}

#PartsListContainer, #PartSearchResultsContainer {
    position: relative;
	margin: 20px 0;
    padding: 20px 0;
    min-height: 400px;
}

#PartsList, #SearchPartsList {
    position: relative;
    font-size: 10px;
    color: #444;
    width: 100%;
}

#PartsList tr th, #PartsList tr td {
    font-size: 1.2em;
    padding: 0.5em;
}

#PartsList th {
    background-color : #555555;
    color : #aaaaaa;
}

#PartsList, #SearchPartsList td {
    /*background-image: -webkit-linear-gradient(270deg, #333 10%, #555 50%, #888 80%);*/
    /*background-image: -moz-linear-gradient(270deg, #333 10%, #555 50%, #888 80%);*/
    /*background-image: -o-linear-gradient(270deg, #333 10%, #555 50%, #888 80%);*/
    color : #444;
}

/*#PartsList,  #SearchPartsList td.hilight {
    background-color:  #fbfbfb;
    color: #444;
}*/

#honda-oem-AssemblyContainer #PartsList tbody>tr>td {
    background:  #D2160C;
    color: #ffffff;
}
#honda-oem-AssemblyContainer #PartsList tbody>tr:nth-child(odd)>td {
    background-color: #f7f7f7;
    color : #121212;
}

#PartsList input[type="text"].qtyTextbox {
    width : 40px;
}

#PartsList td.descCol {
    width: 360px;
}

#PartsList td.numberCol {
    width: 50px;
}


#CartContainer {
	clear:both;
	float: left;
	margin-left: 20px;
	width: 600px;
	height: 400px;
	overflow:visible;
}

div.partinfopanel {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #ffed8a;
	padding: 2px 6px;
}

#honda-oem-imageWrap{
	min-height:200px;
    padding: 10px;
	overflow: visible;
    /*background-color : #888;*/
}

div.modelImageContainer {
    position: relative;
    display: block;
    overflow: hidden;
}

img.modelImage {
    width: 100%;
}

input[type="button"]#zoomIn {
    background: url(img/search-icon-with-arrows-up.png) no-repeat;
    border: none;
    width: 60px;
    height: 32px;
}

input[type="button"]#zoomOut {
    background: url(img/search-icon-with-arrows-dow.png) no-repeat;
    border: none;
    width: 60px;
    height: 32px;
}

.supersession {
    color: red !important;
    font-weight: bold;
}

button.btnAddToCart.loading {
    padding-right: 22px;
    background-image: url(img/ajax-loader.gif);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-color: white;
    color: #dd8500;
}

.show-for-small {
    display: none;
}

.hide-for-small {
    display: block;
}
.leaflet-container {
    z-index: 5 !important;
}

@media screen and (max-width: 768px) {
    #honda-oem-filterpanel {
        height: 200px;
    }

    #honda-oem-filterpanel select {
        float: left;
        margin: 8px;
        background: #ffffff;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    #honda-oem-filterpanel {
        height: 250px;
    }

    #honda-oem-filterpanel select {
        margin: 0px;
        min-width: 250px;
        width: 100%;
    }
    #honda-oem-AssemblyContainer #PartsList th{
        font-size: 10px;
        padding: 3px;
        white-space: pre-line;
    }
    #honda-oem-AssemblyContainer #PartsList td.descCol {
        width: 100% !important;
    }
    #honda-oem-AssemblyContainer #PartsList td.numberCol {
        width: 100% !important;
    }

    #honda-oem-AssemblyContainer #PartsList {
        border-collapse: collapse;
    }

    #honda-oem-AssemblyContainer #PartsList tr {
        border-bottom: 4px solid black;
        margin-bottom: 5px;
    }
}


