*{
	font-family: "Titillium Web","Adobe Blank";
	font-size: 0.89rem;
}
.audits {
	border-collapse: collapse;
}

.audits th {
	background-color: #888888;
	border-bottom: 1px solid #ffffff;
}

.audits td {
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
}

.audits tr.pos td {
	background-color: #aaaaaa;
}

.audits tr.neg td {
	background-color: #ff0000;
}


 em {
    color: red;
    font-style: normal;
}

body {
	background-color: #828181;
	text-align: center;
}

h1,h2,h3 {
	font-family: arial;

}

h1 {

}

h2 {
display: n
}

h3 {
	font-style: italic;
}
h4{
	font-size: 14px;
	font-weight: bold;
	color: red;
	font-family: Arial;
}
#help {

overflow: scroll
}

.error {
	color: red;
}

p, td, th {
	color: #222;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Titillium Web","Adobe Blank";
	line-height: 20px;
	/* font-size: 12px; */
}

.invoer {
	width: 380px;
}
.invoer input {
	padding:3px;
}

.invoer input:read-only {
    background-color: rgba(200,200,200,1);
}
.invoer input:-moz-read-only { /* For Firefox */
	background-color: rgba(200,200,200,1);
}

#bedrijfsgegevens tr{
	padding-bottom: 5px;
}

#bedrijfsgegevens th {
	 text-align: left;
}

.titel {
	margin-left: -30px;
	margin-top: -10px;
	margin-bottom: -5px;
}

#column {
	margin: 50px auto 50px auto;
	width: 950px;
	background-image: url(background.jpg);
	text-align: left;
}

#header {
	height: 140px;
	background-image: url(header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header img {
	*margin-bottom: -4px;
}

#footer {
	clear: both;
	height: 40px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(footer.jpg);
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}

#footer, #footer a{
	color: #999;
	font-family: arial;
	/* font-size: 10px; */
	text-decoration: none;
	*padding-bottom: 20px;
}

#footer a:hover {
	color: red;
}

#content {
	padding: 20px 60px;
	min-height: 500px;
}





#disclaimer-list {
	margin-left: -20px;
}

.bl-flex{
	display: flex;
	justify-content: space-between;
}

.bl-newsbox{
	background-color: rgba(245, 245, 245, 0.7);
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}
.bl-newsbox-inner{
	-webkit-box-shadow: inset 12px 13px 13px -14px rgba(230,230,230,1);
	-moz-box-shadow: inset 12px 13px 13px -14px rgba(230,230,230,1);
	box-shadow: inset 12px 13px 13px -14px rgba(230,230,230,1);
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.7);
}
.bl-textarea{
	-webkit-box-shadow: inset 2px 2px 8px 0px rgba(74,74,74,0.37);
	-moz-box-shadow: inset 2px 2px 8px 0px rgba(74,74,74,0.37);
	box-shadow: inset 2px 2px 8px 0px rgba(74,74,74,0.37);
	border-radius: 4px;
	padding: 10px;
}
.bl-newsalert{
	color: rgba(255, 0, 0, 1);
}
.bl-newswarning{
	color: rgba(255, 215, 0, 1.0);
}
.bl-newsok{
	color: rgba(0, 198, 0, 1.0);
}
.bl-newsnormal{
	color: rgba(60, 60, 60, 0.8);
}


.bl-newsheader{
	color: rgba(255, 0, 0, 1);
	font-size: 1rem;
	width: 100%;
}
.bl-newsdate{
	font-family: frank-regular,Arial,sans-serif;
	font-size: 10px;
	color: #989898;
}
.bl-newsicon{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
	margin-right: 10px;
}
.bl-newsicon i{
	font-size: 20px;
}
.bl-newstext{
	padding-left: 30px;
	font-size: 1em;
}
.bl-newsimage{
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button {
	margin-left: 10px;
    margin-bottom: 5px;
	background-color: rgba(102, 204, 145,1);
    border: none;
    color: white !important;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
}

.button:hover{
	color: white !important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
	background: -moz-linear-gradient(270deg, rgba(53,110,76,1) 0%, rgba(79,165,115,1) 5%, rgba(102,204,145,1) 69%, rgba(113,227,161,1) 100%); /* ff3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(53,110,76,1)), color-stop(5%, rgba(79,165,115,1)), color-stop(69%, rgba(102,204,145,1)), color-stop(100%, rgba(113,227,161,1))); /* safari4+,chrome */
   background: -webkit-linear-gradient(270deg, rgba(53,110,76,1) 0%, rgba(79,165,115,1) 5%, rgba(102,204,145,1) 69%, rgba(113,227,161,1) 100%); /* safari5.1+,chrome10+ */
   background: -o-linear-gradient(270deg, rgba(53,110,76,1) 0%, rgba(79,165,115,1) 5%, rgba(102,204,145,1) 69%, rgba(113,227,161,1) 100%); /* opera 11.10+ */
   background: -ms-linear-gradient(270deg, rgba(53,110,76,1) 0%, rgba(79,165,115,1) 5%, rgba(102,204,145,1) 69%, rgba(113,227,161,1) 100%); /* ie10+ */
   background: linear-gradient(180deg, rgba(53,110,76,1) 0%, rgba(79,165,115,1) 5%, rgba(102,204,145,1) 69%, rgba(113,227,161,1) 100%); /* w3c */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356E4C', endColorstr='#71E3A1',GradientType=0 ); /* ie6-9 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005608', endColorstr='#b4ddb4',GradientType=0 );	text-decoration: none;
	border-bottom: none !important;
}

/*
LinkedIn button settings

HTML + CSS: 645 bytes (300 bytes compressed)
<a class="j f g h i m l">button</a>
<a class="j f g h i o">button</a>
<a class="j f g h i k"><img class="n l h p"></a>
<a class="j f g h i o"><img class="n l h p"></a>
*/
.In { float: right; height: auto !important; }
.f { height: 24px; }
.g { line-height: 24px; }
.h { overflow: hidden; }
.i { padding: 16px; }
.j {
  background-color: #0077B5;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: white !important;
}
.k { background-color: white !important; color: #0077B5 !important; }
.l { height: 16px; }
.m { line-height: 16px; padding: 8px; }
.n { margin-right: 8px; width: 16px; }
.o .n {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
.p {
  animation: 3s ease-in 1s icon-animation;
}




.box {
	background-color: #BBB;
}

.vraag {
	font-weight: bold;
	margin-left: -30px;
	padding-left: 30px;
	background-image: url(layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}


.bolt{
	font-weight: bold;
}

#login-iframe {
	margin-left: 40px;
	*margin-left: 0px;
}

.error {
	color: red;
}


input {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	padding: 1px 2px;
}

textarea {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	padding: 1px 2px;
}

#aanmeldformulier {
	border-collapse: collapse;
}

#aanmeldformulier td {
	border-top: 1px solid #DDD;
	padding: 5px 1px ;
}

#aanmeldformulier tr.redtop td{
	border-top: 1px solid red;
}

a img {
	border: 0;
}

.imgflr {
    float:right;
    margin: 0 0 10px 10px;
}

#content a {
	text-decoration: none;
	color: #222;
}

#content a:hover {
	border-bottom: 1px solid red;
}


#menu {
	position: absolute;
	margin-top: 60px;
	margin-left: 16px;
	*margin-left: 60px;
}

#menu li {
	list-style: none;
	float: left;
	background-image: url(menubutton-out.jpg);
	background-position: left;
	height: 30px;
}

#menu li a {
	letter-spacing: 0;
	/* font-family: arial; */
	font-size: 1em;
	text-decoration: none;
	color: white;
	display: block;
	padding: 0 10px;
	line-height: 30px;
}

#menu li a:hover {
	background-image: url(menubutton-over.jpg);
}




#supermenu {
	width: 850px;
	position: absolute;
	margin-top: -30px;
	margin-right: 16px;
	*margin-right:  0px;
}

#supermenu li {
	list-style: none;
	float: right;
}

#supermenu li a {
	letter-spacing: 0;
	/* font-family: arial; */
	font-size: 1em;
	text-decoration: none;
	background-image: url(/public/styles/super-over.jpg);
	background-position: right;
	color: #333;
	height: 30px;
	display: block;
	padding: 0 10px;
	line-height: 30px;
}

#supermenu li a:hover {
	background-image: url(/public/styles/super-out.jpg);
	background-position: right;
}

#supermenu .supermenurechts{
	background-image: url(/public/styles/superright-over.jpg);
	background-position: top right;
	width: 20px;
	height: 30px;
}
#supermenu .supermenulinks{
	background-image: url(/public/styles/superleft-over.jpg);
	background-position: top left;
	width: 20px;
	height: 30px;
}



#crum {
	position: absolute;
	margin-top: 110px;
	margin-left: 60px;
	/* font-family: arial; */
	font-size: 14px;
	letter-spacing: 1px;
    color: #5f9c3d;
}

#crum a {
    text-decoration: none;
    color: #5f9c3d;
}

#crum a:hover {
	text-decoration: underline;
}


.full {
	width: 100%;
}

#account {
	position: absolute;
	text-align: right;
	width: 890px;
	margin-top: 17px;
	/* font-family: arial; */
	font-size: 12px;
	color: #222;
	line-height: 16px;
}


#submenu {
	width: 850px;
	margin-top: 90px;
	position: absolute;
}

#submenu li {
	list-style: none;
	float: right;
}

#submenu li a {
	background-image : url(/public/styles/tab-out.jpg);
	background-position: center;
	height: 60px;
	width: 50px;
	display: block;
}

#submenu li a:hover {
	background-image : url(/public/styles/tab-over.jpg);
	cursor: pointer;
}

#submenu li a img {
	margin: 17px 0 0 14px;
}


/* TABLESORT */

table.tablesorter {
	border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #B1DB87;
	border-right: 1px solid white;
	padding:  1px 15px 1px 3px;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(/public/styles/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	vertical-align: top;
	border-bottom: 1px solid #F3F3F3;
	padding: 1px 3px;
}
table.tablesorter tbody tr.odd td {
	background-color:#E0F4D7;
	font-size: 12px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/public/styles/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/public/styles/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #83C948;
}

table.tablesorter thead tr th:hover {
	background-color: #83C948;
}

#content fieldset table {
	margin: 15px 0;
}

#content fieldset {
	margin-bottom: 20px;
}

#content fieldset legend {
	/* font-family: arial; */
	color: red;
	font-size: 12px;
	letter-spacing: 1px;
}

#content fieldset legend a {
	color: red;
}

#content fieldset legend a:hover {
	text-decoration: underline;
}

#content fieldset legend img {
	position: absolute;
	margin-left: 410px;
}


.status-0 {
	color: silver;
}
.status-1 {
	color: blue;
}
.status-2 {
	color: green;
}



table tr.bgcred td {
	background-color: #E0F4D7;
}

.bl-trth{
    background-color: rgba(102,204,145,1);
    height: 34px;
}
.bl-th{
	color: rgba(255,255,255,2);
	font-size: 1.2em;
}

.bl-even {
	background-color: rgba(205,255,191, 0.3);
}
.bl-tabel {
	border-spacing: 0;
	border-collapse: collapse;
}
.bl-tabel td:first-child{
	padding-left: 5px;
}

#content tr.documentstatus_1 td, #content tr.documentstatus_1 td a {
	color: #BBB;
}

#content tr.blauw td, #content tr.blauw td a { color : blue; }
#content tr.rood td, #content tr.rood td a { color: red; }
#content tr.groen td, #content tr.groen td a { color: green;}
#content tr.zwart td, #content tr.zwart td a { color: black; }
#content tr.grijs td, #content tr.grijs td a { color: gray;}
#content tr.oranje td, #content tr.oranje td a { color: orange;}

.accent {
	color: red;
}

.rechts {
	text-align: right;
}

div.checks div {
	float: left;
	text-align: center;
	font-size: 10px;
	height: 20px;
	width: 30px;
	color: white;
}

div.checks div.c0 { background-color: #FF6600}
div.checks div.c1 { background-color: #FFCC00}
div.checks div.c2 { background-color: #666666}
div.checks div.c3 { background-color: #B1DB87}
div.checks div.c4 { background-color: #83C948}

p.vraag:hover {
	cursor: pointer;
}

a.thumbnail img {
	display: none;
	position:absolute;
	margin-left: 100px;
	margin-top: -150px;
}

a.thumbnail:hover img{
	display: block;
}

ul li{
    /* font-family: arial; */
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 4px;
}

textarea.wymeditor a:hover {
    border: none;
}


.publicatie-block {
    text-align: center;
    float: left;
    /* font-family: arial; */
    font-size: 12px;
    margin: 10px 3px 10px 3px;
}

.publicatie-block a:hover {
    text-decoration: none;
    border: 0;
}
