.bootstrap-table .table > tbody > tr.groupBy {
    cursor: pointer;
    background: #662266;
    color: white;
}

.bootstrap-table .table > tbody > tr.groupBy.expanded {

}

.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
    display: none;
}
