
html {
    height: 100%;
    width: 100%;
    font-size: 13px;    
}

body {    
    /* min-height: 100%; */
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*background-image: url("../images/bg3.png");
    background-size: cover;*/
    background-color: #dff2ff;
}

.pageHeaderContentDiv{
  margin: auto;
  margin-top: 20px;   
  width:85%;
  height: 5vh;
  border-radius: 5px 5px 0px 0px;
  overflow: visible;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
}

.pageContentDiv{
  margin: auto;
  margin-top: 20px; 
  margin-bottom: 20px;
  padding-bottom: 20px;;  
  width:85%;

  /*height: 100%;*/
  min-height: 70vh;
  background-color: white;  
  border-radius: 5px 5px 0px 0px;
  overflow: visible;   
}

.pageDivs{
  
  padding-top: 13px;
  margin-left: 13px;
  margin-right: 13px;
  word-wrap: break-word;
 
 
}

.homePage{
  background-image: url("../images/bg5.png");
  background-size: cover;
  background-position: center; /* Keeps the middle of the image visible */
  background-repeat: no-repeat;
  border-radius: 15px 15px 15px 15px;
  background-color: #00000000;

  margin: auto;
  margin-top: 20px; 
  margin-bottom: 20px;
  width:85%;

  /*height: 100%;*/
  min-height: 70vh;
  /* border-radius: 5px 5px 0px 0px; */
  overflow: visible; 
}

.homePageForeGround{
    background-image: url("../images/bg6.png");
  background-size: cover;
  background-position: center; /* Keeps the middle of the image visible */
  background-repeat: no-repeat;
  border-radius: 15px 15px 15px 15px;
  background-color: #00000000;

  margin: auto;
 
  width:85%;

  /*height: 100%;*/
  min-height: 70vh;
  border-radius: 5px 5px 0px 0px;
  overflow: visible; 

}

.homePageTitle{
  color: #ffffff;
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  /* -webkit-text-stroke: 2px black; */
  text-shadow: 
    -0px -0px 0 #000,  
     2px -0px 0 #00000070,
    -0px  0px 0 #000,
     0px  0px 0 #000;
}

.homePageBodyText{
  color:#ffffff !important;
  font-size: 14px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 
    -0px -0px 0 #000,  
     2px -0px 0 #00000070,
    -0px  0px 0 #000,
     0px  0px 0 #000;
 
}

.card{
  background-color: rgba(255, 255, 255, 0);
}

.carouselDiv{
  height: 100%;
}

.carousel .carousel-item {
  height: 150px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height:100%;    
}



.bgTheme{    
    background-color: #30406F ;
    padding: 10px;
}


.rowText {
    height: 70%;
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h5{
  color:#0e8f35;
}

.navbar-dark .nav-link{
  color: #099bdd !important;
  font-size: 18px;;
  /* text-shadow: #000000 0px 0px 1px;
  -webkit-font-smoothing: antialiased; */
}

.dropdown-item{
  font-size:14px;
}



.nav-item a {
    position: relative;
    text-decoration: none;
  }
  
  .nav-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    /*background: #ff7000;*/
    background: #f8b709;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: left;
  }
  
  .nav-item a:hover::after {
    transform: scaleX(1);
  }


  /* The Modal (background) */
  .filtersModal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .filtersModalContent{
      width: 60%;
      background-color: #eeeeee;
      margin: auto;
      padding-left: 10px; 
      padding-right: 10px;
      padding-bottom: 20px;
      padding-top: 10px; 
        
  }
  label{
      font-weight:bold;
      font-size: 12px;
      font-family:Georgia, 'Times New Roman', Times, serif;
  }
  legend{
    background-color: #ffffff;
    font-size:17px;
    font-weight: bold;
    color:#00a2d4;
    font-family:'Courier New', Courier, monospace
  }
  

  .th{    
    text-align: center;
    font-weight: bold; 
    font-size:11px;   
 }

 .tableStyle td{
    /*text-align: left;*/
    padding:3px;
    padding-top: 5px; 
    padding-bottom: 5px;    
    border-bottom: 2px solid #ffffff;
   
    
 }

 .bottom-border{
  padding:3px;
    padding-top: 5px; 
    padding-bottom: 5px;    
    border-bottom: 2px solid #ffffff;

 }

 .tableHeadBgLeft{
    background-color: #d6d6d6;    
    padding: 2px;
    border-radius: 5px 0px 0px 0px;
    overflow: hidden;
 }

 .tableHeadBgRight{
    background-color: #d6d6d6;    
    padding: 2px;
    border-radius: 0px 5px 0px 0px;
    overflow: hidden;
 }

 .tableHeadBgCenter{
    background-color: #d6d6d6;    
    padding: 2px;
}

 .tableContCenter{
    font-size:13px;
    text-align:center;
}

.active{
  background-color: #00abee;
}

 table{
    margin: auto;
    background-color: #eeeeee;    
    padding: 50px;    
    border-radius: 5px;
    width:100%;     
 }

.formBg { 
  background-color: #eeeeee; 
}
.inputForm{
    align-items: center;   
    justify-content: center;
    margin: auto;
    text-align: center;
}

.rowDivider{
  /*text-align: left;*/
  /* padding:3px;
  padding-top: 5px; 
  padding-bottom: 5px;     */
  border-bottom: 2px solid #ffffff;
  /* font-size: .85vw;      */
  
}



 .fixed{
  table-layout:fixed;
 }

 input, select{
  height: 35px; 
  line-height: 35px;
  padding: 0 10px; 
  font-size: 14px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  box-sizing:border-box;
  
}

.btnSearch{
  background-color: rgb(255, 255, 255); 
  color: black;
  cursor: pointer;
  /* height: 35px; 
  line-height: 35px;  */
  padding: 0 10px; 
  font-size: 14px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  margin:0;
  box-sizing:border-box;
}
.btnSearch:hover{
  color:#3298FD !important;
  background-color: green !important; 
  border: 1px solid green;
}

.searchInputDiv{
    height: 6vh; 
    min-height: 40px;
}


 .inputTdWidth{
    width: 100%;
    box-sizing: border-box ;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;   
}

.tdWidth10{
    width:10%; 
    word-wrap: break-word;   
}

.tdWidth5{
    width:5%;
    word-wrap: break-word;;
}
.tdWidth15{
  width:15%;
  word-wrap: break-word;
}
.tdDivider{
    border-right: 2px solid #ffffff;
}

.highlight{  

  background-color: #3298FD;
    
}
.highlightVerified{
   
  border-left: 5px solid #00e231;
  border-right: 5px solid #00e231;
    
}
.highlightUnVerified{
  border-left: 5px solid #e7c263;
  border-right: 5px solid #e7c263;
}
.editMode{        
    border: 2px dashed red;
}

.btnElements{
    background-color: white; 
    border: 2px solid #DCDCDC;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;    
    border-radius: 12px;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
  } 
  
  .btnElements:active{
    background-color: white !important; 
    border: 2px solid #DCDCDC;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;    
    border-radius: 12px;
    font-size: 12px;
    margin: 4px 2px;
  } 

  .btnElements:hover{
    background-color: green !important; 
    border: 2px solid green;
  }

  .btnElements:disabled{
    opacity: .5; 
    cursor: not-allowed;
  }  

  .btnElements:disabled:hover{
    background-color: white !important; 
    border: 2px solid #DCDCDC;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;    
    border-radius: 12px;
    font-size: 12px;
    margin: 4px 2px;
  }


  .disabled{
    opacity: .5;
    cursor: not-allowed;  
  }

  .hidden {
    display: none;
  }

  /* .show {
    display: block;
  } */

  .loginPage{
    min-height: 100vh; 
    background-image: url("../images/records.png");
    background-size: cover;
    background-position: center; /* Keeps the middle of the image visible */
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .loginContainer{
    margin: auto;
    width:30%;
    background-color: rgb(255 255 255 / 30%); 
    border: 1px solid rgb(255, 255, 255); 
    border-radius: 5px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

   .loginContainer2{
    margin: auto;
    width:50%;
    background-color: rgb(255, 255, 255); 
    /* border: 1px solid rgb(255, 255, 255);  */
    border-radius: 50px 50px 50px 50px;
    margin-top: 5%;
    margin-bottom: 5%;
    overflow: hidden;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    
  }

  .loginDiv{
    /*margin: auto;  
    padding:20px;
    width:30%;
    border-radius: 5px;
    background-color: #eeeeee;*/
    
    align-items: center;
    display: flex;
    justify-content: center;
    width:50%;
    height:50%;
    margin: auto;
   
    }

    .loginDiv2{   
      
      align-items: center;
      display: flex;      
      width:70%;
      height:60%;
      justify-content: center;      
      background-color: #eeeeee;
      border-radius: 5px;
      padding:20px;
      }
  

  .loginTable{      
    width: 100%;
    text-align: center;    
  }

  .loginTable td{      
    padding:3px;
    padding-top: 5px; 
    padding-bottom: 5px;    
    border: none;
    
  }

  .loginLabel{
      font-weight:bold;
      font-size: 12px;
      font-family:Georgia, 'Times New Roman', Times, serif;
  }

  .changePwdDiv{
    align-items: center;
    display: flex;
    justify-content: center;
    width:60%;
    height:80%;
    margin: auto;

    align-items: center;
    display: flex;
    justify-content: center;
  }

  .changePwdDiv2{
    align-items: center;
    justify-content: center; 
    display: flex;  
    width:80%;
    height:70%;
    background-color: #eeeeee;
    border-radius: 5px;
    padding:20px;
      
        
}

    .changePwdTable td{      
      padding:3px;
      padding-top: 5px; 
      padding-bottom: 5px;    
      border: none;
    }

  .submitPwdBtn{
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background-color: #d6d6d6;  
    padding: 5px 5px;    
  }

  .submitPwd:active{
    background-color: green !important; 
    border: 1px solid green;
  }

  .submitPwd:hover{
    background-color: #d3eaff; 
    border: 1px solid green;
  }

  .errorDiv{
    background-color: #f2dede;
    color: rgb(94, 8, 8);	
    padding:10px;	 
  }

  .successDiv{
    background-color: #def2e1;
    color: rgb(18, 94, 8);	
    padding:10px;	 
  }
  

.statusText{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color:#ff0000;
  font-weight: bold;
  font-size: 10px;
}

.titleText{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color:#0cb200;
  font-size: 17px;
  font-weight: bold;
}

.paginationDiv{
  margin-top: 10px;
  float: right;
}

.centered{
  text-align: center; 
  align-items: center;
  display: flex;
  justify-content: center;
}


/* .centered{
  text-align: center; 
  align-items: center;
  display: flex;
  justify-content: center;
  margin:auto;
} */

.centered2{
  text-align: center; 
  align-items: center;
 
  justify-content: center;
  margin:auto;
}

.center {
  margin: auto;
  width: 60%;
  text-align: center;
  /* border: 3px solid #73AD21;
  padding: 10px; */
}


.right{
  text-align: right; 
  align-items: right;
  display: flex;
  justify-content: right;
}



.row {
  display: flex;
}

.first-column, .second-column {
  border: 1px solid #ccc; /* Optional: for visualization */
  padding: 15px;
}

.unverified{
  background: #e7c263;
  width: 6vw;
  box-sizing: border-box ;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;   
}

.verified{
  background: #7ebe7a;
  width: 6vw;
  box-sizing: border-box ;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;  
}


.tableHead{
  font-size: 1.1vw;
}

.tableContent{
   font-size: 1vw;
}

@media only screen  and (min-width: 1366px)  { 
  .tableHead{
  font-size: .9vw;
}
  .tableContent {
    font-size: .75vw;
  }
}




#errorSnackbar{
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  /* background-color: #333;  */
  background-color: #ad2626;
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1000; /* Add a z-index if needed */
  left: 85%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */

}

#errorSnackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s 2.5s; 
   animation: fadein 0.5s 2.5s; 
    /* animation: fadein 0.5s, fadeout 0.5s 2.5s;  */
}







/* The snackbar - position it at the bottom and in the middle of the screen */
#successSnackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  /* background-color: #333;  */
  background-color: #26ad3a;
  color: #ffffff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1000; /* Add a z-index if needed */
  left: 85%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

#successSnackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s 2.5s; 
  animation: fadein 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}




.confirmModal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 30%; 
}

.word-wrap{
  
   word-wrap: break-word;
}


.userNameDisplay{
background: #099bdd !important;
color: white;
opacity: 1; 
font-weight: bold; 
border-radius: 25%; 
/* margin-right: 0.5em;  */
 width: 2em; 
/* height: 3vw;  */
font-size: 2em;
text-decoration: none;

}

.userNameDisplay:hover{
background: #28a4dd !important;
}

.signedInUser{
  background-color: #099bdd !important;
  color: #ffffff; 
  cursor: default;
  font-size: 18px; 
  padding: 10px;;
     
}
.signedInUser:hover{
  background-color: #099bdd !important;
  color: #ffffff; 
}


.noDecoration{
  text-decoration: none;
}



.navFixedWidth{
  width:10em;
  text-align: center;

}


.w-95{
  width:95%;
}
.w-5{
  width: 5%;
}
.w-10{
  width:10%;
}

.w-3{
  width:3%;
}

.w-97{
  width:97%;
}


 input[type="checkbox"] {
      accent-color: #00e231;
    }

  
  .hidden{
    display: none;
  }





.col-2-5 {
    /* (2.5 / 12) * 100% */
    flex: 0 0 auto;
    width: 20.83333333%;
}

.col-9-5 {
    /* (9.5 / 12) * 100% = 79.16666667% */
    flex: 0 0 auto;
    width: 79.16666667%; 
}

.left{
  text-align:left;
  align-items: start;
  align-content: start;

  
 
  justify-content: left;
  padding-left: 0px;
 
}

.d-block{
  object-fit: fill;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



::-webkit-scrollbar {
  width: 10px;               /* Width of vertical scrollbar */
  height: 5px;              /* Height of horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #30406F;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #099bdd;          /* Changes color on hover */
}

