.dropdown-menu.datepicker-dropdown {
  background-color: #ffffff;
  border-radius: 1px;
  font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
  border-color: transparent;
  padding: 15px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.datepicker-switch,
th.datepicker-switch {
  font-family: "PwC ITC Charter", Georgia, Serif;
  border-radius: 1px;
  color: #2d2d2d;
  border-bottom: 2px solid #e0301e;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.active {
  border: none;
  border-bottom: 2px solid #e0301e;
  border-radius: 0;
  background-color: transparent;
  background-image: none;

  text-shadow: none;
  color: #2d2d2d;
  font-weight: bold;
}
.datepicker table tr td:hover {
  background-color: transparent;
}
.datepicker .datepicker-days table tr td:not(.disabled):hover,
.datepicker table tr td span:not(.disabled):hover {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #e0301e;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
  content: "";
  display: none;
}

/**/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-size: 14px;
}

.ui-datepicker.ui-widget.ui-widget-content {
  background-color: #ffffff;
  border-radius: 1px;
  font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
  border-color: transparent;
  padding: 15px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.ui-datepicker td .ui-state-default {
  color: #999999;
}

.ui-datepicker th,
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  color: #2d2d2d;
}

.ui-datepicker .ui-datepicker-title {
  font-family: "PwC ITC Charter", Georgia, Serif;
  border-bottom: 2px solid #e0301e;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  border: none;
  border-bottom: 2px solid #e0301e;
  border-radius: 0;
  background-color: transparent;
  background-image: none;

  text-shadow: none;
  color: #2d2d2d;
  font-weight: bold;
}

.ui-timepicker-div {
  margin: 1em 0 0 0;
  padding: 1em 0;
  border-top: 2px solid #e0301e;
  border-bottom: 2px solid #e0301e;
}

.ui-slider-horizontal .ui-state-default.ui-slider-handle,
.ui-widget-header .ui-state-default {
  background: #2d2d2d;
  cursor: pointer;
  border-color: transparent;
  border-radius: 2px;
}
.ui-widget.ui-widget-content {
  border-color: #2d2d2d;
  border-radius: 2px;
}
.ui-timepicker-div dl dd {
  margin: -26px 0 10px 65px;
}
.ui-timepicker-div dl dd.ui_tpicker_time {
      margin: -13px 0 6px 65px;
}

.ui-timepicker-div dl dt {
  height: 31px;
}
.ui-timepicker-div dl dt.ui_tpicker_time_label {
  height: 14px;
}
.ui-widget-content {
  border-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  border-bottom: 2px solid #e0301e;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  color: #2d2d2d;
}
