﻿.login-page {
    height: calc(100vh - 44px);
}
.login-footer {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    color: darkgray;
}
.fixed-thead {
    outline: 1px solid #DADADA;
    background: white;
    position: sticky;
    top: -1px;
    z-index: 10;
}
.fixed-tfoot {
    outline: 1px solid #DADADA;
    background: white;
    position: sticky;
    bottom: -1px;
    z-index: 10;
}
.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #f9f9f9;
}
/*.form-control {
    padding: .4rem .5rem;
}
.form-select {
    padding: .4rem 2.5rem .4rem .5rem;
}*/
tr.normal td {
    color: black;
    background-color: white;
}

tr.highlighted td {
    color: white;
    background-color: blue;
}
/*.selectr-selected.focused {
    border: 1px solid #85a8db !important;
    outline: none;
}*/
.card-header::after {
    content: none;
}