.hasCheck .quizx {
    background: #fffcf4;
}

span.underline {
    text-decoration: underline;
}

.qholderx.hasCheck {
    background: #d5ecff;
}

#tmp_score {
    margin: 12px 8px;
    color: #fff;
}

.noti-out-view {
    padding: 8px 20px 0;
    border: solid 1px #ff9800;
    color: #ff9800;
    margin: 0 15px;
    border-radius: 5px;
}

.tlx {
    display: flex;
}
.tlx .quiz {
    display: flex;
    flex-direction: column;
    width: 70%;
}
.tlx .tlzone {
    display: flex;
    flex-direction: column;
    width: 36%;
}

@media only screen and (max-width: 959px) {
    body {
        padding-bottom: 50px;
    }

    .affix2 {
        width: 99%;
        display: flex;
        right: 0;
        bottom: 0;
        top: unset;
    }

    .timecount {
        padding-top: 5px;
    }

    .btn-submit {
        margin: 5px;
        flex-direction: column;
        flex: auto;
    }

    #time_num {
        font-size: 35px;
        line-height: 50px;
    }

    #tmp_score {
        margin: 0;
    }
}

.btn-submit {
    text-align: center;
    margin-bottom: 10px;
}

.qholder:fullscreen .std_btn, .qholder:-webkit-full-screen .std_btn {
	bottom: 0px;
    position: absolute;
    display: block;
    width: 97%;
}

.qholder:fullscreen, .qholder:-webkit-full-screen {
    background-color: #fff;
}

.qholder:fullscreen .question-hold, .qholder:-webkit-full-screen .question-hold {
	height: 100%;
    position: absolute;
    width: 100%;
}

.qholder:fullscreen .fullscreen-static, .qholder:-webkit-full-screen .fullscreen-static {
	position: absolute;
    right: 30px;
    top: 60px;
    width: 220px;
    text-align: center;
}

.qholder:fullscreen .question, .qholder:-webkit-full-screen .question {
	margin-bottom: 120px;
}

.radio.inline {
    padding: 5px!important;
    margin: 5px 0px 0px 15px;
}
.radio.check {
    background-color: #bdbdfc;
    border-radius: 3px;
}

.chose-ans label {
    font-size: 18px!important;
    font-weight: 600;
    color: #215cd3;
}

.chose-ans .number {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px;
    position: relative;
}

.chose-ans .dapan {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 10px;
    color: red;
}

.multiquiz {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    padding: 5px;
}

.quiz-item {
    border: dashed 1px #215cd3;
    margin-bottom: 5px;
}

.quiz-item:hover {
    border: solid 1px #f89406;
}

.quiz-item.missed {
    border: solid 1px #ff0500;
}

.quiz-item>.chose-ans {
    background: #dfefffdd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.quiz-item img {
    width: auto;
}

#dethi {
    margin-top: 20px;
    border-top: solid #abcd;
    padding-top: 20px;
}

.thongbao {
    background: #e4ffdfdd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 28px;
    color: #094917dd;
    border: solid 1px #52b00a;
}

.thongbao ul {
    list-style: none;
}

.thongbao li {
    margin-bottom: 5px;
}

.number.correct:after {
    content: url(correct.png);
    position: absolute;
    z-index: 100;
}

.number.wrong:after{
    content: url(wrong.png);
    position: absolute;
    z-index: 100;
}

.box-timecount-exam {
    position: fixed;
    right: 0px;
    top: 84px;
}

.summary .table-responsive table td {
    padding: 0 5px;
}