﻿.Calendar {
    border: none;
    border-color: white;
    background-color: white;
    color: black;
    font-weight: 800;
    padding: 0px !important;
}

    .Calendar * {
        padding: 0px !important;
        text-align: center;
    }

.TitleStyle {
    /*background-color: #9d6000 !important;*/
    background-color: #b2853d !important;
    font-weight: bold;
    color: White;
}

.DayStyle {
    background-color: #FFFFFF;
    font-weight: 800;
}

.OtherMonthDayStyle {
    color: white !important;
    background-color: white;
}

.SelectedDayStyle {
    background-color: #a69e91 !important;
}


.DayHeaderStyle {
    font-weight: bold;
    color: black;
}

.NextPrevStyle {
    font-weight: bold;
    font-size:  0.750em;
}

.TodayDayStyle {
    color: #9d6000 !important;
    font-size: 1em;
}

.weekendStyle {
    /*background-color: whitesmoke;*/
    background-color: #D3D3D3;
}


.specialDStyle {
    background-color: #6B8E23; /*#808000#8FBC8F;*/
}


.calendarDes {
    text-transform: capitalize;
}

.calendarTitle {
    margin: 2% 10%;
    color: #b2853d;
    font-size: 3em;
    font-style: normal
}
