/* For Day Use Time Picker */
.be-timepicker{
    background: url(../images/icon-time-dark.png) no-repeat 96% center;
    padding-right: 30px;
    overflow-x: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.availabilityForm {overflow: visible !important;}
.availabilityForm label { font-size: 90%; }
.bootstrap-datetimepicker-widget.dropdown-menu{ width: auto; min-width: 100px; }
.bootstrap-datetimepicker-widget table td { height: 34px; line-height: 34px; width: 54px; }
.bootstrap-datetimepicker-widget a[data-action] {padding: 0;line-height: 24px;height: 24px;border: none;display: block;width: 24px;margin: 0 auto;}
.bootstrap-datetimepicker-widget table td span {display: flex;width: 24px;top: auto;height: 24px;line-height: 21px;margin: 0;border-radius: 0;align-items: center;justify-content: center;font-size: 10px;}
.bootstrap-datetimepicker-widget .timepicker-hour{margin: 0 auto;color: #555;font-size: 16px;font-weight: 400;}
.bootstrap-datetimepicker-widget table td span:hover {background: #555;color: #fff;}
/* For Day Use Modal Alert */
.alert_modal .modal-footer {
display: flex;
justify-content: center
}
.alert_modal .btn {
min-width: 100px;
padding: 10px 20px;
} 

/* For Inavid Code Page Alert */

.infoMessage {
padding-top: 50px;
padding-bottom: 50px;
}
.infoMessage h4 {
font-weight: 400;
font-size: 24px;
}
.btnGroup .btn {
margin-bottom: 10px;
border: none;
}
.btnGroup .btn:not(:last-child) {
margin-right: 10px;
}
.bg-light {
background-color: #f0f0f0;
}