/* Validate
----------------------*/
label.valid {
	width: 24px;
	height: 24px;
	/*background: url(/Scripts/bootstrap/2.2.1/img/valid.png) center center no-repeat;*/
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

/*in geval van heeel veel dropdown-items in de topnav..*/
.navbar-fixed-top .dropdown-menu {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* twitter bs ver@#$ de standaard maps opmaak, fixje mits mapcanvas naar #map luistert
----------------------*/
#map img {max-width: none;}
#map label {width: auto; display:inline;}

/* ---afkomstig van docs.css--- */

body {
	position: relative;
	padding-top: 40px; /*ter hoogte van de horizontale navbar..*/
}

body > .navbar {
	font-size: 13px; /*compactere navbar*/
}

section {
	padding-top: 30px; /*meer ruimte tussen de sections*/
}

section > .page-header{
	color: #5a5a5a;	/*kleurtje section headers*/
}

.jumbotron {
	position: relative;
	padding: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	background: #020031; /* Old browsers */
	background: -moz-linear-gradient(45deg, #3a80ec 0%, #304cd6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #3a80ec), color-stop(100%, #304cd6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #3a80ec 0%, #304cd6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #3a80ec 0%, #304cd6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #3a80ec 0%, #304cd6 100%); /* IE10+ */
	background: linear-gradient(45deg, #3a80ec 0%, #304cd6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a80ec', endColorstr='#304cd6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}
.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 10px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
	color: #fff;
	color: rgba(255,255,255,.5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.jumbotron a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Pattern overlay
------------------------- */
.jumbotron .container {
	position: relative;
	z-index: 2;
}
.jumbotron:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* Footer
-------------------------------------------------- */

.footer {
	padding: 20px 0;
	margin-top: 70px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
.footer p {
	margin-bottom: 0;
	color: #777;
}
.footer-links {
	margin: 10px 0;
}
.footer-links li {
	display: inline;
	padding: 0 2px;
}
.footer-links li:first-child {
	padding-left: 0;
}

/* Sidenav
-------------------------------------------------- */

.sidenav {
	width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
.nbnl-sidebar > .nav-header {
	margin-top:15px;
	margin-bottom:-30px;
}
.nbnl-topbar {
	margin-top:-20px;
	margin-bottom:-15px;
}

/* Chevrons */
.sidenav .icon {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}
.sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.sidenav a:hover .icon {
	opacity: .5;
}
.sidenav .active .icon,
.sidenav .active a:hover .icon {
	opacity: 1;
}
.sidenav.affix {
	top: 40px;
}
.sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
	.bs-docs-container {
		max-width: 970px;
	}
	.sidenav {
		width: 258px;
	}
	.sidenav > li > a {
		width: 230px \9; /* Override the previous IE8-9 hack */
	}
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
	/* Unfloat brand */
	body > .navbar-fixed-top .brand {
		float: left;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Inline-block quick links for more spacing */
	.quick-links li {
		display: inline-block;
		margin: 5px;
	}

	/* When affixed, space properly */
	.sidenav {
		top: 0;
		margin-top: 30px;
		margin-right: 0;
	}
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
	/* Remove any padding from the body */
	body {
		padding-top: 0;
	}
	/* Widen masthead and social buttons to fill body padding */
	.jumbotron {
		margin-top: -20px; /* Offset bottom margin on .navbar */
	}
	/* Adjust sidenav width */
	.sidenav {
		width: 166px;
		margin-top: 20px;
	}
	.sidenav.affix {
		top: 0;
	}
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
	/* Remove any padding from the body */
	body {
		padding-top: 0;
	}

	/* Widen masthead and social buttons to fill body padding */
	.jumbotron {
		padding: 40px 20px;
		margin-top:   -20px; /* Offset bottom margin on .navbar */
		margin-right: -20px;
		margin-left:  -20px;
	}
	.masthead h1 {
		font-size: 90px;
	}
	.masthead p,
	.masthead .btn {
		font-size: 24px;
	}
	.marketing .span4 {
		margin-bottom: 40px;
	}
	.bs-docs-social {
		margin: 0 -20px;
	}

	/* Space out the show-grid examples */
	.show-grid [class*="span"] {
		margin-bottom: 5px;
	}

	/* Sidenav */
	.sidenav {
		width: auto;
		margin-bottom: 20px;
	}
	.sidenav.affix {
		position: static;
		width: auto;
		top: 0;
	}

	/* Unfloat the back to top link in footer */
	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer p {
		margin-bottom: 9px;
	}
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
	/* Remove padding above jumbotron */
	body {
		padding-top: 0;
	}

	/* Change up some type stuff */
	h2 small {
		display: block;
	}

	/* Downsize the jumbotrons */
	.jumbotron h1 {
		font-size: 45px;
	}
	.jumbotron p,
	.jumbotron .btn {
		font-size: 18px;
	}
	.jumbotron .btn {
		display: block;
		margin: 0 auto;
	}

	/* Tighten up footer */
	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/* Unfloat the back to top in footer to prevent odd text wrapping */
	.footer .pull-right {
		float: none;
	}
}



.popovert {
	position: absolute;
	z-index: 1010;
	display: none;
	width: 375px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color:rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.popovert-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popovert-content {
	padding: 9px 14px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.tl { text-align: left }
.tr { text-align: right }
.tc { text-align: center }
