.specialist-item__pic{
    overflow:hidden;
    border-radius:50%;
    width:120px;
    height:120px;
}


.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  color:green;
  font-weight:bold;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #aaaaaa;
  font-weight:normal;
}

#schedule-errors-wrapper{
  color:red;
}