.mdi-action {
    display: inline-block;
    font-size: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
}

table {
    border-left: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

table.table-bordered.dataTable th {
    text-align: left !important;
}

table .search-filter > th {
    padding: 0 !important;
}

table .search-filter > th:first-child {
    text-align: center;
    vertical-align: middle;
    line-height: 11px;
}

table .search-filter > th > input:not(.check_all),
table .search-filter > th > select,
table .search-filter > th > .filter-number-range > div > input {
    width: 100%;
    border: 0;
    padding: 0 0.5rem;
    line-height: 30px;
    height: 30px;
}

table .search-filter > th > .filter-number-range {
    display: inline-block;
    max-width: 200px;
}

table .search-filter > th > .filter-number-range > div {
    display: flex;
}

table .search-filter > th > .filter-number-range .filter-separator {
    margin: 0 5px;
}

table .search-filter > th.was-searched > input,
table .search-filter > th.was-searched > select,
table .search-filter > th.was-searched > .filter-number-range {
    width: calc(100% - 30px) !important;
}

table .search-filter > th > .dt-clear-search {
    display: none;
    width: 24px;
    height: 24px;
    margin: 3px;
    float: right;
    font-size: 24px;
    line-height: 1;
}

table .search-filter > th.was-searched > .dt-clear-search {
    display: inline-block;
}

table .search-filter .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    background: transparent;
    height: 30px;
}

table .search-filter .select2-container {
    vertical-align: top;
}

table .search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 30px;
    font-weight: normal;
}

table .search-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    top: 0;
    right: 0;
}

table .search-filter .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

table .search-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cfd3de;
}

#leafletMap {
    width: 100%;
    height: 75vh;
}
