©143table.dataTable {
    margin: 0 !important;
    width: 100% !important;
}
.dataTables_header { 
    margin-bottom: 10px;
    color: #333;
}
.dataTable thead {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}
.dataTable thead th {
    line-height: 28px;
    font-weight: normal;
    position: relative;
    padding: 5px 22px 9px 8px !important;
    border: none !important;
    vertical-align: middle !important;
}
.dataTables_footer {
    margin-top: 10px;
}

.dataTables_header input {
    width: 250px !important;
}
.dataTables_header label,
.dataTables_footer label {
    margin-bottom: 0;
}
.dataTables_footer .dataTables_paginate {
    line-height: 12px;
}
.dataTables_footer ul.pagination {
    margin: 0 !important;
}
.dataTables_footer .pagination > li > a {
    padding: 3px 14px;
}
.dataTables_footer .pagination li.active > a {
    /*background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    border-color: #ddd;*/
}
.dataTables_footer .dataTables_length select {
    height: 33px;
}
.dataTables_footer .dataTables_length,
.dataTables_footer .dataTables_info {
    font-size: 14px;
}
.dataTables_footer .dataTables_info {
    padding-top: 5px;
    float: right;
    margin-right: 30px;
    width: auto;
    text-align: right;
}

.filter_column {
    display: block;
}
.filter_column input, 
.filter_column select {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
}
.filter_column select {
    margin-bottom: -2px;
    font-weight: 300;
}
.filter_column .search_init {
    color: #777;
}

.with_selected_container {
    display: none;
}
.with_selected_arrow {
    margin-top: 8px;
}
.filter_column .clear_filter {
    position: absolute;
    right: 0;
    margin: -30px 24px 0 0;
}
.filter_column.filter_select .clear_filter {
    margin-right: 43px;
}
.dataTables_processing {
    position: absolute;
    left: 48%;
    height: 30px;
    margin-top: -30px;
    text-align: left;
    font-size: 14px;
    line-height: 31px;
    border: none;
    color: #999;
}
.dataTables_refresh {
    float: right;
    margin: 8px 15px 0 0;   
}
.dataTables_clear_search {
    margin: 7px 0 0 -25px;
    position: absolute;
}
.filter_column .clear_filter a,
.dataTables_refresh a,
.dataTables_clear_search a {
    padding: 5px;
    color: #999;
    text-decoration: none;
    font-weight: normal;
}
.dataTables_with_selected {
    margin: 9px 0 0 6px;
}
.dataTables_with_selected > i {
    color: #999;
    padding: 7px 6px 0px 6px;
    vertical-align: bottom;
}
.dataTable td {
    padding: 4px 8px 0px 8px;
    line-height: 32px;
}
.dataTable tbody tr td {
    padding: 18px 8px;
    line-height: 21px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.dataTable td.action_column {
    text-align: right;
}
#main-wrapper .dataTable td.action_column {
    padding: 0 8px;
}
.dataTable th.checkbox_column,
.dataTable td.checkbox_column {
    width: 1px !important;
    padding-right: 15px !important;
}
.dataTable th.checkbox_column input {
    margin: 0;
    vertical-align: middle;
}
.dataTables_empty {
    text-align: center;
}
.dataTable_selected.odd td {
    background-color: #ecf7ff !important;
}
.dataTable_selected.even td {
    background-color: #ecf7ff !important;
}
.dataTable_hover.even td,
.dataTable_hover.odd td {
    background: #ecf7ff !important;
}