.fixable th {
    white-space: nowrap;
}

table.dataTable {
    border-collapse:collapse !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ddd;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #ddd;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    display: inline;
}

.dataTables_wrapper .dataTables_info {
    float: right;
    padding-top: 8px;
}

.dataTables_wrapper > .bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
}

.DTFC_LeftBodyLiner {
    overflow-x: hidden;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #f4e89f;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: -1px;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -6px;
}
