﻿.ajax__calendar_container {
    width: 227px !important;
    background-color: white !important;
}
.ajax__calendar_body {
    width: 227px !important;
    height: 175px !important;
    border: 1px solid white;
}

.ajax__calendar_header {
    background: #e9e9e9;
    border: 1px solid #ddd;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size : 13.33px !important;
    color: #333 !important;
    height : 24px !important;
    line-height : 24px;
    margin: 0px !important;
}

.ajax__calendar_prev, .ajax__calendar_next {
    margin-top:3px;
    background-size: 6px;
}

.ajax__calendar_day {
    font-size: 12px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    height: 22px !important;
    width: 24px !important;
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    margin: 1px;
    line-height : 22px;
}

.ajax__calendar_dayname {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.1em !important;
    font-weight: bold;
    width:  auto !important;
    padding-right   : 4px !important;
    border-bottom-color : white !important;
}

.ajax__calendar_other .ajax__calendar_day {
    /*display: none;*/
    border: none !important;
    color: #ddd !important;
    pointer-events: none;
}

.ajax__calendar_active .ajax__calendar_day {
    border: 1px solid blue !important;
    color: white !important;
    background-color: rgb(0,127,255) !important;
}

.ajax__calendar_active .ajax__calendar_month {
    border: 1px solid blue !important;
    color: white !important;
    background-color: rgb(0,127,255) !important;
}

.ajax__calendar_active .ajax__calendar_year {
    border: 1px solid blue !important;
    color: white !important;
    background-color: rgb(0,127,255) !important;
}

.ajax__calendar_today .ajax__calendar_day {
    border: 1px solid #dad55e !important;
    background-color: #fffa90 !important;
}

.ajax__calendar_month, .ajax__calendar_year {
    height: 53px !important;
    width : 53px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size : 13.33px !important;
    font-weight: bold;
    color: #555 !important;
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6;
    margin: 2px 2px 0px 0px !important;
}

