﻿body {
    overflow-y: scroll;
}

.container, .wrapper {
    max-width: 1450px;
    margin: 0 auto;
}

.card-body, .col-md-12 {
    padding: 0;
}

.table {
    margin-bottom: 0;
}

.ml-1 {
    margin-left: 4em !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-m {
    margin-right: 2.5em;
}

.list-m:first-child {
    margin-left: 2.5em;
}

#logo {
    display: block;
    text-align: center;
    margin-top: 2em;
}

#logo img {
    max-width: 19em;
    text-align: center;
}

.dropdown-item:hover {
    background-color: #37474f !important;
}

@media screen and (max-width: 1340px) {
    .p-5 {
        padding: 2rem !important
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: table !important;
    }
}

@media (max-width: 880px) {
    .table-responsive-lg {
        display: block !important;
    }
}

@media screen and (max-width: 1270px) {
    .index-text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1155px) {
    .col-md-6 {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .col-md-6 .col-md-6 {
        width: 20% !important;
    }
}

@media screen and (max-width: 920px) {
    .col-md-6 .col-md-6 {
        width: 25% !important;
    }
}

@media screen and (max-width: 750px) {
    .col-md-6 .col-md-6 {
        width: 32% !important;
    }
}

@media screen and (max-width: 600px) {
    .col-md-6 .col-md-6 {
        width: 100% !important;
    }
}

/* Dashboard 2.0 - Mars 2025 */
#dash-con {
    position: relative;
    min-height: 100vh;
}

#dash-wrap {
    padding-bottom: 4rem;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4em;
}

footer a, footer a:active, footer a:hover, footer a:visited {
    text-decoration: underline;
}

#footer-line {
    display: inline-block;
    height: 0.9em;
    border-left: 2px solid #1c2b49;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

@font-face {
    font-family: "GantModern";
    src: url(/Content/font/GantModernV2-Regular.otf);
}

body {
    font-family: "GantModern", "NotoSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.blue-grey.darken-3 {
    background-color: #acced9 !important;
    color: #1c2b49 !important;
}

.dark-blue,
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link,
.sub-title, .navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a,
th .text-white,
.modal-header .text-white,
.navbar.navbar-dark .navbar-toggler,
.fa-info-circle,
.orange-text,
.blue-text,
.input-prefix.black-text,
.btn-outline-dark h6,
footer
{
    color: #1c2b49 !important;
}

.btn-outline-dark {
    color: #1c2b49 !important;
    border: 2px solid #1c2b49 !important;
}

.navbar, .z-depth-1, .chip:active {
    -webkit-box-shadow: 0 1px 0px 0 rgba(0,0,0,0.16),0 1px 1px 0 rgba(0,0,0,0.5) !important;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.16),0 1px 1px 0 rgba(0,0,0,0.5) !important;
}

.blue-grey .darken-1 {
    background-color: #FFFFFF !important;
    color: #1c2b49 !important;
}

.dropdown-menu {
    top: 102% !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.btn,
.picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover, .picker__box .picker__table .picker--focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.close {
    text-shadow: none !important
}

.btn.black,
.buttons-html5,
tr.black,
button.black,
input[type=submit].amber,
.picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover, .picker__box .picker__table .picker--focused,
.amber.darken-3,
.pagination .page-item.active .page-link,
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.blue.accent-4,
input[type=submit].black {
    background-color: #1c2b49 !important;
    font-weight: normal !important;
    color: #FFFFFF !important;
}

.list-group-item h5 {
    margin-bottom: 0;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 0 !important;
}

.rounded {
    border-radius: 0 !important;
}