#distribution_widget_wrapper {
    position: relative;
}
#distribution_widget {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
#distribution_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;
}

#distribution_outer_wrapper .list-group {
    margin-bottom: 0 !important;
}
#distribution_outer_wrapper .list-group .list-group-item:first-child, #distribution_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;
}

.full-width {
    width: 100%;
}

.predmet-child:first-child {
    box-shadow: inset 0 5px 5px 0px #dadada;
}
.predmet-child:last-child {
    box-shadow: inset 0 -5px 5px 0px #dadada;
}

#distribution_result h3 {
    margin-top: 5px;
}
#distribution_result {
    text-align: center;
}
#distribution_result label {
    text-align: left;
    display: block;
}
#distribution_result .btn-danger {
    margin-top: 15px;
    margin-left: 15px;
}
#distribution_header .list-group-item:last-child {
    height: 100px;
    overflow: hidden;
}