/*****************************************************
 * INIT - START
 ****************************************************/
.quiz-subtitle
{
    font-weight: bolder;
    margin-bottom: 0.5rem;
    font-size: 1.1em;
}

.tx-mctest-ajax p {
    margin: 0;
}

.tx-mctest-ajax .quiz-legend {
    margin-bottom: 1rem;
    font-weight: 600;
}

.tx-mctest-ajax .quiz-complete > p + p {
    margin-top: 1rem;
}
/*****************************************************
 * INIT - END
 ****************************************************/
/*****************************************************
 * FORM - START
 ****************************************************/
.tx-mctest-ajax .form-buttons {
    margin-top: 1rem;
}

.tx-mctest-ajax .form-buttons > button {
    padding: 0.33rem 0.66rem;
}

.tx-mctest-ajax .quiz-answer-item,
.tx-mctest-ajax .quiz-question.quiz-subtitle {
    margin-bottom: 1rem;
}

.tx-mctest-ajax input {
    margin: 0;
}

/* Errors- START */
.tx-mctest-errors {
    display: none;
}

.tx-mctest-errors.show {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
}
/* Errors- END */
/*****************************************************
 * FORM - END
 ****************************************************/

/*****************************************************
 * ANSWERS - START
 ****************************************************/
.tx-mctest-ajax .quiz-answer-item.form-check > * {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 20px);
}
/*****************************************************
 * ANSWERS - END
 ****************************************************/

/*****************************************************
 * RESULTS - START
 ****************************************************/
 .tx-mctest-ajax .quiz-questionresult-item > div + div
 {
    margin-top: 1rem;
 }

 .tx-mctest-ajax .quiz-questionresult-item > div {
    padding: 1rem;
 }

 .tx-mctest-ajax .quiz-questionresult-success {
    background-color: #d1e7dd;
    color: #198754;
 }

 .tx-mctest-ajax .quiz-questionresult-danger {
    background-color: #f8d7da;
    color: #dc3545;
 }

 /* Answers - START */
 .tx-mctest-ajax .quiz-questionresult-answers > .quiz-subtitle {
    margin-bottom: 1rem;
 }

 .tx-mctest-ajax .quiz-answer {
    font-weight: 600;
 }

 .tx-mctest-ajax .quiz-questionresult-answer > .quiz-answer,
 .tx-mctest-ajax .quiz-questionresult-answer .quiz-answer + .quiz-furtherinformation {
    margin-top: 0.5rem;
 }

 .tx-mctest-ajax .quiz-questionresult-answer .quiz-furtherinformation {
    font-size: 0.9em;
    margin-left: 1rem;
 }

 /* Answers - END */

 /* Correct / Wrong Answers- START */
 .tx-mctest-ajax .quiz-questionresult-correctanswers {
    background-color: #cff4fc;
    color: #097187;
 }

 .tx-mctest-ajax .quiz-questionresult-correctanswers .quiz-questionresult-correctanswer + .quiz-questionresult-correctanswer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid currentColor;
 }

 .tx-mctest-ajax .quiz-furtherinformations .quiz-furtherinformation + .quiz-furtherinformation {
    margin-top: 1rem;
    border-top: 1px solid currentColor;
 }

/* Correct / Wrong Answers- END */
/*****************************************************
 * RESULTS - END
 ****************************************************/
