﻿.cal_Theme1 {
    left: unset !important;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #fff;
    border: solid 1px #cccccc;
    width: 100%;
    border-radius: 4px !important;
    font-family: unset !important;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff; 
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #212529 !important;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
}

.cal_Theme1 .ajax__calendar_dayname {
    font-weight: 500;
    color: #646c9a;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 19px;
    border-radius: 3px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 19px;
    border-radius: 3px;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #0000ff;
    font-weight: 500;
    background-color: rgba(93, 120, 255, 0.1);
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    margin-top: 3px !important;
    color: #212529 !important;
}

.cal_Theme1 .ajax__calendar_title {
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    margin-top: 3px !important;
    color: #212529 !important;
}

.cal_Theme1 .ajax__calendar_other {
    color: #3d4465 !important;
}

/*.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}*/

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    height: 139px;
    width: 100% !important;
    position: absolute;
    text-align: center;
    margin: auto;
}
