/*test toggle*/
/*  */


.menubaritems a {
    padding: 10px;
    /* margin-bottom: 10px; */
    margin-left: 25px;
    
  
  }
  
  .menubaritems {
    background-color: #dbffd8 !important;
  }
  
  /* menu dropdown headings css by navin on 15/5/23 */
  .dropdown-menu a:hover {
    color: #000 !important;
  }
  
  
  .dropdown1 {
    float: left;
    overflow: hidden;
  }
  
  
  
      
  
  .dropdown1-content1 {
    display: none;
    position: absolute;
    background-color: #e4f2e3;
    min-width: 200px;
    margin-left: 20px;
    border-radius: 10px;
    z-index: 3;
      font-family: Arial !important;
      font-size: 16px !important;
      box-shadow: 0.5px 0.5px 7px -4px;
    
  }
  
  .dropdown1-content1 a {
    float: none;
    color: black;
    padding: 8px 10px ;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-right: 40px !important;
  }
  
  
  
  .dropdown1:hover .dropdown1-content1 {
    display: block;
    position: absolute;
      /* z-index: 1; */
      margin-top: 0;
  }
  
  .dropdown1:hover .fa-icon-class {
    opacity: 0;
  }
  .dropdown-menu{
      top:95%;
  }
  
/*  */
/* que card */

/* hover cue card in index by navin on 12/5/23 */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background:#F5F5F5;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   
}
thead{
        position:sticky;
        top: 8%;
        z-index:1;
        text-align: center;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    /* padding: 15px; */
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.btn-default#menu-toggle,
.btn-default#menu-toggle:hover,
.btn-default#menu-toggle:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    color: white;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    height:100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: #faedcd !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav .sidebar-brand {
    text-align: left;
    height: 40px;
    color: rgb(11, 11, 11);
}

.sidebar-nav .sidebar-brand img {
    width: 75px;
}

.sidebar-nav ul {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

.sidebar-nav ul>li {
    font-size: 13px;
}

.sidebar-nav ul>li>a {
    color: rgb(1, 1, 1);
    text-decoration: none;
    padding-left: 10px;
}

.sidebar-nav ul>li>a:hover {
    color: #000000;
   
}
a{
    color: black;
}
@media(min-width:768px) {
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #page-content-wrapper {
        /* padding: 20px; */
        position: relative;
    }
    a{
        color: black !important;
        /* text-decoration: underline !important; */
    }
}

/*  progress bar css for reports - Thivesh - 20/03/2023 */
.progress-bar {
    background-color: #169716b3 !important;
    font-weight: bold;
    cursor: pointer;
    height: 60px;

}

.progress-bar-fill {
    height: 100%;
    background-color: #169716b3 !important;
    position: absolute;
}



.progress-data {
    font-weight: bold;
    font-size: 16px;

}

.progress-data1 {
    font-weight: bold;
    font-size: 16px;
}

.progress-data2 {
    font-weight: bold;
    font-size: 16px;
}