﻿.selectionDropDownLists {
    margin-top: 10px;
}

.selectionDropDownLists select {
    width: 140px;
    margin-top: 20px;
    background-image: url("../img/select-nav.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

.selectionDropDownLists .disabled-dropdown {
    background-image: url("../img/select-nav-dsbld.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

.general-fullwidth-content {
    width: 80%;
}

.general-fullwidth-content td {
    border-right: 0px!important;
    padding-left: 0px!important;
}

#owner-manuals-results {
    margin-top: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    top: 10px;
    left: 700px;
    font-size: 11px;
    line-height: 15px;
}

#owner-manual-submit {
    margin-top: -76px;
    margin-left: 760px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #CCC;
    background-image: url("../img/button-bg.png");
    background-repeat: repeat-x;
    font-family: 'Play', sans-serif;
    height: 22px;
    border-width: 1px;
    border-color: #CCC;
    color: #C00;
    max-width: 140px;
}

#owner-manual-submit-inactive {
    margin-top: -76px;
    margin-left: 760px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #CCC;
    background-repeat: repeat-x;
    font-family: 'Play', sans-serif;
    height: 22px;
    border-width: 1px;
    border-color: #CCC;
    color: #C00;
    pointer-events:none;
    max-width: 140px;
}

.om-results-wrapper {
    width: 80%;
    height: 400px; 
    overflow-y: scroll; 
    display:  block;
    border: 1px solid #E4E4E4;
}

#table-results-ownermanuals {
    width: 100%;
    text-align: center;
}

#table-results-ownermanuals tr:hover {
    color: #b20000;
}

#table-results-ownermanuals td {
    text-align: center;
    padding-left: 4px;
    width: 20%;
}

#table-results-header {
    width: 80%;
}

#table-results-header td {
    text-align: center;
    border-bottom: 0px!important;
    border-right: 0px!important;
    padding-left: 0px!important;
    width: 21%;
    font-weight: bold;
    background: white;
}

#table-results-header td:hover {
    background: white;
}

.button-pdf {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: transparent url("../img/assets-welove.png") repeat scroll 0% 0%; 
    background-position: -400px  0px;
}

.button-pdf:hover {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: transparent url("../img/assets-welove.png") repeat scroll 0% 0%; 
    background-position: -350px 0px;
}