/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
/***********************flextree***********************************************/
.flex_tree .flexlist_icons{
	margin-left: 25px;
	margin-bottom: 0px;
}

.flextree_content{
	padding:20px;
	margin:10px 20px 10px 20px;
	background-color:#e6e6e6;
	border: 1px solid #e6e7e9;
}

.flex_tree .versie_info{
	float: right;
	margin-right: 35px;
	margin-top: 3px;
	color: #bdbdbd;
}
/*
.jstree-default a {
	white-space:normal !important; height: auto;
}
.jstree-anchor {
	height: auto !important;
}
.jstree-default li > ins {
	vertical-align:top;
}
.jstree-leaf {
	height: auto;
}
.jstree-leaf a{
	height: auto !important;
}
.jstree-anchor:hover{
	color:red;
}*/
#jstree-marker{
	z-index:1500;
}

.jstree-contextmenu{
	z-index:1500;
}
/*********************************error message***********************************/
.flex_tree .error_message {
	float:left;
	color:red;
	width:500px;
	text-align:left;
	margin-left:27px;
	margin-top:0px !important;
}
