.sort_button{
    margin-left: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
    top: 2px;
    position: relative;
}

.sort_button_nonselected{
    background: url("../images/sort_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.sort_button_selected{
    background: url("../images/sort_icon_color.png");
    background-repeat: no-repeat;
    background-size: contain;
}

/*menu*/
.button-all-date{
    border-radius: 20px;
    width: 60px;
    height: 20px;
    background-color: #2196f3;
    float: left;
    color: white;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.booking-cancelled{
    color: #ff0000;
}

/*popup*/
.custom-line{
    margin-top: 20px;margin-bottom: 20px;border: 0.5px solid #ccccd9ad
}

.lbl-change-time{
    text-align:center;
    margin-top: 10px;
}

.booking_popup_date{
    margin-top: 10px;
}

/*current consultation*/
#consultation-info-container > div{
    padding: 10px;
}

#consultation-info-container .title{
    margin-bottom: 10px;
    font-weight: bold;

}

.current-consultation-symptom-title{
    height: 50px;
    font-size: 16px;
}

.current-consultation-symptom-content{
    /*height: 100px;*/
    font-size: 16px;
}

.current-consultation-image-container{
    width: 200px;
    height: 200px;
    border: 1px solid gainsboro;
    display: inline-block;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    background-color: black;
}

.current-consultation-image-container a{
    width: 100%;
    height: 100%;
    display: block;
}

/*consultation-history*/
.consultation-history-list{
    width: 100%;
}

.consultation-history-table{
    width: 100%;
}

.consultation-history-table th{
    background-color: #545454;
    color: white;
    height: 50px;
    padding: 10px;
}

.consultation-history-table th.time{
    width: 10%;
}

.consultation-history-table th.doctor-name{
    width: 10%;
}

.consultation-history-table th.category{
    width: 20%;
}

.consultation-history-table th.diagnosis{
    width: 20%;
}

.consultation-history-table th.treatment{
    width: 20%;
}

.consultation-history-table td{
    padding: 10px;
    border-bottom: 1px solid #dcdcdc4d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.consultation-history-table .consultation-history-content{
    cursor: pointer;
}

.consultation-history-table .consultation-history-content:hover{
    background-color: #dcdcdc66;
}