
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 30px;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

/*jQueryStyles*/
.sorting .DataTables_sort_wrapper .DataTables_sort_icon {
  background: url('../images/arrow_inactive.svg') no-repeat;
  display: inline-block;
  height: 7px;
  width: 10px;
  margin-bottom:-2px;
  margin-left: 5px;
}
.sorting.sorting_asc .DataTables_sort_wrapper .DataTables_sort_icon {
  background: url('../images/arrow.svg') no-repeat;
}
.sorting.sorting_desc .DataTables_sort_wrapper .DataTables_sort_icon {
  background: url('../images/arrow.svg') no-repeat;
  background: transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */ 
  margin-bottom: 0px;
  margin-left: 0px;
}

.ui-toolbar #med_table_filter {
  float: right;
  margin-right: 5px;
  margin-top: -76px;
  margin-bottom: 30px;
  /*display:none;*/
}
.ui-toolbar #med_table_filter label {
  background: url('../images/search.svg') no-repeat;
  /*position: absolute;
  margin: 8px 0 0 195px;*/
  display: block;
  height: 15px;
  width: 15px;
  z-index: 2;
  margin: 8px 16px 0px 0px;
}
#med_table_filter input {
  opacity: .5;
  z-index: 1;
    padding: 6px 4px;
    width: 180px;
    margin: -8px 0px 0px -170px;
  border: solid #bababa 1px;
}
#med_table_filter input:focus {
  opacity: 1;
}