/* PDF Grid CSS */

.dataTables_paginate a.next {
  font-weight: bold;
}

.paginate_button.disabled {
  display: none !important;
}

.dataTables_length {
  display: none;
}

.dataTables_filter {
  width: 55%;
  display: inline-block;
  padding-right: 20px;
}

.dataTables_filter label {}

.dataTables_filter input {
  background: #f2f2f2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
  max-width: 300px;
}

.pdfgrid td.link {
  text-align: center;
}

.pdfgrid td.link a {
  cursor: pointer;
}

.dataTables_wrapper .filter-select {
  width: 35%;
  display: inline-block;
  padding-left: 20px;
}

.dataTables_wrapper .filter-select label {
  display: inline-block;
  margin-right: 15px;
}

.dataTables_wrapper .filter-select select {
  display: inline-block;
  max-width: 195px;
  background: #f2f2f2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}

.pdfgrid tr.even {
  background: #fafafa !important;
}

.pdfgrid tr.odd {
  background: #f1f1f1 !important;
}

table.dataTable.display tbody tr:hover td {
  background-color: inherit !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-weight: bold;
  background: none !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
  border: none;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  font-weight: bold;
  color: #222 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

table.dataTable thead tr th.sorting_asc, table.dataTable thead tr th.sorting_desc {
  background-image: none !important;
}

table.dataTable thead tr th::after {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  float: right;
  color: #ed1c24;
  font-size: 12px;
  opacity: 0.75;
}

table.dataTable thead .sorting_asc::after {
  content: "\e253";
}

table.dataTable thead .sorting_desc::after {
  content: "\e252";
}

@media(max-width: 997px) {
  .dataTables_wrapper .filter-select {
    width: 100%;
    padding: initial;
  }
  .dataTables_filter {
    margin-top: 15px;
    width: 100%;
    padding: initial;
    text-align: left !important;
  }
  .dataTables_filter input {
    width: auto;
  }
}
