
table.dataTable thead th {
    background-color: var(--grey-light-color);
}

/*div.tableContainer tbody tr:hover td {
    background: none repeat scroll 0 0 var(--yellow-white-color);
}*/

table.dataTable td.detail-lines {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.icon.correct
{
    background-image: url("images/ok_temporal.png");
}

.icon.incorrect {
    background-image: url("images/ko_temporal.png");
}


table.dataTable tr.selectedrow td {
    background-color: var(--yellow-light-color) !important;
}
