.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #b71307 !important;
  font-weight: normal !important;
  font-size: 22px !important;
  color: #fff !important;
  border: none;
  display: block;
  text-decoration: none !important;
}

.ui-menu-item {
  font-weight: normal !important;
  font-size: 22px !important;
  border: none;
  display: block;
}

.ui-datepicker {
  background-color: #fff;
  font-size: 14px;
}

.ui-datepicker-header {
  background-color: #fff;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-title {
  color: white;
}

.ui-widget-content .ui-state-default {
  border: 0px;
  text-align: center;
  background: #fff;
  font-weight: normal;
  color: #000;
}

.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #000;
  font-weight: normal;
  color: #fff;
}

.ui-widget-content .ui-state-active {
  border: 0px;
  background: #337ab7;
  color: #fff;
}
.highlight {
  color: #000;
}
