/**** November 11, 2013 - Events Calendar ****/


.ai1ec-agenda-widget-view {
	background: #e7f0ff;
}

.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	display: block;
	float: left;
	min-height: 61px;
	width: 40px;
}


.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
	border: 3px solid #0B317A;
	background: #e7f0ff;
	color: #0B317A;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 10px;
	text-shadow: none;
}

.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
	padding: 3px 0 7px;
	color: #e7f0ff;
	font-size: 18px;
	background: #0B317A;
	margin-bottom: 3px;
}

.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday {
	color: #0B317A;
	font-size: 11px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.ai1ec-agenda-widget-view .ai1ec-date {
	width: 271px;
	margin: 0 15px;
	padding: 13px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: none !important;
	border: none;
	border-top: dotted 1px #333;
}

.ai1ec-agenda-widget-view .ai1ec-date:nth-child(1) {
	border-top: none;
}

.ai1ec-agenda-widget-view .ai1ec-date-events {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: 215px;
	min-height: 61px;
}

.ai1ec-agenda-widget-view .ai1ec-event {
	margin: 0;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
/* 	height: 60px; */
	padding: 0;
	border: none;
	background: none;
	color: #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
	font-weight: bold;
	display: block;
}

.ai1ec-agenda-widget-view .ai1ec-event-location {
	display: block;
	font-weight: normal;
	margin-top: 2px;
}

.ai1ec-agenda-widget-view .ai1ec-event-time {
	font-weight: normal !important;
/*
	position: absolute;
	bottom: 15px;
	font-weight: normal;
	display: none;
*/
}

.ai1ec-popup-excerpt {
	display: none;
}

.ai1ec-allday-badge {
	background: #0B317A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.timely.popover {
	display: none !important;
}