﻿/* ############# Calendar Styles ############# */
table#ctl00_Content_dlCalendar tr td {
    border: solid 1px #ddd !Important;
    border-collapse: collapse;
}

#calendarday, #calendarday td {
    border: 0 !important;
}

table#ctl00_Content_dlCalendar tr:first-child td, table#ctl00_Content_dlCalendar tr:first-child {
    border-width: 0px !Important;
}

table#calendarcontainer {
    margin: 0;
    padding: 0;
}

table#ctl00_Content_dlCalendar tr td {
    border-collapse: collapse !important;
    padding: 0 !important;
    margin: 0 !important;
}
    /* calendar styles for the day  table */
    table#ctl00_Content_dlCalendar tr td table, table#ctl00_Content_dlCalendar tr td table tr td {
        border-style: none !important;
    }

table#ctl00_Content_dlCalendar {
    padding: 0 !important;
    margin: 0 !important;
}

table#calendar {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#calendar {
    background-color: white;
}

.calendar td, .calendarday td {
    background-color: White;
    padding: 0;
    height: auto;
}

#calendarcontainer table td a:link, #calendarcontainer table td a:hover {
}

#calendarcontainer table td {
    padding: 0;
    margin: 0;
}

.calendarday {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .calendarday td {
        height: 100px;
        padding: 0;
        margin: 0;
    }

        .calendarday td a:link {
            padding-left: 5px;
            display: block;
        }

#calendar, #calendar td {
    padding: 0;
    margin: 0;
}

.calendardate {
    font-weight: bold;
    display: block;
    padding: 5px;
}

.calendardateold {
    font-weight: bold;
    display: block;
    padding: 5px;
    color: #dedede;
}

.datemonth #ctl00_Content_dlCalendar_ctl00_lblMiddle {
    padding: 5px;
    display: block;
    font-weight: normal;
    font-size: 18px;
}

/* first 7 items are our headers */
table tr td#CalendarItem_1, table tr td#CalendarItem_2, table tr td#CalendarItem_3, table tr td#CalendarItem_4, table tr td#CalendarItem_5, table tr td#CalendarItem_6, table tr td#CalendarItem_7 {
    height: auto;
    display: block;
    font-weight: bold;
    padding: 10px !important;
    width: 100%;
}

.calendarright {
    float: right;
    padding-right: 10px;
}

.calendarleft {
    float: left;
    padding-left: 10px;
}

.datemonth {
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

#calendar tr td {
    padding: 0px;
}

#ctl00_Content_dlCalendar td {
    width: 14.28%;
}

#ctl00_Content_dlCalendar {
    width: 100%;
}


@media only screen and (max-width: 991px) {
    #ctl00_Content_dlCalendar td {
        display: block !important;
        width: 100% important;
    }

    td#CalendarItem_1,
    td#CalendarItem_2,
    td#CalendarItem_3,
    td#CalendarItem_4,
    td#CalendarItem_5,
    td#CalendarItem_6,
    td#CalendarItem_7 {
        display: none !Important;
    }

    #ctl00_Content_dlCalendar td {
        width: 100% !important;
    }

    .calendarright {
        margin-top: -30px;
    }
}

/* ############# End Calendar ############# */