﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

.footer {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 95px;
    line-height: 30px; /* Vertically center the text there */
    background-color:black;
    z-index: 998;
}

.navbar{
    z-index: 998;
}

.dropdown .dropdown-menu{
    z-index: 1000;
}

body {
    padding-top: 100px;
}

.body-content{
    min-height: calc(100vh - 110px);
}

/*thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}*/

/*tbody {
    height: 350px;
    overflow-y: scroll;
    overflow-x: scroll;
    display: block;
}*/

/*.table thead {
    display: table-header-group;
}*/
/*.table-fixed thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    color: #fff;
}*/

/*th {
    position: sticky;
    top: 0;
}*/

.btn-primary {
    background-color: #4B6C9E;
    color: white;
}

#EligibleDatesPdfModal {
    position: relative;
}

#EligibleDatesPdfModalDialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.page-up{
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
}

.validation-part{
    color: red;
}

/* end top and bottom horizontal scroll bars  */