table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    background-color: #5f5f5f;
}

.ct-first {
    background-color: ff0000;
}

.blue2 {
    background-color: #8291a0 !important;
    color: #bfbfbf;
}

.blue3 {
    background-color: #5b7a9a !important;
    color: #efefef;
}

th {
  background: white;
  position: sticky;
  top: 0;
}

th:first-child, td:first-child{
    position: sticky;
    left: 0px;
    z-index: 1;
}
td:nth-child(odd) {
    background-color: #e2e2e2;
    border-right: 5px solid #bbb;
}
td:nth-child(even) {
    background-color: #e2e2e2;
    border-right: 5px solid #bbb;
}




