﻿table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: #721c24;
}

.select-item {
    color: red;
    margin-left: 15px;
}

[type="checkbox"] + label {
    height: 10px !important;
}
