/* file requested: /App_themes/default/T4E/css/GHA_RB_forms.css */
/* file resolved: /App_themes/default/T4E/css/GHA_RB_forms.css */
/************FORM ELEMENTS******************/
label {
    font-weight: normal;
}

.radio-custom {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #5c5c5c;
    border-radius: 100%;
    background: #fff;
}



    .radio-custom:checked + .radio-custom-label:before, .radio-custom:not(:checked) + .radio-custom-label:before {
        border-radius: 50%;
        border: 1px solid #5c5c5c;
        content: '';
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        text-align: center;
    }

    .radio-custom:checked + .radio-custom-label:before {
        background: #0033ff;
        border: 5px solid #ffffff;
        border: solid 1px #5c5c5c;
    }

    .radio-custom:checked + .radio-custom-label:after {
        background: #0033ff;
        border: none;
        width: 12px;
        height: 12px;
    }


.paa-select select {
    -ms-appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    cursor: pointer;
    padding-right: 5px;
    font-size: 16px;
}

.paa-select select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border: solid 1px #5c5c5c;
    height: 48px;
    font-size: 16px;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 8px;
}

.input-group .form-control {
    float: left;
    width: 90%;
    margin-bottom: 0;
}

input, .paa-form input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border: solid 1px #5c5c5c;
    height: 48px;
    font-size: 16px;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px !important;
    border-radius: 8px;
    margin-top: 9px;
}

#Q_T4E_DepartureDate {
    top: 0 !important;
}


select {
    outline: none;
    overflow: hidden;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding-right: 5px;
    font-size: 18px;
}

    select#Q_Profile_DateOfBirth_SelectedYear,
    select#Q_Profile_DateOfBirth_SelectedMonth,
    select#Q_Profile_DateOfBirth_SelectedDay,
    select#Q_T4E_DepartureDate_SelectedDay,
    select#Q_T4E_DepartureDate_SelectedMonth,
    select#Q_T4E_DepartureDate_SelectedYear {
        padding-right: 5px;
    }

#Q_T4E_Stress_Myself .paa-select, #Q_T4E_Stress_Partner .paa-select, #Q_T4E_Stress_Child1 .paa-select {
    width: 90%;
}


input#Login_Username, input#Login_Password {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border: solid 1px #5c5c5c;
    height: 48px;
    font-size: 20px;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 8px;
}


.paa-select label:after {
    content: "";
    font-size: 12px;
    color: #aaa;
    right: 8px;
    top: 8px;
    border-left: 1px #ccc solid;
    padding-left: 6px;
}

/****Switch***/

.switch-container {
    margin: 10px auto;
    width: 95%;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 72px;
    height: 36px;
    margin: 0;
    background: #333333;
    background-image: none;
    border-radius: 18px;
    padding-top: 0;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    box-sizing: content-box;
}

#Q_T4E_Family.switch-container.condition-container {
    top: -20px;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(243,240,242,1);
    background: -moz-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,240,242,1)), color-stop(100%, rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: linear-gradient(to bottom, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f0f2', endColorstr='#f9f9f9', GradientType=0 );
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label[data-on], .switch-label[data-off] {
        font-size: 18px;
    }

label.select-length-stay, label.select-country-origin, label.select-country-destination {
    width: 98%;
}

select#length-of-stay, select#country-origin, select#country-destination {
    width: 100%;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: rgba(84,185,73,1);
    background: -moz-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,185,73,1)), color-stop(100%, rgba(98,214,83,1)));
    background: -webkit-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: -o-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: -ms-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: linear-gradient(to bottom, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b949', endColorstr='#62d653', GradientType=0 );
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    background: #ffffff;
    background-image: none;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: ffffff;
        background-image: none;
        border-radius: 6px;
        box-shadow: none;
    }

.switch-input:checked ~ .switch-handle {
    margin-left: 56px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


.switch-container label.label-switch {
    padding-top: 0px;
    font-size: 18px;
}

.switch-container label.control-label {
    padding-top: 0px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Value Sans', Verdana, Helvetica, Arial
}

.switch-container div.form-group {
    border-top: solid 1px #a6a6a6;
    padding-top: 25px;
    margin-left: 15px;
}

.YesOrNoLabel {
    color: #fff !important;
}

input#add-second-phone, input#accept-terms, input#accept-age, input#AO_Terms_Accept, input#AO_Terms_Over18, input#AO_Terms_Consent {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border: solid 2px #5c5c5c;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 6px;
    vertical-align: bottom;
}

.paa-checkbox-label-align span {
    line-height: 22px;
}

.add-phone label span, .accepting-terms label span {
    margin-top: -5px;
    line-height: 22px;
    color: #333333;
}

.add-phone label::after, .accepting-terms label::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 20px;
    height: 12px;
    background: transparent;
    top: 10px;
    left: 2px;
    border: 3px solid #333333;
    border-top: none;
    border-right: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Transition
============================================================ */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-toggle input + label {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    padding: 0 0.3em;
    margin: 0;
    text-align: left;
    color: #ffffff;
    font-family: 'Value Sans', Verdana, Arial;
}

.toggle-button-yes {
    background: #488319;
}

.switch-light.switch-candy span span, .switch-light.switch-candy input:checked ~ span span:first-child, .switch-toggle.switch-candy label {
    font-weight: normal !important;
    text-align: center;
    font-family: 'Value Sans', Verdana, Arial;
    color: #ffffff;
    text-shadow: 1px 1px 1px #191b1e;
    padding-left: 7px;
    font-size: 14px;
    padding-top: 4px;
}

/************End Switch*****************************/

/*****Textarea****/
textarea {
    height: 188px;
    width: 480px;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: solid 1px #5c5c5c;
    border-top: none;
    border-bottom: none;
    color: #333333;
}

.RadioButtonBoxStyle {
    padding: 0px 10px 0px 10px;
}

div#female-pregnant-option, div#others-pregnant-option, div#cancer-status, div.condition-details {
    margin: 0 10px 10px 0px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

    #Q_T4E_DepartureDate {
        top: 0 !important;
    }

    div#female-pregnant-option, div#others-pregnant-option, div#cancer-status, div.condition-details {
        margin: 0 10px 10px 15px;
    }

    #Q_T4E_Family.switch-container.condition-container {
        margin-top: -100px;
    }
}

@media (min-width: 992px) {

    #Q_T4E_DepartureDate {
        top: -120px !important;
    }

    #Q_T4E_Stress_Myself .paa-select, #Q_T4E_Stress_Partner .paa-select, #Q_T4E_Stress_Child1 .paa-select {
        width: 90%;
    }

    .RadioButtonBoxStyle {
        padding: 0px 30px 0px 30px;
    }
}


@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}

@media only screen and (max-width: 768px) {

    .RadioButtonBoxStyle label {
        padding-left: 5px !important;
    }
}

.inputGroupContainer .input-group div[for="Q.Account.SecurityQuestion1"],
.inputGroupContainer .input-group div[for="Q.Account.SecurityQuestion2"],
.inputGroupContainer .input-group span[for="Answer"] {
    color: #110081;
    font-weight: normal !important;
}
