@charset "utf-8";

@charset "utf-8";
/***
/* WEBSOLS DEFAULT STYLES
*/
/***
/* RESET ALMOST EVERYTHING
/* we've excluded cell-padding for Typo3 RTE compatibility
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,
tbody, tfoot, thead, tr, article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border:0 none;
}
table, th, td {
  margin:0;
}

/***
/* DEFAULTS
/* change according to needs
*/

body {
  font-family: 'Verdana', Geneva, sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 180%;
	color: #282828;
}

input[type=text],input[type="number"],input[type="textarea"]{
    background-color: white;
    cursor: text;
    padding: 0px;
    border-width: 1px;
    border-color: #bbd8e2;
	outline: none;
}

input[type=text]:focus ,input[type="number"]:focus,input[type="textarea"]:focus{
  border: 3px solid #bbd8e2;
  outline: none;
}

input[type=image]:focus{
  outline: none;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 16px;
}
td {
  vertical-align:top;
}
td p,    /* paragraphs in tablecells: no whitespace */
#logo p { 
  margin:0;
}
ul li ul,
ol li ul,
ol li ol,
ul li ol {
  margin:0px;
}
ul li {
  margin-left:21px;
}
ol li {
  margin-left:21px;
}
/* LINKS */
a {
  color:#282828;
  text-decoration:underline;
}
a:hover {
  color:#282828;
  text-decoration:none;
}
a img {
  border: 0 none;
}
/* HEADINGS */
h1 {
  line-height:100%;
  font-weight:bold;
  font-size:40px;
	padding-left: 60px;
	background: url("https://vragenlijsten.veiligheid.nl/SPSSMR/ImageCache/ImageCache.aspx?Project=TEMPLATEPROTO2&File=nl-NL/images/arrow.png") no-repeat left 10px;
	background-size: 30px auto;
}
h2 {
  line-height:110%;
  font-weight:bold;
  font-size:30px;
}
h3 {
  line-height:120%;
  font-weight:bold;
  font-size:20px;
}
h4 {
  line-height:130%;
  font-weight:bold;
  font-size:14px;
}
h5 {
  line-height:140%;
  font-weight:bold;
  font-size:12px;
}
h6 {
  line-height:150%;
  font-weight:bold;
  font-size:10px;
}
/* MISC */
hr {
  border: 0 #bbd8e2 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-bottom:16px;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
blockquote {
  font-family:'Verdana', Geneva, sans-serif;
  font-style: italic;
  width: 80%;
  margin: 0.25em 0;
  padding: 0.25em 60px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  z-index: -1;
  font-size:19px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
blockquote:before {
  display: block;
  font-style:normal;
  content: "\301E";
  font-size: 80px;
  position: absolute;
  left: 18px;
  top: -9px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}



/**************/
/* ALIGN STYLES */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align:justify;
}
.indent {
  margin-left:20px;
}


/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/
[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
[class*='col-'] {
	float: left;
  	min-height: 1px;
	padding-right: 50px; /* column-space */
}
[class*='col-'] [class*='col-']:last-child {
	padding-right: 0;
}
.grid {
	width: 100%;
	max-width: 1340px;
	min-width: 850px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
.grid-pad {
	padding-top: 30px;
	padding-left: 50px; /* grid-space to left */
	padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}
.push-right {
	float: right;
}
/* Content Columns */
.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}
.col-1-2, .col-6-12 {
	width: 50%;
}
.col-1-3, .col-4-12 {
	width: 33.33%;
}
.col-1-4, .col-3-12 {
	width: 25%;
}
.col-1-5 {
	width: 20%;
}
.col-1-5.menu {
	width: 21.71%;
}
.f.content {
	width: 78.29%;
}
.col-1-6, .col-2-12 {
	width: 16.667%;
}
.col-1-7 {
	width: 14.28%;
}
.col-1-8 {
	width: 12.5%;
}
.col-1-9 {
	width: 11.1%;
}
.col-1-10 {
	width: 10%;
}
.col-1-11 {
	width: 9.09%;
}
.col-1-12 {
	width: 8.33%
}
/* Layout Columns */
.col-11-12 {
	width: 91.66%
}
.col-10-12 {
	width: 83.333%;
}
.col-9-12 {
	width: 75%;
}
.col-5-12 {
	width: 41.66%;
}
.col-7-12 {
	width: 58.33%
}


/***
/* WEBSITE STYLES BELOW
*/

/* Header */
#header {
  color: #282828;
}
#logo-container1,
#logo-container2 {
height: 85px;
}
.header {
	height: 300px;
}
/* Menu */
.menu ul,
.menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ul {
	font-size: 20px;
	font-weight: bold;
	border-bottom:1px solid #bbd8e2;
}
.menu li {
  padding: 10px 0px ;
	border-top:1px solid #bbd8e2;
	display: block;
	width: 100%;
}
.menu a {
	padding-left: 40px;
	text-decoration: none;	
}
.menu a.active {
  	color: #dd0000;
	background: url("https://vragenlijsten.veiligheid.nl/SPSSMR/ImageCache/ImageCache.aspx?Project=TEMPLATEPROTO2&File=nl-NL/images/arrow-rood.png") no-repeat left 4px;
	background-size: 25px auto;
}

#huidigblok {
  	color: #dd0000;
	background: url("https://vragenlijsten.veiligheid.nl/SPSSMR/ImageCache/ImageCache.aspx?Project=TEMPLATEPROTO2&File=nl-NL/images/arrow-rood.png") no-repeat left 4px;
	background-size: 25px auto;
}

@media screen and (max-width: 1340px) {
		.header {
	height: auto;
}
	.header img {
		height: auto;
		width: 100%;
	}
}

/*
  iPad air users want to see the desktop version
  so lets display the mobile version up to 767px
*/
@media screen and (max-width: 800px) {
	h1 {
  line-height:100%;
  font-weight:bold;
  font-size:36px;
	padding-left: 40px;
	background: url("https://vragenlijsten.veiligheid.nl/SPSSMR/ImageCache/ImageCache.aspx?Project=TEMPLATEPROTO2&File=nl-NL/images/arrow.png") no-repeat left 10px;
	background-size: 25px auto;
}
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 20px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	[class*='col-'],
	.col-1-5.menu,
	.col-4-5.content {
		width: auto;
		float: none;
		padding-left: 0;
		padding-right: 0px; /* column-space */
		padding-bottom: 20px;
		padding-top: 20px;
	}
	[class*='col-'] [class*='col-'] {
		padding-right: 0;
	}
	#logo-container1,
	#logo-container2 {
		height:auto;
		text-align: center;
	}



}
@media screen and (min-width: 0px) and (max-width: 480px) {
  	#logo-container1 img {
		height: auto;
		width: 80%;
	}

	label > input[type="text"],
label > input[type="email"],
label > input[type="password"],
label > input[type="date"],
label > input[type="number"],
label > textarea {
  width:100%;
}
 
}

/* Aanvullingen DASC */

#huidigblok {
  		color: #dd0000;
		background: url("https://vragenlijsten.veiligheid.nl/SPSSMR/ImageCache/ImageCache.aspx?Project=TEMPLATEPROTO2&File=nl-NL/images/arrow-rood.png") no-repeat left 4px;
		background-size: 25px auto;
		padding-left: 30px;
	}

#afgeslotenblok {
  		color: #c7c7c7;
		padding-left: 30px;
	}

.Navigatie {
	  	color: #000000;
		padding-left: 30px;
	}

.ProjecttitelContainer {
		line-height:100%;
		font-weight:bold;
		font-size:40px;
		padding-left: 60px;
		padding-bottom: 8px;
		background: url("https://vragenlijsten.veiligheid.nl/SPSSMR/ImageCache/ImageCache.aspx?Project=TEMPLATEPROTO2&File=nl-NL/images/arrow.png")
		no-repeat left 10px;
		background-size: 30px auto;
		/*border:1px solid #000123;*/}

.HuidigeVragenblokContainer {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-top: 17px;}
/*.HuidigeVragenblokContainerText, input[type="HuidigeVragenblokContainerText "] {
  margin-bottom:10px;
  background-color: #bbd8e2;
    color: #282828;
    padding: 6px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
  border:0 none;
  cursor:pointer;
	font-size: 16px;
	min-width: 120px;}*/

.HuidigeVragenblokContainerText {
		height: 30px;
		vertical-align: middle;
		display:inline;
		font-size:18pt;
		background-color: #bbd8e2;}

.VraagContainer {
		width: 900px;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
		/*border:1px solid #000123;*/}

.ButtonContainer {width: auto;
		float: none;
		padding-left: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
		}

.ProgressContainer {width: auto;
		float: none;
		padding-left: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
		border:1px solid #000000;}

.FooterContainer {width: auto;
		float: none;
		font-size:12pt;
		color:"#C0C0C0;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 50px;
		/*border:1px solid #000123;*/}

.TextValidation {font-size:14pt;
		font-weight:bold;}

.mrBannerText {}

.mrQuestionText, .TextValidation {font-size:14pt;}

.mrSingleText {font-size:14pt;}
.mrMultipleText {text-align:justify;font-size:14pt;}
		
.mrErrorText {font-size:12pt;color:#DA0A16;}

.mrQuestionTable {font-size:11pt;}
.mrGridQuestionText { font-size:11pt;font-weight:normal;}
.mrGridCategoryText { font-size:11pt;font-weight:normal;}

.mrSingle .mrMultiple {font-size:12pt;}

/* invulbox numeric, text */
.mrEdit {font-family: 'Verdana', Geneva, sans-serif; font-size:12pt;}

.mrDropdown {font-size:12pt;}
.mrListBox  {font-size:12pt;}
.mrNext .mrPrev .mrStop { font-size:12pt; width:120px;}
.mrFirst .mrLast { font-size:12pt;}
.mrGoto .mrStop  { font-size:12pt;}
.mrGotoDropdown { font-size:12pt;}
.mrOtherEdit {font-family: 'Verdana', Geneva, sans-serif; font-size:12pt;}