/* @override http://www.lystrupgruppe.dk/wp-content/plugins/flexevents/css/flexevents_widget_list.css?ver=4.2.2 */

/* Liste visning */
.list .flexevents_event_wrapper {
	padding-left: 185px;
	margin-bottom: 10px;
	min-height: 185px;
	position: relative;
}

.list .flexevents_event_wrapper_nopic {
	padding-bottom: 25px;
	margin-bottom: 25px;
	min-height: 185px;
	position: relative;
}

.list .adskiller_billede {
	min-height: 20px;
	margin-bottom: 20px;
	background-repeat:repeat-x;
	background-position:center center;
}

.list div.image_event {
	position: absolute;
	left: 0px;
	width: 165px;
	height: 165px;
	margin-right: 5px;
	overflow: hidden;
	box-sizing: content-box;
}

.list img.image_event {
	max-width: 403px;
	vertical-align: top;
	margin-left: -70%;
}

.list .title_description {
	height: 100%;	
}

.list .title {
	font-weight: bold;
	font-size: 150%;
	line-height: 125%;
	margin-bottom: 5px;
}

.list .shortdescription {
	margin-bottom: 10px;
}

/*info om event */
.list .where,
.list .when,
.list .pricing,
.list .registrants {
	color: grey;
}

.list img.icon_where,
.list img.icon_when,
.list img.icon_price,
.list img.icon_participants {
	height: 1em;	
}

.list div.where_when_price_registrants {
	position: relative;
}

.list div.where_when {
	width: 50%;
}

.list div.price_registrants {
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
}

/* knapper */
.list div.eventlist_event_regstat_buttons {
	margin-top: 5px;
	position: relative;
}

.list .eventlist_event_regstat_button {
	width: 45%;
}

.list .eventlist_event_regstat_button.inactive,
.list .eventlist_event_regstat_button a {
	height: 42px;
	line-height: 42px;
	font-size: 1.25em;
	text-decoration: none;
	text-align: center;
	display: block;
	cursor: pointer;	
	border-radius: 2px;
}

.list .eventlist_event_regstat_button.moreinfo a,
.list .eventlist_event_regstat_button.moreinfo a:visited {
}

.list .eventlist_event_regstat_button.inactive,
.list .eventlist_event_regstat_button.register {
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
}

.list .eventlist_event_regstat_button.register a,
.list .eventlist_event_regstat_button.register a:visited {
}

.list .eventlist_event_regstat_button.inactive {
}

@media only screen and (max-width: 990px) {
	.list .flexevents_event_wrapper {
		padding-left: 0px;
	}
	
	.list div.image_event {
		position: relative;
		box-sizing: content-box;
		width: auto;
		height: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.list img.image_event {
		max-width: 524px;
		margin-left: 0;
		vertical-align: top;
	}
}

.list .testtilstand {
	color: red;
	font-weight: bold;
	font-style: italic;
}