table.result.users {
    .bootstrap-select .dropdown-toggle {
        background-color: #fff;
        border: 1px solid #dee2e6;
    }
}

table.result.users, table.result.directory, table.result.specification {
    td:last-child { text-align: center; }
}
table.result.users td:nth-child(4) { text-align: center; }

.dir-table {
    .bootstrap-select { width: 50% !important; }
    .bootstrap-select .dropdown-toggle {
        background-color: #fff;
        border: 1px solid #dee2e6;
    }
    .buildings, .facilities, .expenses, .work-types, .units, .remarks {
        th:last-child { width: 8%; }
    }
    tr[data-active="0"] td {
        background-color: #ff00001f;
        color: #17314b96 !important;
    }
}

.fa-filter-circle-xmark { pointer-events: none; }