﻿.error {
    color: #a94442;
    font-size: 14px;
    font-weight: 600;
}

.submiterror {
    font-weight: bold;
    text-transform: uppercase;
}

.incomeHide {
    display: none;
}

.incomeHide input {
    display: none;
}

.hidecheck {
    position: relative;
    padding-left: 17px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkfont {
    font-size: 12px;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
    border: black solid 1px;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*Account Status Pages*/

#statusMessage {
    color: indianred;
    font-size: 20px;
    font-weight: 500;
}

.status-label {
    color: #2e9649;
    font-weight: 600;
}

.status-data {
    font-weight: 600;
    color: #636466;
    text-align: right;
}

.status-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.status-row {
    /*border-bottom: solid 1px #636466;*/
}

/*#upload p:nth-child(2) {
    width: 100%;
    border: 1px solid #636466;
    border-radius: 6px;
}*/

#upload-file-path {
    width: 220px;
    border: 1px solid #636466;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 5px 20px;
    min-height: 34px;
    vertical-align: middle;
}

#upload p, #uploadFile {
    margin-bottom: 15px;
}

#SSNModal, #LoanModal, #AddressModal, #TimeOutModal, #UserExistsModal {
    top: 74px;
}

table {
    width: 100%;
    border-collapse: unset;
    border-spacing: 10px;
}

#appStageTxt {
    text-align: center
}

#appStage1 div {
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -webkit-transition: opacity 1s ease-in;
    opacity: 0;
    transition: opacity 1s ease-in;
}

#appStage1 div.pglhide {
    display: none;
}

#appStage2 div.pglhide {
    display: none;
}

#appStage3 div.pglhide {
    display: none;
}

#appStage2 div {
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    transform: translateX(200%);
    transition: transform .3s ease-in-out;
}

#appStage2 div.unhide {
    display: block;
}

#appStage2 div.load {
    transform: translateX(0);
}

#appStage3 div {
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    transform: translateX(200%);
    transition: transform .3s ease-in-out;
}

#appStage2 div.unhide {
    display: block;
}

#appStage3 div.load {
    transform: translateX(0);
}

.appStageDiv div {}

#appStage1 div.load {
    opacity: 1;
}

#appStageStatus div span {
    font-weight: 500;
    white-space: pre;
}

.militaryfont {
    color: #000000;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 600;
    margin-left: 21px;
    position: relative;
    text-align: left;
    text-transform: initial;
    text-transform: initial;
    top: -20px;
}

.inactiveStatus {
    border-bottom: 9px #636466 solid;
    cursor: pointer;
    float: left;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
    /*margin-right: 15px;
    padding-left: 10%;
    padding-right: 10%;*/
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.inactiveStatus:hover {
    border-bottom: 9px #599E2F solid;
}

.activeStatus {
    border-bottom: 9px #599E2F solid;
    color: #599E2F;
    cursor: pointer;
    float: left;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
    /*margin-right: 15px;
    padding-left: 10%;
    padding-right: 10%;*/
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.appStageDiv {
    margin: 0 auto;
    width: 80%;
}

.appStageDiv p {
    margin-bottom: 12px;
    margin-top: 12px;
}

#htmlButton {
    margin-top: 20px;
}

.field-instructions, .field-instructions li {
    font-size: 12px;
    font-weight: 600;
    color: #599e2f;
}

.field-instructions li {
    margin: 0 0 0 30px !important;
}

.frequency-options p, .radio-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    text-transform: initial;
}

.monthly-radio-div {
    font-size: 14px;
    font-weight: 600;
}

.pay-frequency-options {
    margin-bottom: 25px;
}

.pay-frequency-options .show
/*.pay-frequency-options p*/

    {
    display: inline !important;
}

.next-pay-date p {
    margin: 0;
}

.col-md-4.step {
    padding: 0 6px;
}

.control-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    min-height: 27px;
    vertical-align: text-bottom;
}

input[type=checkbox] {
    margin-right: 6px;
}

form {
    font-family: Raleway;
}

.form-group {
    font-weight: bold;
    text-transform: uppercase;
}

.frequency-control {
    display: inline;
    width: 30%;
    margin: 5px 5px 5px 0;
    font-weight: bold;
}

.required:after {
    color: #ff9c00;
    content: "*";
    font-size: 24.82px;
    /* Approximation due to font substitution */
    font-weight: 600;
    text-align: left;
    transform: scaleY(1.0015);
    /* width and height properties ommitted due to transform */
}

button.btn-green, input.btn-green, a.btn-green, a.btn-green:visited, .btn-green a, .btn-green a:visited {
    background-color: #599E2F;
    color: #ffffff;
}

a.btn-green:hover, a .btn-green:focus, .btn-green a:hover, .btn-green a:focus {
    background-color: #43811d;
    color: #ffffff;
}

.link-button {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    min-height: 34px;
    /* Changed so Map branch buttons could fit all the text. */
    outline: none;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    vertical-align: middle;
}
.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.text-bold {
    font-weight: bold;
}

.accordion-group {
    margin-bottom: 10px;
    margin-top: 0;
}

.accordion-bar, .apply-accordion .accordion-bar {
    border-bottom: 6px #599E2F solid;
    font-size: 18px;
    cursor: pointer;
}

.faq-accordion .accordion-bar {
    background: #ffffff;
    color: #333333;
    cursor: pointer;
}

.accordion-title {
    color: #599e2f;
    font-weight: 800;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .accordion-title {
        margin-bottom: 2px;
    }
}

.faq-accordion .accordion-title {
    background: white;
    content: '';
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-left: 24px;
    margin-top: -24px;
    vertical-align: middle;
    width: 80%;
}

.faq-accordion .accordion-bar:focus {
    border-left: rgb(178, 45, 42) 3px solid;
    outline: none;
}

.accordion-icon-container {
    float: right;
    display: inline-block;
}

.accordion-icon {
    display: inline-block;
    border-bottom: 28px solid #636466;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 48px;
    color: white;
    margin-top: 2px;
}

.accordion-icon::before {
    display: inline-block;
    content: "";
    position: relative;
    left: -27px;
    z-index: -1;
    border-bottom: 28px solid #599E2F;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 48px;
}

.accordion-symbol {
    position: absolute;
    margin-top: 5px;
}

/*.accordion-slashright {
    float: right;
    position: relative;
    right: -22px;
    font-size: 39px;
    top: 3.5px;
}
.accordion-iconright {
    width: 0;
    height: 0;
    border-bottom: 28px solid #636466;
    border-left: 20px solid transparent;
    position: relative;
    display: inline-block;
    top: 2px;
    float: right;
}
.accordion-icon {
    background-color: #636466;
    color: white;
    float: right;
    padding: 5px;
    text-align: right;
    top: 2px;
}

.faq-accordion .accordion-icon {
    display: inline-block;
    float: left;
    font-size: .8em;
    padding: 0px 5px 0px 5px;
    text-align: left;
    vertical-align: middle;
    width: 20%;
}*/

.faq-accordion .accordion-bar {
    border: none;
}

.accordion-content {
    /*display: none;*/
}

.apply-accordion .accordion-content {
    padding-top: 10px;
}

.faq-accordion .accordion-content {
    margin-left: 15px;
}

.nomargin {
    margin: 0;
}

.medium_font {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 600;
    text-transform: initial;
}

.ui-widget {
    font-family: inherit !important;
    font-size: initial !important;
}

#contact-us-form {
    margin: 0;
}

.contact-page-header h1, .contact-page-header h2 {
    text-align: center;
}

#contact-us-form h3 {
    color: #ffffff;
    text-align: center;
}

#contact-us-form p {
    text-align: center;
    font-weight: 500;
}

#contact-us-form .control-label, #contact-us-form label {
    font-weight: 500;
    color: #ffffff;
}

#contact-us-form label.error {
    color: #A94442;
}

#contact-list h3 {
    color: #599e2f;
}

#contact-list p {
    font-weight: 500;
}

#contactForm {
    margin-bottom: 40px;
}

.contacts {
    padding: 40px 0;
}

.contacts h2 {
    text-align: center;
}

#contact-form h2 {
    font-size: 28px;
    margin: 0 0 25px 0;
}

#contact-form .page_body {
    padding: 0px;
}

#contact-form {
    margin: 140px 0 0 0;
}

#forgot-password {
    color: #599E2F;
    font-weight: 600;
    margin-bottom: 35px;
    border: none;
    background: none;
    padding: 0;
}

#passwordMsg {}

#please-wait {
    color: #599E2F;
    font-weight: 700;
    font-size: 18px;
}

.please-wait {
    color: #599E2F;
    font-weight: 700;
    font-size: 18px;
}

/*table.payment-history th:fir {
    text-align: center;
}*/

table.payment-history td:not(:first-of-type), table.payment-history th:not(:first-of-type) {
    text-align: right;
}

.loader {
    display: inline-block;
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #5F5F5F;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/******* Mitek *******/

.capturedImagePreview {
    /*max-width: 75%;*/
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

.removeImageX {
    position: absolute;
    float: right;
    background: #A94442;
    color: white;
    top: 0px;
    right: -10px;
    /*border-radius: 50%;*/
    border: none;
}

#licenseFrontPreviewContainer, #licenseBackPreviewContainer {
    position: relative;
    max-width: 85%;
}

#frontSuccess, #backSuccess {
    color: #599E2F;
}

#frontFailure, #backFailure {
    color: #A94442;
}

#docModeChoice {
    margin-bottom: 20px;
}