/*.calendar  * {
	box-sizing: border-box;
	font-family: Tahoma;
	font-size: 14px;
}
.calendar-sm {
	cursor: default;
	width: 800px;
	height: 370px;
}
.calendar {
	cursor: default;
	width: 600px;
	height: 270px;
}

.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;*/
	overflow: hidden;
	padding: 32px;
	border: 1px solid #d8d8d8;
}
.c-head {
	padding: 10px 0 15px;
	line-height: 30px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
}
.c-arrow {
	padding: 0 12px;
	color: #ddd;
	font-size: 32px;
	cursor: pointer;
}
.c-month {
	/*width: 75%;
	height: 12%;
	text-align: center;*/
	font-size: 32px;
	color: #09235c;
	font-weight: 700;
	padding-left: 15px;
	font-family: helveticaneueltstd-thcn, sans-serif;
}
.c-day {
	width: 14.28%;
	height: 54px;
	font-size: 15px;
	float: left;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 50%;
}
.e-month {
	top: -7px;
}
/*.c-day:hover {
	border-color: #cc3333
}*/

.c-day-previous-month,
.c-day-next-month {
	width: 14.28%;
	height: 13%;
	/*background-color: #F9FBFD;*/
	float: left;
	text-align: center;
	color: #d8d8d8;
}

.c-week-day {
	/*width: 14.28%;
	height: 10.38%;
	background-color: rgb(145, 172, 203);
	float: left;
	font-weight: bold;
	padding-top: 1%;*/
	color: #9f9d9d;
	text-align: center;
	font-size: 13px;
}

/*.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-nav-btn-over {
	/*background-color: rgb(137, 163, 192) !important;*/
	font-weight: bold;
	color: #888;
}

.c-today {
	color: #424242;
	font-weight: 600;
	background-color: #f5cb2d /*#d3bc90*/
}

.c-event {
	/*background-color: rgb(166, 166, 166);
	color: white;
	font-weight: bold;*/
	cursor: pointer;
	position: relative;
}
.c-event.c-event-over,
.c-event:hover,
.c-event:focus {
	border-color: #cc3333
}
.c-event::after {
	background: #cc3333;
	border-radius: 50%;
	bottom: 5px;
	display: block;
	content: '';
	height: 6px;
	left: 50%;
	margin: -3px 0 0 -3px;
	position: absolute;
	width: 6px;
}


/*.c-grid {
	float: left;
	width: 50%;
}

.c-event-grid {
	margin-left: 1px;
	height: inherit;
	width: 49%;
	float: left;
	box-shadow: 2px 2px 5px #888888;
}

.c-grid-title {
	font-weight: bold;
	float: left;
	background-color: rgb(112, 145, 183);
	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: 88.1%;
}*/

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

.c-event-item > .title {
	font-family: 'ProximaNovaRegular', 'helveticaneueltstd', 'NotoSans', sans-serif;
	/*font-weight: bold;*/
	max-height: 50px;
    overflow: hidden;
    color: #4a4a4a;
}
.c-event-item > a {
	color: #9b9b9b
}

.c-event-item > div {
	text-overflow: ellipsis;
	width: inherit;
	overflow: hidden;
	white-space: nowrap;
	/*color: #4a4a4a;*/
}
.description {
	color: #9b9b9b
}

.c-event-item {
	/*padding: 15px 0;
	margin-bottom: 10px;*/
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
}
.c-event.c-event-over {
	font-weight: 600;
}
.c-event-over {
	transition: all .5s ease;
}
.c-event-list .c-event-over {
	color: #FFF;
	background-color: #09235c;
}
.c-event-over > .description {
	font-weight: normal;
	color: #c7b288
}
.c-event-over > .description a {
	color: inherit;
	text-decoration: none
}
.c-event-over > .c-event-date,
.c-event-over > .title a {
	color: #FFF;
	text-decoration: none
}