/* This host only: selected calendar day. Overrides Bootstrap blue. */
html body .datepicker table tr td.active,
html body .datepicker table tr td.active:hover,
html body .datepicker table tr td.active:active,
html body .datepicker table tr td.active.active,
html body .datepicker table tr td.active.highlighted,
html body .datepicker table tr td.active.highlighted.active,
html body .datepicker table tr td.active.highlighted:hover,
html body .datepicker table tr td.selected,
html body .datepicker table tr td.selected:hover,
html body .datepicker table tr td.day.active,
html body .datepicker table tr td.day.active.active,
html body .datepicker table tr td.today.active,
html body .bootstrap-datetimepicker-widget table td.active,
html body .bootstrap-datetimepicker-widget table td.active:hover,
html body .bootstrap-datetimepicker-widget table td.day.active,
html body .bootstrap-datetimepicker-widget table td.day.active:hover,
html body .bootstrap-datetimepicker-widget table td.active.active,
html body .bootstrap-datetimepicker-widget table td.today.active,
html body .bootstrap-datetimepicker-widget table td span.active,
html body .bootstrap-datetimepicker-widget table td span.active:hover {
    background: #ff5100 !important;
    background-color: #ff5100 !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: none !important;
    filter: none !important;
    border-color: #ff5100 !important;
    box-shadow: none !important;
}
html body .datepicker table tr td.today,
html body .datepicker table tr td.today:hover,
html body .bootstrap-datetimepicker-widget table td.today,
html body .bootstrap-datetimepicker-widget table td.day.today {
    background: #ffe4d6 !important;
    background-color: #ffe4d6 !important;
    background-image: none !important;
    color: #111 !important;
}
