.zftable_content{
    position: relative;
}
.processing {
  
  display: block;
  float: left;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.processing div.processing_loader{
   background: url("/public/assets/images/preloader-small.GIF") no-repeat scroll center center transparent;
   width: 46px;
   height: 46px;
   border-radius: 6px;
   color: #FFFFFF;
   background-color: rgba(0, 0, 0, 0.5);
   margin: auto;
}

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('/public/assets/images/datatable/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/public/assets/images/datatable/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/public/assets/images/datatable/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('/public/assets/images/datatable/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/public/assets/images/datatable/sort_desc_disabled.png') no-repeat center right; }