﻿
/*============================================================Calander================================================================*/
.custom_calendar_wrapper th {
    text-align: center;
}

.calender-side-menu {
    background: #fff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}


p.side-menu-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    padding: 15px;
    margin: 0px;
    background: #3e1c35;
    -webkit-border-radius: 15px 15px 0px 0px;
}


/*tr:first-child td {
    background-color: #005d3b !important;
    padding: 0 !important;
    border: none !important;
}*/

table#CalendarBasic_Calendar1 {
    height: 200px !important;
}

span#LabelEventTitleMain {
    display: block;
    padding-top: 0;
    margin-bottom: 0.3em;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.6em;
    line-height: 1;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.current_month.current_day {
    background-color: #e02000;
}

.custom_calendar_wrapper {
    max-width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

    .custom_calendar_wrapper > table {
        max-width: 100%;
        width: 100%;
    }

        .custom_calendar_wrapper > table > thead tr {
            width: 100%;
        }

            .custom_calendar_wrapper > table > thead tr td {
                border: none;
                height: auto;
                background-color: #235aaa;
                color: #ffffff;
                font-size: inherit;
                line-height: inherit;
                letter-spacing: 0;
                border: none;
                text-align: center;
                position: relative;
                vertical-align: top;
                margin: 0;
                font-family: 'OpenSans';
                padding: 0.7em 1.3em;
                font-weight: normal;
            }

                .custom_calendar_wrapper > table > thead tr td a {
                    color: #fff;
                }

        .custom_calendar_wrapper > table tbody th {
            border: 1px solid transparent;
            border-color: #cccccc;
            vertical-align: top;
            padding: 0.7em;
            font-weight: normal;
            line-height: inherit;
            background-color: #cccccc;
            color: #ffffff;
            font-family: "segoe ui",arial,sans-serif;
            text-transform: uppercase;
            width: 14%;
            vertical-align: middle;
            text-align: center;
        }

        .custom_calendar_wrapper > table tbody td {
            height: 45px;
            color: #fff;
            padding: 0.7em;
            border: 1px solid transparent;
            border-color: #cccccc;
            vertical-align: top;
            line-height: inherit;
            width: 14%;
            text-align: center;
            vertical-align: middle;
            /*font-family: 'Love Ya Like A Sister';*/
            font-size: 14px !important;
        }

            .custom_calendar_wrapper > table tbody td.other_month {
                background-color: #f0f0f0;
                color: #4d4d4d;
            }

            .custom_calendar_wrapper > table tbody td.current_month.current_day {
                color: #fff;
            }

                .custom_calendar_wrapper > table tbody td.current_month.current_day a {
                    color: #fff;
                }

        .custom_calendar_wrapper > table tbody tr {
        }

table.month-title {
    background: #1e1e1e;
}

    table.month-title a {
        color: #fff !important;
    }

        table.month-title a:hover {
            text-decoration: underline;
            transition: .3s;
        }

a.sws-webpage-link.rmLink.rmRootLink span.rmText:hover {
    text-decoration: underline;
}

td.current_month.current_day a {
    color: #fff !important;
}

a.CalendarLink {
    font-size: 12px !important;
    font-weight: 400;
    color: #4d4c4c;
}



ul.rmRootGroup.rmHorizontal li {
    color: #fff;
}

td.current_month:hover {
    background: #ededed;
}

td.current_month.current_day:hover {
    background: #004d96;
}

td.current_month,
td.other_month {
    border: 1px solid #cccccc;
}

td.other_month {
    background: #f0f0f0;
}

table#CalendarBasic_Calendar1 tbody tr th {
    color: #fff;
    background: #cccccc;
    border: 1px solid #e1e1e1;
}
.custom_calendar_wrapper > table tbody td a {
    text-decoration: none;
}
section.cont-area.calender-body {
    padding: 40px 0px;
}

section.content.content-full-width span#LabelEventDates {
    display: inline-block;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
}



table.rgMasterTable tr.rgRow {
    border-bottom: 1px solid #cccccc;
}