#full-eventsCalendar{
    position: relative;
}
#full-eventsCalendar th,
#full-eventsCalendar td,
#full-eventsCalendar table{
    border: none;
}
#full-eventsCalendar td{
    vertical-align: center;
    color: #000;
    text-align: center;
    background: none;
    margin: 0 ;
    padding: 0px;
    border: none;
    font-size: 16px;
    line-height: 30px;
    /*width: 30px;*/
    font-family: 'OpenSansBold';
    font-weight: bold;
}

#full-eventsCalendar .fc-prev-button,
#full-eventsCalendar .fc-next-button{
    background: none;
    border: none;
}
#full-eventsCalendar .fc-prev-button:focus,
#full-eventsCalendar .fc-next-button:focus{
    box-shadow: none;
}

#full-eventsCalendar .fc-prev-button span:before,
#full-eventsCalendar .fc-next-button span:before{
    color: #1653CC;;
}
#full-eventsCalendar .fc-dayGrid-view .fc-body .fc-row{
    min-height: 35px;
}
#full-eventsCalendar .fc-day-number{
    float: none;
    width: 100%;
}
#full-eventsCalendar .fc-sat,
#full-eventsCalendar .fc-sun{
    color: #ff133a;
}

#full-today{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #000000;
    background: #F3F3F3;
    border-radius: 0px 0px 10px 10px;
    height: 50px;
}
#full-eventsCalendar .fc-day-grid-event{
    display: none;
}


#full-eventsCalendar .event-calendar-active span{
    color: #000;
    background: #FFF100;
    cursor: pointer;
    text-shadow: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    font-family: 'OpenSansBold';
    font-weight: bold;
    display: block;
}

#allCalendarTooltip{
    position: absolute;
    z-index: 1000;
    display: none;
}
#allCalendarTooltip.active{
    display: block;
    background: #fff;
    border: 2px solid #1653CC;
    padding: 10px;
    border-radius: 4px;
    width: 250px;
}
#allCalendarTooltip .close{
    position: absolute;
    right: 5px;
    top: 5px;
}
#allCalendarTooltip .it-event{
    position: relative;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#allCalendarTooltip .it-event a{
    font-size: 1.3em;
    font-weight: normal;
    display: block;
}
#allCalendarTooltip .it-event p{
    color: #777;
    margin: 5px 0;
}
#allCalendarTooltip .it-event:last-child{
    border: none;
}