.dataTable tbody tr {
    cursor: pointer;
}

.dataTable.noPointer tbody tr {
    cursor: default;
}

.table.dataTable>tbody>tr>td {
    background-color: #FFFFFF;
    padding: 16px 8px;
}

.dataTable tbody tr:hover td {
    background-color: rgba(120, 134, 148, 0.05);
}

.table>tbody>tr.active>td {
    background-color: rgba(120, 134, 148, 0.05) !important;
}

.dataTable tbody tr td.dataTables_empty:hover {
    background-color: #ffffff;
    cursor: auto;
}

table.table.dataTable>thead th, .table>thead:first-child>tr:first-child>th {
    font-weight: 500;
    color: #707070;
    padding: 10px 10px 10px 10px;
}

.table>thead:first-child>tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.table>thead:first-child>tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.table>tbody>tr>td:first-child {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.table>tbody>tr>td:last-child {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

#coptable_wrapper, #rcptable_wrapper, #sumulatable_wrapper {
    margin-top: -30px;
}

div.dataTables_filter .custom_search input {
    width: 100%;
}

.dataTable>thead tr {
    background: #F5F7FA;
}

table.dataTable.deletable tbody td:last-child, table.dataTable.deletable thead tr:first-child th:last-child {
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.dataTable.deletable .delete-button:hover {
    color: #FC7578;
    cursor: pointer;
}

table.dataTable.editable tbody tr td {
    border: 1px dotted #C9D3DD;
    height: 40px;
    padding: 0;
    vertical-align: middle;
}

table.dataTable.editable input {
    border: none;
    height: 100%;
    margin: 0 1px;
    outline: none;
    border-radius: 0;
    box-sizing: content-box;
    padding: 3px 4px;
    width: calc(100% - 9px);
}

table.dataTable.editable .text-right {
    text-align: right;
}

.dataTable {
    border-collapse: initial;
    border-spacing: 0px 8px;
    border-radius: 8px;
}

.table-centered * {
    text-align: center !important;
    font-weight: normal !important;
}

.table-small th {
    border: 0 !important;
    font-weight: bold !important;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none !important;
    background-color: rgba(120, 134, 148, 0.09) !important;
    font-weight: 700 !important;
}

.table>tr {
    border-radius: 8px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}