.calendar  * {
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;
}
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
          cursor: default;
    width: 100%;
    /*height: 436px;*/
    margin: 0 auto;
    margin-top: 38px;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
    padding-top: 3%;
}

.c-grid {
    height: inherit;
}
.c-day {
    width: 57px;
    height:51px;
        background-color: rgb(232, 236, 246);
    color: black;
    float: left;
    text-align: center;
        margin: 0px;
    font-size: 18px;
    padding-top: 9px !important;
}

.c-day-previous-month {
    width: 57px;
    height:51px;
    background-color: #e8ecf6;
    float: left;
    text-align: center;
    color: #e8ecf6;
     margin: 0px;
     display: none;

}

.c-day-next-month {
    width: 57px;
    height:51px;
    background-color: #e8ecf6;
    float: left;
    text-align: center;
    color: #e8ecf6;
        margin: 0px;
}

.c-week-day {
    width: 57px;
    height:51px;
        background-color: rgb(232, 236, 246);
    color: black;
    float: left;
    text-align: center;
    font-weight: normal;
    padding-top: 1%;
    margin: 0px;
    font-size: 22px;
    padding-top: 4px !important;
}
.c-next {
    width: 12.5%;
    height: 10.5%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
    margin-bottom: 2px;
    background: url(../img/seta-esquerda.png) center top no-repeat;
    display: none;
}

.c-previous {
   width: 12.5%;
   height: 10.5%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
    margin-left: 3px;
    margin-bottom: 2px;
    background: url(../img/seta-direita.png) center top no-repeat;
    display: none;
}

.c-month {
       width: 89.8%;
    height: 16.5%;
    margin-bottom: 2px;
    text-align: center;
    padding: 14px;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background: #e8ecf6 !important;
    border: solid 2px #c07373 !important;
    color: #000 !important;
}

.c-event {
    background-color: #e8ecf6;
    color: black;
    font-weight: normal;
    cursor: pointer;
    border: solid 2px #73bac0;
}

.c-grid {
    float: left;
    width: 368px;
    padding-right: 0px;
    margin-right: 0px;
}

.c-event-grid {
    margin-left: 0px;
    height: inherit;
    width: 374px;
    float: left;
}

.c-grid-title {
    font-weight: normal;
    float: left;
    background-color: #7378c0;
    color: white;
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'ralewayextrabold';
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: rgb(135, 155, 188);
    color: white;
    display: none;
}

.c-event-body {
    height: 88.1%;
}

.c-event-list {
    padding: 7 0 0 0;
    
}

.c-event-item > .title {
       font-weight: normal;
    float: left;
    background: #7378c0;
    padding: 10px;
    text-align: center;
    color: #fff;
    padding-left: 13px;
    font-size: 18px;
    margin-right: 20px;
    font-family: 'ralewayextrabold';
}

.c-event-item > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0px;
}

.c-event-item {
    margin-bottom: 10px;
    text-align: left;
    float: left;
    width: 100%; 
}

.c-event-over {
    color:#000;
}

.c-event-over .description {
    font-weight: normal;
    color:#000 !important ;
}
.c-event-over .title {
    background:#ffca00;
}
.description {
    font-size: 18px;
    font-weight: normal;
    font-family: 'ralewaymedium';
}
.description p {
    margin-bottom: 0px !important;
        font-size: 14px;
        font-family: 'ralewaymedium';
}