/* ------------------------------- ++++++++++++++++++++++++++++++++++ ------------------------------- */
/* MESSAGES - ERRORS
/* ------------------------------- ++++++++++++++++++++++++++++++++++ ------------------------------- */

fieldset {
  /* border: 1px solid #AACDF4; */
  border: 1px solid #DDD;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 10px;
}

fieldset.problemen {
  border: 1px solid #F50707;
  background: #FEEFEF;
}

fieldset.problemen li {
  font-weight: bold;
}

fieldset.problemen ul {
  padding-top:0px;
  padding-bottom:0px;
  padding-bottom: 0px;
  padding-left: 30px;
}
fieldset.problemen legend {
  border: 1px solid #F50707;
  background-color:white;
}
fieldset.infomessage {
  border: 1px solid green;
  background: #EEFFEE;
  color: #444444;  
}
fieldset.infomessage legend {
  border: 1px solid green;
  background-color:white;
}

tr.error th {
  color:#F50707;  
}
table.formtable
{
  width:100%;
  border:1px solid #e0e0e0;
}
table.innerformtable
{
  width:100%;
}
table.formtable th,
table.innerformtable th
{
  padding:2px;
  width:150px;
  text-align:left;
  background-color:#f2f2f2;
  vertical-align: top;
}
div.line
{
  height:1px;
  margin-top:3px;
  margin-bottom:3px;
  border-top:1px dotted #000000;
}
div#content table.cmsForm{
  width: 100%;
}
a img{
  border: none;
}

.dataTables_filter {
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 3px;
}

#navcontainer ul li a.selectOrganisatie
{
  color: #DB002A;
}
