﻿#mainform {
    margin-bottom: 60px;
    font-family:Arial;
    font-size:16px;
}

#mainform label {
    font-size: 18px;
    font-weight: bold;
}

#mainform a {
    color: #23410a;
}

.underline{
    text-decoration:underline;
}

h1{
    font-weight:bold;
    margin-bottom:0;
}

h2 {
    margin-top: 0;
    font-weight: bold;
}

ul {
    list-style-type:disc;
}

ol{
    font-size:16px;
}

ol li{
    margin-bottom:10px;
}

li {
    font-size: 16px;
}

.numbered{
    margin-bottom:20px;
}

.associate {
    font-size: 32px;
    font-weight: bold;
}

.instructions {
    font-size: 32px;
    font-weight: bold;
}

.details {
    color: #333333;
    font-size: 16px;
}

.border-radius{
    border-radius:6px!important;
}

input[type='checkbox'] {
    accent-color: #23410A;
}

.submit-div{
    margin-top:20px;
}

.btn-submit{
    text-decoration:none!important;
}

#aSubmitForm {
    display: block;
    width: 250px;
}

.submit-section{
    padding-left:8px;
    margin-top:-10px;
}

.submit-section a{
    text-decoration:underline;
    font-weight:bold;
}

.privacy-div{
    margin-top:-10px;
}

.privacy-div a {
    font-weight: bold;
}

#rowSignature {
    padding-bottom:0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.text-green {
    color: #23410A !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}

.text-large{

}

::placeholder {
    color: #232323!important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background: #23410A!important;
}

.margin-bottom-30{
    margin-bottom:30px;
}

.text-gray {
    color: #7F7F7F!important;
}

.text-white {
    color: white !important
}

.top-logo {
    width: 430px;
    margin-bottom:40px;
}

.datelabel {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.input-group-addon {
    border: 1px solid #BFC5CE;
    background-color: white;
    border-radius: 0 6px 6px 0 !important;
    font-size: 14px;
    font-weight: 900;
}

.inptBtmLbl {
    color: #333333;
    font-size: 14px;
    margin-top: 10px !important;
}

.smallwidth60 {
    width: 60px;
}

.smallwidth80 {
    width: 80px;
}

.notValid {
    padding-top: 19.5px;
    background-color: #F2EAEA;
    color: #790000;
}

.errMsg {
    border-top: solid;
    border-bottom: solid;
    padding: 0px;
    text-align: center;
    color: #790000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.errReq {
    font-weight: bold;
}

.degType-other{
    width: auto;
    display: inline;
}

.date-dd {
    width: auto;
    display: inline;
}

.btn-green {
    background-color: #23410a;
    color:white;
    width: 122px;
    font-size: 14px;
    padding:12px;
}

.btn-green a, .btn-green a:hover {
    color: white!important;
    width:135px;
}

.row {
    margin-bottom: 10px;
}

.disclaim1 {
    font-size: 18px;
    color: #333333;
}

div.inline {
    float: left;
}

.clearBoth {
    clear: both;
}

.successMsg {
    font-size: 20px;
    padding-bottom: 100px;
}

.goodimg {
    margin-top: 60px;
    margin-bottom: 40px;
}

footer#legacyFooter {
    padding-top: 20px;
}

.bold {
    font-weight: 700;
}

.indent {
    padding-left: 8px;
}

.margin-top-40{
    margin-top:40px;
}

input[type='radio'] {
    display: none;
}


.radio-selected {
    background-color: #23410A!important;
    color: white!important;
}

.custom-radio-btn-preventative, .custom-radio-btn-volunteer {
    background-color: white;
    color: #23410A;
    border: 1px solid #23410A;
    font-size: 16px;
    width: 240px;
    padding: 12px;
    text-align: center;
}

.custom-radio-btn-preventative {
    margin-left:-2px;
}

input[type="file"] {
    display: none;
}

.file-label {
    background-color: white;
    color: #23410A;
    border: 1px solid #23410A;
    padding: 6px;
    width:100px;
    text-align:center;
    border-radius: 4px;
    font-size: 14px !important;
}

.file-upload-div {
    margin-bottom: 10px;
}

.filename {
    display: inline;
    color: #7F7F7F;
    margin-left:10px;
}

.outer {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.table-row {
    display: flex;
    flex: 1;
}

.item {
    flex: 1;
    padding: 6px;
}

.table-header div{
    color:black;
    font-weight:bold;
    text-align:center;
}

.table-left {
    border: 1px solid black;
    border-bottom: none;
    border-right: none;
}

.table-right {
    border: 1px solid black;
    border-bottom: none;
}

.table-row-1 .table-left {
    border: 1px solid black;
}

.table-row-1 .table-right {
    border: 1px solid black;
    border-left: none;
}

.table-row-2 .table-left {
    border: 1px solid black;
    border-top:none;
    border-right: none;
}

.table-row-2 .table-right {
    border: 1px solid black;
    border-top: none;
}


.no-bullet {
    list-style-type: none;
}

.circle-bullet {
    list-style-type: circle;
}

.faq-item{
    margin-bottom:10px;
}

.faq-question {
    margin-bottom: 0px!important;
    font-weight:bold;
}

.text-black{
    color:black!important;
}

.disabledSubmit {
    pointer-events: none;
}