HTML, BODY {
  color: #000000;
  font-family:Verdana, Geneva, sans-serif;
  font-size: 12px;
}

BODY {
  padding: 0px;
  margin: 0px;
  background: #EBF3FA;
  font-family:Verdana, Geneva, sans-serif;

}

/*******************************************/
/*******************************************/

#page_container {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  box-shadow: 0px 0px 10px #888888;
  clear: both;
}

#header {
  display: block;
  overflow: hidden;
  clear: both;
}

#header .header1,
#header .header2,
#header .header3 { width: 320px; }

.container_12_margin #header .header1 { width: 312px; }
.container_12_margin #header .header2,
.container_12_margin #header .header3 { width: 314px; }

#section {
  display: block;
  background: #FFFFFF;
  overflow: hidden;
  clear: both;
}

#footer {
  display: block;
  overflow: hidden;
  clear: both;
}

/*******************************************/
/*******************************************/

H1 {
  color: #0099D2;
  margin: 15px 0 10px 0;
  font-size:24px;
}

H2 {
  color: #0099D2;
  margin: 10px 0 10px 0;
}

H3 {
  color: #0099D2;
  margin: 5px 0 5px 0;
}

/*******************************************/
/*******************************************/

INPUT.input,
TEXTAREA {
  font-family: inherit;
  font-size: inherit;
}

INPUT.input {
  border: 1px solid #7F9DB9;
  padding: 2px 4px;
}
TEXTAREA {
  border: 1px solid #7F9DB9;
  padding: 2px 4px;
}

.volgende INPUT.button { float: right; }
.vorige INPUT.button { float: left; }

/* Grid-breedte - padding - border (no margin grid) */
INPUT.input_1, TEXTAREA.textarea_1 { width: 70px; }
INPUT.input_2, TEXTAREA.textarea_2 { width: 150px; }
INPUT.input_3, TEXTAREA.textarea_3 { width: 230px; }
INPUT.input_4, TEXTAREA.textarea_4 { width: 310px; }
INPUT.input_5, TEXTAREA.textarea_5 { width: 390px; }

/* Grid-breedte - padding - border (margin grid) */
.container_12_margin INPUT.input_1, .container_12_margin TEXTAREA.textarea_1 { width: 50px; }
.container_12_margin INPUT.input_2, .container_12_margin TEXTAREA.textarea_2 { width: 130px; }
.container_12_margin INPUT.input_3, .container_12_margin TEXTAREA.textarea_3 { width: 210px; }
.container_12_margin INPUT.input_4, .container_12_margin TEXTAREA.textarea_4 { width: 290px; }
.container_12_margin INPUT.input_5, .container_12_margin TEXTAREA.textarea_5 { width: 370px; }

/*******************************************/
/*******************************************/

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00a03c;
}

input:focus + .slider:before {
  background-color: #000000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch.reverse .slider:before {
  left: auto;
  right: 4px;
}

.switch.reverse input + .slider {
  background-color: #00a03c;
}

.switch.reverse input:checked + .slider {
  background-color: #ccc;
}

.switch.reverse input:checked + .slider:before {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}

input:disabled + .slider {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.4) 5px, rgba(255, 255, 255, 0.4) 10px), #ccc;
}

input:disabled:checked + .slider {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.4) 5px, rgba(255, 255, 255, 0.4) 10px), #2196F4;
}

.switch.reverse input:disabled + .slider {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.4) 5px, rgba(255, 255, 255, 0.4) 10px), #2196F4;
}

.switch.reverse input:disabled:checked + .slider {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.4) 5px, rgba(255, 255, 255, 0.4) 10px), #ccc;
}

/*******************************************/
/*******************************************/

.start-h1 {
  text-align: center;
  margin-top: 30px;
}

.start-p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.start-p SPAN {
  font-weight: bold;
}
.start-p .oranje { color: #F7941E; }
.start-p .blauw { color: #00AEEF; }

.start-buttons {
  display: block;
  overflow: hidden;
  margin: 50px 0;
}

.start-button {
  display: inline-block;
  box-sizing: border-box;
  width: 36%;
  padding: 20px 0px;
  text-align: center;
  font-size: 17px;
  border: 5px double;
  border-radius: 10px;
  cursor: pointer;
  color: #000000;
}
.start-button:hover, .start-button:focus { color: #FFFFFF; }

.start-button.start-left { float: left; margin-left: 8%; }
.start-button.start-right { float: right; margin-right: 8%; }

.start-button.oranje { background-color: #F7941E; border-color: #C67618; }
.start-button.blauw { background-color: #00AEEF; border-color: #008CBD; }
.start-button.roze { background-color: #EC008C; border-color: #C60077; }
.start-button.oranje:hover, .start-button.oranje:focus { background-color: #C67618; border-color: #F7941E; }
.start-button.blauw:hover, .start-button.blauw:focus { background-color: #008CBD; border-color: #00AEEF; }
.start-button.roze:hover, .start-button.roze:focus { background-color: #C60077; border-color: #EC008C; }

.start-button SPAN {
  display: block;
  font-size: 23px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}

/*******************************************/
/*******************************************/

.buttons {
  display: block;
  padding: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  clear: both;
}

.button {
  display: block;
  border: none;
  background-color: #999999;
  padding: 4px 10px 4px 10px;
  overflow: hidden;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  border-radius: 4px;
}

.button.oranje { background-color: #F7941E; }
.button.blauw {background-color: #00AEEF;}
.button.roze { background-color: #EC008C; }
.button.oranje:hover, .button.oranje:focus { background-color: #C67618; }
.button.blauw:hover, .button.blauw:focus { background-color: #008CBD; }
.button.roze:hover, .button.roze:focus { background-color: #C60077; }

.button.fixed { padding-left:15px; padding-right:15px;}
.button.fixedje { width: 90px; }
.button.rounded { border-radius: 4px; }
.button.variabel {padding-left:12px; padding-right:12px; }

/* Opmaak voor a-->span.button */
.button a {
    color: white;
}

.button.inloggen,
.button.volgende {
  float: right;
  text-align: right;
  padding-right: 26px; 
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: right center;
}
.button.rechts {
  float: right;
  margin-left: 5px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: right center;
}

.button.vorige,
.button.toevoegen,
.button.opslaan,
.button.verwijderen,
.button.zoeken {
  float: left;
  text-align: left;
  padding-left: 26px; 
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 9px center;
}

.button.toevoegen { background-image: url(../images/button_toevoegen.png); }
.button.inloggen { background-image: url(../images/button_volgende.png); }
.button.volgende { background-image: url(../images/button_volgende.png); }
.button.vorige { background-image: url(../images/button_vorige.png); }
.button.opslaan { background-image: url(../images/button_opslaan.png); }
.button.verwijderen { background-image: url(../images/button_verwijderen.png); }
.button.zoeken { background-image: url(../images/button_zoeken.png); }

.button:disabled,.button[disabled] { color: #C0C0C0; background: #808080; cursor: default; pointer-events:none; opacity: 0,4;}

#menu button {border: none;color: #FFFFFF;hover;
 background: #00AEEF;
 display: block; 
 float: left;
 text-decoration: none;
 margin: 0;
 padding: 7px 5px;}

/*******************************************/
/*******************************************/

.rij:hover {
	background-color: #F1F5FA;
	cursor: pointer;
} 

.table {}

.table .regel:hover {
  background: #92D1E8;
  color: #000000;
} 

.regel {display:block; padding:4px 0px 4px 10px; overflow:hidden; clear:both;}
.regel div {float:left;}

.regelmce {display:block; padding:4px 0px 4px 10px; overflow:hidden; clear:both;}
.regelmce div {}

/*******************************************/
/*******************************************/

.uitleg {
  display: block;
  padding: 0 0 0 10px;
  margin: 5px 0;
}

.uitleg-groen { border-left: 10px solid #069d1c; }
.uitleg-oranje { border-left: 10px solid #f7941e; }
.uitleg-rood { border-left: 10px solid #e60000; }
.uitleg-blauw { border-left: 10px solid #00aeef; }


.testje {
  background-color: #FF0000;
  background-image: url(../images/icon-gedragopschool-wit.svg);
  /*background-image: url(icon-gedragopschool-wit.svg);*/
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}

#voortgang p{
	text-align: center;
	background-color:#E4EEF8;
	border-color:#;
}

#voortgang {
	border-style:solid;
	border-width:1px;
	border-color:#3C87DB;
	position: absolute;
	width: 200px;
	top: 30%;
	background-color: #E4EEF8;
	color:#3C87DB;
	left: 40%;
	vertical-align: middle;
	padding: 10px;
	z-index:901;
}
#voortgangsBalk {
	background: #000099;
	height: 10px;
	width: 10px;
	border: 3px ridge #0066FF;
}

#loading-container {
	display:none;
	background-color:rgba(6,176,239,0.1);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:900;
}

#loading {
  border: 3px solid #00AEEF;
  position: absolute;
  width: 200px;
  top: 30%;
  background-color: #FFFFFF;
  color: #3C87DB;
  left: 50%;
  margin-left: -100px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 901;
  text-align: center;
}

#loading-image {}
#loading-text {
  padding-top: 5px;
}
