.input-group-append{
    width: 17%;
}

input#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_txtSpecialty {
    height: 3em;
}
input#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_txtDoctor {
    height: 3em;
}

.btn-search{
    background: #4b4f54 url(/assets/img/icons/search-white.png) center center no-repeat;
    background-size: auto 40%;
    border-color: #4b4f54;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 80px;
    height: calc(1.75em + 2rem + 2px);
}

.bg-gray {
    height: 100%;
}

.label-findADoctor{
    color:white;
    text-decoration: none;
    background-color: transparent;
}
.margin-right{
  margin-right:5px;
}

input#time-1 {
    margin-right: 15px;
}

.form-check-inline .form-check-input {
    position: sticky;
}
form input[type=radio]:before{
  border: none;
}
form input[type=radio]:checked:after{
      background: gray;
}

.easy-autocomplete {
      width: 100% !important;
    float: left;
}

a.label-findADoctor.showAdvanceSearch:hover{
    color:white;
    text-decoration: underline;
}

.eac-item{
  color:black;
  font-size: 1.1rem;
    padding: 5px;
}

label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_plcUp_lblAllDay {
    margin-left: 10px;
}

label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_plcUp_lblMorning{
  margin-left: 10px;
}

label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_plcUp_lblAfternoon {
  margin-left: 10px;
}

.row.d-flex.justify-content-between {
      padding: 0px 20px;
}

.btn-lg, .btn-group-lg>.btn {
     min-width: 50%;
     max-width: 100%;
}
p.doctor__name {
    height: 60px;
}
p.doctor__specialies__text {
    height: 63px;
    overflow: hidden;
}


@media only screen and (max-width: 600px) {
  .form-check.form-check-inline.col-4.col-md-1.col-lg-1 {
    padding: 5px;
  }
  .form-check.form-check-inline.col-6.col-md-4.col-lg-4 {
    padding: 5px;
  }
  .form-check.form-check-inline.col-6.col-md-3.col-lg-3 {
    padding: 5px;
  }
  .form-check.form-check-inline.col-4.col-md-4.col-lg-4 {
    padding: 5px;
  }
  label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_lblSearchSubSpecialty {
    margin-top: 15px;
  }
  
}

button#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_aSearch_txtSpecialty {
    display: none;
}
button#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_aSearch_txtDoctor {
    display: none;
}
button#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_aSearch_txtSubSpecialty {
    display: none;
}

select#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_ddlSpecialty {
    height: 3.5em;
}
select#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_ddlSubSpecialty {
    height: 3.5em;
}

label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_lblAllDay {
    margin-left: 1em;
}
label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_lblMorning {
    margin-left: 1em;
}
label#p_lt_zoneContent_masterPlaceholder_p_lt_zoneContentCenter_BIHFindADoctor2019_lblAfternoon {
    margin-left: 1em;
}


span.value-day {
    display: none;
}
span.value-time-start {
    display: none;
}
span.value-time-end {
    display: none;
}
table.doctor-time tbody tr {
    border-bottom: 1px solid #d1d3d3;
}
.accordian--item--content {
     padding:0; 
}
.page-doctor-profile .doctor__specialty__item{
  padding:0;
}
table.doctor-time tbody tr td {
    font-size: 0.85rem;
}
.doctor__action__btn{
  background-size: 40% auto;
  font-size: 0.8rem;
}
.tabHeader[aria-selected=true] {
    background: #8a8c8c;
    color: #fff;
}
