.bootstrap-table .table > tbody > tr.groupBy {
    cursor: pointer;
}

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

}

.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
    display:none;
}
.bootstrap-table .table > tbody > tr.groupBy > td > i {
    position: absolute;
    font-size: 16px;
    right: 15px;
}
