﻿.custom_calendar_wrapper {
    max-width: 100%;
    padding-top: 50px;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0);
}

.custom_calendar_wrapper.no_top {
    padding-top: 0px;
}

.custom_calendar_wrapper>table {
    max-width: 100%;
    width: 100%;
}

.custom_calendar_wrapper>table>thead tr {
    width: 100%;
    background:url("/templates/images/bg/bg-gradient.jpg") repeat-x scroll 0 -106px rgba(0,0,0,0);
}

.custom_calendar_wrapper>table>thead tr td a a,
.custom_calendar_wrapper>table>thead tr td {
    border: none;
    height: auto;
    
    color: #202020 !important;
    font-size: 13px;
    line-height: initial;
    letter-spacing: 0;
    border: none;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin: 0;
    font-family: helvetica,serif;
    padding: 0.7em 1.3em;
    font-weight: normal;
    text-transform:uppercase;
    text-decoration:none !important;
}

.custom_calendar_wrapper>table>thead tr td a {
    color: #fff;
    text-decoration:none !important;
    color: #202020 !important;
    font-family: helvetica,serif;
}

.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: #fff;
    color: #06487A;
    font-family: Helvetica;
    text-transform: uppercase;
    width: 14%;
    vertical-align: middle;
    text-align: center;
}

.custom_calendar_wrapper>table tbody td {
    color: #4d4d4d;
    padding: 0.7em;
    border: 1px solid transparent;
    border-color: #cccccc;
    vertical-align: top;
    line-height: inherit;
    width: 14%;
    text-align: center;
    vertical-align: middle;
}
.custom_calendar_wrapper>table tbody td.current_month a {
    color:#4d4d4d !important;
    text-decoration:none;
}
.custom_calendar_wrapper>table tbody td.current_month{
    
    color:#4d4d4d !important;

}
.custom_calendar_wrapper>table tbody td.current_month.hasEvent {
    background-color: #5b8397;
    color: #fff !important;
}

.custom_calendar_wrapper>table tbody td.current_month.hasEvent:hover {
    background-color: #d2d2d2;
}

.custom_calendar_wrapper>table tbody td.current_month.hasEvent a {
    color: #fff !important;
    text-decoration: none;
}

.custom_calendar_wrapper>table tbody td.current_month.hasEvent:hover a {
    color: #fff;
}

.custom_calendar_wrapper>table tbody td.other_month {
    background-color: #fff;
    color: #4d4d4d!important;
}
.custom_calendar_wrapper>table tbody td.other_month a {
    color: #4d4d4d !important;   
    text-decoration:none;
}

.custom_calendar_wrapper>table tbody td.current_month.current_day.hasEvent {
    background-color: #83242c;
    color: #fff;
}

.custom_calendar_wrapper>table tbody td.current_month.current_day a {
    color: #fff;
}

.custom_calendar_wrapper>table tbody tr {}