.table-processing {
    color: rgba(100, 100,100, .4);
    background: rgba(255, 255, 255, .2) url("../images/ajax-loader2.gif") 50% 50% no-repeat !important;
}

.td-processing  {
    background: rgba(255, 255, 255, .2) !important;
    color: rgba(100, 100, 100, .4);
}

td.editable , .table-hover>tbody>tr:hover>td.editable, .table-striped>tbody>tr:nth-child(odd)>td.editable {
    background-color: #FFFCF0;
}

.separatable td {
    border-top: 5px solid rgb(223, 223, 223) !important;
}

.zf-table-wrap .pagination {
    margin: 0px;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting { background: url('../images/datatable/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../images/datatable/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../images/datatable/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../images/datatable/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../images/datatable/sort_desc_disabled.png') no-repeat center right; }