.besoft-datatable-utility-td-nowrap {
    width: 1px;
    white-space: nowrap;
}

.besoft-datatable-utility-td-clickview {
    cursor: pointer;
}

.besoft-datatable-utility-td-alignright {
    text-align: right;
}

.besoft-datatable-utility-bgred {
    background-color: rgba(255, 0, 0, 0.4);
    color: white;
}

.table-striped tbody tr:nth-of-type(2n+1).besoft-datatable-utility-bgred {
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
}

