/* CSS Document */
/* vormgeving van tabellen die zichtbaar zijn na filtering */

#filter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	overflow:visible;
	table-layout:auto;
	border: collapse;
	empty-cells: show;
	margin: 20px;
	padding: 0;
	width:90%;
	line-height:1.6em;
}
.tighter {
	width: 100% !important;
	margin: 0 !important;
}
/* #filter ul {
	margin:0;
	list-style:none;
} */

#filter ul {
	list-style: square outside;
	margin: 0;
	padding:0;
}
#filter ul.nobullet {
	list-style-image:none !important;
	list-style: none !important;
	margin: 0;
	padding:0;
}

#filter li {
	margin:0;
}
#filter th {
	padding: 0,5em 0 0,5em 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1 em;
	font-weight: bold;
	color: #000;
	/*border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;*/
	border-right:0;
	text-align: left;
	cursor: pointer;
} 	                         
#filter thead th.header {
	border-top: 3px solid #f00;
	background-color: #ccc;
	font-weight: normal;
}	
#filter th, #filter td  {
	text-align: left;
	vertical-align:top;
	padding:4px;
	border-left: 1px solid #ccc;
}
#filter td  {
	border-bottom: 1px dotted #ccc;
}
#filter th  {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#filter td.firstcol, #filter th.firstcol {
	border-left:0;
	width:50px;	
	padding-left:0;
}
#filter td.noleftborder, #filter th.noleftborder {
	border-left:0 !important;
}

#filter td.nobottomborder, #filter th.nobottomborder {
	border-bottom:0 !important;
}
#filter td.label {
	border-left:0;
	width:220px;
}
#filter td {
	/*border-left: 1px solid #fff;*/
	border-left: 1px solid #ccc;
	border-right:0;
	border-top:0;
	/*text-transform:lowercase;*/
	overflow:hidden;
	
}
#filter td.border-right {
	border-right: 1px dotted #ccc;	
}
#filter td.border-top {
	border-top: 1px dotted #ccc;	
}
#filter li {
	text-align: left;
}	
#filter ul {
	list-style-image:none;
	list-style:none;
}
		

.noborders {
	border:none !important;
}
    
button.sluiten {
	color: #fff; 
	background-color: #f00; 
	padding: 2px 4px;
	margin:0;
}

.jqmWindow #filter {
	margin-top: 0;
	
}
#filter td p {
	margin:0;
}

#filter td ul {
	/*text-transform:capitalize;*/
}
#filter td.statuscolumn {
	width:200px;
	border-bottom: 1px dotted #fff;
}
.nopadding {
	padding:0 !important;
}

#filter h4, #filter h1, #filter h3 {
	padding-left:4px;
}
#filter h3 {
	margin-bottom:0;
}
#filter h1 {
	border-top: 2px solid #f00;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* knoppen eenvoudig / uitgebreid */


.uitgebreid, .eenvoudig {
	margin:0;
	padding:0;
}
.uitgebreid h3 {

}
