.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    line-height: 18px;
}

.fixed-table-pagination .pagination a {
    padding: 5px 10px;
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fixed-table-header-columns,
.fixed-table-body-columns {
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.fixed-table-header-columns,
.fixed-table-body-columns{
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.fixed-table-header-columns table,
.fixed-table-body-columns table{
    border: none;
}

.fixed-table-header-columns .table.table-no-bordered,
.fixed-table-body-columns .table.table-no-bordered {
    border-right: 1px solid transparent;
}

.fixed-table-body-columns table {
    position: absolute;
    animation: none;
}

.bootstrap-table .table-hover > tbody > tr.hover > td {
    background-color: #f5f5f5;
}
.bootstrap-table .table-container .fixed-table-body-columns td, .table-container .fixed-table-body-columns th{
    border:1px solid #e9e9e9 !important;
}