/* Minification failed. Returning unminified contents.
(1398,30): run-time error CSS1030: Expected identifier, found '.'
(1398,51): run-time error CSS1031: Expected selector, found ')'
(1398,51): run-time error CSS1025: Expected comma or open brace, found ')'
(1404,8): run-time error CSS1030: Expected identifier, found '>'
(1404,39): run-time error CSS1031: Expected selector, found ')'
(1404,39): run-time error CSS1025: Expected comma or open brace, found ')'
(2331,9): run-time error CSS1030: Expected identifier, found '>'
(2331,26): run-time error CSS1031: Expected selector, found ')'
(2331,26): run-time error CSS1025: Expected comma or open brace, found ')'
(2374,27): run-time error CSS1030: Expected identifier, found '>'
(2374,65): run-time error CSS1031: Expected selector, found ')'
(2374,65): run-time error CSS1025: Expected comma or open brace, found ')'
(2379,27): run-time error CSS1030: Expected identifier, found '>'
(2379,59): run-time error CSS1031: Expected selector, found ')'
(2379,59): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    font-family: open_sans, "helvetica neue", helvetica, arial, sans-serif;
    background: #f7f7f7;
    margin: 0;
    padding: 15px;
    /* Font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a {
    text-decoration: none;
    outline: none !important;
}

.formatted-text a {
    color: black;
    text-decoration: underline;
}

hr {
    background: #517384;
    height: 3px;
    border: 0;
    margin: 1em 0 2em;
    clear: both;
}

.box {
    background: white;
    border: 3px solid white;
    padding: 17px 7px;
}

    .box.error {
        border-color: #e02f2f;
    }

    .box h2,
    .box h3 {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: .2em;
    }

header {
    padding: 0;
    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
}

.header-top {
    padding: 10px;
    background: white;
}

body.menu-open header {
    max-height: 1800px;
    -webkit-transition: max-height .7s ease-in;
    transition: max-height .7s ease-in;
}

body.welcome header {
    max-height: none;
}

header .menu-button {
    width: 60px;
    height: 60px;
    float: right;
    padding-top: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    -webkit-appearance: none;
    background: none;
    border: none;
    margin: -5px -5px 0 0;
}

body.welcome .menu-button {
    display: none;
}

header .menu-button .animation-container {
    width: 25px;
    height: 18px;
    margin-top: 7px;
    position: relative;
    display: inline-block;
}

    header .menu-button .animation-container .line {
        width: 100%;
        height: 3px;
        font-size: 0;
        background: #517384;
        position: absolute;
        left: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
        border-radius: 2px;
    }

body:not(.menu-open) header[data-overlay-color=light] .menu-button .animation-container .line {
    background: white;
}

header .menu-button .animation-container .line-1 {
    top: 0;
}

header .menu-button .animation-container .line-2,
header .menu-button .animation-container .line-3 {
    top: 50%;
}

header .menu-button .animation-container .line-4 {
    top: 100%;
}

body.menu-open header .menu-button .animation-container .line-1 {
    -webkit-transform: translate(0, 9px);
    transform: translate(0, 9px);
    opacity: 0;
}

body.menu-open header .menu-button .animation-container .line-2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-open header .menu-button .animation-container .line-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.menu-open header .menu-button .animation-container .line-4 {
    -webkit-transform: translate(0, -9px);
    transform: translate(0, -9px);
    opacity: 0;
}

header .logo {
    height: 50px;
    padding-top: 0px;
}

    header .logo img {
        width: 50px;
        height: 55px;
        object-fit: contain;
    }

header .mobile-menu-wrapper {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .7s;
    transition: all .7s;
}

body.welcome header .mobile-menu-wrapper,
body.menu-open header .mobile-menu-wrapper {
    max-height: 1800px;
}

header h1 {
    font-size: 16px;
    tab-index: 1;
    padding: 10px 10px 8px;
    background: #3a607d;
    color: white;
    margin: 0;
}

    header h1 table {
        width: 100%;
    }

    header h1 button {
        display: none;
    }

.intro {
    padding: 10px;
    background: white;
}

    .intro img {
        max-width: 100%;
        height: auto;
    }

.personal-details {
    background: white;
}

    .personal-details h2 {
        font-size: 16px;
        margin: 0;
        padding: 10px 10px 10px;
        position: relative;
        tab-index: 1;
    }

        .personal-details h2 button {
            position: absolute;
            right: 10px;
            top: 7px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            padding: 4px 4px 0;
        }

            .personal-details h2 button span {
                display: inline-block;
                -webkit-transition: -webkit-transform .4s;
                transition: -webkit-transform .4s;
                transition: transform .4s;
                transition: transform .4s, -webkit-transform .4s;
            }

    .personal-details dl {
        margin: 0;
        padding: 10px;
    }

    .personal-details.open h2 button span {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    .personal-details.open .dl-wrapper {
        max-height: 1500px;
    }

    .personal-details dt {
        width: 75px;
        display: inline-flex;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

    .personal-details dd {
        display: inline-flex;
        margin: 0;
        padding: 0 0 5px;
        font-weight: 600;
    }

body.welcome .personal-details {
    margin: 0 -20px;
    padding: 0 20px;
    border-top: 10px solid #f7f7f7;
}

/* WELCOME */
.start-button {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #3A607D;
    margin-top: 20px;
    padding: 7px 0 9px;
}

    .start-button span {
        font-size: 25px;
        position: relative;
        top: 3px;
    }

/* PROGRESS */
.progress-bar-wrapper {
    padding: 0 10px;
    height: 10px;
    margin: 20px 0;
    position: relative;
}

    .progress-bar-wrapper .bar {
        height: 4px;
        font-size: 0;
        background: #517384;
        position: absolute;
        top: 4px;
        left: 15px;
        right: 15px;
    }

    .progress-bar-wrapper table {
        position: relative;
        width: 100%;
    }

        .progress-bar-wrapper table td {
            width: 1px;
        }

            .progress-bar-wrapper table td.spacer {
                width: auto;
            }

            .progress-bar-wrapper table td .ring {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 3px solid #517384;
                background: #f7f7f7;
            }

                .progress-bar-wrapper table td .ring.filled {
                    background: #517384;
                }

.progress .pagination {
    float: right;
    font-size: 20px;
    font-weight: 600;
}

.error-message {
    color: #e02f2f;
    padding: .6em 10px;
}

    .error-message span {
        font-size: 1.2em;
        position: relative;
        top: .14em;
        margin-right: .2em;
    }

body.checkboxes-multiple-cols div[formattr] label,
body.checkboxes-single-col div[formattr] label,
body.radiobuttons-more-than-5-choices div[formattr] label,
body.radiobuttons-max-5-choices div[formattr] label {
    width: 100%;
    display: block;
    padding: 10px 0;
}

    body.checkboxes-multiple-cols div[formattr] label:after,
    body.checkboxes-single-col div[formattr] label:after,
    body.radiobuttons-more-than-5-choices div[formattr] label:after,
    body.radiobuttons-max-5-choices div[formattr] label:after {
        content: "";
        display: table;
        clear: both;
    }

    body.checkboxes-multiple-cols div[formattr] label .icheckbox_square-true_blue,
    body.checkboxes-multiple-cols div[formattr] label .iradio_square-true_blue,
    body.checkboxes-single-col div[formattr] label .icheckbox_square-true_blue,
    body.checkboxes-single-col div[formattr] label .iradio_square-true_blue,
    body.radiobuttons-more-than-5-choices div[formattr] label .icheckbox_square-true_blue,
    body.radiobuttons-more-than-5-choices div[formattr] label .iradio_square-true_blue,
    body.radiobuttons-max-5-choices div[formattr] label .icheckbox_square-true_blue,
    body.radiobuttons-max-5-choices div[formattr] label .iradio_square-true_blue {
        float: left;
    }

    body.checkboxes-multiple-cols div[formattr] label .text,
    body.checkboxes-single-col div[formattr] label .text,
    body.radiobuttons-more-than-5-choices div[formattr] label .text,
    body.radiobuttons-max-5-choices div[formattr] label .text {
        display: block;
        padding-top: 4px;
        margin-left: 30px;
    }

body.dropdown div[formattr] label {
    padding: 1em 0 2em;
    display: block;
}

@media (max-width: 767px) {
    body.radiobuttons-max-5-choices div[formattr] td {
        display: block;
    }
}

div[formattr] textarea.comment {
    background: #ededed;
    padding: 15px;
    border: none;
    border-radius: 0;
    width: 100%;
    /*height: 100px;*/
    resize: vertical;
    /*margin-top: 3em;*/
    padding-left: 5px !important;
}

div[formattr] textarea.answer {
    background: #ededed;
    padding: 15px;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 200px;
    resize: vertical;
    margin-top: 0em;
}

div[formattr] .navigation {
    margin-top: 20px;
}

    div[formattr] .navigation:after {
        display: table;
        clear: both;
        content: "";
    }

div[formattr] a.back,
div[formattr] .submit-wrapper {
    display: inline-block;
    width: 130px;
    font-size: 14px;
    padding: 23px 0 0;
    font-weight: 900;
    position: relative;
    height: 60px;
    line-height: 1;
}

    div[formattr] a.back .text,
    div[formattr] .submit-wrapper .text {
        display: inline-block;
        width: 100%;
    }

    div[formattr] a.back [class^=icon-],
    div[formattr] .submit-wrapper [class^=icon-] {
        display: inline-block;
        position: absolute;
    }

div[formattr] a.back {
    color: #353970;
    /*padding-left:40px;*/
    float: left;
}

    div[formattr] a.back .text {
        padding-left: 40px;
        text-align: left;
    }

    div[formattr] a.back [class^=icon-] {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        font-size: 30px;
        left: 5px;
        top: 16px;
    }

div[formattr] .submit-wrapper {
    color: #4574ce;
    float: right;
    position: relative;
}

    div[formattr] .submit-wrapper .text {
        padding-right: 60px;
        text-align: right;
    }

    div[formattr] .submit-wrapper [class^=icon-] {
        font-size: 50px;
        right: 5px;
        top: 5px;
    }

div[formattr] input[type=submit] {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

table.matrix {
    margin: 20px 0;
}

    table.matrix [class^=icon-] {
        font-size: 32px;
        color: #517384;
    }

    table.matrix tr:nth-of-type(2n) {
        background: #ededed;
    }

@media (max-width: 1023px) {
    table.matrix {
        width: 100%;
    }

        table.matrix tr:first-of-type {
            display: inline;
        }

        table.matrix td {
            display: block;
            padding: 4px 20px;
        }

            table.matrix td [class^=icon-] {
                position: relative;
                top: 10px;
            }

            table.matrix td span:not([class^=icon-]) span {
                position: relative;
                top: 1px;
            }

            table.matrix td:first-of-type {
                padding-top: 20px;
                padding-bottom: 10px;
            }

            table.matrix td:last-of-type {
                padding-bottom: 20px;
            }

            table.matrix td span {
                margin-left: 10px;
            }
}

div[formattr] select {
    background: #ededed;
    border: none;
    border-radius: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    height: 60px;
    padding: 0 20px;
    width: 100%;
}

.validation-ok {
    float: right;
    color: #22b573;
    font-size: 35px;
}

.validation-error {
    float: right;
    color: #e02f2f;
    font-size: 35px;
    padding: 0 0 5px 5px;
}

.error-text {
    color: #e02f2f;
}

/*Mandatory text for questionnaire New Design*/
.qMandatory {
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 768px),print {
    body {
        font-size: 14px;
    }

    .center {
        position: relative;
    }

    header {
        position: relative;
        max-height: 135px;
    }

        header .logo {
            background: white;
            width: 130px;
            height: 110px;
            padding: 13px 0 0 25px;
        }

            header .logo img {
                height: 90px;
                text-align: center;
                width: 100%;
                object-fit: contain;
            }

        header .menu-button {
            display: none;
        }

        header .mobile-menu-wrapper {
            max-height: none;
            overflow: visible;
        }

        header h1 {
            position: absolute;
            right: 0;
            top: 0;
            left: 130px;
            height: 135px;
            padding: 15px 80px 15px 15px;
            font-size: 25px;
            /*display:flex;
            align-items: center;*/
        }

            header h1 table {
                height: 100%;
            }

            header h1 button {
                display: inline-block;
                position: absolute;
                right: 25px;
                top: 45px;
                color: white;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background: none;
                border: 0;
                padding: 4px 4px 0;
            }

                header h1 button span {
                    -webkit-transition: -webkit-transform .4s;
                    transition: -webkit-transform .4s;
                    transition: transform .4s;
                    transition: transform .4s, -webkit-transform .4s;
                    display: inline-block;
                }

    body.menu-open header h1 button span {
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1);
    }

    body.welcome header h1 button {
        display: none;
    }

    .progress-bar-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        height: 25px;
        margin: 30px 0;
    }

        .progress-bar-wrapper .bar {
            height: 8px;
            left: 34px;
            right: 34px;
            top: 8px;
        }

        .progress-bar-wrapper table td .ring {
            border-width: 6px;
            height: 22px;
            width: 22px;
        }

    .error-message {
        position: absolute;
        bottom: 0;
        font-size: 14px;
        font-weight: 900;
        left: 170px;
        right: 170px;
        height: 42px;
        line-height: 1.4em;
        padding: 0;
        text-align: center;
    }

        .error-message span {
            font-size: 1.6em;
            top: .2em;
        }

    .box {
        padding: 22px 27px;
    }

        .box h2,
        .progress .pagination {
            font-size: 20px;
        }

        .box h3 {
            font-size: 25px;
            width:80%;
            text-align:justify;
        }


    body.checkboxes-multiple-cols div[formattr] label {
        width: 33.33%;
        float: left;
        padding-right: 10px;
    }

        body.checkboxes-multiple-cols div[formattr] label:nth-of-type(3n+1) {
            clear: left;
        }

    body.radiobuttons-max-5-choices div[formattr] td {
        text-align: center;
        padding: 10px;
    }

        body.radiobuttons-max-5-choices div[formattr] td label {
            padding: 20px 0 40px;
        }

        body.radiobuttons-max-5-choices div[formattr] td .iradio_square-true_blue {
            float: none;
            margin-bottom: 10px;
        }

        body.radiobuttons-max-5-choices div[formattr] td .text {
            margin: 0;
        }

    table.matrix td {
        padding: 10px 20px;
    }

    div[formattr] .navigation {
        margin-top: 40px;
    }

    div[formattr] a.back {
        font-size: 20px;
        width: 150px;
    }

        div[formattr] a.back [class^=icon-] {
            font-size: 55px;
            top: 5px;
            left: 0;
        }

        div[formattr] a.back .text {
            padding-left: 65px;
        }

    div[formattr] .submit-wrapper {
        font-size: 20px;
        width: 190px;
    }

        div[formattr] .submit-wrapper [class^=icon-] {
            font-size: 55px;
            right: 0;
        }

        div[formattr] .submit-wrapper .text {
            padding-right: 65px;
        }

    .start-button {
        font-size: 35px;
    }

        .start-button span {
            font-size: 40px;
            top: 6px;
        }

    .divBackground {
        display: grid;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    div[formattr] .submit-wrapper [class^=icon-] {
        font-size: 31px;
        right: 5px;
        top: 16px;
    }

    div[formattr] .submit-wrapper {
        width: 125px;
    }

        div[formattr] .submit-wrapper .text {
            padding-right: 40px;
        }
}

@media (max-width: 319px) {
    div[formattr] .submit-wrapper [class^=icon-] {
        font-size: 31px;
        right: 5px;
        top: 16px;
    }

    div[formattr] .submit-wrapper .text {
        padding-right: 40px;
    }
}

@media (min-width: 1024px),print {
    body {
        padding: 25px;
        display: grid;
    }

    .center {
        max-width: 100%;
        margin: 0 auto;
    }

    header {
        max-height: none;
    }

        header .header-top {
            background: none;
            padding: 0;
        }

        header .logo {
            height: 110px;
            padding: 12px 12px;
            text-align: center;
            width: 180px;
        }

        header h1 {
            left: 180px;
            height: 110px;
            font-size: 25px;
            padding: 10px 100px 10px 30px;
        }

            header h1 button {
                top: 40px;
            }

        header .intro-wrapper {
            max-height: 0;
            -webkit-transition: max-height .6s;
            transition: max-height .6s;
            width: calc(100% - 250px);
            float: left;
            overflow: hidden;
        }

        header .intro {
            padding: 25px;
        }

        header .personal-details h2 {
            position: absolute;
            right: 0;
            top: 0;
            width: 230px;
            height: 110px;
            background: #3a607d;
            color: white;
            font-size: 23px;
            padding: 40px 0 0 25px;
        }

            header .personal-details h2 button {
                color: white;
                top: 38px;
                right: 25px;
            }

        header .personal-details .dl-wrapper {
            position: relative;
            bottom: 110px;
            height: 110px;
            width: 230px;
            float: right;
            background: white;
            font-size: 12px;
        }

        header .personal-details dl {
            padding: 35px 10px 30px 20px;
        }

    body.menu-open header .intro-wrapper,
    body.welcome header .intro-wrapper {
        max-height: 1500px;
    }

    body.welcome header .personal-details {
        border-top: 0;
    }

        body.welcome header .personal-details h2 button {
            display: none;
        }

        body.welcome header .personal-details .dl-wrapper {
            max-height: 1500px;
        }

    .progress-bar-wrapper {
        margin: 40px 0;
        padding-left: 55px;
        padding-right: 55px;
    }

        .progress-bar-wrapper .bar {
            left: 63px;
            right: 63px;
        }

    .error-message {
        font-size: 20px;
        height: 50px;
    }

    .box {
        padding: 37px 52px;
    }

    table.matrix {
        margin-bottom: 50px;
    }

        table.matrix th {
            padding: 20px 20px;
            font-weight: 500;
        }

        table.matrix td {
            /*padding: 30px;*/
        }

            table.matrix td * > label {
                display: none;
            }

            table.matrix td:nth-of-type(n+2) {
                text-align: center;
            }

    .divBackground {
        display: grid;
    }
}

header .intro {
    word-break: break-word;
}

@media (min-width: 1420px),print {
    header .logo {
        padding: 20px 30px;
        width: 175px;
    }

        header .logo img {
            height: 70px;
        }

    header h1 {
        left: 175px;
        font-size: 29px;
    }

    header .intro-wrapper {
        width: calc(100% - 430px);
    }

    header .personal-details h2 {
        width: 415px;
        font-size: 29px;
    }

    header .personal-details .dl-wrapper {
        width: 415px;
    }

        header .personal-details .dl-wrapper dl:after {
            content: "";
            clear: both;
            display: table;
        }

        header .personal-details .dl-wrapper dt {
            font-weight: 400;
            width: 100px;
            clear: left;
            float: left;
        }

        header .personal-details .dl-wrapper dd {
            float: left;
            width: 230px;
        }
}

.iradio_square-true_blue + label {
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 0.5em;
}

.icheckbox_square-true_blue + label {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.matrix {
    width: 100%;
}

.hideClass {
    display: none;
}

/*.legendRowCss + tr {
    display: none;
}

*/

.container * > .riSingle {
    background-color: red !important;
    width: 100% !important;
}

.qaReqCss {
    display: none !important;
}

/*.legendRowCss {
    display: none !important;
}*/

.matrix * > .rbRequiredCss {
    display: none;
}

.matrix * > .rbCommentRequiredCss {
    display: block;
    position: relative;
    top: 4px;
}

.matrix * > .rbAttachRequiredCss {
    display: block;
    position: relative;
    top: 8px;
}

.container * > .riSingle * > textarea {
    background-color: red !important;
    width: 100% !important;
}

.rowCss {
    border-right: 0.04rem solid red !important;
}

.progress-bar-wrapper * > td:last-child {
    display: none;
}

.sigTabCss {
    width: 100% !important;
    border: 1px solid #000;
}

.sigCss {
    width: 300px;
    border: 1px solid #000;
}

.AnswerImageTableContainer {
    width: 100%;
}

    .AnswerImageTableContainer * > canvas {
        width: 100% !important;
    }

.answerOptionCss {
    padding-top: 10px !important;
}

.container * > span {
    /*width: 100% !important;*/
    line-height: 1.2;
}

.queChildCss * > input[type="image"] {
    float: left;
    padding-top: 10px !important;
}

.longWidth {
    width: 300px !important;
}

.questionHeaderCellCss {
    padding-top: 1.75em !important;
}

.answerOptionHeaderCss {
    width: 100px !important;
}

.answerOptionCss {
    text-align: center !important;
}

@media print {
    table.matrix {
        width: 100%;
    }

        table.matrix tr:first-of-type {
            display: table-row;
        }

        table.matrix td {
            display: table-cell;
        }

    .answerOptionCss > span > label {
        display: inherit !important;
    }

    table.matrix td.answerOptionCss > span > label {
        display: none !important;
    }


    .printCss {
        font-size: 0.6em !important;
    }

    .printCssStam {
        font-size: 1.1em !important;
    }

    .icon-chevron-down {
        display: none !important;
    }

    .box {
        page-break-inside: avoid;
    }

    .QuestionOptionsPdf > .AnswerOptionsCheckBoxAlign > label {
        position: relative !important;
        top: 3px !important;
    }

    .divBackground {
        page-break-inside: avoid;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .legendCellCss {
        padding: 0 !important;
        width: 100% !important;
    }

    .legendRowCss {
        /*display: table-row-group !important;*/
    }

    .questionHeaderCellCss {
        text-align: left !important;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1006px) {
    .legendCellCss {
        padding: 0 !important;
        width: 100% !important;
    }

    .legendRowCss {
        /*display: table-row-group !important;*/
    }

    .questionHeaderCellCss {
        text-align: left !important;
        min-width: 200px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
    /*.legendCellCss {
        padding: 0!important;
        margin:0;
        float:left!important;
    }
    .questionHeaderCellCss {
        min-width:150px!important;
        text-align:left!important;
    }*/
    .questionLevelTabFormatCss {
        visibility: hidden !important;
    }

    .legendRowCss {
        /*display: grid !important;*/
    }

    .answerOptionCss {
        text-align: left !important;
    }

        .answerOptionCss .RadListBox .rlbIconMoveUp, .answerOptionCss .RadListBox .rlbIconMoveDown, .answerText .RadListBox .rlbIconMoveUp, .answerText .RadListBox .rlbIconMoveDown {
            position: relative;
            right: 9px;
        }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /*SFN-14157*/
    /*.firstRowCss {
        display: none !important;
        visibility: hidden !important;
    }*/

    .legendRowCss {
        /*display: grid !important;*/
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background-color: #fff !important;
    }

    .legendCellCss {
        padding: 0 !important;
    }

    .questionLevelTabFormatCss {
        /*display: none !important;
        visibility: hidden !important;*/
    }

    .questionHeaderCellCss {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) and (orientation: landscape) {
    .questionLevelTabFormatCss {
        visibility: hidden !important;
    }

    .answerOptionCss .RadListBox .rlbIconMoveUp, .answerOptionCss .RadListBox .rlbIconMoveDown, .answerText .RadListBox .rlbIconMoveUp, .answerText .RadListBox .rlbIconMoveDown {
        position: relative;
        right: 9px;
    }

    .firstRowCss {
        display: none !important;
    }
}
/*IE specific changes*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 481px) and (max-width: 767px) {
    .tabularQuestionCss {
        table-layout: auto !important;
    }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 1023px) {

    /*If there is no padding added then the first answer option doesnt look good*/
    table.matrix td:first-of-type {
        padding-top: 1rem !important;
    }

    .questionHeaderCellCss {
        padding: 1rem !important;
    }

    .firstRowCss {
        display: none !important;
        visibility: hidden !important;
    }

    .legendCellCss {
        padding: 5px !important;
    }

    .legendRowCss {
        display: grid !important;
    }

    .questionLevelTabFormatCss {
        display: none !important;
        visibility: hidden !important;
    }

    .questionHeaderCellCss {
        float: left;
        text-align: left !important;
        width: 100%;
        padding-left: 4% !important;
        background-color: inherit !important;
    }

    .divBackground {
        display: grid;
    }

    .answerOptionCss {
        text-align: left !important;
    }

        .answerOptionCss .RadListBox .rlbIconMoveUp, .answerOptionCss .RadListBox .rlbIconMoveDown, .answerText .RadListBox .rlbIconMoveUp, .answerText .RadListBox .rlbIconMoveDown {
            position: relative;
            right: 9px;
        }

    .tabularQuestionCss {
        table-layout: fixed;
    }

    .QuestionOptions {
        width: 100% !important;
    }
}

.QuestionOptions {
    text-indent: 0px !important;
}

table.QuestionOptions > tbody > tr > td:first-child > .QuestionOptions > div.commonCss,
span.QuestionOptions:has(span.QuestionOptions ~ br) > span.QuestionOptions > label > div.commonCss,
span.QuestionOptions:has(span.QuestionOptions + .QuestionOptions) > span.QuestionOptions:first-child > label > div.commonCss,
span.QuestionOptions > span.QuestionOptions:first-child > label > div.commonCss {
    margin-left: 0px !important;
}

td:has(> .QuestionOptions > .commonCss),
td:has(> div.sigCss > canvas.jSignature) {
    padding-left: 0px;
}

@media (min-width: 200px) and (max-width: 481px) {
    .QuestionOptions {
        width: 100% !important;
    }
}

@media (min-width: 396px) and (max-width: 610px) {
    .askDataTypeCss > .TextBox {
        width: 100% !important;
    }

    .tabularAskDataTypeCss > .TextBox {
        width: 100% !important;
    }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/*SFN-14157*/
@media screen and (max-device-width: 980px) {
    .firstRowCss {
        display: none !important;
        visibility: hidden !important;
    }
}

.qTxtBoxAlign {
    width: 100% !important;
}

@media (max-width: 480px) {
    .tabularCommentCss {
        width: 100% !important;
    }

    .commentBoxMobileView {
        width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    table.matrix td:first-of-type {
        padding-top: 1rem !important;
    }

    .questionHeaderCellCss {
        float: left;
        width: 100% !important;
        text-align: left !important;
        padding-left: 4% !important;
        background-color: inherit !important;
    }

    .answerOptionCss {
        text-align: left !important;
    }

    /*.container * > span {
        width: auto!important;
    }*/
    /**/
    .commentCellCss {
        width: auto !important;
    }

    a.back, div[formattr] .submit-wrapper {
        width: auto !important;
    }

    .questionHeaderCellCss * > span {
        line-height: 1em;
        margin-bottom: 10px;
    }

    .firstRowCss {
        display: none !important;
        visibility: hidden !important;
        background-color: red;
    }

    .legendCellCss {
        padding: 0 !important;
    }

    .questionLevelTabFormatCss {
        display: none !important;
        visibility: hidden !important;
    }

    .legendRowCss {
        display: grid !important;
    }

    .tabularQuestionCss {
        table-layout: fixed;
    }

    .answerOptionCss .RadListBox .rlbIconMoveUp, .answerOptionCss .RadListBox .rlbIconMoveDown, .answerText .RadListBox .rlbIconMoveUp, .answerText .RadListBox .rlbIconMoveDown {
        position: relative;
        right: 9px;
    }

    .alignLabels {
        width: 100%;
    }

    .QuestionOptions > label {
        white-space: normal;
    }

    .askDataTypeCss > .TextBox {
        width: 100% !important;
    }
}

.QuestionOptions * > img {
    vertical-align: middle !important;
    padding: 5px;
}
/*.box > span[class*='RadInputMultiline_Default'] {
    width: 100% !important;
}*/

.qquestionGroupCss * > span[hasnorows='1'], span[hasnorows='1'] {
    display: none !important;
}

.tabularQuestionCss * > td {
    border: none !important;
}

.tabularQuestionCss * > th {
    border: none !important;
}

.navigation * > .text {
    text-transform: uppercase;
}

.QuestionOptions > label {
    width: inherit;
    font-weight: bold !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .QuestionOptions > label:hover {
        /* background-color: White;*/
        cursor: pointer;
    }

    .QuestionOptions > label > div {
        margin-right: 15px;
    }

h1 * > td {
    color: #FFF;
    font-weight: normal !important;
    font-size: inherit !important;
}

h2 {
    font-size: 25px !important;
}

.legendRowCssGroupLevel {
    display: none !important;
}

.commentCellCss {
    width: 100% !important;
}

.start-button {
    text-transform: uppercase;
}

    .start-button span:before {
        padding-left: 5px;
    }

.stamDataCss * > dd {
    font-size: 14px !important;
}

.anonymityWaiverRbAlignForWeb20 {
    margin-top: 3px;
}

.txtAreaVerticalRsize {
    resize: vertical !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadInput .riResizeIcon {
        display: none !important;
    }

    .questionHeaderCellCss {
        padding-top: 0.75em !important;
    }
}

.hideLogo {
    visibility: hidden !important;
}

.textAlign {
    text-align: center !important;
}

.hidePD {
    display: none;
}

/*    .mobile-menu-wrapper > h1 {
        width: 100% !important;
    }*/

.intro-wrapper {
    width: 100% !important;
}

.headerWidth {
    left: 0px !important;
}

.hide-Intro {
    display: none !important;
}

.btnUploadStyle {
    width: auto !important;
    height: 40px !important;
    padding: 5%;
    background-color: #157DB2 !important;
    color: white;
    min-width: 80px;
}


@media (max-width: 1023px) {
    .queChildCss {
        margin-bottom: 2%;
    }

    .personal-details dt {
        display: block;
    }
}

@media (min-width: 2301px) {
    .queGridCss {
        margin-left: 2%;
        margin-top: 1.35%;
    }
}

@media (min-width: 1801px) and (max-width: 2300px) {
    .queGridCss {
        margin-left: 2%;
        margin-top: 1.7%;
    }
}

@media (min-width: 1421px) and (max-width: 1800px) {
    .queGridCss {
        margin-left: 3%;
        margin-top: 2.05%;
    }
}

@media (min-width: 1024px) and (max-width: 1420px) {
    .queGridCss {
        margin-left: 4%;
        margin-top: 3%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .queGridCss {
        margin-left: 5%;
        margin-top: 1.5%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .queGridCss {
        margin-left: 8%;
        margin-top: 0.7%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .queGridCss {
        margin-left: 12%;
        margin-top: 4%;
    }
}

@media (max-width: 767px) {
    .validation-error {
        font-size: 20px;
    }
}

.tabularQuestionCss tbody tr:nth-child(even) {
    background-color: white;
}

.tabularQuestionCss tbody tr:nth-child(odd) {
    background-color: #E0E0E0;
}

.queChildCss tr {
    background: none !important;
}

.queGridCss tr {
    background: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {

    header .logo {
        background: white;
        width: 130px;
        height: 110px;
        padding: 0px;
    }

        header .logo img {
            height: 70px;
            text-align: center;
            width: 110px;
            object-fit: contain;
            margin-top: 20px;
        }

    .LogoMarginTop {
        margin-top: 45px !important;
    }
}

@media (min-width: 1024px),print {
    .qHeaderHeight {
        word-break: break-all;
        height: 100% !important;
    }

    .qLogoHeight {
        height: 200px !important;
    }

    .LogoMarginTop {
        margin-top: 25px !important
    }

    .qHeaderMaxHeight {
        max-height: 100% !important;
    }
}

@media (min-width: 768px),print {
    .qHeaderHeight {
        word-break: break-all;
        height: 195px !important;
    }

    .qLogoHeight {
        height: 175px !important;
    }

    .qHeaderMaxHeight {
        max-height: 195px;
    }
}

.askDataTypeCss > .TextBox {
    border: none !important;
}

.askDataTypeCss * > .rddlFakeInput {
    height: 30px !important;
}

.askDataTypeCss * > .rcbActionButton {
    height: 17px !important;
}

    .askDataTypeCss * > .rcbActionButton:focus {
        height: 17px !important;
    }

.askDataTypeCss * > *.rcbActionButton > .p-i-arrow-60-down {
    left: 0 !important;
}

.askDataTypeCss * > *.rddtInner {
    height: 32px !important;
}

    .askDataTypeCss * > *.rddtInner > .rddtFakeInput {
        height: 32px !important;
    }

    .askDataTypeCss * > *.rddtInner > .rddtIcon {
        /*left:239px!important;*/
    }

    .askDataTypeCss * > *.rddtInner > .rddtClearButton {
        top: 13px !important;
    }

.askDataTypeCss > .RadComboBoxTableBorder {
    width: 500px !important;
}

.askDataTypeCss * > .RadDropDownTree_Default {
    width: 500px !important;
}

.askDataTypeCss > .RadPicker_Default {
    width: 150px !important;
}

.tabularAskDataTypeCss > .RadPicker_Default {
    width: 150px !important;
}

.tabularAskDataTypeCss > .RadInput_Default {
    width: 100px !important;
}

.askDataTypeCss > .RadInput_Default {
    width: 100px !important;
}
/*Tabular css*/
.tabularAskDataTypeCss > .TextBox {
    border: none !important;
}

.tabularAskDataTypeCss * > .rddlFakeInput {
    height: 30px !important;
}

.tabularAskDataTypeCss * > .rddtClearIcon {
    position: relative !important;
    top: 7px !important;
    right: 7px !important;
}

.askDataTypeCss * > .rddtClearIcon {
    position: relative !important;
    right: 5px !important;
}

.rcbActionButton {
    width: 15px !important;
}

.rddtFakeInput {
    padding-top: 7px !important;
}

.tabularAskDataTypeCss * > .rcbInner {
    height: 29px !important;
}

.rcbInner > input {
    padding-top: 4px !important;
    height: 20px !important;
}

.tabularAskDataTypeCss * > .rcbActionButton {
    height: 22px !important;
}

.tabularAskDataTypeCss * > *.rcbActionButton > span {
    top: -5px !important;
    left: 0px !important;
}

.RadDropDownList * > .rddlSelect > span {
    line-height: 1 !important;
    left: 0px !important;
    top: 6px !important;
}

.rddlFakeInput {
    padding-top: 7px !important;
}

.tabularAskDataTypeCss * > *.rddtInner {
    height: 32px !important;
}

    .tabularAskDataTypeCss * > *.rddtInner > .rddtFakeInput {
        height: 32px !important;
    }

    .tabularAskDataTypeCss * > *.rddtInner > .rddtIcon {
        /*left: 239px !important;*/
    }

    .tabularAskDataTypeCss * > *.rddtInner > .rddtClearButton {
        top: 6px !important;
    }

.tabularAskDataTypeCss * > .RadDropDownTree_Default {
    width: 500px !important;
}

/*-------------------------SFN-14427 Dropdown width issue while answering questionnaire in mobile devices--------------------------------------------------*/
@media only screen and (max-width:480px), (max-device-width: 429px) and (-webkit-min-device-pixel-ratio: 3) {
    .askDataTypeCss > .RadComboBoxTableBorder,
    .askDataTypeCss * > .RadDropDownTree_Default {
        width: 75vw !important;
    }

    .tabularAskDataTypeCss * > .RadDropDownTree_Default {
        width: 65vw !important;
    }

    td.tabularAskDataTypeCss > .deptDdtCss > table > tbody > tr,
    td.tabularAskDataTypeCss > .deptDdtCss {
        width: 100% !important;
    }

    .askDataTypeCss > .deptDdtCss > table,
    .askDataTypeCss > .EasyDropdownCss > table,
    .tabularAskDataTypeCss > .deptDdtCss > table,
    .tabularAskDataTypeCss > .RadComboBoxTableBorder > table {
        width: inherit;
    }

    table.QuestionOptions > tbody > tr {
        display: grid;
    }

    td.tabularAskDataTypeCss > .deptDdtCss > table > tbody > tr > td > .RadDropDownTree_Default > .rddtInner > .rddtFakeInput,
    td.tabularAskDataTypeCss > .RadComboBoxTableBorder > table > tbody > tr > td > .RadDropDownTree_Default > .rddtInner > .rddtFakeInput,
    .tabularAskDataTypeCss > .RadDropDownList_Default > .rddlInner > .rddlFakeInput,
    .tabularAskDataTypeCss > .RadDropDownList_Default > .rddlInner > .rddlSelect > .p-icon,
    td.tabularAskDataTypeCss > span.deptDdtCss,
    td.tabularAskDataTypeCss > span.RadComboBoxTableBorder {
        margin-left: 0px;
    }

    td.tabularAskDataTypeCss > .deptDdtCss > table > tbody > tr > td > .RadDropDownTree > .rddtInner > .rddtIcon,
    td.tabularAskDataTypeCss > .RadComboBoxTableBorder > table > tbody > tr > td > .RadDropDownTree > .rddtInner > .rddtIcon,
    .tabularAskDataTypeCss > .RadDropDownList_Default > .rddlInner > .rddlSelect {
        position: absolute;
    }

    td.tabularAskDataTypeCss > .deptDdtCss > table > tbody > tr > td > .RadDropDownTree > .rddtInner > .rddtIcon,
    td.tabularAskDataTypeCss > .RadComboBoxTableBorder > table > tbody > tr > td > .RadDropDownTree > .rddtInner > .rddtIcon {
        top: 15px;
    }

    .tabularAskDataTypeCss > .RadDropDownList_Default > .rddlInner > .rddlSelect {
        top: 0px !important;
    }

    .tabularAskDataTypeCss > .RadDropDownList_Default > .rddlInner > .rddlFakeInput {
        position: static;
    }

    td.tabularAskDataTypeCss > .deptDdtCss > table > tbody > tr > td {
        display: table-cell !important;
        width : inherit;
    }

    td.tabularAskDataTypeCss > .RadPicker_Default > .RadInput_Default {
        margin-left : 10px ;
    }
}
/*-----------------End of - SFN-14427 Dropdown width issue while answering questionnaire in mobile devices----------------------------------------------*/

.placeholderText {
    padding-left: 5px !important;
}

.ioniconInfoAlign {
    display: inline;
    position: relative;
    top: 5px;
}

.rcbActionButton {
    height: 1.5em !important;
}

.rcbInner > .rcbActionButton > span {
    position: relative;
    top: 1px !important;
    left: 0px !important;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .rcbActionButton {
        height: 1.35em !important;
    }
}

.lnkHelpIcon {
    position: relative;
    top: 3px;
}

.grpHelpIcon {
    position: relative;
    top: 5px;
}

.askDataTypeCss * > .tabCss {
    background-color: #FFF;
    border: 1px dashed #000;
}

.askDataTypeCss * > .centerCss {
    min-width: 70px !important;
    text-align: center;
    font-size: 2em;
    font-weight: 100;
}

.dropDownMinWidthDefault {
    min-width: 500px !important;
}

.askDataTypeCss * > *.rcbActionButton:active > .p-i-arrow-60-down, .askDataTypeCss * > *.rcbActionButton:focus > .p-i-arrow-60-down {
    position: relative !important;
    top: 1px !important;
    left: 0px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .askDataTypeCss * > .rcbActionButton {
        height: 20px !important;
    }

        .askDataTypeCss * > .rcbActionButton:focus {
            height: 20px !important;
        }

    .askDataTypeCss * > *.rddtInner > .rddtClearButton > .rddtClearIcon {
        position: relative !important;
        right: 0px !important;
        bottom: 2px !important;
    }

    .askDataTypeCss * > *.rddtInner > .rddtClearButton {
        right: 30px !important;
    }

    .tabularAskDataTypeCss * > *.rddtInner > .rddtClearButton {
        top: 14px !important;
        right: 30px !important;
    }

        .tabularAskDataTypeCss * > *.rddtInner > .rddtClearButton > span {
            position: relative !important;
            top: -2px !important;
            right: 1px !important;
        }
}

.sizeCss {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.TabularQuestionHelpCss > div > .box > h3 > .ioniconInfoAlign, .TabularQuestionHelpCss > div > .box > h3 > .lnkHelpIcon {
    display: none;
}

.legendRowCss > td {
    padding: 0px !important;
}

@media (min-width: 1024px) {
    .imageUploadAlignmentCss {
        justify-content: center !important;
        position: relative !important;
        left: 5% !important;
    }
}

@media (max-width: 1023px) {
    .legendCellCss {
        display: table-cell !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 1023px) {
    .tabularQuestionCss * > .errorMessageIcon {
        display: inline-flex;
        left: 22px !important;
        bottom: 2px;
    }

    .qquestionGroupCss * > .errorMessageIcon {
        display: inline-flex;
        left: 34px !important;
        bottom: 2px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 1023px) {
    .tabularQuestionCss * > .errorMessageIcon {
        display: inline-flex;
        left: 22px !important;
        bottom: 2px;
    }

    .qquestionGroupCss * > .errorMessageIcon {
        display: inline-flex;
        left: 34px !important;
        bottom: 2px;
    }
}

.tabularQuestionCss * > .errorMessageIcon {
    left: 24px !important;
    bottom: 9px;
}

@media (max-width: 1023px) {
    .tabularQuestionCss * > .errorMessageIcon {
        left: 62px !important;
        bottom: 33px;
    }
}

.qquestionGroupCss * > .errorMessageIcon {
    left: 34px;
}

.tabularAskDataTypeCss > .alignTableCenter > table tr:nth-child(odd) {
    background-color: inherit !important;
}

.DocRelationStyle > a {
    font-weight: bold;
    text-decoration: underline !important;
}

.alignTableCenter > table * > td {
    padding-left: 0px !important;
}

.RadComboBoxTableBorder .rcbInner > input, .RadComboBox_Default .rcbInner > input {
    padding-top: 0px !important;
}

.RadDropDownTree_Default .rddtFakeInput {
    padding-top: 2px !important;
    height: 20px !important;
}

.vqCss * > span {
    width: 100% !important;
}

/*:root {
    --questionGroupLevel: 50;
    --questionLevel: 50;
    --threshold: 50;
}*/

/*.QuestionStyle, .questionHeaderCellCss, .answerOptionHeaderCss, .answerOptionCss, .QuestionOptions > label {
    --switch: calc((var(--questionLevel) - var(--threshold)) * -100%);
    color: hsl(0, 0%, var(--switch)) !important;
}

.QuestionnaireGroupTitle, .progress, .box h2, .box h3, .box .pagination {
    --switch: calc((var(--QuestionGroupLevel) - var(--threshold)) * -100%);
    color: hsl(0, 0%, var(--switch)) !important;
}*/
.commonCss {
    margin-right: 8px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    margin-left: 10px !important;
}

.commonCss ~ label {
    padding: 0px;
}

.qquestionGroupCss > span > div {
    display: block !important;
    page-break-inside: avoid
}

.qquestionGroupCss > span > span + span {
    display: block !important;
    page-break-inside: avoid
}

.tabularQuestionCss * > tr > td, table * > tr > th {
    page-break-inside: avoid;
}
/*iCheck center align checkbox and radiobutton */
.web30Css * > .answerOptionCss {
    text-align: center !important;
    padding-left: 30px !important;
}

@media (max-width: 1023px) {
    .web30Css * > .answerOptionCss {
        text-align: start !important;
    }
}

.QuestionOptions > label > div {
    bottom: 2px;
}

.QuestionOptions > label {
    top: 2px;
}

.QuestionOptionsPdf > .AnswerOptionsCheckBoxAlign > label {
    position: relative !important;
    top: 3px !important;
}

table.QuestionOptionsPdf tr > td > span.QuestionOptionsPdf > .commonCss,
table.QuestionOptionsPdf tr > td > span.QuestionOptionsPdf > .commonCss + label {
    vertical-align: middle;
}

.QuestionOptions label {
    white-space: initial !important;
}

.deptDdtCss table tbody tr td input[type=image] {
    width: 18px;
    height: 18px;
}

.QueMandatoryIcon {
    position: relative;
    bottom: 0.5em;
}

.spaceBelowComment {
    margin-bottom: 1em;
}

@media (min-width: 700px) and (max-width: 1023px) {
    .AlignReqAttach {
        position: relative;
        bottom: 1.6em;
    }

    .AlignMandatoryAttach {
        position: relative;
        bottom: 0.6em;
    }
}

.ICheckPosition > div {
    background-position: -120px 0;
}

.bootstrapSmallIconsAlign {
    width: 18px !important;
    height: 18px !important;
}


/* (SFN-14827) added below block of css to override above block of css, in Finalization page PDF mode for heading of answer options*/
@media only screen and (min-device-width : 768px) and (orientation : portrait) {
    .answerOptionsInPDFcss {
        display: table-row !important;
        visibility: visible !important;
    }
}

@media (min-width: 1023px),print {

    table.matrix th {
        padding: 20px 20px;
        font-weight: 500;
    }

    table.matrix td *> label {
        display: none !important;
    }
}

@media not print {
    @media (max-width: 1023px) {
        .vqTabCss, .questionHeaderCss {
            display: none !important;
        }
    }
}

header.menu-open{
    max-height: fit-content !important;
}

header.menu-open > .mobile-menu-wrapper{
    max-height: none;
    overflow: visible;
}

.makesTextsColorWhite a {
    color : white !important;
}

.divBackground *> h3 > strong, .qquestionGroupCss *> h2 > strong, .legendRowCss *> strong{
    font-weight: 900 !important;
}

div:has(> .ChooseLanguage) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ChooseLanguage + input[type=image] {
    margin-left : 8px ;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .qquestionGroupCss * > h3, .qquestionGroupCss * > h2 {
        font-weight: 400 !important;
    }

    .qquestionGroupCss * > h2 > strong, .qquestionGroupCss * > h3 > strong{
        font-weight: 900 !important;
    }
}

@media screen and (max-device-width: 640px) {
    .progress-bar-wrapper table td .ring {
        border: 2px solid !important;
    }
}

@media (min-width: 1024px) {
    .txtBoxSize {
        width: 500px !important;
    }
}

.AlignExtendedDescription * {
    position: static;
}

.AlignExtendedDescription h1 {
    background: initial;
    height: initial !important;
}

.AlignExtendedDescription,
.qHeaderMaxHeight .intro-wrapper > .intro.formatted-text,
.intro.formatted-text:has(> span > span.showDescriptionInPreview) {
    text-align: center;
}

.dummyDivDescription,
.intro.formatted-text:has(> span > span.hidePaddingIfEmpty) {
    display: none;
}

