#divCalendarWrp 
{
    width: 96%;
    margin: 0 auto 2% auto;
    max-width:1024px;
}
#calendar 
{
    margin-left: auto;
    margin-right: auto;
    width: 100.1%;
}
#calendar_weekdays div 
{
    display: inline-block;
    vertical-align: top;
}
#calendar_content,
#calendar_weekdays,
#calendar_header 
{
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
    z-index: 10;
}
#calendar_weekdays div
{
    width: 14.27%;
    height: 50px;
    background-color: #FFFFFF;
    color: #787878;
    font-size:150%;
    text-align:center;
    overflow: hidden;
    border:1px solid #c0c0c0;
    padding:0.5%;
}
#calendar_content div 
{
    width: 14.27%;
    height:100px;
    /*height: 100%;
    min-height:100px*/;
    padding:0.5%;
    background-color: #FFFFFF;
    color: #787878;
    overflow: hidden;
    border:1px solid #c0c0c0;
}
#calendar_content 
{
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
}
#calendar_content div 
{
    float: left;
}
#calendar_content div:hover 
{
    background-color: #F8F8F8;
}
#calendar_content div.blank 
{
    background-color: #E8E8E8;
}
#calendar_header,
#calendar_content div.today 
{
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#calendar_content div.today 
{
    color: #FFFFFF;
    /*background-color: #FF6860;*/
}
#calendar_header 
{
    width: 100%;
    height: 37px;
    text-align: center;
    font-size:200%;
    opacity:1;
    padding: 18px 0;
    border-radius: 12px 12px 0px 0px;
    box-sizing:unset;
}
#calendar_header span 
{
    color: #FFFFFF;
}
i[class^=icon-chevron] 
{
    width: 25px;
    height: 25px;
    color: #FFFFFF;
    display:inline-block;
    border-radius: 50%;
    cursor:pointer;
}
.divEvent,
.divMeeting
{
    display: block;
    background-color: #2f4c62;
    border: 1px solid #ffffff;
    padding: 3px;
    margin-bottom: 2%;
    border-radius: 3px;
    text-align: left;
    line-height: 1.2;
    font-size: 75%;
}
.divEventOrMeeting {
    display: block;
    padding:0 !important;
    margin: 1% 3% 1% 0;
    text-align: left;
    line-height: 1.2;
    font-size: 75%;
    float: right;
    clear: both;
    width: 47%;
    font-size: 115%;
    text-align: center;
}
.divEventOrMeeting a 
{
    display: block;
    color: #2f4c62 !important;
    padding: 5px 15px;
    border: 1px solid #2f4c62;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.divEventOrMeeting a:hover 
{
    background: #2f4c62;
    color:#FFFFFF !important;
    text-decoration:none;
}
.divEvent:before,
.divMeeting:before 
{
    display: block;
    float: left;
    margin-right: 4px;
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size:100%;
}
.divEvent:before 
{
    content: "\f073";
}
.divMeeting:before 
{
    content: "\f0c0";
}
.divEvent:hover, .divMeeting:hover 
{
    border: 1px solid #2f4c62;
}
.divEvent a,
.divMeeting a {
    color: #FFFFFF !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    display: block;
    font-size: 100%;
}
.divEvent a:hover,
.divMeeting a:hover 
{
    color: #FFFFFF !important;
    text-decoration:none;
}
.divShowMore 
{
    cursor: pointer;
}
.divShowMore ~ span
{
    display: none;
}
#divCalendarPopupOverlay 
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,0.7);
    display: none;
    padding:0 15px;
    overflow-x:scroll;
}
#calendarPopup 
{
    max-width: 600px !important;
    width:95%;
    background-color: #FFFFFF !important;
    border-radius: 10px;
    position:relative;
    top:30%;
    margin:0 auto;
    overflow:hidden;
    min-height:230px;
}
#calendarPopup:before 
{
    width: 47%;
    content: "\f073";
    font-size: 800%;
    font-family: FontAwesome;
    position: absolute;
    top:0;
    bottom:0;
    padding-top:80px;
    text-align: center;
    line-height: 100%;
    color: #2f4c62;
    background:#efefef;
    z-index:0;
}
#calendarPopup span
{
    padding-left:4px;
}
#divCalendarPopupHeaderWrp 
{
    font-size:150%;
    text-align: center;
    color: #FFFFFF;
    padding: 2%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom:20px;
    position:relative;
    z-index:1;
}
#divCalendarPopupHeaderWrp span:nth-of-type(1)
{
}
#divCalendarPopupHeaderWrp span:nth-of-type(2) 
{
    float:right;
    cursor:pointer;
}
#calendar_weekdays div {
    color: rgb(33, 37, 41) !important;
}

#calendar_content div {
    color: rgb(33, 37, 41) !important;
}

#calendar_content div.today 
{
    color: #FFFFFF !important;
}
.fa-calendar-plus-o:hover
{
    cursor:pointer;
}
@media only screen and (max-width: 600px) {
    #calendarPopup:before 
    {
        width:100%;
        position:static;
        padding-top:80px;
        display:block;
        padding-bottom:15px;
        margin-bottom:15px;
    }
    #divCalendarPopupHeaderWrp 
    {
        position:absolute;
        top:0;
        max-height:80px;
        width:100%;
    }
    .divEventOrMeeting 
    {
        width:94%;
        margin:1% 3%;
    }
}