

/* Start:/local/components/shkaf/quiz.detail/templates/.default/style.css?17796322151742*/
.quiz-error {
    display: none;
}

.loaded .quiz-error {
    display: block;
}

.quiz-auth {
    visibility: hidden;
}
.loaded .quiz-auth {
    visibility: visible;
}

.loading .loading-icon {
    display: block;
}


.quiz-info {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 17px -5px #C6C6C6;
    margin: 10px 0;
    position: relative;

    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.quiz-text {
    padding: 10px 20px 0 20px;
}

.quiz-start {
    padding: 10px 20px;
}
.quiz-disabled {
    padding: 10px 20px;
}

.quiz-disabled .btn {
    padding: 2px 10px;
    border-radius: 5px;
}

.quiz-disabled .btn.disabled {
    background-color: #9c9c9c;
}



.quiz-question-text {
    padding: 10px 0;
}

.quiz-question-answer {
    padding: 7px 16px;
    margin: 5px 0;
    border: 1px solid #e6f0f8;
}

.quiz-question-answer:hover {
    cursor: pointer;
    background-color: #e6f0f8;
}

.quiz-question-answerblock {
    margin-bottom: 10px;
}

.quiz-question-pict {
    max-width: 100%;
}

.quiz-question-pict > div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}


.quiz-info-desc {
    width: 50%;
}

@media (max-width: 767px) {
    .quiz-info-desc {
        width: 100%;
    }

    .quiz-info {
        background-size: 100%;
        padding-top: 150px;
        background-position: top;
    }

    .quiz-text {
        background-color: white;
    }

    .quiz-start {
        background-color: white;
    }
    .quiz-disabled {
        background-color: white;
    }

}

.quiz-res-pict,
.quiz-res-pict > img {
    max-width: 100%;
}

.quiz-res-text {
    font-weight: normal;
    color: #1685d9;
    padding: 10px 0;
}
}
/* End */
/* /local/components/shkaf/quiz.detail/templates/.default/style.css?17796322151742 */
