﻿.questionitem .card-content .col {
    float: initial;
}

.questiontitle {
    padding-left: 10px;
}

.card-content .radiotemplate.col,
.card-content .checktemplate.col {
    border: solid 2px #EF7E0B;
    margin: 15px;
    padding: 10px;
    font-weight: 700;
}

.row .card-content .col.s10 {
    margin-left: 40px;
}

.radiotemplate [type="radio"]:not(:checked) + label,
.radiotemplate [type="radio"]:checked + label,
.checktemplate [type="checkbox"]:not(:checked) + label,
.checktemplate [type="checkbox"]:checked + label {
    padding-left: initial;
    display: inline;
}

.radiotemplate [type="radio"] + label:before,
.radiotemplate [type="radio"] + label:after {
    content: initial;
}

.checktemplate [type="checkbox"].filled-in + label:before,
.checktemplate [type="checkbox"].filled-in + label:after {
    content: initial;
}

.ModQuestionnaireC .btn:hover,
.ModQuestionnaireC .btn-large:hover,
.ModQuestionnaireC .btn:focus, .btn-large:focus {
    background-color: #EF7E0B33;
}

.uncheck {
    border: solid 2px #EF7E0B;
    background-color: #fff;
}
.uncheck label {
    transition: initial !important;
    color: #000;
}
.checked {
    background-color: #EF7E0B;
}
.checked label {
    transition: initial !important;
    color: #fff;
}