/*= CORE CSS */
.hidden { display:none; }

.eventCalendar-wrap { 
	position:relative; 
	overflow:hidden;
}
.eventCalendar-wrap .arrow { 
	position:absolute; 
	z-index:5; 
	top:3px;
}
	.eventCalendar-wrap .prev {
		left:3px;
	}
	.eventCalendar-wrap .next {
		right:3px;
	}
	
.eventsCalendar-currentTitle .monthTitle {
	display:block;
	text-align:center;
}
	.eventsCalendar-monthWrap {
		position:absolute;
		top:0; left:0;
		*z-index:2;
	}
		.eventsCalendar-monthWrap.currentMonth { 
			*z-index:1;
		}	
.eventsCalendar-daysList { 
	display:table;
	width:100%;
}
	.eventsCalendar-daysList.showAsWeek {
		display:block;
	}
	
	.eventsCalendar-daysList li {
		display:table-cell;
	}
		.eventsCalendar-daysList li.dayWithEvents {
			background:rgba(0,0,0,0.15);
		} 
		.eventsCalendar-daysList li.current {
			background:rgba(0,0,0,0.35);
		} 
		.eventsCalendar-daysList.showAsWeek li {
			display:block;
			float:left;
			width:14.28%;
			height:20px;
		}
	.eventsCalendar-daysList li a {
		padding:10px;
		display:block;
		text-align:center;
		font-size:8px;
		min-width:7px;
	}
.eventsCalendar-loading {
	display:block;
	min-width:100px;
	height:40px;
	line-height:40px;
}	
.eventsCalendar-list {
	position:relative;
	z-index:1;
	
}	
	.eventsCalendar-list.oldEventList {
		z-index:2;
	}
	.eventsCalendar-subtitle {
		padding-left:5px;
		font-weight:bold;
		font-size:120%;
	}
/* end of core CSS */	
	
.add_text{
	/*padding:0px !important; 
	margin:0px !important;
	border:none !important;
	background:none !important;
	font-size:9px !important;*/
	margin-top:-12px;
	text-align:right;
	margin-right:5px;
	cursor:pointer;
	
  }

  
.e-type{float:left; margin-left:10px; margin-bottom:10px; width:93%!important;}
#mainselectioncs-newdrop-new3{ width: 75.2%!important;float:left;}
.e-category{float:left; margin-left:10px; margin-bottom:10px; width:93%!important;}
.ecategory-dropdown{ width:75.1%!important;float:left;}

@media only screen and (min-width:768px) and (max-width:1024px){
.e-type{float:left; margin-left:10px; margin-bottom:10px; width:93%!important;}
#mainselectioncs-newdrop-new3{ width:99.5%!important; float:left;}
.e-category{float:left; margin-left:10px; margin-bottom:10px; width:103%!important;}
.ecategory-dropdown{ width:100%!important;float:left;}
}
@media only screen and (min-width:481px) and (max-width:767px){
.e-type{float:left; margin-left:10px; margin-bottom:10px; width:93%!important;}
#mainselectioncs-newdrop-new3{ width:99.5%!important; float:left;}
.e-category{float:left; margin-left:10px; margin-bottom:10px; width:103%!important;}
.ecategory-dropdown{ width:100%!important;float:left;}
}

@media only screen and (min-width:320px) and (max-width:480px){
.e-type{float:left; margin-left:10px; margin-bottom:10px; width:94%!important;}
#mainselectioncs-newdrop-new3{ width:99.5%!important; float:left;}
.e-category{float:left; margin-left:10px; margin-bottom:10px; width:104%!important;}
.ecategory-dropdown{ width:100%!important;float:left;}
}