.content {
	position: relative;
}

.agendaitem {
	text-decoration: underline;
}

.agendapanel {
	display: none;
	position: fixed;
	float: left;
	border: 1px solid;
	border-radius: 5px;
	padding: 4px;
	width: 300px;
	background-color: #fff;
	font-size: 9pt;
}
.agendadetail_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
  height: 16px;
  display: inline-block;
  
  
}
.agendadetail_location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
  height: 16px;
  display: inline-block;
 }

.agendadetail_text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
  height: 32px;
  display: inline-block;
}

.agendadetails_popup {
	/* display: none; */
	position: absolute;
	float: left;
	border: 1px solid;
	border-radius: 5px;
	padding: 4px;
	width: 300px;
/* 	background-color: #eef3f8; */
	background-color: #fff;
	font-size: 9pt;
	display: none;
}
.mobile .agendadetails_popup {
	width: 90%;
}
.agendadetails_status {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 3px;
}
.agendadetails_status.in_activity { color: #229722; }
.agendadetails_status.not_has_competentie {	color: #b00303; }
.agendadetails_status.closed { color: grey; }

.agendadetails_title {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 280px;
	height: 16px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap; 
	margin-bottom: 8px;
}
.agendadetails_description {
}

.agendadetails_buttons {

}
div.appointment .agendadetails_buttons .agendadetails_moreinfo a,
div.appointment.in_activity .agendadetails_buttons .agendadetails_moreinfo a,
div.appointment.not_has_competentie  .agendadetails_buttons .agendadetails_moreinfo a,
div.appointment.closed  .agendadetails_buttons .agendadetails_moreinfo a,
div.appointment .agendadetails_buttons .agendadetails_inschrijven a {
	color: #004F9F;
}
.agendadetails_moreinfo {
<!--	float: left; -->
}

.agendadetails_close_button {
	background: url('/images/template/close_button_small.png') center center no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #004F9F;
	border-radius: 3px;
}
