/* Your Custom CSS Goes here */

* {
    scrollbar-width: 6px;
    /*thin;*/
    scrollbar-color: #020080 white;
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
    background-color: #020080;
    /* color of the scroll thumb */
    border-radius: 5px;
    /* creates padding around scroll thumb */
}

/* .modal {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
} */

body {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1475px;
    }
}

.app-header .navbar .navbar-nav>li>a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 5px;
    line-height: 30px;
}

#notificationsDropDown {
    font-size: 12px !important;
}

.section-description {
    overflow: hidden;
    padding: 20px 0px !important;
    font-size: 15px;
    margin-bottom: 0px !important;
    border-bottom: 0px solid #ccd6ed !important;
}

.horizontal-menu .app-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    height: 55px !important;
    padding: 0;
    background-color: #fff;
    z-index: 100 !important;
    border-bottom: 1px solid #E2E6E9;
}

.horizontal-menu .app-header {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: navy !important;
    z-index: 100 !important;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer-custom {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-header {
    border-bottom: 0;
    padding: 25px 30px 10px;
    background-color: navy;
}

.modal-title {
    font-size: 16px;
    color: white;
    margin: 0;
    font-weight: 600;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #00005a !important;
    border-color: #00004d !important;
}

.h-blue {
    background-color: #b9d1ea;
    color: #2554c7;
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: navy !important;
    border-color: navy !important;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-close {
    filter: invert(1);
}

.bg-image {
    background-image: url(../images/backgrounds/login.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

a {
    text-decoration: none;
}

#close {
    filter: invert(0) !important;
}

.selected {
    background-color: #a7a7d2;
    border-color: #7a7abd;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1375px;
    }
}

.text-right {
    /* text-align: right !important; */
    text-align: right;
}

.text-left {
    text-align: left;
}

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

@media (min-width: 576px) {
    .modal-sm {
        max-width: 452px;
    }
}


.pointer {
    cursor: pointer !important;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1630px;
    }
}

.btn-custom-danger {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-custom {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
}

.btn-style-light {
    color: white !important;
    background-color: #5A6268 !important;
    transition: 0.2 all ease-in-out;
}

.btn-style-light:hover {
    color: white !important;
    background-color: #313438 !important;
    transition: 0.2 all ease-in-out;
}

@media (min-width: 1199px) {
    .horizontal-menu .app-menu .menu-list>li:hover>a {
        padding-bottom: 11px !important;
    }
}

.horizontal-menu .app-menu .menu-list>li>a:hover,
.horizontal-menu .app-menu .menu-list>li:hover>a,
.horizontal-menu .app-menu .menu-list>li>a.active,
.horizontal-menu .app-menu .menu-list>li.active-page>a {
    color: white !important;
    background: navy;
    border-radius: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    opacity: 1;
    background: navy;
    color: white;
}

.question_mark {
    background-color: #020080;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 5px;
    color: white;
    padding: 3px;
}

.custom-label {
    font-size: 14px;
    font-weight: 600;
}


/* @print {

    @page :header {
        display: none;
    }
} */
.wait {
    cursor: wait !important;
}


@media print {
    html {
        visibility: hidden;
    }

    .section-to-print {
        visibility: visible !important;
    }

}