div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    width: auto !important;
}

.kolone .checkbox-label {
    background:transparent;
}

#div_notifikacije  {
    max-height: 70vh;
    overflow-y: scroll;
}

.width-200 {
    min-width: 130px !important;
}

@media only screen and (max-width: 1440px) {
    /* Datatable text headeri na manjim uredjajima da su jedna linija */
    .dataTables_wrapper .dataTable thead th { 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


}