/* file requested: /App_themes/default/T4E/css/paa-forms.css */
/* file resolved: /App_themes/default/T4E/css/paa-forms.css */
/***********QUERIES FOR MOBILE**********/

/*************Targeting FIREFOX only******************/
@-moz-document url-prefix() {

    .paa-select label:after {
        margin-top: 8px;
    }

    #contact-nurse-consent .form-group input[placeholder="Preferred Email Address"] {
        padding: .25em; /**/
    }
}

.t4efamily {
}
/****************************************************/
.paa-form label {
    padding-top: 0;
    outline: none !important;
}


select {
    outline: none;
    overflow: hidden;
    text-indent: 0.01px;
    text-overflow: '';
    background: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.paa-form input, #female-pregnant-option input {
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    height: 65px;
    font-size: 20px;
    text-align: left;
}


/*Personal info*/
#paa-personal-info > div.row > div > p, #paa-travel-details > div.row > div > p {
    margin-left: 15px;
}

.add-phone, .accepting-terms {
    line-height: 9px;
    font-size: 13px;
}

    .add-phone label, .accepting-terms label {
        display: inline-block;
        color: #505050;
        margin-top: -4px;
    }

        .add-phone label span, .accepting-terms label span {
            line-height: 13px;
        }

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: -1px 0px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    border-right: solid 1px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    margin-right: 5px; /**/
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: none;
}

.add-phone label::after, .accepting-terms label::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 9px;
    background: transparent;
    top: 8px;
    left: 4px;
    border: 3px solid #333;
    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);
}




.add-phone input[type=checkbox]:checked + label::after, .add-phone input[type=checkbox]:checked + input[type=hidden] + label::after, .accepting-terms input[type=checkbox]:checked + label::after {
    opacity: 1;
}


/**Buttons NEXT & PREVIOUS, SUBMIT, LOGIN, REGISTER**/

.next-button button, .login-button button, .submit-button button, .register-button button, .previous-button button {
    background-color: #ec4d1b;
    width: 190px; /**/
    height: 50px;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 5px;
    color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.55);
    transition: all 0.5s;
    font-size: 18px;
    cursor: pointer;
}

.next-button a, .login-button a, .submit-button a, .register-button a, .previous-button a {
    text-decoration: none;
    color: #fff;
}

.register-button button {
    background-color: #a6a6a6;
}

.next-button button span, .login-button span, .submit-button span, .register-button span, .previous-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .next-button button span a, .login-button span a, .submit-button span a, .register-button span a, .previous-button span a {
        text-decoration: none;
        color: #fff;
    }

    .next-button button span:after, .login-button button span:after, .submit-button button span:after, .register-button button span:after, .previous-button button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

.previous-button button span:before {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.next-button button:hover span, .login-button button:hover span, .submit-button button:hover span, .register-button button:hover span, .previous-button button:hover span, {
    padding-right: 25px;
}

    .next-button button:hover span:after, .login-button button:hover span:after, .submit-button button:hover span:after,
    .register-button button:hover span:after, .previous-button button:hover span:after, {
        opacity: 1;
        right: 0;
    }

/*fsdfs*/

.cancel-button button span:before {
    content: '\00ab';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
}

.cancel-button button:hover span {
    padding-left: 5px;
}

    .cancel-button button:hover span:before {
        opacity: 1;
        left: -30px;
    }


/***********SWITCH******************/
.switch-container {
    margin: 10px auto;
    width: 95%;
}

#switch-travelling-with-family div label {
    padding-left: 0;
    font-weight: bold;
    color: #000;
}

.summary-contact-nurse-box .switch-container {
    margin: 10px auto;
    border-top: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

form#paa-conditions-form .switch-container {
    width: 100%;
}

.paa-checkbox-label-align {
    display: inline !important;
}

.messageBox li {
    list-style: none !important;
}

.condition-container {
    margin: 0 auto 5px;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 9px;
    padding-top: 0;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-top: 20px;
    box-sizing: content-box;
}

#cancer-status-under-five-had-followups label.switch, #cancer-status-over-five-had-followups label.switch {
    margin-top: 5px;
}

.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-children, label.select-country-origin, label.select-country-destination {
    width: 98%;
}

select#day-of-birth, select#month-of-birth, select#year-of-birth, select#day-of-departure, select#month-of-departure, select#year-of-departure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

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 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

select#length-of-stay, select#country-origin, select#travel-children, 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;
    left: 4px;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #fff);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #fff);
    border-radius: 100%;
    box-shadow: 1px 1px 5px 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: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    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: #939594;
    font-size: 18px;
    font-weight: normal;
}

.switch-container div.form-group {
    border-top: solid 1px #a6a6a6;
    padding-top: 5px;
    margin-left: 15px;
}

.summary-contact-nurse-box .switch-container div.form-group {
    border-top: none;
}


.switch-container label.switch-text {
    padding-top: 20px;
}

#paa-travel-details .switch-container label.switch-text {
    padding-top: 10px;
}

.summary-contact-nurse-box .switch-container label.switch-text {
    padding-top: 0;
}


div#female-pregnant-option, div#others-pregnant-option, div#cancer-status, div.condition-details {
    background-color: #f1f2f2;
    border-radius: 12px;
    border: none;
    width: 100%;
    padding: 10px 5px 5px 0px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin: 0 10px 10px 15px;
}


#error-female-pregnant-plans {
    margin-left: 25px;
}

div#female-pregnant-option p, div#others-pregnant-option p {
    margin: 15px 10px 10px 25px;
}


div#female-pregnant-option .error-boxes, div#others-pregnant-option .error-boxes, div#error-cancer-status .error-boxes {
    background-color: #fff;
    margin: 10px 0;
    width: 100%;
}


div.condition-details textarea {
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #a6a6a6;
    width: 95%;
    height: 120px;
    padding: 10px 5px;
    font-size: 14px;
    margin-left: 15px;
    margin: 0 10px 10px 0px;
}

div.terms div.terms-text {
    max-height: 200px;
    overflow-y: auto;
    background-color: #f1f2f2;
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
}


/***RADIO BUTTONS PREGNANCY****/
.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    border: 5px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom-label:before {
    background: rebeccapurple;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}


.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

input#cancer-status-under-five, input#cancer-status-over-five, input#cancer-status-currently {
    opacity: 0;
    width: 100%;
    z-index: 1;
}

#female-pregnant-option label, #others-pregnant-option label, #cancer-status label {
    font-size: 16px;
    font-weight: normal;
}

#female-currently-weeks, #others-currently-weeks, #cancer-status-had-followups {
    width: 100%;
    margin: 5px 0 5px 25px;
}

    #female-currently-weeks label, #others-currently-weeks label {
        font-size: 15px;
        color: #939594;
    }

/********END RADIO BUTTONS PREGNANCY***********/
input#female-currently-pregnant-number-of-weeks {
    opacity: 1;
    z-index: 2;
}

.switch-container label a.condition-link {
    text-decoration: none;
    font-weight: bold;
    color: #1061b2;
}

/* 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;
}

/***Other Form elements***/

.paa-form div.dob {
    display: inline-block;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

/*Switch*/

.switch-field {
    padding: 0;
    width: 100%
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        float: left;
    }

    .switch-field label {
        display: inline-block;
        width: 49%;
        height: 60px;
        background-color: #bdbdbd;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        text-align: center;
        padding: 16px 14px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #51b948;
    }

#cancer-status-under-five-had-followups label.label-switch, #cancer-status-over-five-had-followups label.label-switch {
    padding-top: 0;
}

/****Select******/

.paa-select select {
    -ms-appearance: none;
    padding: 0;
    padding-left: 12px;
    margin: 0;
    background: #fff;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 65px;
    color: #939594;
    font-size: 16px;
    font-weight: normal;
    padding-right: 40px;
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-bottom: solid 1px #f0f0f0;
    width: 100%;
    max-width: 285px;
}

.countrycodeselector label {
    width: 95%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .paa-form .paa-select label {
        padding-top: 0;
    }
}

#button-traveldetails-next {
    margin-top: 60px;
}


.paa-select label {
    position: relative;
}

    .paa-select label:after {
        content: "\f078";
        font-family: "FontAwesome";
        font-size: 12px;
        color: #aaa;
        right: 10px;
        top: 24px;
        border-left: 1px #ccc solid;
        padding-left: 8px;
        position: absolute;
        pointer-events: none;
    }

    .paa-select label:before {
        /* content:''; */
        right: 2px;
        top: 0px;
        width: 43px;
        height: 18px;
        background: #fff;
        position: absolute;
        pointer-events: none;
        display: block;
    }

.dob-day, .dod-day {
    padding-right: -15px;
    padding-left: 0px;
    margin-right: -10px;
    width: 27%; /**/
    margin-left: 1px; /**/
}


.dob-month, .dod-month {
    padding-right: 0;
    padding-left: 10px;
}

.dob-year, .dod-year {
    padding-left: -5px;
    padding-right: 0;
    margin-right: -5px;
}

.select-security-question {
    margin-top: 20px;
}

label.select-country {
    width: 100%;
}

.select-country select {
    font-size: 20px;
    width: 100%;
}

.select-security-question select {
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-align-last: center;
}

.selected-condition-links {
    z-index: 2;
}

.selected-condition-link {
    margin-left: -5px;
}

#security-answer-2 {
}

.condition-links {
    z-index: 2;
}

p.textarea_counter {
    text-align: right;
    font-size: 12px;
    margin-right: 20px;
}

textarea.condition-details {
    resize: none;
}


/************************Targeting IE 10+**********************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 768px) {
    /* IE10+ CSS styles go here */

    select::-ms-expand {
        display: none;
    }

    .paa-select label:after {
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 768px) {
    /* IE10+ CSS styles go here */

    select::-ms-expand {
        display: none;
    }



    .paa-select label:after {
        margin-top: 25px;
        margin-top: 5px;
        padding-top: 0;
    }

    .carousel-caption {
        position: relative;
        top: 0;
        left: 0;
    }
}


/**********QUERIES FOR SMALLER THAN 375 ***********/
@media (min-width: 320px) and (max-width: 375px) {

    .next-button button, .login-button button, .submit-button button, .register-button button, .previous-button button {
        width: 80%;
        text-align: center;
        font-size: 18px;
    }

    .next-button button, .previous-button button {
        width: 49%;
        text-align: center;
        font-size: 18px;
    }
}




/**********QUERIES FOR BIGGER THAN 480 AND SMALLER THAN 768***********/
@media (min-width: 480px) and (max-width: 768px) {
}


/**********QUERIES FOR BIGGER THAN 768 AND SMALLER THAN 1024***********/
@media (min-width: 768px) and (max-width: 1024px) {


    .next-button button, .login-button button, .submit-button button, .register-button button, .cancel-button button, .previous-button button {
        width: 210px;
        height: 40px;
        font-size: 18px;
    }


    .paa-form input {
        -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        border-right: solid 2px #ccc;
        border-top: solid 1px #f0f0f2;
        border-bottom: solid 1px #f0f0f0;
        height: 45px;
        font-size: 18px;
    }

        .paa-form input[type=number], input[type=text] {
            padding-left: 9px;
            padding-right: 0;
            box-sizing: border-box;
        }

    .paa-form .form-group label.doubleline {
        padding-top: 2px;
        padding-bottom: 5px;
        line-height: 20px;
    }

        .paa-form .form-group label.doubleline span {
            font-size: 12px;
            color: #818282;
            margin: 0 auto;
        }

    .paa-select select {
        height: 45px;
        width: 100%;
    }

    .paa-select label:after {
        top: 14px;
    }

    /*Switch*/

    .switch-field label {
        width: 135px;
    }

    .switch-field label {
        width: 135px;
        height: 50px;
        padding: 11px 14px;
    }

    .dob-day {
        width: 22%;
    }

    .dob-month {
        width: 24%;
        margin-left: -5px;
    }

    .dob-year {
        width: 21%;
        margin-left: -5px;
    }

    #security-question1 select, #security-question2 select {
        font-size: 16px;
    }

    #security-question1 label.control-label, #security-question2 label.control-label {
        margin-top: 15px;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 0;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 0;
    }

    ::-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
        opacity: 0;
    }

    #contact-nurse-consent .input-group {
        width: 97%;
    }
}

/**********QUERIES FOR BIGGER THAN 768***********/

@media (min-width: 768px) {

    #paa-login-page input::-webkit-input-placeholder,
    #paa-register-page input::-webkit-input-placeholder,
    #paa-personal-info input::-webkit-input-placeholder,
    #paa-travel-details input::-webkit-input-placeholder {
        color: transparent;
    }

    #paa-login-page input:-moz-placeholder,
    #paa-register-page input:-moz-placeholder,
    #paa-personal-info input:-moz-placeholder,
    #paa-travel-details input:-moz-placeholder { /* Firefox 18- */
        color: transparent;
    }

    #paa-login-page input::-moz-placeholder,
    #paa-register-page input::-moz-placeholder,
    #paa-personal-info input::-moz-placeholder,
    #paa-travel-details input::-moz-placeholder { /* Firefox 19+ */
        color: transparent;
    }

    #paa-login-page input:-ms-input-placeholder,
    #paa-register-page input:-ms-input-placeholder,
    #paa-personal-info input:-ms-input-placeholder,
    #paa-travel-details input:-ms-input-placeholder {
        color: transparent;
    }

    div#female-pregnant-option .error-boxes, div#others-pregnant-option .error-boxes, div#error-cancer-status .error-boxes {
        background-color: #fff;
        margin: 10px 0 0 15px;
        padding-left: 15px;
        width: auto;
    }

    div#female-pregnant-option, div#others-pregnant-option {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {

    .next-button button, .login-button button, .submit-button button, .register-button button, .cancel-button button, .previous-button button {
        width: 210px;
        height: 40px;
        font-size: 16px;
    }

    #paa-personal-info div.personal-data {
        padding-left: 0;
        padding-right: 0;
    }

    .paa-form input {
        height: 40px;
        width: 100%;
    }

    .dob-day {
        /*margin-left: 15px!important; */
    }

    .dateCaptureSurvey {
        margin-left: -15px;
    }

    .paa-select select {
        min-width: 100%;
        height: 40px;
        color: #939594;
        font-size: 18px;
        font-weight: normal;
        padding-right: 20px;
        -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        border-right: solid 2px #ccc;
        border-top: solid 1px #f0f0f2;
        border-bottom: solid 1px #f0f0f0;
    }

    .paa-select label:after {
        content: "\f078";
        font-family: "FontAwesome";
        font-size: 12px;
        color: #aaa;
        right: 8px;
        top: 8px;
        border-left: 1px #ccc solid;
        padding-left: 6px;
    }

    .paa-select label:before {
        /* content:''; */
        right: 4px;
        top: 0px;
        width: 53px;
        height: 18px;
        background: #fff;
        position: absolute;
        pointer-events: none;
        display: block;
    }

    #contact-nurse-consent .width-100 {
        width: 50%;
    }


    .switch-field label {
        display: inline-block;
        width: 49%;
        height: 40px;
        background-color: #bdbdbd;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        text-align: center;
        padding: 8px 14px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .dob-day, .dob-month, .dob-year {
        font-size: 12px;
    }

    select#day-of-birth, select#month-of-birth, select#year-of-birth, select#day-of-departure, select#month-of-departure, select#year-of-departure {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 30px;
    }

    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 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 30px;
    }

    .dob-day {
        width: 16%;
        padding-left: 0;
        padding-right: 0;
    }

    .dob-month {
        width: 20%;
        margin-left: 20px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .dob-year {
        width: 25%;
        margin-left: 0;
        margin-right: -15px;
        padding-left: 0;
        padding-right: 0;
    }

    #paa-travel-details .switch-container label.switch-text {
        padding-top: 20px;
    }

    div.terms div.terms-text {
        max-height: 300px;
        overflow-y: auto;
        background-color: #f1f2f2;
        padding: 5px;
        margin-bottom: 20px;
        width: 100%;
        margin-top: 10px;
    }

    #switch-travelling-with-family {
        margin-bottom: 0;
    }

    #travel-with-partner, #travel-with-children {
        padding-top: 0;
        margin-top: 0;
    }

        #travel-with-partner > div, #travel-with-children > div {
            border-top: none;
            margin: 0;
        }

    div#female-pregnant-option, div#others-pregnant-option {
        margin-left: 0;
        width: 98%;
    }

    input#female-currently-pregnant-number-of-weeks {
        height: 40px;
        width: 100%;
    }

    div#female-pregnant-option .error-boxes,
    div#others-pregnant-option .error-boxes,
    div#error-cancer-status .error-boxes,
    div#error-cancer-status-under-five
    .error-boxes {
        background: #fbeded;
        width: 99%; /**/
        margin-left: 0px;
        border: 0;
        font-size: 12px;
        color: #cc0707;
        margin-bottom: 1px;
        margin-top: 5px;
        padding-left: 10px !important;
    }



    .summary-contact-nurse-box {
    }

    #check-enter-additional-phone {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    #contact-nurse-consent label.switch-text {
        margin-top: 0px;
    }

    /*Placeholders*/

}

/**********QUERIES FOR BIGGER THAN 1200***********/

@media (min-width: 1200px) {

    .add-phone label, .accepting-terms label {
        display: inline-block;
        color: #505050;
    }

        .add-phone label span, .accepting-terms label span {
            margin-top: -5px;
            line-height: 15px;
        }

    .paa-form input {
        height: 40px;
        width: 100%
    }

    input#female-currently-pregnant-number-of-weeks {
        height: 40px;
        width: 100%;
    }

    .switch-field label {
        height: 40px;
        padding-top: 7px;
    }

    #paa-travel-details .switch-container label.switch-text {
        padding-top: 20px;
    }


    .next-button button, .login-button button, .submit-button button, .register-button button, .cancel-button button, .previous-button button {
        background-color: #ec4d1b;
        width: 200px;
        height: 40px;
        border-radius: 0;
        margin: 0 auto;
        margin-right: 10px;
        color: #fff;
        border: none;
        position: relative;
        -webkit-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.55);
        box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.55);
        transition: all 0.5s;
        font-size: 18px;
        cursor: pointer;
    }

    .register-button button {
        background-color: #a6a6a6;
    }

    .select-security-question {
        margin-top: 0;
    }

    .dob-day {
        width: 25%;
    }

    .dob-month {
        width: 35%;
    }

    .dob-year {
        width: 33%;
        margin-left: 10px;
    }

    .ie-test {
        -ms-appearance: none;
    }

        .ie-test::-ms-expand {
            display: none;
        }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1200px) {
    /* IE10+ CSS styles go here */
    /*select::-ms-expand{
	display:none;
}
.paa-select label:after {    
	top: -5px;
	}*/


}


.validationError {
}

.CancerRemissionDiv {
    padding-left: 12px;
    margin-right: -25px;
}

.wrapper {
    color: red;
}

/**********QUERIES FOR BIGGER THAN 1024***********/

/*********PDMA UnSupported Locale Popup***********/
.modal-launch-link {
    text-align: center;
    padding-top: 30px;
}

.modal-pdma-dialog {
    width: 450px !important;
    height: 250px !important;
}

.modal-pdma-header {
    padding: 10px 40px !important;
}

.modal-cigna-logo img {
    width: 30%;
    height: 30%;
}

.modal-pdma-title {
    height: 50px;
    background-color: #00477d;
    color: #fff;
    margin: 0;
    padding: 5px 50px 20px 50px;
}

    .modal-pdma-title h4 {
        font-size: 16px;
    }

.modal-message-pdma h5, .modal-message-pdma p {
    text-align: center;
}


.modal-message-pdma h5 {
    font-size: 12px;
}


.modal-pdma-body button {
    width: 30% !important;
    margin: 0 auto !important;
    text-align: center !important;
    background-color: #00477d !important;
    color: #fff !important;
}

    .modal-pdma-body button:hover {
        background-color: #ccc !important;
    }

    .modal-pdma-body button:active {
        background-color: #ac2925 !important;
    }

#myModalPopup button {
    border-color: transparent !important;
}

#myModal2 button {
    border-color: transparent !important;
}


@media (max-width: 550px) {

    .modal-pdma-content {
        margin: 0 auto !important;
    }

    .modal-pdma-dialog {
        width: 300px !important;
        height: 400px !important;
        text-align: left !important;
    }

    .modal-cigna-logo img {
        width: 50%;
        height: 50%;
        margin-left: -20px;
    }

    .modal-pdma-title {
        height: 40px;
        padding: 5px 30px 20px 30px;
    }

    .modal-message-pdma {
        text-align: left;
    }

    .modal-pdma-title h4 {
        font-size: 14px;
    }

    .modal-message-pdma h5, .modal-message-pdma p {
        text-align: left;
        margin-left: 12px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {

    .dod-day {
        width: 32%;
    }

    .dob-day {
        width: 35%;
    }

    .dod-year {
        width: 38%;
        padding-left: 5px !important;
    }

    .dob-year {
        padding-right: 0;
        margin-right: -5px;
        width: 34%;
        padding-left: 7px;
    }

    .dob-month {
        width: 35%;
        padding-left: 1px;
    }

    .dod-month {
        width: 33%;
        padding-left: 1px;
    }

    .paddingMobile {
        padding-left: 0px;
        padding-right: 0px;
    }

    #T4eSurveyPageView .question .dateCapture {
        border: 1 px solid red;
    }

    .paa-select select {
        min-width: 100%;
    }


    #contact-nurse-consent .paa-select label:after {
        right: 6px;
    }

    .countrycodeselector label {
        width: 100%;
    }

    .CancerRemissionDiv {
        padding-left: 0px;
        margin-right: 30px;
    }

    .widthMobile {
        width: 100% !important;
    }

    .departureDatetop {
        top: 0px !important;
    }
}

#btnPreviousPage, #btnPrevious {
    background-color: #f8f9fa;
    color: #00487a;
}
/******End of PDMA UnSupported Locale Popup*******/
