.jumbotron .btn {
    font-size: 16px;
    padding: 6px 16px;
}
.navbar-inverse { 
    background-color: #002639;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #001f2a;
}
.footer { 
    background-color: #993300; 
}
.footer > .container > .pull-left, .pull-right, .pull-right > a { 
    color: antiquewhite; 
}
.btn.btn-success {
    background-color: #013b58;
    color: #dbdbdb; 
}
.btn.btn-primary {
    background-color: #993300;
    border-color: #993300;
    color: antiquewhite; 
}
.btn.btn-danger {
    float: right; 
}
.text-fade {
    color: silver;    
}
label.labeltip { 
    cursor: pointer; 
}
table.detail-view tbody tr th { 
    width: 20%; 
    text-align: right;
}
table.detail-view tbody tr td { 
    width: 80%; 
    text-align: left;
}
.valtim-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.valtim-checkbox-label input.valtim-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.valtim-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}    
.valtim-checkbox-label:hover input.valtim-checkbox ~ .valtim-checkmark {
    background-color: #ccc;
}
.valtim-checkbox-label input.valtim-checkbox:checked ~ .valtim-checkmark {
    background-color: #001f2a;
}
.valtim-checkbox-label input.valtim-checkbox:checked ~ .valtim-checkmark.orange {
    background-color: #993300;
}
.valtim-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.valtim-checkbox-label input.valtim-checkbox:checked ~ .valtim-checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.valtim-checkbox-label .valtim-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
form div.form-group hr {
    height: 1px;
    width: 80%; 
    border-color: #993300; 
    border-style: dotted; 
    align: center; 
}
form div.form-group {
    width: 100%; 
    float: left; 
    height: 4.75em; 
} 
form div.form-group.right {
    width: 45%; 
    float: right; 
    height: 4.75em; 
} 
form div.form-group.right.state {
    width: 15%; 
    padding-right: 2em; 
} 
form div.form-group.right.zip {
    width: 25%; 
} 
form div.form-group.right.half {
    width: 22%; 
    padding-right: 2em; 
} 
form div.form-group.left {
    width: 45%; 
    float: left; 
    height: 4.75em; 
} 
form div.form-group.left.po-city {
    width: 24%; 
} 
form div.form-group.left.po-state {
    width: 6%; 
    padding-left: 1em; 
} 
form div.form-group.left.po-zip {
    width: 14%; 
    padding-left: 1em; 
} 
form div.form-group.checkbox {
    text-indent: 1em;
    height: 2em; 
} 
form div.form-group.checkbox.tall {
    height: 4em;
    vertical-align: middle; 
} 
form div.form-group.checkbox label {
    vertical-align: middle; 
    font-weight: bold;
} 
form div.form-group input.hasDatepicker {
    border-radius: 4px; 
    border: 1px solid #cccccc; 
    text-align: center;
}
form div.form-group.field-job-note,div.form-group.field-jobdrop-note {
    height: 10em;
} 
.faq-navigation > .list-group-item, .answer > .list-group-item {
    border-top: 3px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px;    
    border-color: #002639; 
}
.faq-navigation > .answer > .list-group-item {
    background-color: #f0d6ca;
}
.faq-navigation > .answer > .list-group-item > ul > li {
    list-style-type: circle; 
}
.faq-navigation > .question:not(.collapsed) { 
    font-weight: bold;
    background-color: #e7b8a0;
}
.valtim-item-sub-usps.list-group-item:link, .valtim-item-sub-usps.list-group-item:visited, .valtim-item-ships-usps {
    background-color: #f5f5f5;
    color: #555555; 
} 
div.valtim-item-ships-usps {
    width:225px; 
    height:45px; 
    background-image:url('/images/logo_USPS.jpg');
}
.valtim-item-sub-ups.list-group-item:link, .valtim-item-sub-ups.list-group-item:visited, .valtim-item-ships-ups {
    background-color: #663300;
    color: antiquewhite; 
} 
div.valtim-item-ships-ups {
    width:36px; 
    height:45px; 
    background-image:url('/images/logo_UPS.jpg');
}
.valtim-item-sub-fedex.list-group-item:link, .valtim-item-sub-fedex.list-group-item:visited, .valtim-item-ships-fedex {
    background-color: #3c3b80;
    color: #9d9d9d; 
} 
div.valtim-item-ships-fedex {
    width:225px; 
    height:45px; 
    background-image:url('/images/logo_FedEx.jpg');
}
