/*
    Break points
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
*/

#notification-content {
    width: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 5px;
    z-index: 1080;
}

#modal-loader {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1080;

    display: flex;
    justify-content: center;
    align-items: center;
}

.leaflet-container a.btn {
    color: white !important;
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 1px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

.elevation-3 {
    box-shadow: inherit !important;
}

.brand-link {
    padding: 0.8125rem 0rem;
}

.brand-link {
    text-align: center;
}

.brand-image {
    transition-duration: .2s !important;
}

body.sidebar-mini.layout-fixed .brand-link .brand-image,
body.sidebar-mini.layout-fixed.sidebar-collapse .main-sidebar:hover .brand-link .brand-image {
    margin: 0px !important;
    float: none !important;
}

body.sidebar-mini.layout-fixed.sidebar-collapse .main-sidebar:not(:hover) .brand-link .brand-image {
    margin-left: -5px !important;
    margin-right: 0px !important;
    width: 5.2rem;
    height: inherit;
}