/*--------------------------------------------- ЖЕЛЬО -------------------------------*/
.fa-test-plus {

}

.fa-test-plus:before {
    content: '\002b';
}
.assign_limits {
    height: 26px;
}

a.files_limits_a, a.files_limits_a:hover {
    text-decoration: none;
}

#modal-test-quest-tbl {
    width: 100%;
}
#modal-test-quest-tbl input {
    width: 100%;
}


/* ---------- test table static header ----------------- */
#new_show_test_div {
    /* max-height: 30em;
    overflow-y: scroll; */
}
.answers_pars {
    margin: 2px 0;
}

#scrollable-div {
    max-height: 20em;
    overflow-y: scroll;
}

#change_test_height {
    width: 30px;
    position: absolute;
    margin-top: -36px;
    right: 30px;
    background: #36c6d3;
    text-align: center;
    cursor: pointer;
    padding: 3px 3px 3px 0;
    z-index: 99;
}
#change_test_height:hover {
    background-color: #34c4d1;
}
#change_test_height div {
    text-align: left;
}

.tbl_height.not_possible {
    background: silver;
    cursor: default;
}



@media (max-width: 992px) and (min-width: 769px) {
    .col-info-teacher {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
        width: 25%;
        float: left;
    }


}
/*--------------------------------------------- ЖЕЛЬО -------------------------------*/

/* Zooming Badges on Hover */
.zoom_hover {
    transition: transform .2s;
}

.zoom_hover:hover {
    transform: scale(2.5);
}