/****************** QUESTION PAGE *******************/
/***************************************************/



/******************** FORM PAGE *********************/
/***************************************************/
/**** form - short ****/
.it .dont-forget1, .it .dont-forget2 {
    width: 20px;
    left: -25px;
    height: 20px;
    background: url('../../images/error_icon.png') no-repeat center center;
    background-size: 20px;
    position: relative;
    float: left;
    top: -4px;
    visibility: hidden;
}

.it #form-short .row.checkbox input { margin-left: -18px; }

/* agree with terms */
.check-tc {
    clear: both;
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 5px auto 15px;
    text-align: center;
}

.check-tc a, .fr form .row.checkbox label a { color: #003178 !important; }

/* form long */
/* form long - checkbox */
#form-long .checkbox { position: relative; }
#form-long .checkbox .checkmark { bottom: 5px; float: left; position: absolute; width: 25px; }
.form-x #form-long .checkbox .checkmark { bottom: 0; width: auto; position: static; }
#form-long .checkbox .checkbox-text { float: right; font-size: 12px; font-weight: bold; text-align: left; width: calc(100% - 35px); }
#form-long .checkbox .checkbox-text strong { display: block; margin-top: 16px; width: 100%; position: relative; top:-8px }
#form-long .checkbox .top-img { margin-left: 35px; text-align: left; width: 90%; }
#form-long .checkbox .checkbox-img { float: none; max-width: 80%; }


/******************* EXIT TRAFFIC *******************/
/***************************************************/
/**** THANK YOU PAGE ****/
.it .step-thankyou .thankyou {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.it .step-thankyou .thankyou h2 {
    margin-top: 0px;
    font-size: 22px;
}

/******************* CAPTCHA *******************/
/***************************************************/
body:not(.gf) .captcha .col-sm-6,
body:not(.gf) .captcha .col-sm-5,
body:not(.gf) .captcha .col-sm-1 {
    position: relative;
    min-height: 1px;
    /* padding-left: 15px;
    padding-right: 15px; */
}

body:not(.gf) .captcha .col-xs-12,
body:not(.gf) .captcha .col-xs-10,
body:not(.gf) .captcha .col-xs-2 {
    float: left;
}

body:not(.gf) .captcha .col-xs-12 {
    width: 100%;
}

body:not(.gf) .captcha .col-xs-10 {
    width: 83.33333%;
}

body:not(.gf) .captcha .col-xs-2 {
    width: 16.66667%;
}

@media (min-width: 768px) {
    body:not(.gf) .captcha .col-sm-1,
    body:not(.gf) .captcha .col-sm-2,
    body:not(.gf) .captcha .col-sm-3,
    body:not(.gf) .captcha .col-sm-4,
    body:not(.gf) .captcha .col-sm-5,
    body:not(.gf) .captcha .col-sm-6,
    body:not(.gf) .captcha .col-sm-7,
    body:not(.gf) .captcha .col-sm-8,
    body:not(.gf) .captcha .col-sm-9,
    body:not(.gf) .captcha .col-sm-10,
    body:not(.gf) .captcha .col-sm-11,
    body:not(.gf) .captcha .col-sm-12 {
        float: left;
    }

    body:not(.gf) .captcha .col-sm-6 {
        width: 50%;
    }

    body:not(.gf) .captcha .col-sm-5 {
        width: 41.66667%;
    }

    body:not(.gf) .captcha .col-sm-1 {
        width: 8.33333%;
    }
}

body:not(.gf).uk form .row.input-doi {
    min-height: 60px;
}

@media (max-width: 767px) {

    body:not(.gf) form .row.captcha {
        margin-top: 15px;
    }
}

body:not(.gf).v1 form .row.captcha .row {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    body:not(.gf).v1 form .row.captcha label,
    body:not(.gf).template-v4 form .row.captcha label {
        display: block;
    }
}

form .row.captcha label {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.row.captcha.error .error {
    display: inline-block;
    right: 102%;
    top: 20px;
}

.row.captcha .captcha-image-outer {
    height: 40px;
    padding: 0px;
}

.row.captcha .captcha-image-outer .captcha-image-wrapper {
    background: url(../../captcha/backgrounds/45-degree-fabric.png);
    border: 1px solid #c0c0c0;
    border-bottom: 3px solid #c0c0c0;
    border-radius: 8px;
    max-width: calc(100% - 15px);
}

.row.captcha .captcha-image-outer .captcha-image {
    display: block;
    height: 36px;
    margin: 2px auto !important;
}

.row.captcha .captcha-text {
    padding-right: 0px;
}

body:not(.gf) .row.captcha #captcha-text {
    margin-left: 15px;
    width: calc(100% - 15px);
}

@media screen and (max-width: 767px) {
    body:not(.gf) .row.captcha #captcha-text {
        margin-left: 0px;
        width: 100%;
    }
}

.row.captcha .refresh-captcha-holder {
    height: 44px;
    padding: 0px;
    position: relative;
}

.row.captcha .refresh-captcha-holder .renew-captcha-image {
    cursor: pointer;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

@media screen and (max-width: 768px) {
    .row.captcha .captcha-text {
        margin-top: 10px;
        padding-left: 0px;
    }
}
