﻿.onetomanycontrol .normal {
    background: none;
    border: none;
}

.onetomanycontrol .checkboxview {
    width: 100%;
    min-height: inherit;
}

.onetomanycontrol .radiobuttonlist tr {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.onetomanycontrol .radiobuttonlist[data-repeat-columns="4"] tr td {
    width: 22%;
}

.onetomanycontrol .multivaluebox .label span {
    color: #282d33;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
}

    .onetomanycontrol .multivaluebox .label span.title {
        font-size: 25px;
    }

.onetomanycontrol .multivaluebox .label img {
    margin: 20px 0;
}

.onetomanycontrol .multivaluebox .label span.title:after {
    content: '';
    background-color: #9e8652 !important;
    height: 1px;
    width: 20%;
    display: block;
    margin-top: 10px;
    z-index: 5;
}

.vdd-form.wizard {
    background: #fff;
}

.checkboxview,
.control.onetomanycontrol .otm-row td {
    border: 0;
}

.radiobuttonview.control.editable td label {
    font-size: 16px;
}

.form-entry .checkboxview input + label {
    padding: 5px 0 0 10px;
}

.checkboxview, .control.onetomanycontrol .otm-row td {
    min-height: inherit;
    margin: 0 10px 5px 0;
}

.correctionrespondentwpc .label span.question-correct {
    color: #2ebb2e;
}

.correctionrespondentwpc .label span.question-incorrect {
    color: red;
}

.correctionrespondentwpc span.answer-correct {
    color: #2ebb2e;
}

.correctionrespondentwpc span.answer-incorrect {
    color: red;
}

.correctionrespondentwpc .onetomanycontrol {
    pointer-events: none;
}

.download-doc {
    font-size: 15px;
    text-decoration: none !important;
}

.img-header {
    display: block;
    margin: auto;
}

.eserviceheader {
    background-color: white;
}

.slider-button {
    cursor: pointer;
    color: #282d33;
}

    .slider-button:hover {
        color: #9e8652;
    }

.quizz-slider {
    text-align: center;
    padding: 2%;
}

    .quizz-slider::before {
        content: "";
        border-top: 5px solid #9e8652;
        display: block;
        margin: 2% auto;
        width: 5%;
    }

.quizz-page {
    margin: 0 5%;
    color: #282d33;
}

.quizz-error {
    display: none;
    text-align: center;
    color: white;
    background-color: #da3264;
    padding: 1%;
}

.no-answer {
    border: 1px solid #da3264;
}


.respondentanswers label, .respondentanswers label span {
    display: grid !important;
    grid-template-columns: auto;
}

@media screen and (max-width: 650px) {

    .onetomanycontrol .radiobuttonlist tr {
        flex-direction: column;
    }
}


.answerfilterwpc img {
    width: 150px;
}