/* Theme CSS */
.eventCalendar-wrap {
	font-size: 12px;
	border-radius: 8px;
}
.eventCalendar-wrap .eventCalendar-arrow {
	text-decoration:
			none;
	color: #1e1a1a;
	line-height:28px;
	top: 4px;
	padding:8px 10px;
	width: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
}
.eventCalendar-wrap .eventCalendar-arrow.prev {

}
.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
.eventCalendar-wrap .eventCalendar-arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #777777;
	float:
			left;
	text-indent:-5000px;
}
.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
	border-left-width:0;
	border-right: 6px solid #777777;
}
.eventCalendar-slider {height: initial!i;}

.eventCalendar-monthWrap {
	border-radius:5px;
	top:0px;
	left:0px;
	background: #FFFFFF;
}
.eventCalendar-currentTitle {
	line-height:25px;
	padding: 6px 0;
	background: #EFEFEF;
	border-radius: 8px;
}
.eventCalendar-currentTitle .eventCalendar-monthTitle {
	font-size: 16px;
	text-decoration:
			none;
	/* font-weight:bold; */
	color: #000000;
}

.eventCalendar-daysList {
	zoom: 1;
	padding:0;
	width:100%;

}
.eventCalendar-daysList.eventCalendar-showAsWeek {
	margin:10px 5px;
	width: auto;
	border-bottom-width:0;
	border-radius:0;
}
.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

	border-radius:5px 5px 0 0;
}
.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
.eventCalendar-daysList:after { clear: both; }
.eventCalendar-day-header {
	text-transform: unset;
	text-align:
			center;
	border-bottom: solid 1px #CECECE;
	color: #3EAFE4;
	font-size: 11px;
	padding-bottom: 7px;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li {
	height:auto; margin:0;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
	/* background-color: #ccc; */
	min-height:27px;
	/* border-top: solid 1px #ccc; */
}
.eventCalendar-day a {
	text-decoration:none;
	font-size:10px;
	color:#424242;
}
.eventCalendar-day {
	/* border-left:solid 1px #BCBCBC; */
}
.eventCalendar-day a  {
	/* border:solid 1px #BCBCBC; */
	border-width:0 1px 1px 0;
}
.eventCalendar-showAsWeek .eventCalendar-day {/* border-left-width:0; */}
.eventCalendar-showAsWeek .eventCalendar-day a  {
	/* border:solid 1px red; */
	/* border-color:#fff #BCBCBC #BCBCBC #eee; */
	line-height:27px;
	font-size:11px;
}
.eventCalendar-day a:hover {
	background-color:#E4E4E4;
	/*	box-shadow:inset 5px 5px 10px #C1C1C1;
        text-shadow: 2px 2px 2px #C1C1C1;*/
}
.eventCalendar-daysList li.today a {
	color:#fff;
	background: #3EAFE4;
	/*	box-shadow:inset 5px 5px 10px #777;
        text-shadow: 2px 2px 2px #777;*/
}
li.eventCalendar-day.today a:hover {
	background-color:#ccc;
	/*box-shadow:inset 5px 5px 10px #999;*/
}

.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
	background: #00a89c;
	color:#fff;
}

/*.eventCalendar-daysList li.eventCalendar-dayWithEvents.type-1 a {
	background: orange;
	color:#fff;
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents.type-2 a {
	background: #00a89c;
	color:#fff;
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents.type-1.type-2 a {
	background: orange;
	color:#fff;
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents.type-3 a {
	background: orange;
	color:#fff;
}*/
li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
	background-color: #6273c8;
	/*box-shadow:inset 5px 5px 10px #89B814;
    text-shadow: 2px 2px 2px #89B814;*/
}


.eventCalendar-daysList li.current a {
	color:#fff;
	background:#449FB2;
	box-shadow:inset 5px 5px 10px #216B7A;
	text-shadow: 2px 2px 2px #216B7A;
}
li.eventCalendar-day.current a:hover {
	background-color:#79BDCC;
	box-shadow:inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;
}
.eventCalendar-loading {
	border-radius:4px;
	margin:5px auto;
	padding:0 10px;
	/* background-color:#ccc; */
	color: #00a89c;
	text-align:
			center;
	font-weight:
			bold;
	/* box-shadow:0 0 10px #ccc; */
	/* text-shadow:0 0 3px #aaa; */
	position:
			absolute;
	z-index:4;
	top:25px;
	left:5px;
}
.eventCalendar-loading.error {
	background-color:red;
}

.eventCalendar-subtitle {padding-top:10px;padding: 0;margin: 0 0 6px;}
.eventCalendar-list-wrap {
	min-height:100px;
	position:relative;
	margin-top: 15px;
	color: #fff;
}
.eventCalendar-list-content.scrollable {/*height:100px;*/overflow-y:auto;margin: 0;}
.eventCalendar-list {
	margin:0; padding:0; list-style-type:none;
}
.eventCalendar-list li {
	padding: 6px 0 0 0;
	margin:0;
	clear:both;
	display: flex;
	gap: 6px;
}
.eventCalendar-list li time {
	font-size:10px;
	line-height:13px;
}
.eventCalendar-list li time em {
	float:left;
	font-style:normal;
}
.eventCalendar-list li time small {
	font-size:10px;
	float:left;
	background-color:#807E7E;
	color:#fff;
	padding:0 5px 0 4px;
	margin:0 0 0 3px;
}
.eventCalendar-list li .eventCalendar-eventTitle {
	display:block;
	clear:both;
	font-weight:bold;
}
.eventCalendar-list li a.eventCalendar-eventTitle {
	color: #000000;
}
.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
.eventCalendar-list li .eventDesc {
	clear: both;
	margin:0 0 5px 0;
	font-size:80%;
	line-height:1.2em;

}
p.eventCalendar-eventDesc{
	margin: 0 0 6px;
}
.eventCalendar-list .eventCalendar-noEvents {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align:
			center;
	font-weight:
			bold;
}

.bt {
	font-size:12px;
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;

	color: #ffffff;
	background-color: #698B10;
	background-repeat: repeat-x;

	background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
	background-image: -moz-linear-gradient(top, #89B814, #698B10);
	background-image: -ms-linear-gradient(top, #89B814, #698B10);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
	background-image: -webkit-linear-gradient(top, #89B814, #698B10);
	background-image: -o-linear-gradient(top, #89B814, #698B10);
	background-image: linear-gradient(top, #89B814, #698B10);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	border: 1px solid #698B10;
	border-color: #698B10 #698B10 #465F05;

	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
/*scrollbar*/
/* W3C standard firefox */
.eventCalendar-list-content.scrollable {
	scrollbar-width: thin;
	scrollbar-color: #00a89c #ffffff;
}
/* для Chrome/Edge/Safari */
.eventCalendar-list-content.scrollable::-webkit-scrollbar {
	height: 12px;
	width: 4px;
}
.eventCalendar-list-content.scrollable::-webkit-scrollbar-track {
	background: #ffffff;
}
.eventCalendar-list-content.scrollable::-webkit-scrollbar-thumb {
	background-color: #00a89c;
	border-radius: 3px;
	/*border: 1px solid #2992ae;*/
}
.eventCalendar-title {
	font-size: 16px;
	color: #fff;
	margin: 48px 0 16px;
}
.eventCalendar-showAsWeek .eventCalendar-day {
	border: 1px solid #CECECE;
	border-right: 0;
	border-top: 0;
}
.eventCalendar-showAsWeek .eventCalendar-day:last-child,
.eventCalendar-showAsWeek .eventCalendar-day:nth-child(7n) {
	border-right: 1px solid #CECECE;
}
.eventCalendar-showAsWeek .eventCalendar-day:last-child:not(:nth-child(7n)) {
	width: calc(14.28% + 1px);
}
/* end of theme css */