/* 
    Document   : vendorportal
    Created on : Oct 16, 2013, 12:19:45 PM
    Author     : Shawn
    Description:
        Purpose of the stylesheet follows.
*/

.companyTextLogo {
    text-shadow:2px 2px 12px rgba(87,124,186,1);
    font-weight:bold;
    color:#000000;
    letter-spacing:1pt;
    word-spacing:2pt;
    font-size:4em;
    text-align:left;
    font-family:palatino linotype, palatino, serif;line-height:1;
    margin:0px;
    padding:0px;
}
.companyTextLogoPredicate {
    float:right;
    white-space: nowrap;
    text-shadow:2px 2px 12px rgba(87,124,186,1);
    font-weight:bold;
    color:#000000;
    letter-spacing:1pt;
    word-spacing:2pt;
    font-size:2.3em;
    text-align:left;
    font-family:palatino linotype, palatino, serif;line-height:1;
    margin:0px;
    padding:0px;
}
label {
    white-space: nowrap;
}
.vendorSubtitle {
    padding: 10px 22px;
    font-size: 1.5vh;
    text-align: left;
    font-weight: 600;
    color: #333;
    font-family: "Rubik", 'Poppins', sans-serif;
}
.vendorOuterTable {
    border: 1px solid white;
    border-radius: 4px;
    font-size: 1.25vh;
    box-shadow: 1px 3px 5px gray;
    background-color: white;
    padding: 10px;
    width: 100%;
}
.vendorInnerTable {
    border: 1px solid #DADBDD;
    border-radius: 4px;
    background-color: #e9e9e9;
    box-shadow: 0px 1px 3px gray;
    width: 100%;
    padding: 10px 12px;
}
.vendorContentTable td:not(.vendorAccessorialTable td) {
    padding: 10px 12px;
    font-size: 1vh;
    border: 1px solid lightgray;
    color: #333;
}
.title_tr {
    background-color: #f6f6f6;
}
.vendorContentTable {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    background-color: white;
    padding: 10px 12px;
}
.vendorAccessorialTable input, label {
    vertical-align: middle;
}

