.tableResults {
  margin-right: 2em;
  float: left;
  opacity: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .tableResults {
    width: 100%;
    margin-right: 0;
  }
}

.tableResults.hide {
  display: none;
}

.tableResults.show {
  opacity: 1;
}

.tableResults .metadataSection .smallGreyText {
  color: #9c9c9c;
  font-weight: 900;
  font-style: italic;
  font-size: 1.2em;
  display: block;
}

.tableResults .metadataSection .smallGreyText.searchAgain {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  top: -1.5em;
  position: relative;
}

.tableResults .metadataSection .smallGreyText.hide {
  display: none;
}

.tableResults .metadataSection h5 {
  margin-bottom: 0.3em;
}

.tableResults .metadataSection hr {
  border-color: rgba(0, 0, 0, 0.4);
  margin-top: -1.5em;
  width: 100%;
}

.resultsSection .tableContainer {
  position: relative;
  opacity: 1;
}

.resultsSection .tableContainer.hide {
  opacity: 0;
}

.resultsSection .tableContainer table {
  width: 100%;
  position: relative;
  z-index: 1;
}

.resultsSection .tableContainer table th,
.resultsSection .tableContainer table td {
  border: 1px solid white;
}

.resultsSection .tableContainer table thead th {
  background: #132c6e;
  padding: 1em;
  color: white;
  font-size: 15px;
}

@media screen and (max-width: 414px) {
  .resultsSection .tableContainer table thead th {
    font-size: 1.2em;
  }
}

.resultsSection .tableContainer table thead th .dt-column-header{
  padding-right: 15px;
}

.resultsSection .tableContainer table thead th .dt-column-title{
  position: relative;
}

.resultsSection .tableContainer table thead th .dt-column-order{
  display: none;
}

.resultsSection .tableContainer table thead th .dt-column-title > span {
  /* height: 1em; */
  /* float: right; */
  position: absolute;
  right: -15px;
}

.resultsSection .tableContainer table thead th span i {
  font-size: 15px;
  font-weight: 900;
}

.resultsSection .tableContainer table thead th span i.toggle {
  transform: rotate(180deg);
}

.resultsSection .tableContainer table tbody td {
  padding: 1em;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.resultsSection .tableContainer table.dataTable tbody tr.odd td,
.resultsSection .tableContainer table.dataTable tbody tr:nth-child(odd) td {
  background: #f4f4f4;
}

.resultsSection .tableContainer table.dataTable tbody tr.even td,
.resultsSection .tableContainer table.dataTable tbody tr:nth-child(even) td {
  background: white;
}

.resultsSection .tableContainer table.dataTable tbody tr:hover td {
  background: #ddd;
}

.resultsSection .dataTables_info,
.resultsSection .dt-info {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 900;
  color: grey !important;
}

@media screen and (max-width: 767px) {

  .resultsSection .dataTables_info,
  .resultsSection .dt-info {
    display: none;
  }
}

.resultsSection .pagination {
  margin-top: -0.5em;
}

.resultsSection .paginate_button.active a,
.resultsSection .dt-paging-button.active a,
.resultsSection .dt-paging-button.current a {
  color: #05d6ee;
  text-decoration: none;
}

.resultsSection .paginate_button .fa,
.resultsSection .dt-paging-button .fa {
  color: #05d6ee;
  font-size: 1.7em;
  top: 0.1em;
  position: relative;
}

.resultsSection .paginate_button.disabled,
.resultsSection .dt-paging-button.disabled {
  opacity: 0.3;
}

.resultsSection .tableContainer .dt-container .dt-search{
  label{
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
  }
  .dt-input{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
}

.resultsSection .tableContainer .dt-container .dt-paging-button{
    border: 1px solid #ddd !important;
    margin: 7px;
    font-size: 14px;
    padding: 5px 7.5px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #0275d8 !important;

  &.current{
    background-color: #0275d8;
    border-color: #0275d8;
    color: #05d6ee !important;
    text-decoration: none;
  }

  i.fa{
    font-size: 24px;
  }
}

.resultsSection .tableContainer .dt-container .dt-paging-button.first,
.resultsSection .tableContainer .dt-container .dt-paging-button.last{
  display: none;
}

.resultsSection .tableContainer .dt-container .dt-paging .dt-paging-button:hover,
.resultsSection .tableContainer .dt-container .dt-paging .dt-paging-button:focus {
    color: #014c8c;
    background: #eceeef;
    border-color: #ddd;
}

@media screen and (max-width: 767px) {
	.resultsSection .tableContainer .dt-container .dt-search {
		float: none;
        text-align: center;
		label, input{
			float: none;
			text-align: center;
			margin: 0 auto;
		}
	}
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 1px solid white;
}