/*
Planbord phase planview
*/

body[phase='PlanView']
{
	background-image: url(../img/logo.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

body[phase='PlanView'] div#houder
{
	background-color: rgba(255,255,255,0.95); /*logo erachter */
}

table.plantable
{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table#planheader
{
	z-index: 2;
	width: 100%;
	border-collapse: collapse;
	height: 30px;
	font-size: 10px;
	background-color: #444;
	color: white;
	position: fixed;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


table#planheader td
{
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
}


table#planheader td#linksboven span#menuclick
{
	bottom: 0px;
	font-size: 14px;
	color: white;
	padding-left: 4px;
	padding-right: 2px;
	cursor: pointer;
}

div#planmenu
{
	/* in houder */
	/*display: none;	in style=*/

	position: fixed;
	background-color: #444;
	border: 1px solid white;
	left: 20px;
	top: 40px;
	color: white;
	z-index: 4;
	padding: 8px;
}

div#planmenu div.planmenuitem
{
	cursor: pointer;
	float: left;
	padding: 6px;
}

div#planmenu div.planmenuitem a
{
	color: inherit;
	text-decoration: none;
}

table#planheader td#linksboven span#jaartal
{
	position: absolute;
	bottom: 0px;
	right: 4px;
	font-size: 8px;
	font-weight: 100;
}

table#planheader td span.datumnav
{
	position: absolute;
	bottom: 0px;
	z-index: 3;
	font-size: 24px;
	margin: 0;
	color: white;
	cursor: pointer;
	width: 30%;
}

table#planheader td span#prevdatum
{
	left: 5px;
	text-align: left;
}

table#planheader td span#nextdatum
{
	right: 5px;
	text-align: right;
}

table#planview
{
	margin-top: 30px;
}

table#planview tr
{
	font-size: 10px;
}

table#planview[lettergrootte="groter"] tr
{
	font-size: 12px;
}

table#planview[lettergrootte="grootst"] tr
{
	font-size: 14px;
}

table#planview tbody#tb_user {
	background-color: #f0f0f0;
}

table#planview td
{
	/*min-height: 20px;*/
	border: 1px solid #ddd;
}

table.plantable td
{
	overflow: hidden;
}
table.plantable td.linkerkolom
{
	font-weight: bold;
	cursor: pointer;
	/*background-color: #fafafa;*/
}

table#planview tbody.tb_afdeling td.linkerkolom
{
	background-color: #fafafa;
	border: 1px solid #ddd;
}

table#planheader td.datumkolom
{
	text-align: center;
	font-weight: bold;
}

table#planheader td.vandaag
{
	background-color: #ABD116;
}


table.plantable td.linkerkolom_week
{
	width: 10%;
}

table.plantable td.datumkolom_week
{
	width: 18%;
}

table.plantable td.linkerkolom_dag
{
	width: 20%;
}
table.plantable td.datumkolom_dag
{
	width: 80%;
}

table.plantable td.linkerkolom_maand
{
	width: 10%;
}

table.plantable td.datumkolom_maand
{
	width: 3.214%;
}

table#planview td div.plancel {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

table#planview[view="large"] td div.plancel
{
	min-height: 100px;
	height: 100px !important;
	max-height: 100px;
}

table#planview[view="normal"] td div.plancel
{
	min-height: 60px;
	height: 60px !important;
	max-height: 60px;
}

table#planview[view="medium"] td div.plancel
{
	min-height: 40px;
	height: 40px !important;
	max-height: 40px;
}
table#planview[view="compact"] td div.plancel
{
	min-height: 20px;
	height: 20px !important;
	max-height: 20px;
}



table.plantable td div.plancel div.plandiv
{
	font-size: 10px;
	color: black;
	overflow: hidden;
	cursor: pointer;
}

table.plantable[lettergrootte="groter"] td div.plancel div.plandiv
{
	font-size: 12px;
}

table.plantable[lettergrootte="grootst"] td div.plancel div.plandiv
{
	font-size: 14px;
}

div.txt
{
	padding: 2px 4px 2px 4px;
	overflow: hidden;
}