﻿#CustomRadios .radioContainer {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    clear: both;
}

    #CustomRadios .radioContainer .spanTexts {
        width: fit-content;
        margin-top: -10px;
        margin-bottom: 10px;
    }

        #CustomRadios .radioContainer .spanTexts .center {
            width: fit-content;
            margin: 0 auto;
            margin-top: -10px;
            margin-bottom: 10px;
        }

#CustomRadios .customRadioNo,
#CustomRadios .customRadioYes,
#CustomRadios .hiddenCb {
    display: none;
}

#CustomRadios .missingConsent {
    background: #e7e7e7;
}

#CustomRadios .yesNo {
    clear: both;
}

#CustomRadios span.radio-headline {
    border-radius: 2em;
    padding: 5px 10px 5px 10px;
    letter-spacing: 1px;
    border: 1px solid #2a323f;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #CustomRadios span.radio-headline:hover {
        cursor: pointer;
    }

#CustomRadios span.no.radio-headline {
    /*    border: 1px solid red;*/
}

#CustomRadios span.yes.radio-headline {
}

#CustomRadios span.radio-headline.active {
    font-weight: bold;
    padding: 4px 15px 4px 15px;
}

#CustomRadios span.no.radio-headline.active {
    border: 3px solid red;
    background: #ff000029;
}

#CustomRadios span.yes.radio-headline.active {
    border: 3px solid #1BBD66;
    background: #1bbd664f;
}

#CustomRadios {
    text-align: left;
}

    #CustomRadios a {
        /*    top: 21px;*/
        position: relative;
        left: 10px;
        font-weight: bold;
        font-size: 14px;
    }

    #CustomRadios .form-.form-group {
        padding-left: 20px;
        padding-right: 20px;
    }
