body {
    --bs-body-bg-rgb: 251, 250, 242;
    --bs-body-bg: rgb(251, 250, 242);
}

.table {
    --bs-table-striped-bg: rgb(239, 249, 234);
}

.nav-tabs {
    --bs-nav-link-font-weight: bold;
    --bs-nav-link-font-size: 110%;
}

@media print {
    .border-print-0 {
        border: none !important;
    }
}

.form-label.required::after {
    content: "*";
}

.form-control:focus {
    background-color: lemonchiffon;
}

.bg-lightgreen {
    background-color: rgb(239, 249, 234);
}

th.asc::after {
    content: ' ▲'
}

th.desc::after {
    content: ' ▼'
}

.table-fixed {
    table-layout: fixed;
}

.resize-none {
    resize: none;
}