.note-calendar h4{
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #5C5C5C;
}
.right-interactive-filter {
    padding-left: 0px;
}
.reset-submit-btn a{
	text-transform: uppercase;
    color: #717DD9;
    margin-top: 8px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.dateFilter{
	position: relative;
}
.dateFilter input{
	position: relative;
    z-index: 999;
    background: transparent;
}
.dateFilter div{
    position: absolute;
    top: 0;
    right: 0;
}
.date div span{
    font-size: 20px;
    line-height: 30px;
    padding-right: 5px;
}
.clear-all{
    margin-bottom: 10px;
}
.clear-all a{
    text-transform: uppercase;
    color: #717DD9;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}
.bar-line-div{
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.bar-line-div h4{
	margin: 5px 0px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}
.filter-form .form-control{
	border-radius: 4px;
}
.select-checkbox{
	max-height: 200px;
    overflow: auto;
    font-size: 14px;
}
.time-slot-information .table-bordered > tbody > tr > td{
    min-width: 200px;
}
.docter-information .table-bordered > tbody > tr > td{
    min-width: 200px;
    padding: 0px;
}
.docter-row-below .left-col{
    width: 200px;
}
.docter-information{
    overflow: auto;
    white-space: nowrap;
    width: auto;
    float: left;
}
.status-docter{
    border-top: 1px solid #ddd;
    padding: 0px;
    height: 30.3px;
    line-height: 30.3px;
}
.time-slot-bg tbody{
    background-color: #fcf6e6;
}
.time-slot-bg > tbody > tr > td, .docter-headerbar{
    padding: 3.5px 5px;
}
.circle-spec div{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 5px;
}
.circle-spec span{
    color: #555;
}
.examlocation{
    font-size: 12px;
}
.viewcv{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.docter-headerbar{
    height: 150px;
}
.time-slot-td{
    height: 150px;
}
.timesloth4{
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.top-header-booking{
    margin: 0px;
}
.top-header-booking .boottom-booking{
    background-color: #e8e8e8;
    padding: 20px 10px;
}
.back-btn-booking{
    color: #ec9600;
    text-transform: uppercase;
    position: relative;
    top: 10px;
}
.back-btn-booking:hover{
    color: #ec9600;
}
.back-btn-booking i{
    margin-right: 8px;
}
.date-booking-head h3{
    margin: 0px;
    font-size: 22px;
}
.date-booking-head h5{
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    text-transform: capitalize;
}
.nav-icon{
    font-size: 25px;
    position: relative;
    top: 5px;
}
.referral-btn{
    margin:15px 30px !important;
}

.multiDropDown .dropdown-multiselect{
    width: 100%;
}
.multiDropDown .dropdown-multiselect button.dropdown-toggle.ng-binding.btn.btn-default{
    width: 100%;
    text-align: left;
}
.multiDropDown .dropdown-multiselect button.dropdown-toggle.ng-binding.btn.btn-default span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.multiDropDown .dropdown-multiselect ul.dropdown-menu.dropdown-menu-form{
    overflow: auto;
    width: 100%;
    margin-bottom: 50px;
}
.colorCode{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
}
.available{
    background-color : #ddffde;
}
.not-available{
    background-color : #fef2f4;
}
.timeslotTR td{
    padding: 0px !important;
    height: 30px;
    line-height: 30px !important;
}