﻿table.dataTable thead .sorting {
  background: url("/Content/theme_rtl/assets/global/plugins/datatables/media/images/sort_both.png") no-repeat center left!important;
}
table.dataTable thead .sorting_asc {
  background: url("/Content/theme_rtl/assets/global/plugins/datatables/media/images/sort_asc.png") no-repeat center left!important;
}
table.dataTable thead .sorting_desc {
  background: url("/Content/theme_rtl/assets/global/plugins/datatables/media/images/sort_desc.png") no-repeat center left!important;
}
div.dataTables_length label {
  font-weight: normal;
  float: right!important;
  text-align: right!important;
}
div.dataTables_filter label {
  font-weight: normal;
  float: left!important;
}
.dataTables_wrapper .dataTables_length {
  float: right!important;
}
.dataTables_wrapper .dataTables_filter {
  float: left!important;
  text-align: left!important;
}
