.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;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 1px solid #e8eaec;
}

.fixed-table-header-columns .table,
.fixed-table-body-columns .table {
    border-right: 1px solid #ddd;
}

.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: #f1fafe;
}

