
body {
    background-color: #4b5654;
    color:white;
}


.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f8fcfa; /* Choose your own color here */
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top:65px;
    border-bottom: 4px solid #464647;
}


.table tbody,
.table thead {
    background-color: #fff;
}

.table thead {
    height: 50px;
    padding-top:15px;
    background-color: #fff;"
}

.font-bold {
    font-weight: bold;
}

.table-btn {
    background-color: white;
    /*border-color: #b6fde6;*/
    border-color: #4E5B59;
    border-radius: 5px;
    border-width:2px;
    margin-bottom: 20px !important;
}

.table-btn:hover,
.table-btn:focus,
.table-btn:active{
    background-color: #4b5654;
    color:white;
    border-color: #f3f5f4;
}


.dataTables_filter > label{
      display:inline-block;
      width: 250px;
}

