.benchmarkname {
 visibility: hidden;
}

.securemenu,
.securemenu a:link,
.securemenu a:visited,
.securemenu a:hover {
text-transform:uppercase;
}

.headerimage {
margin-left: -1px;
}

.voortgang.clearfix {
	display:none;
}

body {
	background-color:#fff;
	color:#333;
}

div,p,td,th, fieldset,input, textarea, select {
	color:#333;
	font-size:12px;
	font-family:Arial, Verdana, Sans-Serif;
}

.highlight-color {
	color:#0f9cd8 !important;
}

.highlight-bg {
	background-color:#0f9cd8 !important;
}

h1, h2.highlight, h3.highlight {
	color:#0f9cd8;
}

h2, h3, h4  {
	color:#333;
}

a:link,
a:visited {
	color:#0f9cd8;
}

a:hover {
color: #fe0002;
}

.mainmenu {
	background:#0f9cd8;
text-transform: uppercase;
}

.mainmenu, .mainmenu:hover {
    background-color:#0f9cd8
}


.mainmenu ul.public_mainmenu{
  list-style: none;
  text-align: center;
  height: 38px;


  padding-top: 6px;
padding-left: 26px;
    padding-right: 27px;

}


.mainmenu ul {
  list-style: none;
  text-align: center;
  height: 38px;
  padding-top: 6px;
  padding-left: 26px;
  padding-right: 27px;
}

.mainmenu span {
	color:white;
        font-size:13px;
}

.mainmenu ul {
text-align: left;
}

.mainmenu ul.secure_mainmenu li:last-child {
	float:right;
}

.mainmenu .headertoggle {
	display:none;
}

.mainmenu ul li a:hover span {
	background:none;
text-decoration: underline;

}
.mainmenu ul li a:hover {
	background:none;
}
.mainmenu ul li.active a {
	color:white;
text-decoration: underline;
    	background: none;
}
.mainmenu ul li.active a span,
.mainmenu .active a:hover span {
	color:#00537B;
text-decoration: underline;
	background: none;
}

.submenu a:link,
.submenu a:visited,
.submenu a:hover {
	color:#0f9cd8;
	text-decoration:none;
	font-weight:bold;
        text-transform:uppercase;
}

.submenu .active  {
	background-color:#0f9cd8;
}

.submenu .active a:link span,
.submenu .active a:visited span,
.submenu .active a:hover span {
	color:#ffffff;
}

.submenu ul li {
background-image: url(none);
}

.submenu ul li a {
background-image: url(none);
}



.questionlinks {
font-size: 12px;
}

.questionlinks div * {
font-size: 12px;
}

.beheer table.list a {
color: #0f9cd8;
}

.beheer table.list a:hover {
color: #fe0002;
}

/* — default block — */
table.dashboard-grid > tbody > tr > td
{ border-radius:6px; }

/* — divider line — */
table.dashboard-grid .divider-t
{ border-top:1px solid #aaaaaa; }

/* — block color 1 — */
table.dashboard-grid td.color1
{ background-color:#0f9cd8; color:#fff; }
table.dashboard-grid td.color1,
table.dashboard-grid td.color1 *
{ color:#fff; }
table.dashboard-grid td.color1.divider-t
{ border-color:white; }

/* — block color 2 — */
table.dashboard-grid td.color2
{ background-color:#0f9cd8; color:#0f9cd8; }
table.dashboard-grid td.color2,
table.dashboard-grid td.color2 *
{ color:white; }
table.dashboard-grid td.color2.divider-t
{ border-color:white; }

/* — block color 3 — */
table.dashboard-grid td.color3
{ background-color:#6d6d6d; color:white; }
table.dashboard-grid td.color3,
table.dashboard-grid td.color3 *
{ background-color:#383838; color:white; }
table.dashboard-grid td.color3.divider-t
{ border-color:white; }

/* – table: column border color */
table.default, table.default th , table.default td
{ border-color: #0f9cd8; }

/* – table: header background and font color */
table.default th
{ background-color: #0f9cd8; color:white; /* font-weight:normal; */ }

/* – table: odd rows background color – */
table.default tr:nth-child(odd) td
{ background: #efefef; }

/* – table: odd columns background color – */
table.default.odd-columns tr td:nth-child(odd)
{ background: #efefef; }

/* – table: first column color background color – */
table.default.highlight-first-column tr td:first-child
{ background: #d1d1d1; }

/* – table: last row color background color – */
table.default.highlight-last-row tr:last-child td
{ background: #d1d1d1; }