.calendar  * {
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;
}
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
.calendar {
    background-color: transparent;
    border-color: transparent;
    cursor: default;
    display: block;
    height: auto;
    margin-top: -128px;
    width: 200px;

}
  
.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
    padding-top: 1%;
}

.c-grid {
    float: left;
    height: 200px;
    margin-left: 45px;
    margin-top: 207px;
    width: 151%;
}
.c-day {
    background-color: white;
    float: left;
    height: 13%;
    text-align: center;
    width: 14.28%;
}

.c-day-previous-month {
    background-color: white;
    color: white;
    float: left;
    height: 13%;
    text-align: center;
    width: 14.28%;
}

.c-day-next-month {
    background-color: white;
    color: white;
    float: left;
    height: 13%;
    text-align: center;
    width: 14.28%;
}

.c-week-day {
    background-color: white;
    color: #0067af;
    float: left;
    font-weight: 100;
    height: 10.38%;
    text-align: center;
    width: 14.28%;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #D8EAF1;
}

.c-event {
    background-color: rgb(166, 166, 166);
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.c-grid {
    float: left;
    width: 153%;
}

.c-event-grid {
    box-shadow: 2px 2px 5px transparent;
    float: none;
    height: inherit;
    margin-left: 46px;
    margin-top: 465px;
    position: absolute;
    width: 151%;
}

.c-grid-title {
    background-color: white;
    color: #475b98;
    float: left;
    font-weight: bold;
}

.c-event-title {
    color: #5c5b60;
    font-weight: bold;
    height: 12%;
    margin-top: 6px;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
}

.c-event-body {
    background-color: transparent;
    height: 88.1%;
}

.c-event-list {
    height: 174px;
    overflow: auto;
}

.c-event-item > .title {
    font-weight: bold;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: inherit;
   /* white-space: nowrap;*/
}

.c-event-item {
    padding-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 12px;
}

.c-event-over {
    background-color: lightgray;
    font-weight: bold;
    color: black;
}

.c-event-over > .description {
    font-weight: normal;
}
