.calendar  * {
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;
}
.calendar-sm {
    cursor: default;
    width: 300px;
    height: 370px;
}
.calendar {
    cursor: default;
    width: 300px;
    height: 320px;
}

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

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

.c-grid {
    box-shadow: 2px 2px 5px #888888;
    height: inherit;
}
.c-day {
    width: 14.28%;
    height: 13%;
    background-color: #f9fbfd;
    float: left;
    text-align: center;
}

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

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

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    background-color: rgb(88, 150, 14);
    color: white;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 1%;
}

.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: none;
    font-weight: bold;
}

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

.c-event {
    background-color: #64B5F6;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.c-grid {
margin-bottom:10px;
margin-top:10px
}

.c-event-grid {
    height: inherit;
    width: 100%;
    float: left;
}

.c-grid-title {
    font-weight: bold;
    float: left;
    background-color: rgb(102, 181, 9);
    color: white;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: rgb(102, 181, 9);
    color: white;
}

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

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
	
}

.c-event-body::-webkit-scrollbar {
  width: 5px;
}
 
.c-event-body::-webkit-scrollbar-thumb {
  background: #666; 
}


.c-event-item .title{
	color: #a9a9a9 !important;
    font-size: 12px !important;
    padding: 11px 0px 0px 0 !important;
}
.c-event-item .description{
	font-size: 14px !important;
}

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

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

.c-event-item {
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.c-event-over {
    background-color: #1E88E5;
    font-weight: bold;
    color: #fff;
}

.c-event-list .c-event-over{
	background: #1E88E5;
}
.c-event-list .c-event-over .title{
	color:#fff !important;
}

.c-event-list .c-event-over .description{
	color:#fff;
}
.c-event-list .description span{
	display:block;
	color:rgb(102, 181, 9);
}
.c-event-list .c-event-over .description span{
	color:#b1e3f9;
}
.c-event-over > .description {
    font-weight: normal;
}

/*
@media only screen and (max-width : 767px) {
.calendar {width: 100%;height: 270px;}
}

@media only screen and (max-width:640px){
.c-grid{width:100%;}
.c-event-grid{width:100%}
.calendar{height:350px;    overflow-y: scroll;
    overflow-x: hidden;}
}*/