/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.k-calendar .k-header,
.k-calendar .k-calendar-header {
  background-color: #047bc1;
  border-color: transparent;
}
.k-calendar .k-header .k-link:hover,
.k-calendar .k-calendar-header .k-link:hover {
  background-color: #036ba8;
}
.k-calendar .k-header .k-nav-fast,
.k-calendar .k-header .k-calendar-title,
.k-calendar .k-header .k-calendar-nav,
.k-calendar .k-header .k-today,
.k-calendar .k-calendar-header .k-nav-fast,
.k-calendar .k-calendar-header .k-calendar-title,
.k-calendar .k-calendar-header .k-calendar-nav,
.k-calendar .k-calendar-header .k-today {
  color: #ffffff;
}
.k-calendar .k-header .k-nav-fast:hover,
.k-calendar .k-header .k-calendar-title:hover,
.k-calendar .k-header .k-calendar-nav:hover,
.k-calendar .k-header .k-today:hover,
.k-calendar .k-calendar-header .k-nav-fast:hover,
.k-calendar .k-calendar-header .k-calendar-title:hover,
.k-calendar .k-calendar-header .k-calendar-nav:hover,
.k-calendar .k-calendar-header .k-today:hover {
  color: #ffffff;
}
.k-calendar .k-header .k-nav-prev .k-icon,
.k-calendar .k-header .k-nav-next .k-icon,
.k-calendar .k-calendar-header .k-nav-prev .k-icon,
.k-calendar .k-calendar-header .k-nav-next .k-icon {
  color: #ffffff;
}
.k-calendar .k-header .k-calendar-title.k-button,
.k-calendar .k-calendar-header .k-calendar-title.k-button {
  padding: 0;
}
.k-calendar .k-header .k-button,
.k-calendar .k-header .k-button:hover,
.k-calendar .k-calendar-header .k-button,
.k-calendar .k-calendar-header .k-button:hover {
  color: #ffffff;
}
.k-calendar .k-header .k-button span,
.k-calendar .k-header .k-button:hover span,
.k-calendar .k-calendar-header .k-button span,
.k-calendar .k-calendar-header .k-button:hover span {
  color: #ffffff;
}
.k-calendar .k-header .k-today,
.k-calendar .k-calendar-header .k-today {
  vertical-align: middle;
}
.k-calendar .k-month .k-link,
.k-calendar .k-calendar-td:not(.k-weekend):not(.k-selected) .k-link,
.k-calendar .k-nav-today {
  color: #047bc1;
}
.k-calendar .k-selected > .k-link {
  font-weight: bold;
}
.k-calendar .k-content th {
  border-color: #bbbbbb;
}
.k-calendar .k-content td.k-other-month .k-link {
  color: #bbbbbb;
}
.k-calendar .k-content td.k-weekend:not(.k-selected) .k-link {
  color: #333333;
}
.k-calendar .k-content td.k-weekend:not(.k-selected).k-other-month .k-link {
  color: #bbbbbb;
}
.k-calendar .k-content td.k-today .k-link {
  font-weight: bold;
}
.k-calendar .k-content td:not(.k-empty):hover {
  background: #edf3f6;
}
.k-calendar .k-content td:not(.k-empty):hover .k-link {
  color: #022cc0 !important;
}
.k-calendar-container .k-header .k-nav-fast {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.k-calendar-container .k-calendar-nav-today .k-button-text {
  color: #333333;
}
.k-maskedtextbox .k-i-warning,
.k-daterangepicker .k-i-warning {
  width: 1.8rem;
  right: 2.8rem;
}
kendo-calendar-header .k-calendar-title {
  border: 0 !important;
}
.k-datepicker {
  border: none;
  width: 100%;
  padding: 0;
}
.k-datepicker .k-picker-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.k-datepicker .k-calendar-nav-today {
  background-color: transparent;
  color: #047bc1;
  padding-top: 0;
  padding-bottom: 0;
}
.k-datepicker:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k-picker-wrap:hover {
  border-color: #047bc1;
}
.k-maskedtextbox {
  background-color: transparent;
  width: 100%;
}
.k-maskedtextbox .k-textbox {
  background-color: transparent;
  border: 1px solid #333333;
}
.k-datetime-container .k-datetime-footer,
.k-datepicker-popup .k-datetime-footer {
  border-top: 1px solid #bbbbbb;
  padding: 0;
  gap: 0;
}
.k-datetime-container .k-datetime-footer button,
.k-datepicker-popup .k-datetime-footer button {
  border-radius: 0;
  margin: 0;
}
.k-datetime-container .k-datetime-footer button .k-button-text,
.k-datepicker-popup .k-datetime-footer button .k-button-text {
  color: #666666;
}
.k-datetime-container .k-datetime-footer button.k-button-solid-primary .k-button-text,
.k-datepicker-popup .k-datetime-footer button.k-button-solid-primary .k-button-text {
  color: #047bc1;
}
.k-datetime-container .k-datetime-footer button:last-child,
.k-datepicker-popup .k-datetime-footer button:last-child {
  border-left: 1px solid #bbbbbb;
}
.k-datetime-container .k-calendar-body .k-calendar-caption,
.k-datepicker-popup .k-calendar-body .k-calendar-caption {
  text-align: center;
}
.k-datetime-container .k-calendar-navigation:before, .k-datetime-container .k-calendar-navigation:after,
.k-datepicker-popup .k-calendar-navigation:before,
.k-datepicker-popup .k-calendar-navigation:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k-datetime-container .k-calendar-navigation .k-calendar-navigation-highlight,
.k-datepicker-popup .k-calendar-navigation .k-calendar-navigation-highlight {
  background: transparent;
}
.k-datetime-container .k-datetime-buttongroup .k-button-solid:not(.k-selected) .k-button-text,
.k-datepicker-popup .k-datetime-buttongroup .k-button-solid:not(.k-selected) .k-button-text {
  color: #047bc1;
}
.k-datetime-container .k-calendar-view .k-calendar-title:hover span.k-button-text,
.k-datetime-container .k-calendar-view .k-time-now:hover span.k-button-text,
.k-datetime-container .k-calendar-view .k-calendar-nav-today:hover span.k-button-text,
.k-datepicker-popup .k-calendar-view .k-calendar-title:hover span.k-button-text,
.k-datepicker-popup .k-calendar-view .k-time-now:hover span.k-button-text,
.k-datepicker-popup .k-calendar-view .k-calendar-nav-today:hover span.k-button-text {
  color: #047bc1;
}
.k-datetime-container .k-calendar-view .k-calendar-title span.k-button-text,
.k-datetime-container .k-calendar-view .k-time-now span.k-button-text,
.k-datetime-container .k-calendar-view .k-calendar-nav-today span.k-button-text,
.k-datepicker-popup .k-calendar-view .k-calendar-title span.k-button-text,
.k-datepicker-popup .k-calendar-view .k-time-now span.k-button-text,
.k-datepicker-popup .k-calendar-view .k-calendar-nav-today span.k-button-text {
  color: #047bc1;
}
.k-datetime-container .k-datetime-time-wrap .k-time-now .k-button-text,
.k-datepicker-popup .k-datetime-time-wrap .k-time-now .k-button-text {
  color: #047bc1;
}
.k-popup .k-calendar-th {
  text-transform: uppercase;
  font-size: 12px;
}
.k-popup .k-calendar-td.k-selected.k-focus .k-link {
  background-color: #047bc1 !important;
}
/*# sourceMappingURL=forms-control-datepickers.css.map */