.materialDataTable.ui-datatable table thead tr th, .materialDataTable.ui-datatable table tfoot tr td, .materialDataTable.ui-datatable table thead tr th {
  background-color: white;
  border: solid 0px;
  border-bottom: solid 2px #c1d5df;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.materialDataTable.ui-datatable table tbody tr td {
  border-left: solid 0px;
  border-right: solid 0px;
  border-bottom: 1px #d9e3e8;
  height: 18px;
  line-height: 18px;
}

.materialDataTable.ui-datatable .ui-datatable-data.ui-widget-content {
	border: 0;
}

/*
.materialDataTable.ui-datatable thead th, .ui-datatable tfoot td {
  text-align: left;
}
*/

.materialDataTable.ui-datatable .ui-column-filter {
  width: 95%;
  margin: 0;
}

.materialDataTable .columnFilterSelectOne {
  width: 70%;
  text-transform: none;
}

.materialDataTable.ui-datatable.ui-widget.ui-datatable-scrollable {
  border: none;
}

.materialDataTable.ui-datatable .ui-datatable-scrollable-header,
.materialDataTable.ui-datatable .ui-datatable-scrollable-footer {
  background-color: #fff;
}

.materialDataTable.ui-datatable table tbody .ui-state-highlight > td > a {
  color: #ffffff !important;
}

.materialDataTable.ui-datatable .ui-widget-content.ui-datatable-empty-message {
  text-align: center;
}

.materialDataTable.ui-datatable .ui-widget-content.ui-datatable-empty-message td {
  color: lightgray;
  height: 30px;
}

.materialDataTable.ui-datatable .ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n, .ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s {
  color: #757575;
}

