

.c-event-grid .c_title_sj {
    background: #89cbeb;
    padding: 5px 15px;
    color: #fff;
}

.top_calendar_div .c_years {
    float: left;
    padding: 5px 0;
}

.top_calendar_div select {
    border: none;
    font-size: 16px;
    padding: 0 5px 0 0;
}


.top_calendar_div .c_months {
    float: left;
    margin-left: 20%;
    padding: 5px 0;
}

.top_calendar_div .c_pages {
    float: right;
    padding: 5px 0;
}

.top_calendar_div .c_pages a {
    padding: 1px 8px;
    border: 1px solid #e6e6e6;
    margin: 0 0 0 -1px;
}

.top_calendar_div {
    overflow: hidden;
    padding: 0 20px;
    background: #2e6caa;
}

.top_calendar_div select{
    text-rendering: auto;
    color: #fff;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    background: #2e6caa;
}

.top_calendar_div  option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
	color: #000;
	background: #fff;
}

.calendar * {
    box-sizing: border-box;
    /*font-family: Tahoma;*/
    font-size: 14px;
}

.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}

.calendar {
    cursor: default;
    margin: auto;
    width: 600px;
    height: 270px;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.c-event-grid .c-close-top {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    color:white;
    font-weight: bold;
    cursor:pointer;
}

.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: #EFF4F9;*/
    float: left;
    text-align: center;
        border-top: 1px solid #e6e6e6;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    /*background-color: #F9FBFD;*/
    float: left;
    text-align: center;
    /*color: gray;*/
     color:#ccc;           
      border-top: 1px solid #e6e6e6;
}

.c-day-next-month {
    width: 14.28%;
    height: 13%;
    /*background-color: #F9FBFD;*/
    float: left;
    text-align: center;
    /*color: gray;*/
     color:#ccc;
    border-top: 1px solid #e6e6e6;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    /*background-color: rgb(145, 172, 203);*/
    background-color: #fff;
    /*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;
    color: gray;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
     color: gray;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
    color: gray;
    
}

.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);*/
    background-color: #89cbeb;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.c-grid {
    float: left;
    width: 50%;
}

.c-event-grid {
    /*margin-left: 1px;*/
    height: inherit;
    width: 50%;
    float: left;
    box-shadow: 2px 2px 5px #888888;
}

.c-grid-title {
    font-weight: bold;
    float: left;
    background-color: #fff;
    /*color: white;*/
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: rgb(135, 155, 188);
    color: white;
}

.c-event-body {
    background-color: #EFF4F9;
    height: 87%;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
    padding: 5px 0 0 0;
    background-color: #fff;
}

.c-event-item > .title {
    font-weight: bold;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
}

.c-event-item {
    /*cursor: pointer;
    display: none;
    padding-left: 10px;
    margin-bottom: 10px;*/
    height: auto;
    cursor: pointer;
    display: none;
    background: #f7f7f7;
    color: #333;
    padding: 10px 15px;
    margin: 0 0 5px 0;
}

.c-event-over {
    display: block;
    /*background-color: lightgray;*/
    /*background-color: #57b5e3;*/
    font-weight: bold;
    color: red;
}

.c-event-over-item {
    background-color: lightgray;
    /*background-color: #3ecdf1!important;*/
}

.c-event-over > .description {
    font-weight: normal;
}
