﻿body * {
    position: relative;
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
    font: arial,helvetica,sans-serif;
    font-weight: normal;
    color: rgb(9, 13, 17);
    font-size: 100%;
    /* overflow: hidden; */
}

input, select, textarea {
    font: 90% arial,helvetica,sans-serif;
}

#MainTable {
    width: 100%;
    margin: 0px auto;
}

table {
    border-spacing: 0;
    *border-collapse:collapse;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.fullwidth {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

#BodyHeader {
    background: #E8F3FF;
    border-top: 1px solid var(--st-color-border);
    border-left: 1px solid var(--st-color-border);
    border-right: 1px solid var(--st-color-border);
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

#BodyHeader img {
    margin: 10px;
}

#BodyHeader #TopNavigation .tabs {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#BodyHeader #TopNavigation .tabs a,
#BodyHeader #TopNavigation .tabs a:visited {
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;

    display: inline-block;
    color: #ffffff;
    background-color: #7BB3E3;
    padding: 3px 3px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
}

#BodyHeader #TopNavigation .tabs a:hover {
    color: #eeeeee;
    text-decoration: underline;
}

#BodyHeader #TopNavigation .tabs a.selected {
    background-color: #2B79CE;
}

#BodyHeader .topnav {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

#BodyHeader .topnav a:link,
#BodyHeader .topnav a:active,
#BodyHeader .topnav a:visited {
    color: #0A50A1;
    font: bold 10px arial,sans-serif;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 30px;
    text-decoration: none;
    width: 80px;
}

#ContentHeader {
    padding: 5px 5px;
    background-color: #2B79CE;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.25em;
    line-height: 1.25em;
}

.AdminHeader {
    background-color: #880000;
}

#ContentHeader .headline {
    font-size: 0.75em;
    color: #FFFF99;
    float: right;
}

#BodyFooter {
/*    
    position:absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
*/    
    border-top: 1px solid #0A74BE;
    display:inline-block;
    width: 100%;
    height: 100%;
}

/* Top and bottom are set programatically */
#Content {
    background-color: rgb(156, 182, 217);
    display:inline-block;
    width: 100%;
    height: 100%;
/*
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    overflow: auto;
*/
}

.ContentPage {
    min-height: 300px;
 }

#Navigation {
    float: left;
    width: 126px;
    margin: 15px 5px 15px 5px;
}

#Navigation div.separator {
    background-repeat: repeat-x;
    background-color: #2B79CE;

    display: block;
    height: 0.5em;
    width: 100%;
}

#Navigation div.separator:first-child {
    display: block;
    height: 1.25em;

    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

#Navigation div.separator:last-child {
    display: block;
    height: 1.25em;

    -webkit-border-bottom-right-radius: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-bottomleft: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}    

#Navigation li {
    cursor: pointer;
    background-color: #BFD4ED;
    border: 1px solid #2B79CE;
    color: #05356D;
    font-size: 90%;
    margin: 0;
    margin-top: -1px;
    padding: 6px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

#Navigation li.OENYear {
    border-left: 1px solid #2B79CE;
    background-color: #eeeeff;
}

#Navigation li.selected {
    background-color: white;
    border-top: none;
    border-bottom: none;
    border-right: none;
    color: black;
    font-weight: bold;
    width: 200px;
    z-index: 0;
    margin: 0px;
    margin-bottom: 1px;
}

.tabContent {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    background-color: white;
    margin: 5px 10px 5px 136px;
    padding: 10px 10px;
}

.tabContent .tabHeader {
/*    
    position: absolute;
    top: 0.5em;
    left: 1em;
    right: 1em;
    height: 3em;
    
    text-align: center;
*/
}

.tabContent .tabHeader h2 {
    font-size: x-large;
    color: lightgray;
    white-space: nowrap;
/*    
    float: left;
    height: 3em;
*/
}

.tabContent .tabHeader #RegYear {
    float: right;
    font-size: medium;
    color: lightgray;
    white-space: nowrap;
}

#maincontent #RegYear.tab-header,
#maincontent #NarrowHeaderRegYear.tab-header {
    text-align: right;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#ProgressBar {
    position: relative;
    display: inline-block;
/*
    float: left;
*/    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
/*    
    margin-top: 0.5em;
*/
    margin-left: 1em;
    border: 1px solid black;
    width: 200px;
    height: 14px;
    line-height: 14px;
    z-index: 1;
}

#ProgressBar .progress_bar {
    background-color: #90EE90;
    border: 1px dotted gray;
}

#ProgressBar .progress_text {
}

.tabContent #TabFormData {
/*    
    position: absolute;
    top: 3.5em;
    left: 1em;
    right: 1em;
    bottom: 3.0em;
*/    
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 300px;
}

.tabContent .tabNavigation {
/*    
    position: absolute;
    left: 1em;
    right: 1em;
    height: 2em;
    bottom: 0.5em;
    overflow: hidden;
*/
    text-align: center;
    white-space: nowrap;
}

.tabContent .tabNavigation button {
    padding: 5px 10px;
}

ul.footerNav,
ul.languages
{
    list-style-type: none;
    background-color: rgb(156, 182, 217);
    padding: 5px 15px;
    color: #0A74BE;
    text-align: left;
}

ul.languages {
    margin-top: 1em;
    text-align: left;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.footerNav li,
ul.languages li {
    display: inline-block;
    padding: 2px 0;
    margin: 0;
    color: #0a50a1;
}

ul.footerNav li:after {
    content: "|";
    display: inline-block;
    width: 3em;
    text-align: center;
}
ul.footerNav li:last-child:after {
    content: "";
}
    
ul.languages li {
    border: none;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

ul.footerNav li a:hover,
ul.languages li:hover {
    text-decoration: underline;
}

ul.footerNav li a
{
    display: inline;
    text-decoration: none;
    color: #0a50a1;
}

#Debug {
    display: inline-block;
    float: left;
    z-index: 2;
}

#PageHeader {
    border-bottom: 1px solid;
    color: #0A50A1;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 4px;
    width: 100%;
}

.surveyNotifier {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    
    background-color: #FFAAAA;
    color: #800000;
    border: 2px solid #800000;
    padding: 5px 5px;

    position: absolute;
    right: 0;
    top: 20px;
    text-align: left;
}

.surveyNotifier .handle {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    display: block;
    background-color: #FFAAAA;
    color: #800000;
    border: 2px solid #800000;

    cursor: pointer;
    position: absolute;
    left: -15px;
    top: 10px;
    width: 15px;
}

.surveyNotifier .handle:hover {
    color: #ff0000;
}

.StatusContent {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    background-color: #FFFFFF;
    margin: 5px 10px;
    padding: 10px;
}

.StatusContent .OENYearStatus h2 {
    color: #222222;
    border-bottom: 1px solid #222222;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.StatusContent .OENYearStatus .ProgressHeader {
    display: block;
    margin-left: 40px;
    color: #666666;
    margin-top: 10px;
}

.StatusContent .OENYearStatus .ProgressHeader .date {
    color: #000000;
}

.StatusContent .OENYearStatus table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    margin-left: 80px;
    background-color: #D9E3EF;
    border: 1px solid gray;
    overflow: hidden;
}

.StatusContent .OENYearStatus table tr:nth-child(even) td {
    background-color: #E4EBF4;
}

.StatusContent .OENYearStatus table tr th {
    padding: 2px 15px 2px 5px;
    text-align: left;
    font-weight: normal;
    background-color: #B0C5E1;
    color: #191293;
    border-right: 1px solid #8888aa;
    background-clip: padding-box;
}

.StatusContent .OENYearStatus > table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px
}

.StatusContent .OENYearStatus > table tr:last-child td:last-child {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px
}

.StatusContent .OENYearStatus > table tr:first-child th:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px
}

.StatusContent .OENYearStatus > table tr:first-child th:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px
}

.StatusContent .OENYearStatus img.statusIcon {
    margin: 1px 5px;
}

.StatusContent .OENYearStatus table tr td {
    vertical-align: top;
    padding: 2px 5px;
    border-right: 1px solid #aaaacc;
    background-clip: padding-box;
}

.StatusContent .OENYearStatus table td p {
    margin-left: 40px;
    color: #666666;
}

.StatusContent .OENYearStatus table tr td span,
.OENYearStatus .StatusIndicator img,
.OENYearStatus .StatusIndicator span {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.StatusContent .OENYearStatus table td ul {
    list-style-type: none;
    color: #666666;
}

.ProfileContent {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    background-color: #FFFFFF;
    margin: 5px 10px;
    padding: 10px;
    
    min-height: 300px;
}

.ProfileContent h1 {
    font-size: 1.5em;
    border-bottom: 1px solid #222222;
}

.ProfileContent table {
    margin: 0 auto;
}

.scrollable {
    max-height: 450px;
    overflow: auto;
}

.scrollable .checklist > li {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.transportation-inputs .drop-off-options > div {
    display: block;
}

.message-estimated-mileage {
    margin-top: 10px;
    font-weight: bold;
    color: red;
}

.HomeButton {
    min-width: 75px;
    min-height: 30px;
}

.waitlistButton{
  margin: 0 10px 0 0;
  padding: 5px 15px;
  font-size: 20px;
  font-family: "Bitter",serif;
  box-shadow: none;
  border-radius: 0;
}

.waitlistButton button:focus {
  outline: none
}

section.flat button {
  color: #fff;
  border: none;
}

section.flat {
    display: inline-block;
}

.greenBtn {
    background-color: #27AE61;
}

.redBtn {
    background-color: #E74B3C;
}

/*
    ADDRESS AUTOCOMPLETE
*/

.pxp-addr-autocomplete input {
    width: 100%;
}

.pxp-addr-autocomplete {
    display: inline-block;
    width: 50%;
    min-width: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pxp-addr-autocomplete .dropdown-menu {
    width: 100%;
}

/* THESE ARE BOOTSTRAP STYLES FOR AUTOCOMPLETE DROPDOWN*/
/*ONLY FOR VERSIONS WHERE BOOTSTRAP IS NOT INCLUDED*/
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    margin-left: 0px !important;
}

.dropdown {
    position: relative;
}

.open>.dropdown-menu{
    display:inline-block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.email-indicator-yellow{
    color: #FFAE42;
}

.email-indicator-green{
    color:green;
}

.qtip-tipped {
    font-family: sans-serif !important;
}

/*END BOOTSTRAP STYLES*/


.ethnicityGroup {
    border: 1px solid #888;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 3px;
}

.ethnicityGroup > span {
    font-size: large;
}

.ethnicityGroup .labelinput {
    margin-left: 30px;
}

.ethnicityGroup .labelinput > label {
    font-size: medium;
}

.ethnicity-race-question {
    margin-bottom: 0px;
}

.ethnicity-race-question > label.col-md-12,
.ethnicity-race-question > .ethnicity-race-description.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

ul.checklist {
    margin-top: 2px;
}

.checklist li {
    display: block;
    width: 400px;
}

ul.checklist li {
    margin: 1px;
    padding: 2px;
}

ul.checklist li.checked {
    border-radius: 4px;
    font-weight: bold;
}

ul.checklist.highlight-checked li.checked {
    background-color: rgb(176, 197, 225);
}

ul.checklist li.checked > input {
    font-weight: bold;
}

.checkboxTextField {
    margin-top: 4px;
}

.electronic-signature {
    font-size: 20px;
}

#TabHeader {
    text-transform: uppercase;
}
