@charset "utf-8";

body  {
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 10px;
}

p {
	font-size:12px;
	color: #505050;
	line-height: 1.5;
}

table {
border-spacing: 0px;
}
.tabelkop_tree {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
/*  padding: 5px;*/
}

.tabelkop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 2px; /*thin; */
/*    z-index: 999; */
/*  padding: 5px;*/
  background-color: #FFFFFF;
}

.tabelkopform {
	font-size:12px;
	line-height: 1.0;
    vertical-align: center;
	background-color: #91E1FA; /*#CFCFCF; */
    color: #202020;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 2px; /*thin; */
}

.tabelkopform td {
	font-size:12px;
    vertical-align: center;
    padding: 3px 3px;
}

.blauw th {
	font-size:12px;
	line-height: 1.2;
    vertical-align: center;
    padding: 3px 3px;
	background-color: #58D3F7;
    color: #202020;
}

.groenkop th {
	font-size:12px;
	line-height: 1.5;
    vertical-align: center;
    padding: 5px 3px;
	background-color: #58b925;
    color: #FFFFFF; /*#202020;*/
}

.bd_blauwkop th {
	font-size:12px;
	line-height: 1.5;
    vertical-align: center;
    padding: 5px 3px;
	background-color: #0174DF;
    color: #FFFFFF; /*#202020;*/
}

.bd_paarskop th {
	font-size:12px;
	line-height: 1.5;
    vertical-align: center;
    padding: 5px 3px;
	background-color: #990052;  /*#cc006D; */
    color: #FFFFFF; /*#202020;*/
}

.rood th {
	font-size:12px;
	line-height: 1.2;
    vertical-align: center;
    padding: 3px 3px;
	background-color: #FE6262;
    color: #202020;
}

.wit th {
	font-size:12px;
	line-height: 1.0;
    vertical-align: center;
    padding: 3px 3px;
	background-color: #FFFFFF;
    color: #202020;
}

.tabelkopform_rood {
	font-size:12px;
	line-height: 1.0;
    vertical-align: center;
	background-color: #FE6262;
    color: #202020;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 2px; /*thin; */
}

.lijn {
    border-style: solid;
    border-color: #333333;
    border-width: thin;
    font-size: 10px;
    /* border-width: 0.3px; /*thin; */
}

td {
	font-size:12px;
	line-height: 1.2;
    vertical-align: top;
    padding: 4px 3px;
/*    color: #404040;*/
}

.cell1 {
display:table-cell;
width:100px;
min-width:100px;
max-width:100px;
}

.cell1_light {
display:table-cell;
width:100px;
color: #808080;
min-width:100px;
max-width:100px;
text-align: center;
}

.cell2 {
display:table-cell;
width:200px;
min-width:200px;
max-width:200px;
}

.cell3 {
display:table-cell;
width:300px;
min-width:300px;
max-width:300px;
}

.cell4 {
display:table-cell;
width:30px;
min-width:30px;
max-width:30px;
}

.cell5 {
display:table-cell;
width:15px;
min-width:15px;
max-width:15px;
}

.cell1pop {
    display:table-cell;
    width:100px;
    min-width:100px;
    color: #599eec;
/*	color:#04B431;  groen */
	text-decoration:none;
}

.cell1pop:hover {
	text-decoration:underline;
    cursor: pointer;
}

.cell3pop {
display:table-cell;
width:300px;
min-width:300px;
max-width:300px;
color: #599eec;
}

.cell4pop {
display:table-cell;
width:30px;
min-width:30px;
max-width:30px;
color: #599eec;
}

.cell3pop:hover,
.cell4pop:hover {
	text-decoration:underline;
    cursor: pointer;
}

.cellmenu {
min-width:450px;
max-width:450px;
text-align: left;
}

#dropparagraaf {
width:450px;
min-width:450px;
max-width:450px;
text-align: left;}

a {
	color:#599eec;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

img {
  padding: 0px;
}

.imgpop:hover {
    cursor: pointer;
}


.schermdump img{
  width: 300px;
}

h1 {
	font-size:16px;
	color:#336699;
/*	color: #1f2429;  */
	font-weight:bold;
	margin:0px;
    margin-bottom: 10px;
}

h2 {
	font-size:12px;
	color:#336699; /*#E46B01; oranje */
	font-weight:bold;
	margin:0px;
}

.h3 {
  	font-size:1.2em;
  	color:#1f2429;
  	margin:20px 0px;
  	clear:both;
}
.fout {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.rood {
	font-weight: bold;
	color: #FF0000;
}

.groen {
	color: #58b925;
}

.bruin {
	font-weight: bold;
	color: #9E5E47;
}

.klein {
	font-size: 12px;
	font-weight: normal;
	color: #08298A;
}
.klein a {
	color: #08298A;
	text-decoration:underline;
}


#container {
	margin-left: auto;
	margin-right:auto;
    padding: 10px;
	width: 1000px;
	background-color: #FFFFFF;
}

#container_wide {
	margin-left: auto;
	margin-right:auto;
    padding: 10px;
	width: 1500px;
	background-color: #FFFFFF;
}

#headerleft {
	height: 100px;
    width: 700px;
	margin-top: 0px;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
	padding:0px;
	float: left;
}

#headerright {
	height: 100px;
    width: 250px;
	margin-top: 0px;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
	padding:0px;
	float: right;
}

#header img{
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;

}

#mainContent {
	text-align: left;
	background-color: #FFFFFF;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
    margin-top:20px;
	padding:10px;
	float: left;
}

#mainContent_pop {
	float: left;
	clear: none;
	text-align: left;
	background-color: #FFFFFF;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
    margin-top:20px;
    margin-left:20px;
	padding:1px;
}

#mainContent_pop_right {
	float: right;
	clear: none;
	text-align: left;
	background-color: #FFFFFF;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
    margin-top:20px;
    margin-right:20px;
	padding:1px;
}

#plainContent {
	text-align: left;
	background-color: #FFFFFF;
    margin-top:0px;
	padding:0px;
	float: left;
}

#blockLeft {
	background-color: #FFFFFF;
	clear: none;
	float: left;
	width: 530px;
	height: auto;
	padding:10px;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
}

#blockTotal {
	background-color: #FFFFFF;
	clear: none;
	float: left;
	height: auto;
	overflow: auto;
	padding: 10px;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: thin;
}

#progress {
  position: sticky;
  top: 600;
  left: 600;
  width: 500px;
  padding: 0px;
  /*border: 1px solid #08298A; */
}

#vol{
  padding: 0px;
  background-color: #08298A;
}

#leeg{
  padding: 0px;
  background-color: #fff;
}


.blockRight {
	background-color: #FFFFFF;
	clear: none;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
	width: 160px;
	height: auto;
	padding:10px;
}

.content_block {
	float: left;
/*    min-width: 300px;*/
    width: 90%;
    clear: none;
	padding: 10px;
	/*margin: 5px;*/
}

.frameleft {
    position:fixed;
	width: 200px;
	height: auto;
	padding:10px;
    overflow: scroll;
    left:10px;
    top:0px;
}

.framemain {
    position:fixed;
	width: 1300px;
	height: 700px;
	padding:0px;
    overflow: scroll;
    left:200px;
    top:0px;
}


#button {
  clear: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #023d57;
	-webkit-box-shadow: 3px 4px 0px 0px #023d57;
	box-shadow: 3px 4px 0px 0px #023d57;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #71b9d6), color-stop(1, #007fb5));
	background:-moz-linear-gradient(top, #71b9d6 5%, #007fb5 100%);
	background:-webkit-linear-gradient(top, #71b9d6 5%, #007fb5 100%);
	background:-o-linear-gradient(top, #71b9d6 5%, #007fb5 100%);
	background:-ms-linear-gradient(top, #71b9d6 5%, #007fb5 100%);
	background:linear-gradient(to bottom, #71b9d6 5%, #007fb5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b9d6', endColorstr='#007fb5',GradientType=0);
	background-color:#71b9d6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 33px;
	text-decoration:none;
	text-shadow:0px 1px 0px #035a80;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007fb5), color-stop(1, #71b9d6));
	background:-moz-linear-gradient(top, #007fb5 5%, #71b9d6 100%);
	background:-webkit-linear-gradient(top, #007fb5 5%, #71b9d6 100%);
	background:-o-linear-gradient(top, #007fb5 5%, #71b9d6 100%);
	background:-ms-linear-gradient(top, #007fb5 5%, #71b9d6 100%);
	background:linear-gradient(to bottom, #007fb5 5%, #71b9d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fb5', endColorstr='#71b9d6',GradientType=0);
	background-color:#007fb5;
}
.myButton:active {
	position:relative;
	top:1px;
}

.lib_button {
    background-color: #008000; /* forestgreen  #228b22 het was 58b925 */
    padding: 5px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_text {
    padding: 0px;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-top: none;
    font-size: 14px;
    line-height: 9px;
    text-align: center;
    cursor: pointer;
}

.lib_button a {
    color: white;
	text-decoration:none;
}

.lib_button a:hover {
    color: white;
	text-decoration:none;
}

.lib_button_blue {
    background-color: #08298A;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_blue a {
  text-decoration: none;
}
.lib_button_blue a:hover {
  text-decoration: none;
}

.lib_button_red {
    background-color: red;
    padding: 5px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_grey {
    background-color: #444444;
    padding: 5px 10px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 15px;
    min-width: 80px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_grey a {
    color: white;
	text-decoration:none;
}

.lib_button_grey a:hover {
    color: #000000;
	text-decoration:none;
}

.lib_button_greylight {
    background-color: #EFEFEF;
    margin-left: 15px;
    padding: 3px 8px;
    color: #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    line-height: 15px;
    min-width: 80px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_greyred {
    background-color: #EFEFEF;
    margin-left: 15px;
    padding: 3px 8px;
    color: #000000;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
    line-height: 15px;
    min-width: 80px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.lib_button_filter {
    padding: 0px;
    border-radius: 2px;
    border-left: 1px solid #404040;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    border-top: 1px solid  #404040;
    cursor: pointer;
    box-shadow: 1px 2px 4px 2px rgba( 0,0,0,0.1 );
}

#invoertabel th {
  border: 1px solid #ddd;
  padding: 4px;
  background-color: #58b925;
  color: #ffffff; /*#875a7b;   paars*/
  font-weight: bold;
  font-size: 12px;
}

#invoertabel tr:nth-child(even){background-color: #f2f2f2;}

#invoertabel tr:hover {background-color: #ddd;}

#invoertabel td {
  border: 1px solid #ddd;
  padding: 4px;
  vertical-align : middle;
}
.vastepaats {
    position:static;
    left:200px;
    top:200px;
}

.grijs {
	background-color: #e7e7e7;
    padding-top: 5px;
    padding-bottom: 5px;
}
.geel {
	background-color: #FFFFCC;
    padding-top: 5px;
    padding-bottom: 5px;
}
.regeloranje {
	background-color: #FF6600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.regelrood {
	background-color: #FF0000;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #BBBBBB;
}

.grijsinv {
	background-color: #777777;
    color: #FFFFFF;
    font-size:14px;
}

.submit {
	margin-top: 1px;
	*margin-right: -5px;
	background-color: #666666;
	color: #FFFFFF;
    border: 2px;
    border-style: solid;
    border-color: #999999;
    border-radius:5px;

}

.input_submit {
	margin-top: 1px;
	margin-right: -1px;
	background-color: #666666;
	color: #FFFFFF;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

input[type=email], input[type=password], input[type=text], input[type=checkbox], textarea, select {
  font-size:12px;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
    font-size:12px;
/*	font-style: italic;*/
}

input:-moz-placeholder {
    color:    #b5b5b5;
    font-size:12px;
/*	font-style: italic;  */
}