.bootstrap-table .table
{
    margin-bottom: 0 !important;

    border-collapse: collapse !important; 

    border-bottom: 1px solid #e0e0e0;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td
{
    padding: 8px;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td
{
    border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child
{
    border-right: none;
}

.fixed-table-container
{
    position: relative;

    clear: both;

    border: 1px solid #e0e0e0;
}

.fixed-table-container.table-no-bordered
{
    border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header
{
    /*cellHeight*/
    overflow: hidden; 

    height: 37px;
}

.fixed-table-header
{
    border-bottom: 1px solid #e0e0e0;
}

.fixed-table-footer
{
    border-top: 1px solid #e0e0e0;
}

.fixed-table-body
{
    overflow-x: auto;
    overflow-y: auto;

    height: 100%;
}

.fixed-table-container table
{
    width: 100%;
}

.fixed-table-container thead th
{
    height: 0;
    margin: 0;
    padding: 0;

    border-left: 1px solid #e0e0e0;
}

.fixed-table-container thead th:focus
{
    outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child
{
    border-left: none;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner
{
    line-height: 20px;

    overflow: hidden;

    padding: 8px;

    vertical-align: top;
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.fixed-table-container thead th .sortable
{
    padding-right: 30px; 

    cursor: pointer;

    background-repeat: no-repeat;
    background-position: right;
}

.fixed-table-container thead th .both
{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc
{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc
{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail
{
    width: 30px;
}

.fixed-table-container tbody td
{
    border-left: 1px solid #e0e0e0;
}

.fixed-table-container tbody tr:first-child td
{
    border-top: none;
}

.fixed-table-container tbody td:first-child
{
    border-left: none;
}

.fixed-table-container .table .icon,
.fixed-table-container table .icon
{
    top: auto;

    margin: 0 5px;
}

/* the same color with .active */
.fixed-table-container tbody .selected td
{
    background-color: #eee;
}

.fixed-table-container .bs-checkbox
{
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner
{
    padding: 8px 0;
}

.fixed-table-container input[type='radio'],
.fixed-table-container input[type='checkbox']
{
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found
{
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination
{
    margin: 0;
}

.fixed-table-pagination .pagination li
{
    display: inline;
}
.fixed-table-pagination .pagination li:first-child > a
{
    margin-left: 0;

    border-top-left-radius: .215rem; 
    border-bottom-left-radius: .215rem;
}
.fixed-table-pagination .pagination li:last-child > a
{
    border-top-right-radius: .215rem; 
    border-bottom-right-radius: .215rem;
}
.fixed-table-pagination .pagination li.active > a,
.fixed-table-pagination .pagination li.active > a:focus,
.fixed-table-pagination .pagination li.active > a:hover
{
    z-index: 2;

    cursor: default;

    color: #fff;
    border-color: #3f51b5; 
    background-color: #3f51b5;
}
.fixed-table-pagination .pagination li.disabled > a,
.fixed-table-pagination .pagination li.disabled > a:focus,
.fixed-table-pagination .pagination li.disabled > a:hover
{
    cursor: not-allowed;

    color: #bdbdbd;
    border-color: #e0e0e0; 
    background-color: transparent;
}

.fixed-table-pagination .pagination a
{
    line-height: 1.428571429;

    position: relative;

    float: left;

    margin-left: -1px;
    padding: 6px 12px;

    text-decoration: none;

    color: #757575;
    border: 1px solid #e0e0e0; 
    background-color: transparent;
}
.fixed-table-pagination .pagination a:focus,
.fixed-table-pagination .pagination a:hover
{
    color: #3f51b5;
    border-color: #e0e0e0; 
    background-color: #eee;
}

.fixed-table-pagination .pagination-info
{
    line-height: 34px;

    margin-right: 5px;
}

.fixed-table-pagination .btn-group
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu
{
    margin-bottom: 0;
}

.fixed-table-pagination .page-list
{
    display: inline-block;
}

.fixed-table-toolbar .columns-left
{
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right
{
    margin-left: 5px;
}

.fixed-table-toolbar .columns label
{
    font-weight: 300;
    line-height: 1.428571429; 

    display: block;
    clear: both;

    padding: 3px 20px;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns
{
    line-height: 34px; 

    position: relative;

    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination li.disabled a
{
    cursor: default; 
    pointer-events: none;
}

.fixed-table-loading
{
    position: absolute;
    z-index: 6;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    text-align: center; 

    background-color: #fff;
}

.fixed-table-body .card-view .title
{
    font-weight: 400;

    display: inline-block;

    min-width: 30%;

    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.table th,
.table td
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 

    vertical-align: middle;
}

.fixed-table-toolbar .dropdown-menu
{
    overflow: auto; 

    max-height: 300px;

    text-align: left;
}

.fixed-table-toolbar .btn-group > .btn-group
{
    display: inline-block;

    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn
{
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn
{
    border-top-left-radius: .215rem;
    border-bottom-left-radius: .215rem;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn
{
    border-top-right-radius: .215rem;
    border-bottom-right-radius: .215rem;
}

.bootstrap-table .table > thead > tr > th
{
    vertical-align: bottom;

    border-bottom: 1px solid #e0e0e0;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th
{
    margin: 0; 
    padding: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td
{
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table
{
    padding: 0 !important; 

    border-bottom: none;
    border-radius: 0;
}

.pull-right .dropdown-menu
{
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner
{
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer
{
    top: 0;
    left: 0;

    visibility: hidden;
    overflow: hidden; 

    width: 200px;
    height: 150px;
}

.bootstrap-table .dropdown-menu > li
{
    margin: 2px 0; 
    padding: 0 5px;
}

.bootstrap-table .dropdown-menu > li > a
{
    font-weight: normal;
    line-height: 1.5;

    display: block;

    padding: .429rem .929rem;

    -webkit-transition: background-color .25s;
         -o-transition: background-color .25s;
            transition: background-color .25s; 
    white-space: nowrap;

    color: #757575;
    border-radius: .215rem;
}
.bootstrap-table .dropdown-menu > li > a:hover,
.bootstrap-table .dropdown-menu > li > a:focus
{
    text-decoration: none;

    color: #757575;
    background-color: #eee;
}

.bootstrap-table .dropdown-menu > .active > a,
.bootstrap-table .dropdown-menu > .active > a:hover,
.bootstrap-table .dropdown-menu > .active > a:focus
{
    text-decoration: none;

    color: #757575;
    outline: 0;
    background-color: #eee;
}

.bootstrap-table .dropdown-menu > .disabled > a,
.bootstrap-table .dropdown-menu > .disabled > a:hover,
.bootstrap-table .dropdown-menu > .disabled > a:focus
{
    color: #bdbdbd;
}

.bootstrap-table .dropdown-menu > .disabled > a:hover,
.bootstrap-table .dropdown-menu > .disabled > a:focus
{
    cursor: not-allowed; 
    text-decoration: none;

    background-color: transparent;
    background-image: none;

    filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)';
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}
