.ldm-clearfix:before,
.ldm-clearfix:after {
  content: "";
  display: table;
}

.ldm-clearfix:after {
  clear: both;
}

.ldm-center {
  text-align: center;
}

.ldm-table {
  border: 1px solid #dee2e6;
}

.ldm-table thead th {
  border-bottom: 2px solid #dee2e6;
  font-weight: bold;
}

.ldm-table td,
.ldm-table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Pagination CSS */
.ldm-paging {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #666;
  clear: both;
}

.ldm-paging a {
  color: #fff !important;
  background-color: #333;
  padding: 7px 10px;
  margin: 0 1px 6px 2px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: 1px solid #333;
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
}

.ldm-paging .page-numbers.current {
  color: #666;
  background: transparent;
  padding: 7px 10px;
  margin: 0 1px 6px 2px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #666;
  text-decoration: none !important;
}

.ldm-paging a:hover,
.ldm-paging a:focus,
.ldm-paging a:visited:hover {
  color: #666 !important;
  background: #fff;
  outline: 0;
}

.ldm-paging a.prev,
.ldm-paging a.next {
  min-width: 80px;
}

.ldm-paging a:after {
  content: "" !important;
}

/* Typeahead Search Feature styling */
.ldm-table-search {
  text-align: center;
}

#patientName {
  border-radius: 10px;
  border: 2px solid #00B4CC;
}

i.fa.fa-search {
  margin-left: 5px;
  font-size: 25px;
}