body {
    font-family: Letter Gothic Std;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 0;
}

.AllIncludedSurvey {
    background-size: cover !important;
}


strong, b {
    font-weight: bold;
}

.Logo {
    width: 80px;
    height: 80px;
    border-width: 0px;
    position: absolute;
    top: 0px;
    right: 100px;
}

.SurveyTitle {
    background: #e6ddd7;
    color: #000000;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

    .SurveyTitle label {
        font-size: 20px;
    }

.SurveyTitleWhite {
    background: white;
    color: black;
    width: 100%;
    /*height: 50px;*/
    font-weight: bold;
    font-size: 20px;
}

.TitleSurvey {
    max-width: 900px;
    margin: auto;
    padding: 10px;
    font-weight: bold;
    text-align: Left;
}

    .TitleSurvey label {
        display: block;
    }

.SurveyIntroWhite {
    background: white;
    color: black;
    width: 100%;
    font-size: 20px;
}

.SurveyIntro {
    background: #e6ddd7;
    color: #000000;
    width: 100%;
    font-size: 20px;
}

.GridGuestRowStyle {
}

.IntroSurvey {
    max-width: 900px;
    margin: auto;
    padding: 10px;
}


.BtnAddGuest {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #557a98;
    background-image: -moz-linear-gradient(center top, #557a98, #183d68);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0;
    padding: 2px 10px 4px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    margin-left: 250px;
}

    .BtnAddGuest:hover {
        background-color: #183d68;
        background-position: 0 -15px;
        color: #FFFFFF;
        font-weight: 500;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

.SIStyle-OPQuestionValidator {
    width: 10%;
    vertical-align: top;
    text-align: right;
    color: Red;
    font-size: 12px;
    position: relative;
}

.SIStyle-OPQuestionValidatorNameAndAddress {
    width: 10%;
    vertical-align: top;
    text-align: right;
    color: Red;
    font-size: 12px;
    position: relative;
}

.OPQuestionNumber {
    font-family: Letter Gothic Std;
    font-size: 20px;
    vertical-align: top;
    width: 20px;
    color: #000000;
    font-weight: bold;
}

.SIStyle-OPQuestion {
    margin-bottom: 5px;
    text-decoration: none;
    color: #000000;
    padding-top: 0px;
    font-family: Letter Gothic Std;
    font-size: 20px;
    width: 90%;
}

.SIStyle-OPQuestionNumber {
    font-size: 18px;
    color: #000000;
    vertical-align: top;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    font-weight: bold;
}


.SIStyle-OPQuestionNameAndAddress {
    text-decoration: none;
    color: #000000;
    width: 90%;
}

.SIStyle-Radio {
    max-width: 100% !important;
}

table.SIStyle-Radio {
    width: 100%;
    max-width: 100% !important;
}

.SIStyle-Radio-Matrix {
    text-align: left;
}

.SIStyle-Matrix-Header {
    text-align: center;
    max-width: 80px;
}

.SocialPlugin {
    text-align: center;
    line-height: 25px;
}

.SocialText {
    color: #000000;
    font-family: Letter Gothic Std;
    font-size: 20px;
    float: left;
    width: 100%;
}

.SocialPluginFacebook,
.SocialPluginLinkedin,
.SocialPluginTwitter {
    margin: 0 5px;
}

div[type="upload"] {
    clear: both;
    float: none;
}

[type~="upload"] {
    margin: 5px auto;
}

.NewClassLogo {
    text-align: Center;
}

.myButton {
    font-family: Letter Gothic Std;
    font-size: 20px;
    float: left;
    color: #7986cb;
    font-weight: 600;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    padding: 10px 5px;
    border: 1px solid;
    border-radius: 5px;
}

    .myButton:hover {
        color: #ffffff;
        border-color: #37474f;
        text-decoration: none;
    }

    .myButton::before {
        border-radius: 5px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #37474f;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale3d(0.7, 1, 1);
        transform: scale3d(0.7, 1, 1);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .myButton:hover::before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }



/******Style added*****/
#AS_divSurvey {
    float: left;
    width: 100%;
}

.NewClassLogo img {
    max-width: 900px;
}

#main {
    max-width: 900px;
    margin: auto;
    border: 1px solid #dddddd;
    box-shadow: 2px 4px 4px 1px #dddddd;
    margin-top: 25px;
    background-position: center top;
    background-color: #e6ddd7;
    background-repeat: no-repeat;
}

#AS_RefreshPanel {
    margin-bottom: 25px;
}

td:empty {
    display: none;
}

div[id$="_fieldset1"] table {
    width: 100%;
}

div[id$="_fieldset1"] {
    clear: both;
    margin: auto;
}

div[id$="_fieldesetpart"] {
    float: left;
    padding: 0;
}

td[id$="_tdValidator"] {
    float: left;
}

    td[id$="_tdValidator"] span {
        height: 10px;
        display: block;
        padding-left: 5px;
        font-size: 22px;
        position: absolute;
    }

td[id$="_tdHeader"] {
    float: left;
}

    td[id$="_tdHeader"] img {
        max-width: 100%;
        height: auto;
    }

div[id$="_datepanel"] {
    padding-top: 6px;
}

.HideDivClass {
    margin: 0 !important;
    display: none;
}


.header_image {
    max-width: 900px;
    margin: auto;
}

.header_image {
    max-width: 900px;
    width: 900px;
}

    .header_image img {
        margin: 10px 0;
        max-width: 100%;
    }

.ui-datepicker-title select {
    position: relative !important;
    font-size: 14px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border-radius: none;
    border: none;
    border-left: none;
    margin: 1px 1px !important;
    padding: 0px 5px;
    background-image: none;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

.SIStyle-Matrix-Header {
    font-weight: normal;
}

.SIStyle-OPField {
    position: relative;
}

.SIStyle-Required {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -30px;
    right: 0px;
    z-index: 99;
    opacity: 0.9;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 6px 8px;
    white-space: nowrap;
}

    .SIStyle-Required:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #e34f4f;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -6px;
        left: 20%;
    }

.SIStyle-OPFieldCaptcha {
    position: relative;
}

.SIStyle-MatrixQuestion .SIStyle-Required {
    top: -11px;
    left: -7px;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    right: -56px;
    z-index: 99;
    opacity: 0.9;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 6px 8px;
    white-space: nowrap;
}

    .SIStyle-MatrixQuestion .SIStyle-Required:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 0px 6px 6px;
        border-color: transparent #e34f4f;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -6px;
        left: 20%;
    }

.SIStyle-MatrixQuestion tr td {
    padding: 5px 0;
}

.SIStyle-Error {
    color: Red;
}

.validator_matrix_6 {
    width: 87px;
    float: left;
    text-align: left;
}

.validator_matrix_12 {
    width: 100%;
    float: left;
    text-align: left;
}

.validator_matrix_3 {
    width: 87px;
    float: left;
    text-align: left;
}

.validator_matrix_4 {
    width: 87px;
    float: left;
    text-align: left;
}


.SIStyle-CaptchaRefresh {
    content: url(../images/refresh.png) !important;
    background-image: none !important;
    width: 30px !important;
    height: 30px !important;
}

table[id$="_TableHeader"] td:empty {
    padding: 0px !important;
    display: none;
}

.SIStyle-Captcha {
    background-color: #464646;
    background-image: none !important;
    font-family: Letter Gothic Std !important;
    width: 80px !important;
}

    .SIStyle-Captcha td {
        font-size: 16px !important;
        padding: 5px !important;
    }

label {
    margin: 5px 0 !important;
    font-family: Letter Gothic Std;
    font-size: 20px;
}


.ui-state-hover.ui-datepicker-next-hover {
    opacity: 1;
}


a.PrivacyPolicyClass {
    font-family: Letter Gothic Std;
    color: #000000;
    border-bottom: 1px solid;
    float: left;
}

    a.PrivacyPolicyClass:hover {
        text-decoration: none;
        color: #0275d8;
    }
/***** Style Inputs ****/

input[type='text'] {
    font-family: Letter Gothic Std;
    font-size: 20px;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    height: 40px;
    border-left: 3px solid #a9a9a9;
    width: 100%;
    padding: 10px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

textarea {
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    border-left: 3px solid #a9a9a9;
    width: 100%;
    font-family: Letter Gothic Std;
    font-size: 20px;
}

select {
    position: relative;
    font-family: Letter Gothic Std;
    font-size: 20px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    border-left: 3px solid #a9a9a9;
    width: 100%;
    height: 40px;
    padding: 10px 5px;
    text-overflow: ellipsis;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

input[type='checkbox'], input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    float: left;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    outline: none;
    position: relative;
    font-family: Letter Gothic Std;
    font-size: 20px;
}

.SIStyle-MatrixQuestion input {
    float: none;
}

input[type='checkbox']:hover, input[type='radio']:hover {
    background: #9faab7;
}

input[type='checkbox']:checked, input[type='radio']:checked {
    background: #3e4241;
}

    input[type='checkbox']:checked::before, input[type='radio']:checked::before {
        height: 20px;
        width: 20px;
        position: absolute;
        content: '✔';
        display: inline-block;
        font-size: 26.66667px;
        text-align: center;
        line-height: 20px;
    }


    input[type='radio']:checked::after {
        background: #3e4241;
        content: '';
        display: block;
        position: relative;
        z-index: 100;
    }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='checkbox']::after, input[type='radio']::after {
        border-radius: 50%;
    }


input[type='text']:focus, textarea:focus, select:focus {
    border-color: #1e97ed;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
}

input[type='radio'] {
    border-radius: 50%;
}

select::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0px 6px;
    border-style: solid;
    border-color: #7B7B7B transparent;
}



/******Style addedresponsive Matrix*****/
@media screen and (max-device-width: 599px), screen and (max-width: 599px) {

    .LabelMat {
        font-size: 13px !important;
    }

    table {
        width: 100%;
    }

    .SIStyle-MatrixQuestion th {
        display: none !important;
    }

    .SIStyle-MatrixQuestion thead {
        display: none;
    }

    .SIStyle-MatrixQuestion tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .SIStyle-MatrixQuestion tr td:first-child {
        background: #bdbdbd;
        font-weight: bold;
        font-size: 1.3em;
        color: white;
    }

    .SIStyle-MatrixQuestion tbody td {
        display: block;
        text-align: left;
        padding-left: 10px;
    }

        .SIStyle-MatrixQuestion tbody td:before {
            content: attr(data-th);
            display: block;
            text-align: center;
        }

    .SIStyle-MatrixQuestion .SIStyle-Radio-Matrix span {
        font-size: 13px;
    }

    .header_image img {
        width: 100%;
    }

    .SIStyle-MatrixQuestion .SIStyle-Required {
        right: 0px !important;
    }
}


.new_survey_container .form-group {
    margin-bottom: 0px !important;
}

.new_survey_container .myButton {
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0px;
    height: 40px;
    text-align: center;
    background-color: #337ab7;
    /*    border: none;
    border-radius: 0px;*/
    border: 1px solid;
    border-radius: 4px;
}

    .new_survey_container .myButton:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


.new_survey_container input,
.new_survey_container select,
.new_survey_container textarea {
    color: #000000;
}

    .new_survey_container input[type='email'],
    .new_survey_container input[type='text'] {
        font-family: Arial;
        font-size: 13px;
        border: 1px solid #a9a9a9;
        border-radius: 3px;
        height: 40px;
        width: 100%;
        padding: 10px 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

        .new_survey_container input[type='email']:focus,
        .new_survey_container textarea:focus,
        .new_survey_container select:focus {
            border-color: #1e97ed;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
        }

    .new_survey_container input[type='tel'] {
        font-family: Arial;
        font-size: 13px;
        border: 1px solid #a9a9a9;
        border-radius: 3px;
        height: 40px;
        width: 100%;
        padding: 10px 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

        .new_survey_container input[type='tel']:focus,
        .new_survey_container textarea:focus, select:focus {
            border-color: #1e97ed;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
        }

    .new_survey_container input[type='date'] {
        font-size: 13px;
        border: 1px solid #a9a9a9;
        border-radius: 3px;
        height: 40px;
        width: 100%;
        padding: 10px 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

        .new_survey_container input[type='date']:focus,
        .new_survey_container textarea:focus,
        .new_survey_container select:focus {
            border-color: #1e97ed;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #1e97ed;
        }

    .new_survey_container input[type='number'] {
        font-family: Arial;
        font-size: 13px;
        border: 1px solid #a9a9a9;
        border-radius: 3px;
        height: 40px;
        width: 100%;
        padding: 10px 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }


.Control_Saisie {
    border-color: #f98f8d !important;
}

.input_hidden {
    position: absolute;
    left: -9999px;
    z-index: -1;
    display: none;
}

.new_survey_container {
    position: relative;
}



    .new_survey_container input[type='checkbox'], .new_survey_container input[type='radio'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        position: relative;
        float: left;
        right: 0;
        bottom: 0;
        left: 0;
        height: 20px;
        width: 20px;
        transition: all 0.15s ease-out 0s;
        background: #cbd1d8;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        margin-right: 5px;
        outline: none;
        position: relative;
        font-family: Letter Gothic Std;
        font-size: 20px;
    }


    /*Style of radio*/
    .new_survey_container input[type="radio"] {
        position: relative !important;
    }

        .new_survey_container input[type='radio']:before {
            content: '' !important;
            display: block !important;
            width: 100%;
            height: 100%;
            margin: 0;
            border-radius: 50%;
            background: #cbd1d8;
        }


        .new_survey_container input[type='radio']:checked::after {
            background: transparent !important;
        }

        .new_survey_container input[type='checkbox']::after,
        .new_survey_container input[type='radio']::after {
            border-radius: 0px !important;
        }

        .new_survey_container input[type='radio']:checked:before {
            background: #337ab7;
        }

        .new_survey_container input[type="radio"]:checked, .new_survey_container input[type="radio"]::after {
            border-top-color: #FFFFFF;
            border-right-color: #FFFFFF;
        }

    .new_survey_container input[type="radio"] {
        position: relative;
    }


        .new_survey_container input[type="radio"]::after {
            height: 0;
            width: 0;
        }

        .new_survey_container input[type="radio"]:checked::after {
            display: block;
            position: absolute;
            border-top: 2px #fff solid;
            border-right: 2px #fff solid;
            height: 66%;
            width: 32%;
            top: 60%;
            left: 15%;
            -webkit-transform: scaleX(-1) rotate(135deg);
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
            content: '';
            -webkit-animation: tickCheckFaux .2s;
            -moz-animation: tickCheckFaux .2s;
            -ms-animation: tickCheckFaux .2s;
            animation: tickCheckFaux .2s;
        }

    /*End Style of radio*/


    /*Style of checkbox*/
    .new_survey_container input[type='checkbox'] {
        position: relative !important;
    }


        .new_survey_container input[type='checkbox']:before {
            content: '' !important;
            display: block !important;
            width: 100% !important;
            height: 100% !important;
            margin: 0 !important;
            background: #cbd1d8;
        }

        .new_survey_container input[type='checkbox']:checked:before {
            background: #337ab7;
        }

        .new_survey_container input[type='checkbox']:checked + .new_survey_container input[type='checkbox']::after {
            border-top-color: #FFFFFF;
            border-right-color: #FFFFFF;
        }

        .new_survey_container input[type='checkbox']:checked + .new_survey_container input[type='checkbox'] {
            border: 1px solid #44c5c3;
            background: #44c5c3;
        }

        .new_survey_container input[type='checkbox']::after {
            height: 0;
            width: 0;
        }

        .new_survey_container input[type='checkbox']:checked::after {
            display: block;
            position: absolute;
            top: 60%;
            left: 15%;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            height: 66%;
            width: 32%;
            -webkit-transform: scaleX(-1) rotate( 135deg );
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate( 135deg );
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
            content: '';
            -webkit-animation: tickCheckFaux .2s;
            -moz-animation: tickCheckFaux .2s;
            -ms-animation: tickCheckFaux .2s;
            animation: tickCheckFaux .2s;
        }

    .new_survey_container .form-control.file-caption,
    .new_survey_container .btn-file {
        height: 40px;
    }

.btn-file .glyphicon-folder-open {
    vertical-align: middle;
}

.new_survey_container .OPQuestionNumber {
    vertical-align: middle;
}

.new_survey_container .question_label {
    font-weight: bold;
}

.alertRequiRadioCheck {
    border-color: #c00000;
}

.new_survey_container .DatePickerStyle {
    width: 300px !important;
}

.new_survey_container input[type='email'],
.new_survey_container input[type='text'],
.new_survey_container input[type='number'],
.new_survey_container input[type='date'],
.new_survey_container input[type='tel'],
.new_survey_container select
.new_survey_container textarea {
    border-left-width: 1px !important;
}

.RadioEmojiRequired {
    position: relative;
}

    .RadioEmojiRequired i {
        color: #ffc7c7 !important;
    }

    .RadioEmojiRequired:after {
        color: #3e3c3c;
        content: 'Your feedback is required';
        position: absolute;
        top: -30px;
        right: 0;
        background: #ffc7c7;
        padding: 5px;
        border-radius: 5px;
    }

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#SpanMandatory {
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-group .form-control {
    position: unset !important;
}

.alertRequiRadioCheck {
    border-color: #c00000;
}

.dateDropdownvalid {
    border-color: #36ab63;
    background-color: #f2f6f9;
}

.new_survey_container .DatePickerStyle {
    width: 300px !important;
}

.star_validator {
    font-size: 20px;
}

.new_survey_container .DatePickerStyle {
    width: 300px !important;
}

@keyframes tickCheckFaux {
    0% {
        height: 0;
        width: 0
    }

    25% {
        height: 0;
        width: 16%
    }

    50% {
        height: 0;
        width: 32%
    }

    75% {
        height: 33%
    }

    100% {
        height: 66%
    }
}


/*New Design Octobre 2022 Release 1.11*/

.IntroPadding {
    padding: 10px 40px;
}

/*.NoIntroPadding {
    padding: 0px;
}
*/
.templateV1_container div#AS_surveyTitle {
    padding: 10px 40px;
}

.templateV1_container .TitleSurvey {
    padding: 0px;
}

.templateV1_container input[type='radio']:checked:before {
    background: #B89E1C;
}

.templateV1_container input[type='checkbox']:checked:before {
    background: #B89E1C;
}

.templateV1_container .Label_RP div table tr td {
    padding: 0px;
}


.templateV1_container input[type='email'],
.templateV1_container input[type='text'] {
    font-family: Letter Gothic Std;
    font-size: 20px;
}

.templateV1_container input[type='checkbox']:checked:before {
    background: #000000;
}

.templateV1_container input[type='radio']:checked:before {
    background: #000000;
}

.templateV1_container input[type="email"], .templateV1_container input[type="text"],
.templateV1_container input[type="number"], .templateV1_container input[type="date"],
.templateV1_container input[type="tel"], .templateV1_container textarea {
    padding: 6px 12px !important;
    line-height: 1.428571429 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.templateV1_container input[type="email"], .templateV1_container input[type="text"],
.templateV1_container input[type="number"], .templateV1_container input[type="date"],
.templateV1_container input[type="tel"] {
    height: 34px !important;
}

.templateV1_container .BirthDropDown select {
    width: 32%;
    display: inline-block;
    margin: 5px 8px;
}

    .templateV1_container .BirthDropDown select[id^="DD-"] {
        margin-left: 0;
    }

    .templateV1_container .BirthDropDown select[id^="YY-"] {
        margin-right: 0;
    }

.templateV1_container .select2-container {
    margin: 1px;
}

.templateV1_container .select2-selection {
    height: 34px !important;
}

.templateV1_container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.templateV1_container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
}

.templateV1_container div[id^="Radio"] {
    padding-top: 5px !important;
}

.templateV1_container .btn-file {
    background-color: #e6ddd7;
    color: #000000;
    border-color: #000000;
}

    .templateV1_container .btn-file:active:hover {
        background-color: black;
    }

.templateV1_container .file-input .form-control:focus {
    border-color: #000000;
}

.templateV1_container .myButton {
    padding: 5px 15px !important;
    min-width: auto;
    width: auto;
    height: auto;
    font-size: 16px;
    background-color: #e6ddd7;
    color: #000000;
}

    .templateV1_container .myButton:hover {
        background-color: #37474F;
        color: #FFFFFF;
    } #AS_SurveyIntro{ display:none !important; }