#wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-color:  #ffffff;
    padding: 25px;
    background-image: url('images/mercury_cougar_watermark_1030x1128.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#container {
    width: 100%;
    margin: 0 auto;
}

.centerdiv {
    display: flex;
    align-content: center;
    justify-content: center;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.scrollx {
    overflow-x: scroll;
}

.fullwidth {
    width: 1024px;
}

#content {
    clear: both;
}

body {
    font-family: sans-serif;
    background: url('images/mercury_cougar_watermark_150x164.png');
    background-color: #1b68a7;
}

input checkbox {
    background-color: blue;
}

#key {
    padding: 0 10px 10px 10px;
    display: flex;
    align-content: center;
    justify-content: center;
}

@media only screen and (max-width: 550px) {
    #key {
        display: block;
    }
}

.keydiv {
    float: left;
    margin-bottom: 15px;
}

.keycolor, .keylabel {
    display: inline-block;
}

.keycolor {
    width: 15px;
}

.keylabel {
    padding-left: 10px;
}

td {
    vertical-align: top;
}

td.label {
    text-align: right;
}

.available {
    background-color: #cfd3f9;
}

.selected {
    background-color: #5aff66;
}

.included {
    background-color: #dfffe5;
}

.disabled {
    background-color: #f1f1f1;
}

#nav a:link, a:visited {
    font-weight: bold;
    color: #057aaf;
    text-decoration: none;
}

#nav a:hover {
    color: red;
    text-decoration: underline;
}

#navlinks {
    clear: both;
    text-align: center;
    padding: 5px 0 10px 0;
    text-decoration: none;
}

#navlinks a:link, a:visited {
    color: #057aaf;
    text-decoration: none;
}

#navlinks a:hover {
    color:  red;
    text-decoration: underline;
}

.available, .selected, .included, .disabled {
    opacity: 0.8;
    /* For IE8 and earlier) */
    filter:alpha(opacity=80);
}

.optiontext, .option {
    opacity: 1.0;
    /* For IE8 and earlier. */
    filter:alpha(opacity=100);
}

.steplabel {
    font-weight: bold;
}

.descriptioncolumn {
    max-width: 500px;
    padding-left: 15px;
}

.focusField{  
    background: #EFF5FF;  
}  

.idleField{  
     background: #ffffff;  
}

span.dropcap {
    display: block;
    float: left;
    font-size: 2.6em;
    line-height: 90%;
}

.centered, .alwayscenter {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .centered {
        text-align: left;
    }
}

.centered table, form {
    margin: 0 auto;
    text-align: left;
}

#buildyourcougardiv {
    width: 250px;
    margin: 0 auto;
}

#subtotaldiv {
    padding: 25px;
}

#nav {
    width: 90%;
    border:    1px solid #000000;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    text-align: center;
}

.rightalign {
    text-align: right;
}

.warning {
    color:  red;
}

.success {
    color: green;
} 

.required {
    background-color: yellow;
}

#sessionmessage {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 65%;
    padding: 3px;    
}

#footer {
    clear: both;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 65%;
    padding: 3px;
}

#footer a:link {
    text-decoration: none;
    color: #000000;
}

#footer a:visited {
    text-decoration: none;
    color:  #000000;
}

#footer a:hover {
    text-decoration: underline;
    color: blue;
}

.hidden {
    display: none;
}

#lcbanner {
    text-align: center;
    margin-top: 30px;
}

#lcbanner img {
    max-width: 100%;
    height: auto;
}

/* ------------------ Input Groups ----------------- */
.inputgroup {
    border-spacing: .5em;
}

div.inputrow {
    display: table-row;
}

div.inputrow label {
    display: table-cell;
    text-align: right;
}    

div.inputrow input {
    display: table-cell;
}

@media only screen and (max-width: 1080px) {
    div.inputrow {
        display: block;
        margin-bottom: 12px;
    }
    
    div.inputrow label {
        display: block;
        text-align: left;
    }
}
/* -------------- End Input Groups ----------------- */