﻿label.normal {
    font-weight: normal;
}

label.label-wrap {

}

input[type="text"],
input[type="date"],
input[type="email"], 
input[type="tel"],
input[type="number"],
input[type="password"],
select {
    width: 100%;
    height: 35px;
}

textarea {
    width: 100%;
    height: auto;
    min-height: 35px;
}

select[multiple] {
    line-height: 35px;
}

input[type="date"] {
    -webkit-appearance: textfield;
    background-color: white;
}


span.field-validation-error {
    vertical-align: middle;
}

h4 {
    text-transform: uppercase;
}

h4 span {
    text-transform: none;
}

.lowercase {
    text-transform: lowercase;
}

h5 {
    font-weight: bold;
    color: #0891c2;
    font-size: 18px;
}
h5 span {
    color: black;
    font-size: 14px;
}

.pad-left {
    padding-left: 10px;
}

.header-detail-text {
    line-height: 19px;
}

#ApplicationNavigation {
    text-transform: uppercase;
}

#ApplicationNavigation td.current {
    color: white;
}

.sr-question-holder .question {
    font-weight: bold;
}

.sr-question-holder .sr-answer-col label {
    font-weight:initial;
}

p { margin: 10px 0; }


.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: bold;
    border:none; 
    position: relative;
}

.btn:after {
    content: "";
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.btn:hover:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.btn-primary 
{
    background: #0891c2 !important;
}

.btn-success 
{
    background: #97c93c !important;
}


.radio-label {
    float: left;
}
.radio-label span {
    position: relative;
    cursor: pointer;
}
.radio-label input {
    display: none;
}
.radio-label span {
    border: 1px solid #EAEAEA;
    padding: 5px 10px;
    display: inline-block;
    font-weight: normal;
}
.radio-label input:checked + span {
    background-color: #0891c2;
    border: 1px solid #0891c2;
    color: white;
    font-weight: bold;
}
.radio-label + .radio-label span {
    border-left: none;
}

.radio-list-question div.radio-list-answer {
    float: right;
}

.radio-list-question label:not(.radio-label) {
    float: left;
    /*line-height: 32px;*/
}

.radio-list-question .radio-label input:disabled + span {
    background-color:lightgray;
    cursor: default;
}

.radio-list-question .radio-label input:disabled:checked + span {
    background-color: darkgray;
    border: solid 1px #4a4a4a;
}


/*.radio-list-answer.no-answer .radio-label input + span {
    border: 1px solid #0891c2
}

.radio-list-answer.no-answer .radio-label input[value="false"] + span {
    border-left: none;
}*/
.deletables-wrapper {
    display: none;
}

#ApplicantTypeTable .radio-label {
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #ApplicantTypeTable .radio-label input:checked {
        background-color: #0891c2;
        border: 1px solid #0891c2;
    }

    #ApplicantTypeTable .radio-label span {
        text-align:center;
    }
.confirm-continue {
    background-color: #97c93c;
    float: right;
    color: white;
    margin-top: 175px;
}

.selection-spacer {
    margin-bottom: 20px;
}

.card-box {
    border: 1px solid #EAEAEA;
}

#ApplicantTypeTable {
    flex-grow: 2;
    margin: 20px;
}

#ApplicantTypeSelectorTitle {
    background-color: #F1F1F1;
    margin-top: 30px;
    padding: 10px 5px 8px 10px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #F1F1F1;
}

#TermsAndConditions > div#mouseposition-extension-element-full-container {
    position: relative !important;
}