.card.material-table {
  margin: 50px 0;
}
.table-header blockquote {
  height: 65px;
  padding-left: 1.5rem;

  border-left: 5px solid #EE6E73;
}
div.material-table {
  padding: 0;
}

div.material-table .hiddensearch {
  display: none;

  padding: 0 14px 0 24px;

  border-bottom: solid 1px #DDDDDD;
}

div.material-table .hiddensearch input {
  height: 48px;
  margin: 0;

  color: rgba(0, 0, 0, .84);
  border: transparent 0 !important;
}

div.material-table .hiddensearch input:active {
  border: transparent 0 !important;
}

div.material-table table {
  table-layout: fixed;
}

div.material-table .table-header {
  display: flex;

  height: 100px;
  padding-right: 15px;
  padding-left: 15px;

  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  -ms-flex-align: center;
}

div.material-table .table-footer {
  font-size: 12px !important;

  display: -webkit-flex;
  display: flex;
  flex-direction: row;

  height: 56px;
  padding-right: 14px;
  padding-left: 24px;

  color: rgba(0, 0, 0, .7);

  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

div.material-table .table-footer .dataTables_length {
  display: -webkit-flex;
  display: flex;
}

div.material-table .table-footer label {
  font-size: 12px;

  display: -webkit-flex;
  display: flex;
  flex-direction: row;

  color: rgba(0, 0, 0, .7);

  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .select-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;

  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
  margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
  display: flex;

  margin: 0;

  -webkit-display: flex;
}

div.material-table .table-footer .material-pagination li:first-child {
  margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, .54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
  font-size: 12px;
  line-height: normal;

  width: 40px;
  height: auto;
  margin: 0;

  text-align: right;

  border-bottom: none;
}

div.material-table .table-footer select {
  display: block;

  width: auto;
  height: auto;
  margin-left: 20px;
  padding: 0;

  border: 0;
  border-radius: 0;
  background-color: transparent;
}

div.material-table .table-title {
  font-size: 20px;

  color: #000000;
}

div.material-table table tr td a {
  color: inherit;
}

div.material-table table tr td a i {
  font-size: 18px;

  color: rgba(0, 0, 0, .54);
}

div.material-table table tr {
  font-size: 12px;
}

div.material-table table th {
  font-size: 12px;
  font-weight: 500;

  height: 56px;

  cursor: pointer;
  vertical-align: middle;

  color: #757575;
  outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
  color: rgba(0, 0, 0, .87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;

  display: inline-block;
  display: none;

  content: "arrow_back";
  -webkit-transform: rotate(90deg);
  vertical-align: middle;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;

  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  display: inline-block;
}

div.material-table table th.sorting_desc:after {
  content: "arrow_forward";
}

div.material-table table tbody tr:hover {
  background-color: #EEEEEE;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
  text-align: center;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: none;
}