html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
}
.breadcrumb {
    margin-top: 10px;
}
.table tbody tr td {
    vertical-align: middle !important;
}

/* expand bootstrap rule to ignore other types of items prior to first item */
.list-group-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

/* select 2 color correction */
body.dark-theme .select2-container--bootstrap4 .select2-selection__rendered {
    color: #444;
}
body.dark-theme .select2-container--bootstrap4 .select2-results__option:not(.select2-results__option--highlighted) {
    color: #444;
}
body.light-theme .select2-container--bootstrap4 .select2-selection__rendered {
    color: #7b8a8b;
}
body.light-theme .select2-container--bootstrap4 .select2-results__option:not(.select2-results__option--highlighted) {
    color: #7b8a8b;
}