input:focus, textarea:focus {
    outline: none;
}

.toggle-filter-icon i {
    font-weight: 400;
    font-size: 18px;
    padding-top: 7px;
}

.toggle-filter-icon i::before {
    content: "\f107";
}

.collapsed .toggle-filter-icon i::before {
    content: "\f00d";
}

.toggle-filter-icon i.p-0 {
    padding-top: 0
}

.dropdown:hover .dropdown-dot-menu {
    display: block;
}

/* OUTPUT IMG CHECKBOX STYLE */
.output-checkbox div label {
    border: 2px solid #fff;
}

.output-checkbox div :checked + label {
    border-color: #63AB40;
    box-shadow: 0 0 30px 0 #ccc;
}

/* LISTS PAGES */
.dataTables_wrapper {
    background-color: #FFFFFF;
    border: 1px solid rgba(52, 63, 75, 0.25);
}

.dataTables_paginate {
    float: none !important;
    text-align: center !important;
}

table tr th {
    color: #343F4B !important;
    font-family: 'ProximaNova', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 22px;
    width: 49px;
    text-transform: uppercase;
}

table tr td {
    color: #343F4B;
    font-family: 'ProximaNova', sans-serif;
    font-size: 1.125rem;
    line-height: 23px;
}

tr.odd {
    background-color: #F9F9F9;
}

tr.even {
    background-color: #FFFFFF
}

.pagination-buttons {
    background-color: rgba(250, 250, 250, 0.5);
    width: 30px;
    height: 30px;
}

.paginate_button {
    min-width: 0 !important;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 10px !important;
}

.paging_simple_numbers span .current {
    border: none !important;
    background: none !important;
    border-bottom: 4px solid #63AD3D !important;
}

.paging_simple_numbers span a:hover {
    border: none !important;
    background: none !important;
    color: #000000 !important;
}

.pagination-buttons:hover {
    background-color: rgba(250, 250, 250, 0.5);
    width: 30px;
    height: 30px;
}

.paging_simple_numbers span {
    top: -10px;
    position: relative;
}

.paging_simple_numbers span a {
    font-family: 'ProximaNova', sans-serif;
    font-size: 1.125rem;
    line-height: 51px;
    width: 21px;
    text-align: left;
}

.paging_simple_numbers span span {
    top: 0;
    margin-left: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
    border-bottom: 4px solid #63AD3D !important;
    border-left: 1px solid white !important;
}

.dataTables_wrapper .dataTables_paginate .next:hover {
    background: none;
    color: black !important;
    border: 1px solid white !important;
}

.dataTables_wrapper .dataTables_paginate .previous:hover {
    background: none;
    color: black !important;
    border: 1px solid white !important;
}

.th-border-bottom {
    border-bottom: 1px solid rgba(52, 63, 75, 0.25);
    padding-bottom: 10px;
    width: 116%;
}

#status-popup-content ul li div {
    width: 30px;
}

thead th {
    border-bottom: none !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px 0 0 20px;
}

.td-padding {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.dataTable thead th:last-child {
    padding-right: 20px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
}

table.dataTable thead .sorting span.ttl,
table.dataTable thead .sorting_asc span.ttl,
table.dataTable thead .sorting_desc span.ttl {
    position: relative;
}

table.dataTable thead .sorting span.ttl::before,
table.dataTable thead .sorting_asc span.ttl::before,
table.dataTable thead .sorting_desc span.ttl::before {
    right: -25px;
}

table.dataTable thead .sorting span.ttl::before,
table.dataTable thead .sorting span.ttl::after,
table.dataTable thead .sorting_asc span.ttl::before,
table.dataTable thead .sorting_asc span.ttl::after,
table.dataTable thead .sorting_desc span.ttl::before,
table.dataTable thead .sorting_desc span.ttl::after {
    font-family: "Font Awesome 5 Duotone", emoji !important;
    font-weight: 900;
    position: absolute !important;
    top: 40%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
    font-size: 20px;
}

table.dataTable thead .sorting span.ttl::before {
    content: "\f0de" !important;
}

table.dataTable thead .sorting span.ttl::after,
table.dataTable thead .sorting_asc span.ttl::after {
    content: "\10f0de" !important;
    padding-top: 5px;
}

table.dataTable thead .sorting_asc span.ttl::before {
    content: "\f0de" !important;
}

table.dataTable thead .sorting_desc span.ttl::after {
    content: "\10f0dd" !important;
}

table.dataTable thead .sorting_desc span.ttl::before {
    content: "\f0dd" !important;
    padding-top: 5px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding-left: 15px;
}

@media (max-width: 991px) {
    .hide-on-mobile {
        display: none;
    }

    .paginate_button {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable thead .sorting span.ttl::before,
    table.dataTable thead .sorting span.ttl::after,
    table.dataTable thead .sorting_asc span.ttl::before,
    table.dataTable thead .sorting_asc span.ttl::after,
    table.dataTable thead .sorting_desc span.ttl::before,
    table.dataTable thead .sorting_desc span.ttl::after {
        display: none;
    }

    table.dataTable thead th > div:first-of-type {
        padding-right: 15px !important;
        padding-bottom: 8px !important;
    }

    tr th div {
        width: 100% !important;
    }

    tr th:first-child {
        padding-right: 10px !important;
    }
}
/* END LISTS PAGES */

.marker-cluster-small {
    background-color: rgba(99, 171, 63, 0.5);
}

.marker-cluster-small div {
    background-color: #63AB3F;
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
    background-color: rgba(0, 110, 150, 0.5);
}

.marker-cluster-large div {
    background-color: #006E96;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgba(99, 171, 63, 0.5);
}

.leaflet-oldie .marker-cluster-small div {
    background-color: #63AB3F;
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgba(0, 110, 150, 0.5);
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #006E96;
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 100%;
    width: 80px !important;
    height: 80px !important;
}

.marker-cluster div {
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 30px 'ProximaNova', sans-serif;
}

.marker-cluster span {
    line-height: 39px;
    color: #ffffff;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.status-VIS,
.status-COM,
.status-UCT,
.status-STO,
.status-UC,
.status-OH,
.status-NC,
.status-PRO,
.status-DEM {
    background-repeat: no-repeat;
    background-size: 30px 30px;
}