#tariff_widget_wrapper {
    position: relative;
}
#tariff_widget {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
#tariff_outer_wrapper .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#add_predmet_to_teacher_block {
    padding-top: 15px;
}
.no-padding-block {
    padding: 0 !important;
}
.padding-block {
    padding: 0 0 0 5px;
}
.scrl {
    overflow-y: scroll;
    background: #fff;
    border-left: 1px #dadada solid;
}
.scrl::-webkit-scrollbar-button {
    background-repeat:no-repeat;
    width:5px;
    height:0
}

.scrl::-webkit-scrollbar-track {
    background-color:#fff
}

.scrl::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color:#6dc0c8;
}

.scrl::-webkit-scrollbar-thumb:hover{
    background-color:#56999f;
}

.scrl::-webkit-resizer {
    background-repeat:no-repeat;
    width:4px;
    height:0;
}

.scrl::-webkit-scrollbar{
    width: 4px;
}

#tariff_outer_wrapper .list-group {
    margin-bottom: 0 !important;
}
#tariff_outer_wrapper .list-group .list-group-item:first-child, #tariff_outer_wrapper .list-group .list-group-item:last-child {
    border-radius: 0 !important;
}
.klass-item[data-disabled="1"] {
    background-color: #eee;
    cursor: default;
}
.klass-item[data-disabled="1"]:hover {
    background-color: #eee;
    cursor: default;
}

input.bg-danger {
    background-color: #ffa3cd;
}