.table-dashboard thead {
    color: #344050 !important;
    background-color: #edf2f9 !important;
}

.table-dashboard tfoot {
    color: #344050 !important;
    background-color: #edf2f9 !important;
}

select[readonly] {
    pointer-events: none;
    color: #748194;
    background-color: #edf2f9;
}

td.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}
