.helios_datatable-resins-1_wrap thead tr {
    /*background-color: #005BAA;*/
    background-color: #B27400;
    color: #ffffff;
}
.helios_datatable-resins-1_wrap thead tr th {
    text-align: center;
    padding: 15px!important;
}
.helios_datatable-resins-1_wrap table.dataTable>tbody>tr>td {
    padding: 15px;
}

.helios_datatable-resins-1_wrap div.dt-container .dt-paging .dt-paging-button:hover {
    /*color: #005BAA!important;*/
    color: #B27400!important;
    background: transparent;
    /*border-color: #005BAA;*/
    border-color: #B27400;
}
.helios_datatable-resins-1_wrap div.dt-container .dt-paging .dt-paging-button.current {
    /*background-color: #005BAA;*/
    background-color: #B27400;
    color: #ffffff!important;
}

.helios_datatable-resins-1_wrap .filter_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}
.helios_datatable-resins-1_wrap select {
    padding: 8px 15px;
}

.helios_datatable-resins-1_wrap .dt-search input:disabled {
    color : rgba(0, 0, 0, 0.023);
    background-color: rgba(0, 0, 0, 0.023);
}