  .discardBtn{
    background: #6c757d;
    color: #fff;
    border: #6c757d;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width:auto;
  }

.userNA {
    background: #f45e76;
    color: #fff;
    padding:  3px;
    border-radius:  100px;
    width:  30px;
    height:  30px;
    text-align: center;
    font-size: 16px;
}

.table_header_color{
    background-color: #253777 !important
}

.roleSubmitBtn {
background: #00964d;
 border:  1px  solid #00964d;
color: #fff;
}

a.tab-link{
    color: #000 !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 4px !important;
    margin: 5px 5px 0px 0px !important;
  }

  .nav-tabs .nav-link.active{
    background: #009f7e;
    color: #fff !important;
  }

th.projectName{
    padding: 5px;
    font-size: 14px;
}

td.tasklist{
    padding: 5px;
    font-size: 12px;
}

 .brand-link {
  border-bottom: none !important;
} 

.brand-link .brand-image {
    float: none;
    line-height: .8;
    margin-top: 0px;
    margin-right: 0rem;
    max-height: 50px;
    width: auto;
}

.brand-text {
    margin: 10px 0px 0px !important;
    width: 50% !important;
}

span.brand-text {
    font-size: 32px;
}
a.tab-link{
    color: #000 !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 4px !important;
    margin: 5px 5px 0px 0px !important;
  }

  .nav-tabs .nav-link.active{
    background: #009f7e;
    color: #fff !important;
  }

th.projectName{
    padding: 5px;
    font-size: 14px;
}

td.tasklist{
    padding: 5px;
    font-size: 12px;
}
span.select2-selection.select2-selection--single {
            border-top: transparent;
            border-left: transparent;
            border-right: transparent;
            border-radius: 0px;
        }
        input.form-control:focus { 
            border-top: transparent !important;
            border-right: transparent !important;
            border-left: transparent !important; 
        } 
        
        .backBtn {
            background: #109547;
            border: 1px solid #109547;
            color: #fff;
            /* font-size: 16px; */
        }
        
        .backBtn:hover {
            background: #1a3874;
            border: 1px solid #1a3874;
            color: #fff;
            /* font-size: 16px; */
        }

        .submitBtn{
            background: #109547;
            border: 1px solid #109547;
            color: #fff;
        }

        .submitBtn:hover{
            background: #1a3874;
            border: 1px solid #1a3874;
            color: #fff;
        }
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0px;
}

a.nav-link {
    color: white !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
/*    max-height: 130px;*/
}

.small-box .icon>i.fa{
    font-size: 40px !important;
    top: 20px;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    height: 90px;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 5px !important;
    top: 0.7rem;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.chart-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
  border: 1px solid #ccc;
}

.resetBtn{
    width: auto;
}

.topResetbtn{
    float: right;
    margin: 0px 5px;
}

.DownloadCSV{
    float: right;
    margin: 0px 5px;
}

.DownloadCSV button{
    float: right;
}

.downloadBtn{
    width: auto;
    float: right;
}

li.nav-item a p {
    font-size: 15px !important;
}

/*::placeholder{*/
/*    background: #fff;*/
/*    font-size: 18px;*/
/*}*/

.table-breadcrumb {
    background: #fff !important;
    padding: 0px;
}

.content-wrapper>.content {
    padding: 0.8rem 0.5rem;
}

.right-table{
    overflow: auto;
    height: 260px;
}

.header-select{
    height: 59px;
}

.header-select-body{
    padding: 10px;
}

.content-header{
    padding: 15px 0.5rem 0px;
}

.content-wrapper>.content {
    padding: 0rem 0.5rem;
}

.small-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
        color: #fff;
}

.small-box p {
    font-size: 20px;
    color: #fff;
}

.small-box .icon>i.fa {
    font-size: 25px !important;
    top: 20px;
    color: #000;
    opacity: 0.5;
}

input.form-control:focus {
    border: 1px solid #1e1e1e !important;
}

.date1{
    background: #fff;
}


.date2{
    background: #f3f3f3;
}

.view-button{
    padding: 0px 5px;
    font-size: 12px;
    background: #253777;
    border: #253777;

}

.view-button:hover {
    background: #109547;
    color: #fff;
}

.view-button:focus {
    background: #109547;
    color: #fff;
}

.view-button:visited {
    background: #253777  ;
    color: #fff;
}


.main-sidebar{
    background-color: #109547;
    
}
a.nav-link.colorcss.active1 {
    border-left: 8px solid green !important;
}
/* Active Nav Link */
a.nav-link.active{
    background-color: #1a3874 !important;
    border-color: #4b545c !important;
    
    /*background-color: #007bff; //*/
    width: 243px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 8px solid white !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #007bff;
}
/* Active Nav Link End */

/* .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fff;
    color: #050505;
    width: 243px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 8px solid #253776;

} */

.navbar-dark {
    background-color: #1a3874;
    border-color: #4b545c;
}

.userTitle {
    margin: auto;
    padding: 0px 10px;
    color: #fff;
}

.userTitle p {
    margin: auto;
}

.dropdown-arrow{
    margin: auto;
    padding: 0px 5px;
}

.listIcon{
    padding: 0px;
    margin-right: 5px;
}

.listButton {
    background: #109547;
    border: 1px solid #109547;
    color: #fff;
    /* font-size: 16px; */
}

.calendarButton {
    background: #fff;
    border: 1px solid #1d9e7c;
    color: #1d9e7c;
    /* font-size: 16px; */
}
.applyButton{
    background: #023972;
    border: none;
    color: #fff;
    margin-left: 10px;
    /* font-size: 16px; */
}

.day p {
    font-size: 16px;
}

.tableHead{
}

thead.tableHead th{
    padding: 5px;
    font-size: 12px;
}
/* .input-group-text {
    height: 38px;
} */

.input-group {
    width: auto;
    height: fit-content;
}

.page-item{
    margin: 2px 5px;
}

.head-pagination{
    float: right;
}

.leftBtn{
    padding:3px 5px;
    background: #023972;
    color: #fff;
}

.leftBtn  i{
    font-size: 16px;
}

.rightBtn  i{
    font-size: 16px;
}

.rightBtn{
    padding: 3px 5px;
    background: #023972;
    color: #fff;
}

.taskBtn{
    float: right;  
}

button.taskBtn {
    background: #109547;
    color: #fff;
}

.tableTitle{
    text-align: center;
    margin: 10px 0px;
}
    
    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #1a3874;
        border-color: #4b545c;
    }
.day p{
    margin: 5px 5px;
}

.userImg{
    margin-right: 5px;
    border: 1px solid #9f9f9f;
}


.locationImg{
    float: left;
}

.detailsBtn{
    background: #f4faf8 !important;
    border: 1px solid #1d9e7c;
    color: #1d9e7c;
    border-radius: 100px;
    padding: 5px;
    font-size: 12px;
}

.detailsBtn:hover {
    background: #1d9e7c !important;
    border: #1d9e7c;
}



.viewTrapsBtn{
    background: #f4faf8 !important;
    border: 1px solid #1d9e7c;
    color: #1d9e7c;
    border-radius: 100px;
    padding: 5px;
    font-size: 12px;
}

.viewTrapsBtn:hover {
    background: #1d9e7c !important;
    border: #1d9e7c;
}

.AMtime{
    background: #1d9e7c;
    color: #fff;
    padding: 3px !important;
}


.PMtime{
    background: #1d9e7c;
    color: #fff;
    padding: 3px !important;
}

.content-header h1 {
    font-size: 24px;
    margin: 0;
}

.tableContent{
    font-size: 11px;
}

/* .taskBtn button {
    font-size: 16px;
} */

.select2{
    font-size: 14px !important;
}

.tableTitle h5 {
    font-size: 16px;
}

.nav-link {
    color: green;
}

.nav-item>a:hover {
    color: green;
}

/* .nav-item.menu-open>.nav-link{
    background-color: #253776 !important;
    color: #fff !important;
} */

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 15px;
}

a.nav-link {
    background: #253776;
    color: #fff;
}

.top-nav{
    background: transparent !important;
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 10px;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

  .logoutBtn{
    position: absolute;
    bottom: 0px;
  }

  .btnicon{
    margin-right: 5px;
  }

  .btnicon1{
    margin-right: 1px;
    font-size: 11px;
  }

  .doneBtn{
    background: #109547;
    color: #fff;
    border: #109547;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    /*width:100%;*/
    width:auto;
  }
  
  .pendingBtn{
    background: #e56376;
    color: #fff;
    border: #e56376;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width:auto;
  }
  
.startTask{
    background: #109547;
    color: #fff;
    border: #109547;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width:100%;
  }
  
  .endTask{
    background: #dc3545;
    color: #fff;
    border: #dc3545;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width:100%;
  }
  
  .viewImagesBtn{
    font-size: 12px;
  }

  button.applyBtn {
    background: #109547;
    border: #109547;
} 

a.nav-link{
    color:  #fff;
}



.intro{
    background: #f3f4f6;
}

.icon i{
    font-size: 14px;
}

.text p{
    font-size: 14px;
    margin: 2px 0px;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }

  .modalDrp{
    width: 100%;
  }

  .select{
    font-size: 14px;
  }

  .calendarIcon{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .calendarText{
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  
  .calendarText:focus{
    border: 0px !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .line{
    border: 1px solid #bcc1c9;
    height: 100%;
    width: fit-content;
    margin: auto;
  }

textarea::placeholder {
    font-size: 12px !important;
  }

  .modalSubmitBtn {
    background: #109547;
    border: #109547;
}

.trapsmodalTitle p{
    font-size: 15px;
    margin: 10px 0px;
    font-weight: 700;
}

.modalCloseBtn{
    font-size: 12px;
    background: #109547;
    margin: 5px 0px;
}

.insetcollectionTable{
    font-size: 12px;
}

.trapInformation{
    font-size: 11px;
}

.locationInformation{
    font-size: 11px;
}

.dataTables_info{
    float: left;
}

.yesBtn{
    background: #109547;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    font-weight: normal;
    padding: 2px 5px;
}

.noBtn{
    background: #e56376;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    padding: 2px 5px;
    font-weight: normal;
}

/*.userNA{*/
/*    background: #f45e76;*/
/*    color: #fff;*/
/*    padding: 10px;*/
/*    border-radius: 100px;*/
/*}*/

/* Custom toggle button CSS Start */
.custom-toggle-button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.custom-toggle-checkbox {
    display: none;
}

.custom-toggle-label {
    height: 24px;
    cursor: pointer;
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #C41E3A;
    border-radius: 34px;
    transition: background-color 0.3s;
}

.custom-toggle-checkbox:checked + .custom-toggle-label {
    background-color: #109547;
}

.custom-toggle-label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: transform 0.3s;
}

.custom-toggle-checkbox:checked + .custom-toggle-label::before {
    transform: translateX(20px);
}

.custom-toggle-checkbox:disabled + .custom-toggle-label{
    opacity: 0.4;
    cursor: not-allowed;
}
/* Custom toggle button CSS Start */



.downloadCSV {
    background: #109547;
    border: 1px solid #109547;
    color: #fff;
    /* font-size: 16px; */
}

.downloadPDF {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    /* font-size: 16px; */
}




