.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th{
    white-space: nowrap;
    text-align: center;
}
label.filter-menu {
    font-size: 13px;
    color: #7c7c7c;
    font-weight: 500;
    position: absolute;
    top: -8px;
    /*left: 27px;*/
    /*left: 1%;*/
    background: #fff;
    /*margin-bottom: 0;*/
    margin-right: 5px;
    padding: 0 5px;
    z-index: 99;
    border-radius: 20px;
}
.form-group {
    margin-bottom: 0px;
}