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

/* Thumbnail visning */
.thumb .flexevents_event_wrapper {
	padding-left: 60px;
	margin-bottom: 5px;
	position: relative;
}

.thumb .flexevents_event_wrapper_nopic {
	margin-bottom: 5px;
	position: relative;
}

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

.thumb .adskiller_border {
	min-height: 20px;
	margin-bottom: 20px;
}

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

.thumb img.image_event {
	max-width: 160px;
	vertical-align: top;
	margin-left: -110%;
}

.thumb .title {
	font-weight: bold;
	margin-bottom: 5px;
}

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

.thumb div.eventlist_event_regstat_wrapper {
	margin-bottom: 15px;
}

.thumb .where_when,
.thumb .price_registrants {
	padding-left: 25px;
}

.thumb .where,
.thumb .when,
.thumb .pricing,
.thumb .registrants {
	color: grey;
	text-indent: -1.4em;
}

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

.thumb span.time {
	display: block;
	text-indent: 0px;
}

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

.thumb .eventlist_event_regstat_button {
	width: 40%;
}

.thumb .eventlist_event_regstat_button.inactive,
.thumb .eventlist_event_regstat_button a {
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	display: block;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
}

.thumb .eventlist_event_regstat_button.moreinfo a,
.thumb .eventlist_event_regstat_button.moreinfo a:visited {
	padding: 0px 10px 0px 10px;
}

.thumb .eventlist_event_regstat_button.register,
.thumb .eventlist_event_regstat_button.inactive {
	position: absolute;
	right: 0;
	top:0;
}

.thumb .eventlist_event_regstat_button.register a,
.thumb .eventlist_event_regstat_button.register a:visited {
	padding: 0px 10px 0px 10px;
}

.thumb .eventlist_event_regstat_button.inactive {
}

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

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