



/* add exam question */

.select-box {
    margin: 0px;
    padding-top: 0px;
    display: inline-block;
}

select.select-option {
    height: 34px;
    background-color: #bababa;
}


.content-line {
    margin: 20px 0px;
}
/* label.box {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
} */

/* under the editor box */

.editor-footer-box {
    display: inline-block;
}

.editor-footer {
    text-align: right;
    margin-bottom: 10px;
}

.editor-footer-btn {
    border-radius: 50px;
    color: #ffffff;

}

.content-question {
    display: inline-block;
    color: #000000;
    /* padding-right: 14px;  */
}

.sub-content-question {
    display: inline-block;
    font-weight: 400;
    color: #000000;
}

a.btn-foter-save {
    color: #ffffff;
    background-color: #5995d3;
    border-color: #5995d3;
    width: 140px;
}

a.btn-foter-save:hover {
    color: #ffffff;
    background-color: #5389c1;
    border-color: #5389c1;
}
.text-foter-color {
    color: #ffffff;
    margin-top: 20px;
    padding-right: 13px;
}

.qbank-btn {
    width: 140px;
    color: #ffffff;

}

a.qbank-btn {
    color: #ffffff;

}

.qbank-question-bank-btns {
    padding-right: 13px;
}


.qbnak-question-close-table th {
    border-top: 0px;
}