
/* for not displaying a input field. */
#andere_school {display: none;}
#andere_kerk {display: none;}

div.tooltip-inner {
    max-width: 300px;
}

/*div {
	border: solid 1px black;
}*/

/* Page layout */
body {
	background-color: #ff6400;
}
.page-header {
	max-width: 700px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: -6px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 1px black;
}
.container {
    padding-top: 10px;
	max-width: 700px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
	box-shadow: 1px 1px 1px black;
}

/* change color of the has-warning */
.has-warning {

}

.has-error {
	/*border: 1px solid #ebccd1;*/
	border-radius: 4px;
	padding: 2px;
	background-color: #f2dede;
	
	background-color: #F8EDED;
	background-color: FAF4F4
}
.has-error p strong {
    color: #a94442;
}

/* Bussy when single ajax request is done */
.input-spinner {
    background: url('../img/round_spinner.gif') no-repeat right center;
}

/* Bussy screen when ajax request is done */
#cont {
	position: relative;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index:1235 !important;	
	width: 200px;
	color: black;
	font-weight: bold;
	font-size: large;
}
.dim-screen {
	display: none;
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1234 !important;
	background-color: #fff;
	filter: alpha(opacity80); /* internet explorer */
	-khtml-opacity: 0.80;      /* khtml, old safari */
	-moz-opacity: 0.80;       /* mozilla, netscape */
	opacity: 0.80;           /* fx, safari, opera */
}