.table td {
  border: none;
  background: #fafafa;
  box-shadow: 0px 2px 4px 3px #ededed;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  float: left;
}

.table td div > p {
  padding-left: 33px;
}

.table h3 {
  font-weight: 300;
  padding: 16px 5px;
}

.table label {
  font-weight: bold;
  color: #514f50;
  font-size: 17px;
}

.table label i {
  font-size: 22px;
  min-width: 28px;
  color: #cac9c9;
  text-align: center;
}

section.search-section {
  background: #fafafa;
  float: left;
  width: 99%;
  padding: 30px;
  box-shadow: 0 0 0 2px #f1f1f1;
  margin: 7px;
}

.caret-down-div {
  width: 27px;
  text-align: center;
  background: #fff;
  float: right;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 10px;
}

#btn-search,
.search-section select.form-control {
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  font-weight: bold;
  min-height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control.form-control-sm {
  min-height: 45px;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
}

select.form-control.form-control-sm:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: red;
}

.search-section select.form-control option {
  text-transform: capitalize;
  padding: 20px 0;
}

#btn-search {
  width: 90%;
  background: #23794f;
  border-color: #23794f;
}

div#bootstrap-data-table_filter {
    display: none;
}

.div-especialidades {
  padding: 0 20px 30px 20px;
}

.link-site-p a span,
.div-especialidades span {
  color: #fdad3f;
  font-weight: bold;
  text-decoration: underline;
}

.div-especialidades span:after {
  content: ',';
}
.div-especialidades span:last-child:after{
  content: '';
}

.page-item.active .page-link {
  background: #fdad3f;
  border-color: #fdad3f;
}

ul.pagination > li {
  border-radius: 0;
  text-transform: uppercase;
}

ul.pagination > li > a {
  padding: 10px 20px ;
}

.breadcrumb-custom {
  padding: 5px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #23794f;
}