:root,
[data-bs-theme=light] {
    --gs-border-color: #e5e6e7;
}
[data-bs-theme=dark] {
    .form-control,
    .form-select,
    .table-bordered,
    .btn-default {
        --bs-border-color: #415062;
    }
    --gs-border-color: #415062;
}

.print {
    display: none;
}

.mark-changed {
    font-style: italic;
    font-weight: bold;
}

.mark-excluded {
    text-decoration: line-through;
}

.threshold-min {
    text-decoration: underline;
}

.threshold-max {
    text-decoration: overline;
}

table .weekend td,
table .weekend th {
    background: #ffe6e6 !important;
}

.bg-weekend {
    background-color: #ffcccc !important;
}

.fg-weekend {
    color: #ff8080 !important;
}

.text-type {
    white-space: normal;
    text-align: left !important;
}

.profile-element {
    /*text-align: center;*/
}

.banner1 {
    display: block;
    background-image: url(banner.png);
    width: 100%;
    height: 60px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.nav > li > a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.nav > li > ul > li > a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.bg-footer {
    /*background-color: gray;*/
}


.bg-wrapper {
    /*background-color: gray;*/
}

.bg-signin {
    /*background-color: gray;*/
}

li.nav-item.active > a.nav-link {
    color: var(--bs-nav-tabs-link-active-color);
}

table.dataTable.table-bordered th:last-child, table.dataTable.table-bordered td:last-child {
    border-color: var(--bs-border-color);
}

table.dataTable.table-bordered thead th {
    border-top-width: 1px;
}

table.dataTable.table-bordered tfoot > tr   {
    & > th, & > td {
        border-bottom-width: 1px;
    }
}

table.dataTable.table-bordered tr:last-child th, table.dataTable.table-bordered tr:last-child td {
    border-bottom-width: 1px;
}

.chevron-color {
    color: #c4c4c4 !important;
}

label.error {
    margin-left: 0 !important;
}

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

.modal-full {
    min-width: 97%;
}

table thead .center_web {
    text-align: center;
}

table thead .left_web {
    text-align: left;
}

table thead .right_web {
    text-align: right;
}

table tfoot .center_web {
    text-align: center;
}

table tfoot .left_web {
    text-align: left;
}

table tfoot .right_web {
    text-align: right;
}

.loginscreen {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.dtfc-top-blocker {
    display: none !important;
}


.dtfc-bottom-blocker {
    display: none !important;
}

.report > thead > tr > th,
.report > tbody > tr > th,
.report > tfoot > tr > th,
.report > thead > tr > td,
.report > tbody > tr > td,
.report > tfoot > tr > td {
    padding: .2rem;
    font-size: .9em;
}

.ibox-title {
    border-width: 0 !important;
}
