html, body {
  height: 100%;
}

.bg-blue-doctor{
  background: url(../images/bg/bg-3.jpg);
  padding-bottom: 2rem;
}
.input-transparent{
  background-color: transparent !important;
  color: white;
  font-weight: bold;
}
.input-transparent::placeholder{
  color: white;
  font-weight: bold;
}
.text-white{
  color:white;
}
.padding-horizontal{
  padding-left: 5%;
  padding-right: 5%;
}
.text-yellow{
  color: #ffff00;
}
.btn-bg-white{
  background-color: white !important;
  color:#1b75b4 !important;
  font-size: 16px !important;
}

/* Search form */
.search-form input {
  border-radius: 5px;
}

.search-form .form-control {
  height: 57px;
}

@media (min-width: 720px) {
  .search-form .form-group {
    display: inline-block;
    width: 250px;
    margin-right: 8px;
  }
}

/* override */
.navbar-nav > li > a,
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

.app-icons li a {
  width: 35px;
  height: 35px;
  padding: 5px;
}

/************* DIRECTORY *************/
.yellow {
  color: #FEFF00;
}

.white {
  color: #fff;
}

.Results-logoutLink,
.Results-logoutLink:hover {
  text-decoration: underline;
  color: #cdcdcd;
  font-size: 12px;
}
.Results-logoutLink:hover {
  color: #fff;
}

.DoctorCard-photo {
  background-image: url('../../assets/images/dravatar.png');
  background-size: cover;
  height: 200px;
}

.DoctorCard-name {
  color: #0075B9; /* Main Blue */
}

.DoctorCard-name,
.DoctorCard-serviceCenter {
  height: 50px;
}

.DoctorCard-address {
  height: 25px;
  font-size: 12px;
}

