/*-----------------------------------------------program batch list ---------------------------------- */
body{
    background: #b2c7cf !important;
    font-family: 'Public Sans', sans-serif !important;
    overflow: auto;
    user-select: none;
}
header,footer,.container{
    display:none;
}
header
{
    background: #658996;
    border-bottom: 1px solid #0a0a09;
    box-shadow: 1px 1px 6px;
}
#websiteName
{
    font-size: 4vw;
    font-weight: bold;
    color:white;
}
.logout
{
    color:white;
    font-size: 2vw!important;
text-align: right;
}
.container
{
    margin-bottom: 15px;
  /*   height: 208vh; */
}
select{
    font-size: 20px!important;
}
.downloadAll
{
    visibility: hidden;
}
#dataTable
{
    border: 1px solid black;
    box-shadow: 2px 3px 10px;
    font-weight: bold;
    color: #032f3f;
    background: #dfbcbc;
}
.checkBox,#lbl1
{
    width: 1.1rem;
    height: 1.1rem;
}
.pdfLoader
{
    width: 6rem!important;
    height: 6rem!important;
}
.modal{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #e8d8d894;
    overflow: auto;
}
.modal-content
{
    box-shadow: none!important;
    background-color: #e8d8d800;
    border: none;
    position: relative;
    width: 7rem!important;
    height: 7rem!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    height: 22%;
    margin-top: 45vh;
}
th{
    padding: 25px!important;
}
a:hover{
    text-decoration: none;
}
.page-item
{
    cursor: pointer;
}
li active{
    z-index: 3;
    color: #fff!important;
    background-color: #007bff;
    border-color: #007bff;
}
.pageList
{
  /*   margin-left: 25vw; */
}
.showingResult
{
    color:black;
}
.noPadding
{
    padding: 0!important;
}
footer{
    position: fixed!important;
    bottom: 0;
    border-top: 1px solid #0a0a09;
    background: #658996;
    box-shadow: 1px 1px 6px;
}
footer p {
   margin: 0%;
   padding: 6px!important;
  font-size: 16px !important;
   text-align: center;
   padding: 1vw;
   color: white;
   font-weight: 600;
  
}
.noPadding
{
    padding: 0!important;
}
::-webkit-scrollbar {
    width: 0.7vw;
    height: 1.3vh;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    background: white
}
 
::-webkit-scrollbar-thumb {
    background: #1b4c5f;
    border-radius: 10px;
}
@media only screen and (max-width: 767px)
{
html {
    width: fit-content;
}
.logout
{
    font-size: 3vw!important;
    text-align: center;
}
}