/*
Planbord phase updatePlan
utf-8: é
*/

body[phase='UpdatePlan']
{
	margin: 8px 8px;
	/*max-width: 600px;*/
}

#updateplan img.logo {
	margin-top: 10px;
}

#updateplan div#activiteiten {
	margin: 4px 0 4px 0;
	padding: 4px;
	background-color: #EEE;
}

#updateplan div.plandiv {
	/*onderscheid met de plandiv in de planview dus puur op de houder-id */

	width: 100%;
	margin: 4px 0 4px 0;
}

#updateplan span.plandivactie
{
	cursor: pointer;
	padding: 0 12px 0 12px;
	margin: 0 0 0 16px;
	color: black;
	background-color: white;
	background-color: rgba(255,255,255,0.75);
	font-weight: bold;
}

#updateplan div.plandivregel {
	padding: 4px;
}

#updateplan div.plandivregel1 {
	background-color: rgba(255,255,255,0.75);
}

#updateplan div.plandivregel3 {
	padding: 4px;
}

#updateplan select.activity_select {
	margin-left: 4px;
}

#updateplan div.plan_beschrijving {
	/* maken we relatief */
	position: relative;
	height: 5em;
	padding: 0;
	margin: 0;
}
#updateplan textarea.plan_beschrijving {
	position: absolute;

	width: 95%;
	height: 3em;

	left: 4px; right: 4px; top: 4px; bottom: 4px;
	margin: auto;
	padding:4px;
	background-color: rgba(255,255,255,0.9);
}

