/*
	Eventon Daily List styles
*/


.eventon_daily_in .evo_day{
	display:inline-block;
	float:left;
	padding:10px;
	margin:0;
	cursor:pointer;
	min-width:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.evo_day:hover span{color:#d4d4d4}
.eventon_daily_in .evo_day.on_focus{
	background-color:#f7f7f7;
	border-top:3px solid #747474;
	padding-top:7px;
}
.evo_day.has_events span{color:#d5c3ac}
.evo_day.on_focus span{	color:#a4a4a4}
.evo_day span{
	display:block; text-align:center;
	font-family:oswald, 'arial narrow';
	line-height:100%;
	color:#e8e8e8
}
.evo_day span.evo_day_num{
	font-weight:bold;
	font-size:20px;
}
.evo_day span.evo_day_name{
	text-transform:uppercase;
	font-size:10px;	
	padding-bottom:4px;
}

/*-- container --*/
.ajde_evcal_calendar .eventon_daily_list{
	position:relative;
	padding:0 20px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}
.ajde_evcal_calendar.evoDV .eventon_events_list{border-top:1px solid #e5e5e5;}
.eventon_dv_outter{
	overflow:hidden;
	width:100%;
}
.eventon_daily_in{height:74px; overflow:hidden}

/*-- arrows --*/
.eventon_daily_list .evo_daily_prev{
	background-position: -5px 0;
	margin: 8px 0px 0 0;
	width: 13px;
	left:0;
}
.eventon_daily_list .evo_daily_prev:hover{background-position: -5px -18px;}
.eventon_daily_list .evo_daily_next{
	background-position: -20px 0;
	margin: 8px 0 0 0px;
	right:0
}
.eventon_daily_list .evo_daily_next:hover{background-position: -20px -18px;}
.eventon_daily_list .evcal_arrows{
	position:absolute;
	cursor: pointer;
	opacity: 0.5;
	background-image: url(../images/arrows.png);
	float: left;
	height: 18px;
	margin:18px 0;
	width: 20px;
	display: block;
}
.eventon_daily_list .evcal_arrows:hover{opacity:1}


/* times only for dailyview */
	.ajde_evcal_calendar.evoDV #evcal_list .evcal_cblock .evo_date{display: none;}
	.ajde_evcal_calendar.evoDV #evcal_list .evcal_cblock .evo_time{display: block;}
	.ajde_evcal_calendar.evoDV .eventon_events_list .eventon_list_event .evcal_desc .evcal_time{display: none;}
	.ajde_evcal_calendar.evoDV .eventon_events_list .eventon_list_event .evcal_list_a{min-height: 75px}