@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1800px;
    }
}

main > .container {
    padding: 65px 15px 10px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 0px;
    color: #999;
    font-size: .875rem !important;
}

.hint-block::before {
    content: "ⓘ ";
    /* color: #dc3545; */
    color: #ffc107;
    font-weight: 600;
    /* margin-right: 2px; */
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.pagination {
    /* justify-content: center; */
    /* margin-top: 0.5rem; */
    /* padding-top: 10px; */
}

.pagination li a,
.pagination li span {
    display: inline-block;
    min-width: 30px;
    padding: 2px 3px;
    margin: 0 1px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #ffffff;
    color: #212529;
    text-decoration: none;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #212529;
    border-color: #212529;
    color: #ffffff;
}

.pagination li.disabled span,
.pagination li.disabled a {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.pagination li a:hover {
    background-color: #e9ecef;
    color: #212529;
}

.grid-view table{
    margin-bottom: 0 !important;
}

.grid-view .summary {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.875rem;
}

.grid-view .pagination {
    margin-bottom: 0;
}

.grid-view .pagination li a,
.grid-view .pagination li span {
    padding: 4px 8px;
    min-width: 32px;
}

.grid-view table {
    font-size: 0.875rem;
}

.grid-view table tr td{
    padding: .125rem !important;
}

label,
.form-label,
.col-form-label {
    font-size: 0.875rem !important;
    font-weight: bold !important;
}

.help-block{
    color: #dc3545 !important;
    font-size: 0.875rem !important;
}

.detail-view{
    font-size: 0.875rem;
}

.table.detail-view th,
.table.detail-view td,
.table th,
.table td {
    padding: 0.125rem !important;
    font-size: 0.875rem;
}

.fs-7{
    font-size: .7rem !important;
}

.fs-8{
    font-size: .6rem !important;
}

.fs-9{
    font-size: .5rem !important;
}

.fs-10{
    font-size: .4rem !important;
}

.form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.checkbox-col .select-on-check-all:checked {
    background-color: #212529 !important;
    border-color: #212529 !important;
    accent-color: #212529 !important;
}
