.uppercase {
    text-transform: uppercase;
}


table.data-table tbody tr.selected {
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
}

table.data-table tbody tr.selected:hover {
    background-color: #bbdefb !important;
}

table.data-table tbody tr {
    cursor: pointer;
}

