/********************************************************/
/*    verplichte velden, fout ingevulde velden          */
/*    Verander de kleurcodes naar de gemeente stijl     */
/*														*/
/*    Standaard 17-07-2012 release 2.4 Lennard			*/
/********************************************************/


/* verplichte radio buttons en standaard antwoordvelden */

span.xforms-required-empty input.xforms-input-input,
span.xforms-required-empty span.xforms-deselected  {
background-color: #003B82;
border:2px solid #003B82;
}

input.xforms-required-empty, 
.xforms-required-empty input, 
select.xforms-required-empty,
fieldset.xforms-required-empty label{
	background-color:#e30d40;
	}

textarea.xforms-required-empty {
   border:2px solid #e30d40;
	}

/* foutieve antwoorden-beperking ook een randje geven */

.xforms-invalid-visited .xforms-input-input, 
textarea.xforms-invalid-visited {
   border:2px solid #e30d40;
}

/* radio button met beperking */
.xforms-invalid span.xforms-deselected {
background-color: #e30d40;
}


/* Zorg dat een invalide input bij datumvelden ook een achtergrond krijgt */
.xforms-invalid span span,
span.xforms-required span.xforms-invalid {
background-color: #e30d40;
border:2px solid #e30d40;
}

.xforms-invalid span span.xforms-type-date
{/*kalendertje zelf schoon houden */
background-color: none;
border:none;
}


/**************************/
/*   kleuren tabknoppen   */
/**************************/
/* tabknop rand van kleurtje voorzien */
.yui-skin-sam .yui-button .first-child,
.yui-skin-sam .yui-button {
   border-color: #aaa093;
   background-color: #aaa093;
}
/* geselecteerde tab */
.yui-skin-sam .button-active .yui-button .first-child,
.yui-skin-sam .button-active .yui-button,
.fr-formnavigation span.button-active button {
		color: #000;	
		border-color:#ccc;
                background-color: #ccc;
}

/* selecteerbare knoppen */
.yui-skin-sam .yui-button {
    color: #000000;
    margin-top: 0.5em;
    }
.yui-skin-sam .yui-button button {
    color: #000000;
    }



/* uitgrijzen niet toegestane knoppen */
.yui-skin-sam .yui-button-disabled button, 
.yui-button-disabled button,
.yui-skin-sam .yui-button-disabled a {
    color: #999999;
    }
.yui-skin-sam .yui-button-disabled .first-child,
.yui-skin-sam .yui-button-disabled {
    border-color: #999999;
}

.fr-formnavigation .yui-button button 
{    height: auto;    
line-height: 1.0em;    
min-height: 1.0em;    
padding: 0.3em;    
white-space: normal;    
width: 180px;}

/*************************************************/
/*   kleuren van balken boven en onder formulier */  
/*************************************************/

 .fr-top, .fr-bottom {
background:none;
background-color:#fff;
}
/
/.fr-top, .fr-form-title span{/line-height:5px;
/}

.fr-top {
    padding:0.1em
}

.fr-separator {
    background-color: #fff; 
    height:2px;
}

/*************************************************/
/*   kleuren linkjes                             */  
/*************************************************/

a {color: #990000;}


/*************************************************/
/*   Overige kleuren                             */  
/*************************************************/

h2.section-header div {color: #000;}

.block_title h3, .block_title {
    color: #000;
    font-weight: bold;
}

/* knop lokaal opslaan */

span.lokaal_opslaan span {
    color: #000;
    background: #B05D14;
}

* {
   font-family: arial;
   font-size: 14px;
   line-height: 18px;
}

.fr-formnavigation .yui-button {    margin-bottom: 0;}.yui-skin-sam .yui-button {    color: #000000;    margin-top: 0.1em;}

.fr-logo {    display: block;    margin: auto;}

.fr-top .fr-form-title, .fr-top .fr-form-description {    color: black;}

/*************************************************/
/*  Toegankelijke versie onderdrukken            */  
/*************************************************/

.fr-language-choice, .fr-noscript-choice {display:none;}