.datepicker {
        color: black!important;
        background-color: white!important;
    }

    .datepicker thead tr th.picker-switch:hover,
    .datepicker thead tr th.prev:hover,
    .datepicker thead tr th.next:hover {
      color: #000;
    }

    td.day,
    span.month,
    span.year,
    span.decade,
    span.century {
        color: #000000!important;
        background-color: #ffffff!important;
    }
    td.day:hover,
    span.month:hover,
    span.year:hover,
    span.decade:hover,
    span.century:hover {
        color: #ffffff !important;
        background-color:  #333333 !important;
    }
    td.old.day,
    td.new.day,
    span.year.old,
    span.year.new,
    span.decade.old,
    span.decade.new,
    span.century.old,
    span.century.new {
        color: #aaaaaa !important;
        background-color: #ffffff !important;
    }
    td.old.day:hover,
    td.new.day:hover,
    span.year.old:hover,
    span.year.new:hover,
    span.decade.old:hover,
    span.decade.new:hover,
    span.century.old:hover,
    span.century.new:hover {
        color: #666666 !important;
        background-color:  #eeeeee !important;
    }
    td.today.day,
    span.month.focused,
    span.year.focused,
    span.decade.focused,
    span.century.focused {
        color: #ffffff !important;
        background-color: #204d74 !important;
    }
    td.today.day:hover,
    span.month.focused:hover,
    span.year.focused:hover,
    span.decade.focused:hover,
    span.century.focused:hover {
        color: #ffffff !important;
        background-color: #286090 !important;
    }
    td.active.day,
    span.month.active,
    span.year.active,
    span.decade.active,
    span.century.active {
        color: #ffffff !important;
        background-color: #cc7700 !important;
    }
    td.active.day:hover,
    span.month.active:hover,
    span.year.active:hover,
    span.decade.active:hover,
    span.century.active:hover {
        color: #000000 !important;
        background-color: #ff8800 !important;
    }
    td.today.active.today,
    span.month.focused.active,
    span.year.active.focused,
    span.decade.active.focused,
    span.century.active.focused {
        color: #ffffff !important;
        background-color: #204d74 !important;
    }
    td.today.active.today:hover,
    span.month.focused.active:hover,
    span.year.active.focused:hover,
    span.decade.active.focused:hover,
    span.century.active.focused:hover {
        color: #ffffff !important;
        background-color: #286090 !important;
    }
