﻿body {
}
.fixed-table-header-columns,
.fixed-table-body-columns { 
    position: absolute;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}

    .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: #f5f5f5;
}

.fixed-table-header-columns > table { 
    position: relative;
    float: right;
}

.fixed-table-body-columns > table { 
    position: relative;
    float: right;
}

.bootstrap-table .fixed-table-container .fixed-table-header { 
    overflow-y: scroll;
}

.fixed-table-header-columns, .fixed-table-body-columns { 
    right: 17px;
}

    .fixed-table-body-columns table { 
        border: 0 !important;
    }

        .fixed-table-body-columns table > tbody > tr > td { 
            border-top: 0;
        }
    .fixed-table-header-columns > table {
        position: relative;
        float: right;
    }

    .fixed-table-body-columns > table {
        position: relative;
        float: right;
    }

.bootstrap-table .fixed-table-container .fixed-table-header {
    overflow-y: scroll;
}

.fixed-table-header-columns, .fixed-table-body-columns {
    right: 14.5px;
}

    .fixed-table-body-columns table {
        border: 0 !important;
    }

        .fixed-table-body-columns table > tbody > tr > td {
            border-top: 0;
        }