﻿.body {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-family: Verdana,Helvetica,sans-serif;
    text-align: left;
    vertical-align: top;
}

.ProgressBar {
    font-family: Verdana, Arial, sans-serif;
    color: #6E716E;
    font-weight: normal;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
}

.h1 {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    vertical-align: top;
    font-size: 25pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.h2 {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    vertical-align: top;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.h3 {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    vertical-align: top;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.h4 {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    vertical-align: top;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.p1 {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}

.p2 /* bold version of p1 */ {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}

.p3 /*use for text boxes and DDLs -- with border */ {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: black;
    /* removed for accessibilty
    background-color: #FFFFFF; 
    border: 1pt solid gray;
    */
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.p4 /*use for text boxes and DDLs -- no border */ {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    color: black;
    text-align: left;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 0pt solid gray;
    padding-top: 02px;
    padding-right: 02px;
    padding-bottom: 01px;
    padding-left: 02px;
}

.SpecialTD /*for data entry page; adds gray background and white borders around TDs*/ {
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #ECECEE;
    border-bottom: 4pt solid white;
}

.StatusText /* use to display active or inactive status on the results panel */ {
    text-transform: uppercase;
    color: #ac2b00;
    font-weight: bold;
}

.Button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    text-align: center;
    padding: 03px;
}

.link {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    color: #3344dd; /*AAA conformance color for Accessibility - Do Not Change!*/
    text-decoration: underline;
}

a.link:visited {
    color: #804180; /*AAA conformance color for Accessibility - Do Not Change!*/
}

a.link:hover {
    font-weight: bold;
    color: #b50010; /*AAA conformance color for Accessibility - Do Not Change!*/
}

a.link:focus {
    font-weight: bold;
    color: #b50010; /*AAA conformance color for Accessibility - Do Not Change!*/
}

.Grid {
    border: solid 1pt gray;
    padding: 02pt;
}

tr.GridHeader th {
    font: 10pt Verdana, Helvetica, sans-serif;
    color: white;
    background: #707070;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 12pt;
    padding: 3pt;
    border-collapse: collapse;
    border: solid 1pt gray;
}

.GridHeaderBlue th {
    font: 10pt Verdana, Helvetica, sans-serif;
    color: White;
    background: #5C5C9D;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    line-height: 12pt;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    border-bottom: 1pt solid #5C5C9D;
    border-top: 1pt solid #5C5C9D;
    border-collapse: collapse;
}

tr.GridItem td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: white;
    /*    border-bottom: solid 1px orange;*/
    color: black;
    padding: 2pt;
}

tr.GridAltItem td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #F7F6F3;
    /*    border-bottom: solid 1px orange;*/
    color: black;
    padding: 2pt;
}

tr .GridRowBottomBorder td {
    font: 10pt Verdana, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    color: black;
    background: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 3px;
    border-bottom: 0.5pt solid #5C5C9D;
    border-collapse: collapse;
    margin: 0;
}

tr .ListRowBottomBorder td {
    font: 10pt Verdana, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    color: black;
    background: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 3px;
    border-bottom: 1pt solid #5C5C9D;
    border-collapse: collapse;
    margin: 0;
}

tr .ListRowBottomBorder th {
    font: 10pt Verdana, Helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    color: black;
    background: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 3px;
    border-bottom: 1pt solid #5C5C9D;
    border-collapse: collapse;
    margin: 0;
}

.ul /* list items with bullet points */ {
    list-style-type: square;
    color: black;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    list-style-position: outside;
}

.ol /* list items with numbers */ {
    list-style-type: inherit;
    /*	padding-left: 01pt;
 	margin-left: 01pt; */
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    list-style-position: outside;
}

.list /* list items with no bullet points */ {
    list-style-type: none;
    color: black;
    /*border-top: 1px dotted orange;*/
    /*border-bottom: 1px dotted orange;*/
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    /*line-height: 30px;*/
    padding: 08pt;
    list-style-position: outside;
}

.SpeacialHeader {
    font-family: Arial Black, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: #000;
    margin: 0px;
}

.ListItem {
    margin: auto;
    font-style: normal;
    text-decoration: none;
}

.ListItem:hover {
    color: green;
    font-weight: bold;
    text-decoration: underline;
}

.buttonlink {
    background: none !important;
    color: inherit;
    border: none;
    /*padding-left: 30px;*/
    /*padding: 0 !important;*/
    font: inherit;
    cursor: pointer;
}

.required {
    color: maroon
}

.col-50 {
    float: left;
    width: 50%;
}

.col-100 {
    float: left;
    width: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.LanguageList {
    color: rgb(89,89,89);
    line-height: 35px;
    padding-top: 20px;
    padding-left: 30%;
    display: flex;
    font-size: 15px;
    text-wrap: normal;
    width: 100%;
}

/* Responsive layout - when the screen is less than 708px wide, make the two columns stack on top of each other instead of next to each other */
/* Uncomment this section for responsive
@media screen and (max-width: 708px) {
    .col-15, .col-20, .col-25, .col-30, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-100 {
        width: 100%;
    }
}

@media screen and (max-width: 708px) {
    input[type=submit], input[type=reset], .LanguageList {
        width: 100%;
        padding: 4px 2px 2px 2px;
    }
}

@media screen and (max-width: 708px) {
    label {
        width: 100%;
        max-width: 250px;
        white-space: nowrap;
        margin-left: -6px;
    }
}

@media screen and (max-width: 708px) {
    li {
        margin-left: -20px;
    }
}

@media screen and (max-width: 708px) {
    .DivLabel {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 708px) {
    .DivInput {
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 708px) {
    .Div {
        height: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}
*/

label {
    font-weight: normal;
    display: inline-block;
}

.ErrorMessage {
    width: 99%;
    font-family: Verdana, Courier, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: Maroon;
    padding-left: 30px;
    padding-bottom: 10px;
    /*padding: 03px 00px 03px 00px;*/
}

.ErrorMessageTip {
    width: 99%;
    font-family: Verdana, Courier, sans-serif;
    font-size: 10pt;
    color: Maroon;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.validation-summary-errors span {
    width: 99%;
    font-family: Verdana, Courier, sans-serif;
    font-size: 10pt;
    text-align: left;
    color: Maroon;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
}

.validation-summary-errors li {
    width: 99%;
    font-family: Verdana, Courier, sans-serif;
    font-size: 10pt;
    text-align: left;
    color: Maroon;
    list-style-type: disc;
    padding: 0px 0px 0px 0px;
}

.validation-summary-errors ul {
    width: 99%;
    font-family: Verdana, Courier, sans-serif;
    font-size: 10pt;
    text-align: left;
    color: Maroon;
    padding: 5px 0px 0px 30px;
}

.Div {
    width: 99%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.DivTip {
    width: 85%;
    font-family: Verdana, Courier, sans-serif;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}

.DivLabelH2 {
    padding-top: 3px;
    font-weight: bold;
    color: #333399;
    font-size: 16pt;
    padding-bottom: 10px
}

.DivLabelH3 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.DivLabel {
}

.DivInput {
}

.DivButton {
    padding-right: 35px;
    text-align: center;
}

.RequiredLabel {
    margin-top: 4px;
    margin-bottom: 2px;
}