
input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
    border-style: none;
    height: 20px;
    background: #FFF;
    margin-right: 10px;
    padding: 4px 4px 4px 4px;
    letter-spacing: -1px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    vertical-align: text-top;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    float:left;
}

label {
    font-weight: 400 !important;
}

.required_message { display: block; color:#ab0d0d; font-size: 15px;   }

.question {
    font-weight: 600!important;
    font-size: 16px;
    display: inline-block;
}

.divQuestion {
    padding-bottom: 1rem !important;
}

.divQuestion > p:first-child {
    font-weight: 600!important;
    font-size: 16px;
    display: inline-block;
}

.questionCorrect {
    color: green;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}

.questionError {
    color: red;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}

.questionError p{
    padding-top: 30px;
    margin-bottom: 10px;
}

.answer {
    display: flex;
    line-height: 160%;
    margin-left: 50px;
    margin-top: 10px;
    vertical-align: text-top;
}

@media(max-width:767px) {
    .answer {
        margin-left: 18px;
    }   
}


.answer label{
    margin-top: -5px;
    font-size: 16px;
}

label {
    display: table-cell;
}

#quiz_result{ 
    display: block;
    height: 22px; 
    margin-bottom: 30px; 
    font-size: 18px;
    padding-bottom: 30px; 
    padding-top: 14px;
    margin-bottom: 12px;
}

.validate{
    padding: 42px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 36px;
}

.attemps{
    font-size: 44px;
    /*padding: 26px; */
}
.attemps span{
    color: #000;
}

.green {
    color: green;
}

.red {
    color: red;
}

.orange {
    color: orange;
}


#didntmakechoice {
    padding: 26px;
    display: none;
    color: #FFF;    
}

#validatespin {
    text-align: center; 
    display: none; 
    padding-bottom: 6px;    
}

#validatespinShow {
    text-align: center; 
    display: block; 
    padding-bottom: 6px;    
}

#unresolved {
    padding: 26px;
    display: none;
    color: red;
    font-size: 36px;
    font-weight: 600;
}

#solved {
    padding: 26px;
    display: none;
    color: green;
    font-size: 40px;
    font-weight: 600;
}