body {
  background-color: #f2f3f4 !important;
} 

.bg-dark {
  background-color: #241f49 !important;
}

.moduleBar {
    height:50px; 
    background-image:url('/images/ha/crumbackground.jpg'); 
    background-size:cover; 
    background-position:center;
}

input::placeholder, textarea::placeholder {
	font-weight: normal;
   color: lightgray !important;
   opacity: 1;
}


.table th {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.table th > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.table td {
    font-size: 0.8rem;
}    


.module-nav {
 margin-bottom: 0 !important;    
  background-color: silver !important;
}

.stick-this{
  position: sticky;
  top: 0;
  z-index: 1;

}

.module-bar {
  background-color: #ced2d4;
  border-bottom: 1px solid silver;
}

  a {
    text-decoration: none !important;
    
  }
  
@media screen and (max-width: 576px) {
    
.search-box{
background-color: #b8b8b8d8 !important;

}

  a{
  text-decoration: none !important;
  color:  rgb(57, 55, 55) !important; 
}
.logOut{
  color: black !important;
}
hr{
  color:white !important;
}

.navbar-toggler-icon{
  color:white !important;

}
.bi{
    font-weight: bold !important;
    user-select: none;
    cursor: pointer;
    display: inline-block;
}


.footer {
  border-top: 3px solid black;
  background: red;
}


.offcanvas-bottom {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
  transition: transform 0.3s ease-in-out; /* keep smooth animation */
}

.offcanvas-top {
  height: 150px !important;
  //z-index: 1020 !important;
  margin-top: 56px;
}

.createNewHeader {
   color:  gray!important; 
}

#searchText{
  background-color: rgba(128, 128, 128, 0.255);
  border-radius: 0;
}

.nav-link {
  background-color: transparent !important;
  color: white !important;
  border-radius: 0 !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  box-shadow: none !important;
}

.js-tab-link.active {
 background-color:  rgba(57, 55, 55, 0.375) !important; 
}

#sideMenu {
  width: 75vw;
  max-width: 100%;
}
#imgNavDesktop {
  transition: opacity .4s ease;
  opacity: 1;
}
#imgNavDesktop.is-fading {
  opacity: 0;
}

}
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  color: inherit !important;
}


@media screen and (min-width: 576px) and (max-width: 991.98px) {
  a {
    text-decoration: none !important;
    color: rgb(57, 55, 55) !important;
  }
  
  #imgNavDesktop {
  transition: opacity .4s ease;
  opacity: 1;
}
#imgNavDesktop.is-fading {
  opacity: 0;
}
}



/* Laptop and PC */
@media screen and (min-width: 992px) {
 
  .js-tab-link{
  position: relative;
  padding-bottom: 0.75rem; /* create space between text and underline */
  font-weight: bold;
  border-radius: 0;
  user-select: none;
  cursor: pointer;
  display: inline-block;

}
.js-tab-link::after,
.js-nav-item::after {
  content: '';
  position: absolute;
  bottom: -4px; /* controls how far underline is from the bottom of link */
  left: -5px;
  height: 2.5px;
  width: 0;
  opacity: 0;
  background-color: white;
  transition: width 0.2s ease-in-out;
}

.js-tab-link:hover::after,
.js-tab-link.active::after {
  width: 100%;
  opacity: 1;
}

.js-nav-item:hover::after,
.js-nav-item.active::after {
  width: 100%;
  opacity: 1;
}

.js-tab-link.active
 {
  background-color:  rgba(255, 255, 255, 0.392) !important; /* Change this to your desired color */
  color: white;
   border-radius: 0 !important;
}

.dropdown-item{
   min-width: 200px !important;
  color:  rgb(86, 86, 86) !important;
}

/*.dropdown-menu {
 
   
  transform: translateY(15px) !important;
}*/

.table-responsive:has(.dropdown-menu.show) {
  overflow: visible;      /* removes the clipping (and the bottom bar “barrier”) */
}

.dropdown-menu.search-dropdown
{
  left: 80% !important;
  transform: translateX(-90%) translateY(12px) !important;
}

.dropdown-item.item-name{
      font-weight: bold !important;
}
hr{
  color:gray !important;
}

.page-loader {
    display: none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .8 ) 
                50% 50% 
                no-repeat;
}


.js-menu-link{

  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; /* create space between text and underline */
  font-weight: normal;
  border-radius: 0;
  user-select: none;
  cursor: pointer;
  display: inline-block;

}
.js-menu-link::after
{
  content: '';
  position: absolute;
  bottom: -4px; /* controls how far underline is from the bottom of link */
  left: 0;
  height: 4.5px;
  width: 0;
  opacity: 0;
  background-color: rgb(13, 110, 253);
  transition: width 0.2s ease-in-out;
  
}

.js-menu-link:hover::after,
.js-menu-link.active::after {
  width: 100%;
  opacity: 1;

}

.js-menu-link.active {

  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
  color: black;
}


}

.card-header h5 {
  margin-bottom: 5px;
  padding: 0px;
}

.modal-body, .card-body {
  background: #f8fafb;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }

.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: scroll;
  }
  .autocomplete-items a {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    color: #373f50;
  }
  .autocomplete-items a:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
  }
  .autocomplete-item {
    display: block;
  }

.i-checks label {
    padding: 0px 5px 0px 5px;
}
.i-checks .iradio_square-green, .i-checks label {
    cursor: pointer;
    font-size: 15px;
    padding: 5px;
}