.datepicker
{
    padding: 7px 10px;
}

.datepicker td, .datepicker th
{
    width: 30px;
    height: 30px;
    color: #084E88;
    font-size: 14px;
}

.datepicker th.datepicker-switch
{
    font-weight: normal;
}

.datepicker .table-condensed thead tr:nth-child(2)
{
    border-bottom: 1px solid #efefef;
}

.datepicker .active
{
    background-image: none !important;
    background-color: #084E88 !important;
}

.datepicker th.dow
{
    color: #FF9A19;
    font-weight: normal;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.datepicker td.old,
.datepicker td.new,
.datepicker .year.disabled,
.datepicker .month.disabled
{
    color: #dedede !important;
}

.datepicker .year.old
{
    color: #084E88 !important;
}

.datepicker th.next svg, .datepicker th.prev svg {
    width: 32px;
    height: 32px;
}

.datepicker th.next svg path, .datepicker th.prev svg path
{
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}