.ui-widget-content {
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #333333;
}
.ui-widget.ui-widget-content {
  border: 1px solid #f1f1f1;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}
.ui-widget-header {
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #000;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-title select {
  border: none;
  background-color: #f1f1f1;
  font-size:12px;
  font-family: "Open Sans", sans-serif;
}
.ui-datepicker th {
  font-weight: 400;
  border: 0;
  font-size: 12px;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}
table.ui-datepicker-calendar  .ui-state-highlight,table.ui-datepicker-calendar  .ui-state-highlight:hover {
  border: 1px solid #2b3889;
  background: #2b3889;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-default {
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  font-weight: normal;
  color: #000;
}
.ui-datepicker-calendar .ui-state-default:hover,table.ui-datepicker-calendar th:hover {
  background-color: rgb(43 56 137);
    color: #fff;
}