html, body {
    height: 100vh;
    /*width: 100vw;*/
    max-height: 100vh;
    max-width: 100vw;
}

.admin-body {
    /*background-image: url("../img/custom/NFMS-Landscape-2.png");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: var(--primary-color);
}

.admin-login-logo {
    height: 4rem;
}

a {
    color: #333333 !important;
}

.status-dot {
    height: .5rem;
    width: .5rem;
}

.table-row {

}

.bg-success-opacity-50 {
    background-color: #00c9a680;
}

.bg-warning-opacity-50 {
    background-color: #f2b87680;
}

.bg-info-opacity-50 {
    background-color: #00c9db80;
}

.bg-danger-opacity-50 {
    background-color: #dc354580;
}

.bg-primary-opacity-50 {
    background-color: #0d6efd80;
}

.bg-purple-opacity-50 {
    background-color: #6f42c180;
}

.bg-pink-opacity-50 {
    background-color: #d6338480;
}

.bg-orange-opacity-50 {
    background-color: #fd7e1480;
}

.bg-dark-opacity-50 {
    background-color: #13214480;
}

.bg-purple {
    background-color: #6f42c1;
}

.required-label {
    color: red !important;
    /*margin-left: 1%;*/
}

.display-image {
    height: 2.5rem;
    width: 2.5rem;
    margin-top: 5px;
}

.category-icon-display {
    height: 42px;
    width: 42px;
    color: var(--primary-color);
}

.remove-file-button {
    height: 42px;
    width: 42px;
}

.remove-file-button:hover {
    cursor: pointer;
}

.dataTables_wrapper label {
    padding: 1rem;
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    padding: 1rem;
    margin-top: 0.5rem;
}

.datatable tbody {
    border: none;
}

.dataTable.no-footer {
    border-bottom: 1px solid #f5f5f5 !important;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #377dff !important;
    border-color: #377dff !important;
    border-radius: 6px !important;
}

.page-item .page-link:hover {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #377dff !important;
    border-color: #377dff !important;
    border-radius: 6px !important;
}

.page-item.disabled .page-link {
    color: #8c98a4;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border: none;
}

.remove-image-button:hover {
    cursor: pointer;
}

.form-label {
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
}

.custom-control-label {
    padding: 0 !important;
}

#DetectedLayersTable thead th {
    border-bottom: 1px solid #f5f5f5 !important;
}

.publish-button {
    height: 40px;
    width: 40px;
}

.summary-card-title {
    padding: 0.4rem 0.7rem;
}