#search-bac-si form{
background-color: #f2f2f2;
    border-radius: 5px;
    height: 100%;
    padding: 15px 20px;
}

#search-bac-si form h3{
color: #2698D6;
}

#search-bac-si form p{
    color: #888;
font-weight: 400;
}

#search-bac-si input, #search-bac-si select
{
background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
width: 100%;
height: 32px;
}

#doctors_result ul{
list-style: none;
padding: 0 0;
margin-top: 30px;
}


#search_doctor_btn{
margin-top: 20px;
}

.doctor-item:hover{
box-shadow: 0 1px 3px -2px rgba(0,0,0,0.22), 0 1px 2px rgba(0,0,0,0.44);
}
.doctor-item{
transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
padding: 10px 10px;
border-radius: 8px;
float:left;
width: 100%;
margin-bottom: 20px;
}
.doctor-img{
float:left;
width: 30%;
}

.doctor-avatar{
border-radius: 8px;
max-height: 100%;
}

.doctor-info{
width: 70%;
float:left;
padding-left: 25px;
}

.doctor-info label{
width: 150px;
text-align: right;
padding-right: 10px;
color: #2698D6;
font-weight: 400;
}


.modal-body .bs-login.bs-type-profile {
    max-width: 290px;
    height: auto;
}

.doctor-name{
font-size: 18.5px;
color: #2698D6;
line-height: 26px;
}

.doctor-info p{
margin-bottom: 7px;
}

.user-links form{
width: 90%; 
margin: 0 auto;
margin-top: 10px;
}
.user-links form input{
margin-bottom: 3px;
}

.user-links form input[type="submit"]{
width: 100%;
border-radius: 3px;
}

.user-links li:nth-child(2){
display: none;
}


.user-links li:first-child{
height: auto !important;
}

@media(max-width: 800px){
    .doctor-img{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    }
    .doctor-info label{
    width: auto;
    }
    
    .doctor-info p{
    margin-bottom: 3px;
    }
    .doctor-info{
    width: 100%;
    padding-left: 0;
    text-align: center;
    }
}
