/* 
    Created on : 29 Jun 2022, 9:33:08 pm
    Author     : jenju
*/

a {
    text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

form#OE_EA {
    font-size: 17px;
    position: relative;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.loading {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.loading.hidden {
    display: none;
}

.loading .letter {
    float: left;
    font-size: 14px;
    color: #777;
}
.loading .letter-holder:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

section {
    margin: 0 0 15px;
    position: relative;
}

h3.section-title {
    color: #8d1a1c;
}

section:last-child p {
    margin: 0 0 20px;
    padding: 0;
}

.row > * {
    margin-bottom: 10px;
}

.d-flex .w-100 label {
    padding-right: 10px;
}

.entry-content table:not(.variations) {
    margin: 0 0 30px;
}

.entry-content thead th,
.entry-content tr th {
    padding: 7px 10px;
    vertical-align: middle;
    line-height: 120%;
}
.entry-content tr td {
    padding: 10px;
    vertical-align: top;
    line-height: 120%;
}

p.warning {
    color: #8d1a1c;
}

.validity {
    padding: 10px;
    background: #0075ff;
    color: #fff;
    text-align: center;
    margin: 20px 0 30px;
}

button {
    color: #fff;
    background: #e4a82c;
    border: none;
    padding: 0.3em 1em;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    line-height: 1.7em;
    display: inline-block;
    border-radius: 3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form-control:focus {
    border-color: #bfbfbf;
    box-shadow: none!important;
}

input.form-control {
    width: 100%;
    box-sizing: content-box;
    max-width: -webkit-fill-available;
    color: #000 !important;
}
input.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #00000040;
    padding-bottom: 0;
    text-overflow: ellipsis;
    font-family: unset;
    font-size: 16px;
    padding-left: 0;
    font-weight: 600;
}
input.form-control:focus {
    box-shadow: none !important;
    outline: none;
    border-color: #bfbfbf;
}
input.form-control:disabled {
    background: none;
    cursor: no-drop;
}

textarea.form-control {
    width: 100%;
}
textarea.form-control {
    border: 1px solid #bfbfbf;
    border-radius: 0;
    min-height: 75px;
    padding: 5px 10px;
    font-weight: 600;
    font-family: unset;
    color: #000;
}

.form-inline {
    display: table;
    width: 100%;
    table-layout: initial;
    justify-items: self-start;
}
.form-inline label {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    position: relative;
}
.form-inline label.custom-control-label {
    width: auto;
}
.form-inline label + .form-control {
    width: 100%;
    max-width: -webkit-fill-available;
    position: relative;
}

.form-check-inline {
    vertical-align: middle;
}
.form-check-inline:last-child {
    margin-right: 0;
}
.form-inline > label {
    padding-right: 20px;
}
.form-check-input:focus {
    box-shadow: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

table input.form-control {
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
    margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#employment {
    border: none;
}
#employment th {
    font-size: 80%;
    font-weight: 700;
    line-height: 150%;
    vertical-align: middle;
    padding: 5px;
    border-bottom-width: 1px;
}
#employment th:first-child {
    width: 250px;
}
#employment th:nth-child(2) {
    width: 125px;
}
#employment th:nth-child(3) {
    width: 125px;
}

#employment tbody tr {
    position: relative;
    padding: 7px 10px 10px;
    border: none;
}
#employment tbody tr td {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding: 15px 20px 10px;
    border: 1px solid #eeeeee !important;
}
#employment tbody tr td .form-group {
    margin-bottom: 0;
}
#employment td input[data-func=money] {
    text-align: left !important;
}

#employment tbody tr td:nth-child(4) {
    height: 100%;
}

#employment label {
    margin-bottom: 5px;
}

button#add-employer {
    position: relative;
    padding: 4px 12px;
    color: #ffffff;
    -moz-border-radius: 3px;
    background-color: #28a745;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
    margin-bottom: 25px;
}
button#add-employer:focus {
    outline: none;
}

button.remove-employer {
    position: absolute;
    top: 9px;
    right: -30px;
    margin-top: 0;
    background: red;
    border: 1px solid red;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: none;
}

#employment[data-count="1"] .remove-employer {
    display: none;
}

.eh_opt {
    margin-top: 10px;
}

.employer_history_opt {
    display: none;
    position: relative;
}

.form-control[type=file] {
    border: 1px solid #bfbfbf;
    padding: 6px 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#signature {
    border: 2px dashed #243977;
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: progress;
    cursor: url("https://leapinteractivestaging.com/outwest/wp-content/themes/outwest-express-custom-theme/custom-application/assets/images/cursor-pen.cur"), auto;
}

#sign-area button {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 700;
}
#sign-area button i {
    position: absolute;
    font-size: 16px;
    top: 5px;
    left: 13px;
}
#sign-area button#reset-signature {
    color: white;
    background: red;
}
#sign-area button#approve-signature {
    background: #28a745;
    color: #fff;
}

.signature-here {
    border-bottom: 1px solid #bfbfbf;
}

#date-signature.row {
    align-items: flex-end;
}
#date-signature.row label {
    vertical-align: bottom;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.step {
    display: none;
    margin: 0 0 3em;
}
.step.loaded.current {
    display: block;
}

.step.add-border {
    padding: 0 30px;
    border: 1px solid #243977 !important;
}

.step .step-title {
    background: #243977;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
}
.step .step-title.confidential {
    background: #ab0000;
    text-transform: uppercase;
    font-size: 100%;
    padding: 10px;
}
.step.add-border > .step-title {
    margin-left: -30px;
    margin-right: -30px;
}

.step section .row {
    margin-bottom: 20px;
}
.step section .row:last-child {
    margin-bottom: 0;
}

.step .row:first-child {
    margin-bottom: 0;
}
.step .row *[class^="col"] {
    margin-bottom: 20px;
}
.step .row *[class^="col"]:last-child {
}

.step label:not(.custom-control-label) {
    font-size: 100%;
    position: relative;
}
.step label span.text-danger {
    top: -5px;
    position: relative;
}
.step p {
    margin-bottom: 25px;
    padding-bottom: 0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#allowed-action {
    display: none;
    text-align: right;
}
#allowed-action.ready {
    display: block;
}

#allowed-action button {
}
#allowed-action button.ADD-icon_ {
    padding-right: 40px;
    margin-left: 5px;
}
#allowed-action button.ADD-icon_:hover {
    background: #08173f;
    color: #fff;
}
#allowed-action button.ADD-icon_[type=submit] {
}
#allowed-action button.ADD-icon_[type=submit]:hover {
    background: #28a745;
    border-color: #28a745;
}
#allowed-action button.ADD-icon_[data-icon*="34"]:before {
    position: absolute;
    left: 5px;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    font-family: etmodules;
    content: "\34";
    -moz-transition: all .2s;
}
#allowed-action button.ADD-icon_[data-icon*="35"]:after {
    position: absolute;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    font-family: etmodules;
    content: "\35";
    -moz-transition: all .2s;
}
#allowed-action button#validate {
    float: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table#education th:nth-child(1) {
    width: 220px;
}
table#education th:nth-child(3),
table#education th:nth-child(4) {
    width: 150px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table#references th:nth-child(1) {
    width: 220px;
}
table#references th:nth-child(3) {
    width: 150px;
}
table#references th:nth-child(4) {
    width: 100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.one-page.message {
    text-align: center;
}
.one-page.message svg {
    color: #8d1a1c;
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}
.one-page.message p {
    margin: 0 0 10px;
    padding-bottom: 0;
}
.one-page.message .et_pb_button_module_wrapper {
    margin: 30px 0 0;
}
.one-page.message a {
    background: #eeb73e;
    color: #fff;
    border: 2px solid #eeb73e;
}
.one-page.message a:hover {
    color: #000000;
    background: #e0e0e0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* On screens that are 1023px or less */
@media screen and (max-width: 1023px) {
    .step .row *[class^="col"] {
        flex: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .form-inline {
        display: block;
    }
    .form-inline label {
        white-space: normal;
    }
    input.form-control {
        border: 1px solid #00000040;
        padding: 5px 10px;
    }
    
    .step .row *[class^="col"] > .d-flex {
        display: block !important;
    }
    .d-flex .w-100 label {
        padding-right: 0;
    }
    
    table#education {
        display: block;
        border: none;
    }
    table#education thead {
        display: none;
    }
    table#education tbody {
        display: block;
    }
    table#education tr {
        border: 1px solid #eeeeee;
        display: block;
        padding: 10px 20px 20px;
        margin-bottom: 20px;
    }
    table#education td {
        border: none;
        display: block;
        padding: 10px 0 0;
    }
    
    table#references {
        display: block;
        border: none;
    }
    table#references thead {
        display: none;
    }
    table#references tbody {
        display: block;
    }
    table#references tr {
        border: 1px solid #eeeeee;
        display: block;
        padding: 10px 20px 20px;
        margin-bottom: 20px;
    }
    table#references td {
        border: none;
        display: block;
        padding: 10px 0 0;
    }
    
    div#sign-area {
        margin-bottom: 30px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* On screens that are 767px or less */
@media screen and (max-width: 767px) {
    form#OE_EA h1 {
        font-size: 32px;
    }
    
    button#add-employer {
        position: relative;
        margin-bottom: 15px;
        width: 100%;
    }
}