.table-hover-custom tbody tr:hover td, .table-hover-custom tbody tr:hover th {
    background: none;
    color: black;
    font-weight: bold;
   /* cursor: pointer;*/
}


/* SUCCESS */
.table-striped tbody tr:hover.table-success-custom,
.block-view.table-striped tbody tr.table-success-custom{
    background-color: #bff0de;
}

/* DANGER */
.table-striped tbody tr:hover.table-danger-custom,
.block-view.table-striped tbody tr.table-danger-custom{
    background-color: #f8ccc8;
}


/* PRIMARY */
.table-striped tbody tr:hover.table-primary-custom,
.block-view.table-striped tbody tr.table-primary-custom{
    background-color: #cdd8f6;
}

/* WARNING */
.table-striped tbody tr:hover.table-warning-custom,
.block-view.table-striped tbody tr.table-warning-custom{
    background-color: #fceec9;
}

/* DARK */
.table-striped tbody tr:hover.table-dark-custom,
.block-view.table-striped tbody tr.table-dark-custom{
    background-color: #d5d5d5;
}

/* LIGHT */
.table-striped tbody tr:hover.table-light-custom,
.block-view.table-striped tbody tr.table-light-custom{
    background-color: #fdfdfe;
    opacity: 0.5;
}

/* BLUE */
.table-striped tbody tr:hover.table-blue-custom,
.block-view.table-striped tbody tr.table-blue-custom{
    background-color: rgba(75,192,192,0.3);
}

/* ORANGE */
.table-striped tbody tr:hover.table-orange-custom,
.block-view.table-striped tbody tr.table-orange-custom{
    background-color: rgba(255, 159, 64, 0.3);
}





.table-striped tbody tr:hover.table-light-custom{
    opacity: 1;
}
.table-striped tbody tr:hover.table-secondary-custom,
.block-view.table-striped tbody tr.table-secondary-custom{
    background-color: #dddde2;
}
