html {
    font-size: 14px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-label {
    text-align: right;
}

.data-grid > thead > tr > th:not(.no-sort) {
    cursor: pointer;
}

.data-grid > thead > tr > th.sorted-column {
    background: #a6b5cc;
}

.bseparate {
    border-collapse: separate;
}

@media print {
    .no-print, .btn {
        display: none;
    }
}

.nav-item {
    transition: all 400ms;
}

.nav-item.active {
    text-decoration: underline;
    font-weight: bolder;
}

.nav-item.active > a {
    color: black;
}

.nav-item:hover {
    background-color: lightgrey;
    border-radius: 10%;
}

.green {
    color: green;
}

.red {
    color: red;
}

.yellow {
    color: #fec006;
}

.macro-list > p {
    text-indent: -20px;
    margin-left: 20px;
    margin-bottom: .7rem;
}

.table td {
    background-color:inherit;
}