body {
    margin: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #000;
    background-color: #fff;
}

#body {
    min-height: calc(100vh - 90px);
}

h1 {
    font-size: 137.5%;
}

h2 {
    font-size: 132.5%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 127.5%;
}

h5 {
    font-size: 125%;
}

h6 {
    font-size: 100%;
}

button.btn,
a.btn {
    padding: .25rem .5rem;
    border-radius: .2rem;
    border-color: #BABFA9;
}

.input-group-text,
.form-control,
.form-select {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    border-radius: .2rem;
}

.input-group-text,
.btn,
.form-label,
.form-control,
.form-select,
.page-item,
.page-link {
    font-size: inherit;
}

label.label-for {
    color: gray;
    margin-bottom: 0rem;
    margin-top: .5rem;
    font-size: 87.5%;
}

.badge {
    font-size: 75%;
}

.btn-outline-warning {
    color: #ff3707;
}

.navbar {
    height: 50px;
}

.main-logo {
    max-width: 60px;
    max-height: 60px;
}

.main-title {
    text-align: center;
    vertical-align: middle;
}

#sidebar {
    padding: 0px;
    font-size: 110%;
    background-color: #122023;
    max-width: 230px;
    min-width: 230px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1039;
    color: #fff;
}

#sidebar-collapse {
    padding: 0px;
    font-size: 190%;
    color: #adb5bd;
}

#notify label {
    font-weight: bold;
}

.loading-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}

.loading-container .loading-body {
    position: absolute;
    top: 40vh;
    color: white;
    left: 45vw;
}

li {
    list-style: none;
}

.fixed-top-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1070;
}

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}


#sidebar.collapsed {
    margin-left: -230px;
}

#confirmYes,
#confirmNo,
#confirmCancel {
    min-width: 50px;
}

#sidebar-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1039;
    opacity: 0.46;
    background-color: rgb(33, 33, 33);
    display: none;
}


.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 125%;
    font-weight: 600;
}

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: 75%;
    padding: 1.5rem 1.5rem .375rem;
}

.sidebar-logo>a {
    cursor: pointer;
    text-decoration: none;
}

.sidebar-item ul .sidebar-link {
    margin-left: 1.3rem;
}

.sidebar-item .sidebar-item ul .sidebar-link {
    margin-left: 2.2rem;
}

.sidebar-item-selected {
    background-color: #2B4047;
}

a.sidebar-link {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding: .625rem 1.625rem;
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 100%;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.menu-item-1>a {
    font-size: 105%;
}

.menu-item-2>a {
    font-size: 95%;
}

.menu-item-3>a {
    font-size: 85%;
}

.content {
    flex: 1;
    max-width: 100vw;
}

.alert-title {
    position: absolute;
    top: 2px;
    left: 5px;
}

.page-code {
    position: absolute;
    top: 10px;
    right: 10px;
    color: lightgray;
}

.required {
    color: red;
    font-size: 87.5%;
}

.tooltip {
    font-size: 87.5%;
}

.alert-close-button {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.alert-content {
    padding-top: 12px;
}

#notify .alert {
    min-width: 150px;
}

#modal .modal-footer,
.form-group.modal-footer {
    border-top: none;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.modal-header-btn {
    color: #000;
    border: 0;
    padding: 4px 0 0;
    cursor: pointer;
    border-radius: .25rem;
    font-size: 150%;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.modal-header-btn:hover {
    opacity: 1;
}

.modal-header-btn-close {
    right: 8px;
}

.modal-header-btn-maximize {
    right: 38px;
}

.modal-header-page-code {
    right: 70px;
}


.table-fit-screen {
    height: calc(100vh - 155px);
}

.pagination {
    margin-bottom: 0;
}

#FilterGroup {
    max-width: calc(100% - 300px);
}

#Pagination {
    width: 300px;
}

.date[readonly] {
    background-color: inherit;
}

.bg-opacity-50,
.opacity-50 {
    opacity: 0.5;
}

.bg-opacity-75,
.opacity-75 {
    opacity: 0.75;
}

.bg-opacity-25,
.opacity-25 {
    opacity: 0.25;
}

.bg-confirm {
    background-color: #FFEAB8;
}

.bg-select {
    background-color: #859EA3;
}

.btn-confirm {
    background-color: #FFEAB8;
    border-color: #FFEAB8;
}

.bg-reset {
    background-color: #BABFA9;
}

.btn-reset {
    background-color: #BABFA9;
    border-color: #BABFA9;
}

.btn-icon {
    flex: none !important;
    width: 45px !important;
    padding: 0px !important;
    font-size: 118%;
}

.btn-icon:hover {
    background-color: #BABFA9;
}

.btn-outline-reset {
    border-color: #BABFA9;
}

.btn-outline-reset:hover {
    background-color: #BABFA9;
}

.modal-under-background {
    z-index: 1040;
}

@media screen and (max-width: 1520px) {
    .display-optional {
        display: none;
    }
}

@media(max-width:1199.9px) {

    .modal-dialog.modal-xl.big {
        max-width: 90%;
    }
}

@media(max-width:991.9px) {
    .modal-dialog.modal-lg {
        max-width: 90%;
    }

    #sidebar {
        margin-left: -230px;
    }

    #sidebar.collapsed {
        margin-left: 0px;
        max-width: 230px;
        min-width: 230px;
        transition: all 0.35s ease-in-out;
        box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
        z-index: 1039;
    }

    #sidebar-overlay.collapsed {
        display: inherit;
    }

    .content {
        width: auto;
    }
}

@media(max-width:768px) {
    .modal-dialog.modal-xl {
        max-width: 90%;
    }
}

@media (min-width: 576px) {}