/* Toevoegingen op LNV webstijl en TZX specifiek */

/* Algemeen
--------------------------------- */
input.hidden
{
	display: none!important;
}

div.note
{
	position: absolute;
	font-size: 1em;
	right: 150px;
	top: 180px;	
	width: 200px;
	padding: 1em;
	background: red;
	color: #fff;
	font-size: 11px;
}

div.note a
{
	color: #ffc;
	text-decoration: underline;
}

table#legislation a
{
	line-height: 1.4em;
}

.florafauna ul
{
	width: 90%!important;
}

/* Thumbnails soortgegevens */

div.thumbholder
{
	float: left;
	padding: 5px;
	width: 125px;
}

/*.thumbholder .thumbnail
{
	width: 125px;
	height: 100px;
	overflow: hidden;
}*/

div.thumbholder p
{
	color: #666;
	font-size: .9em;
}


/* Uitgebreid zoeken (FlexQry)
--------------------------------- */
/* formulier algemeen */
#flxQry form
{
	width: 100%!important;
	position: relative;
	margin: 0!important;
	padding: 0!important;
}

#flxQry form ul, #flxQry form li
{		
	margin: 0!important;
	padding: 0!important;	
	list-style: none!important;	
	background-image: none!important;
	width: 100%!important; /* even breed als form */
}

#flxQry form br
{
	clear: both;
}

/* Opmaak alleen anders voor formelementen binnen 'LI'; Verkleint de kans op toekomstige css problemen! */
#flxQry li label, #flxQry li input,  #flxQry li select, #flxQry li div.logical 
{
	float: left;
	display: inline;
	width: 10%;	
	padding: 0;
	margin: 2px 0 0;
	font-size: 1em!important;
}

/* Form elementen */
#flxQry li div.logical span
{
	display: block;
	width: 50%;
	margin-top: 0.4em;
	font-weight: bold;
}

#flxQry li div.logical span.and
{
	margin-left: 10px;
	color: #206E5F;
}

#flxQry li div.logical span.or
{
	margin-left: 50%;
	color: #666;
}

#flxQry li label
{
	width: 33%;
	font-weight: bold;
}

#flxQry li select.operator
{
	width: 16%;
}

#flxQry li input.waarde
{
	width: 22%;
	padding: 2px;
	margin-left: 1%;
}

#flxQry li select.waarde
{
	width: 40%;
}

#flxQry li select.criterium
{
	width: 25%!important;
}
/* Rijen */
#flxQry li.row
{
	margin: 0 0 10px!important;
}

#flxQry ul.group, #addRow li.addrow
{		
	background: #eee;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#flxQry li.grouprow, #flxQry li.addgrouprow
{
	padding: 5px 0!important;
	border-bottom: solid 1px #ccc;
}

#flxQry li.addgrouprow
{
	border: none;
	margin-top: -2px;
	border-top: solid 1px #666;
	background: #ccc;
}

#addRow li.addrow
{
	padding: 5px 0!important;
}

/* knoppen */
#flxQry li a.knop-verwijder
{
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	background: #000!important;
	color: #fff!important;
	font-size: 10px!important;		
	width: 2.2em;
	text-align: center;
	padding: 0!important;
	line-height: 2.2em;
	height: 2.2em;
	border: none!important;
	text-decoration: none!important;
}

#flxQry li a.knop-verwijder strong
{
	color: #fff;
}

#flxQry li a.knop-verwijder:hover
{
	background: #c00!important;
}

#flxQry input.knop-combineer
{
	margin: 0.2em 1% 0!important;
	margin-left: 1%;
	width: 2.2em;
	background: #206E5F;
	color: #fff;
	line-height: 1.7em;
	height: 1.7em;
	border: none;
}

#flxQry .form-knoppen .knop-volgende-stap
{
	float: right;
	padding: 2px;
}

/* layout */
#flxQry
{	
	margin: 0 0 100px!important;
}

#addRow
{
	margin-top: -100px;
}

#flxQry .form-knoppen
{
	position: absolute;
	bottom: -100px;
	height: 25px;
}

#flxQryResult
{
	width: 99%;
}


/* TinyMce 
--------------------------------- */
.mceToolbarContainer a, .mceToolbarContainer img.mceSeparatorLine, .mceToolbarContainer .mceSelectList, .mceToolbarContainer br
{
	float: left;
	position: relative;
	clear: none;
}

.mceToolbarContainer a
{
	border: none!important;
}

.mceToolbarContainer select.mceSelectList
{
	width: auto!important;
}