html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.bootstrap-datetimepicker-widget table tr {
    background-color: #ffffff !important;
}

thead input {
    width: 100%;
}

th {
    vertical-align: top!important;
}

.footerButtons a {
    color: #f8f9fa!important;
}

.contactLink {
    border-right: 2px solid #f8f9fa!important;
}

.tableContainer {
    display: flex!important;
    position: absolute!important;
    top: 110px!important;
}

.tableControls {
    position: fixed!important;
    width: 100vw!important;
    top: 70px!important;
    left: 0!important;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

#table_length > label {
    margin-bottom: 0;
}

#table_info {
    padding: 1px 0 0;
    font-weight: bold;
}

.bootstrap-datetimepicker-widget {
    z-index: 9999!important;
}

.bootstrap-datetimepicker-widget ul {
    position: fixed;
}

.input-group.date {
    width: 17rem;
}

.spinnerStyle {
    z-index: 10000;
    position: absolute;
    width: 110%;
    padding-top: 30%;
    background-color: rgba(255, 255, 255, 0.5);
}

.fa-spinner:before {
    content: "\f110";
}

.bButton.btn-lg  {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bButton.btn-lg.client  {
    line-height: 5.0!important;
    height: 120px;
    width: 120px!important;
}

.clientWrapper  {
    line-height: 5.0!important;
    height: 120px;
    max-width: 120px!important;
}

.paginate_button {
    padding: 0!important;
    padding-left: 1px!important;
}

.page-link {
    border: none!important;
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.form-control {
    width: auto!important;
}

#navLine {
    width: 98vw;
}

.flagImage {
    height: 35px !important;
    width: 35px !important;
}

.hide_block {
    display: none!important;
}

.display_block {
    display: block;!important;
}

#footer {
    height: 50px;
}

.breadcrumb-item {
    font-size: 30px;
    vertical-align: middle;
}

.homeImage {
    height: 30px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.clientImage {
    font-size: 30px;
    height: 25px;
    margin-bottom: 10px;
}

.navbarButtonGroup > button {
    border-width: 2px !important;
}

.navbarButtonGroup > a {
    border-width: 2px !important;
}

.navbarListingLabel {
    font-size: 30px;
}

.listingCards {
    min-height: 230px;
}

.table-bordered-sticky-head {
    border-collapse: separate;
    border-spacing: 0;
}

.table-bordered-sticky-head thead {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 990;
    border-top: 1px solid #dee2e6!important;
    border-bottom: 1px solid #dee2e6!important;
    border-right: 1px solid #dee2e6!important;
}

.required-asterisk {
    font-size: 10px;
    vertical-align: super;
}