/*

CViews/Totta kleuren, DNA-stijl:
achtergrond, wit: #fff
tekst, donkerblauw/zwart: #071d2b
accentkleur, DNA-roze: #e5004d
steunkleur 1, lichtblauw: #eaf4ff
steunkleur 2, lichtgrijs: #f6f6f6
steunkleur 3, mediumgrijs: #c6c6c6

Menu’s en koppen aangepast naar Nunito Sans
zodat deze aansluiten op de dashboard/reportstijl.

*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&display=swap');

body {
	background-color: #fff;
	color: #000;
}

div,
p,
td,
th,
fieldset,
input,
textarea,
select {
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

.highlight-color {
	color: #e5004d !important;
}

.highlight-bg {
	background-color: #e5004d !important;
}

/* Menu’s / navigatie in DNA-stijl */
.mainmenu span,
.sitecontent .nav.subnav ul li,
.submenu,
.benchmarkname,
.securemenu {
	font-size: 14px;
	line-height: 1.22;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-weight: 800;
	letter-spacing: -0.015em;
}

/* Grote koppen */
h1,
.extralargetext {
	color: #071d2b;
	font-size: 26px;
	line-height: 1.22;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-weight: 800;
	letter-spacing: -0.015em;
}

/* Highlight h2 */
h2.highlight {
	color: #e5004d;
	font-size: 18px;
	line-height: 1.22;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-weight: 800;
	letter-spacing: -0.015em;
}

/* Algemene h2 / largetext */
h2,
.largetext {
	color: #071d2b;
	font-size: 20px;
	line-height: 1.22;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-weight: 800;
	letter-spacing: -0.015em;
}

/* Kleinere koppen */
h3,
h4 {
	color: #071d2b;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-weight: 800;
	letter-spacing: -0.015em;
}

a:link,
a:visited,
a:hover {
	color: #e5004d;
}

/* Hoofdmenu */
.mainmenu span {
	color: #071d2b;
	font-size: 14px;
	line-height: 1.22;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.mainmenu a:hover span {
	color: #e5004d;
}

.mainmenu .active a {
	background-color: #e5004d;
	border-radius: 999px;
}

.mainmenu .active a span,
.mainmenu .active a:hover span {
	color: #ffffff;
	font-weight: 800;
}

/* Subnavigatie */
.sitecontent .nav.subnav ul li:not(.active) a {
	color: #071d2b;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.sitecontent .nav.subnav ul li.active a {
	color: #e5004d;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: -0.015em;
}

/* Submenu */
.submenu a:link,
.submenu a:visited,
.submenu a:hover {
	color: #e5004d;
	text-decoration: none;
	font-family: 'Nunito Sans', Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.submenu .active {
	background-color: #e5004d;
	border-radius: 999px;
}

.submenu .active a:link span,
.submenu .active a:visited span,
.submenu .active a:hover span {
	color: #ffffff;
	font-weight: 800;
}

/* Tables */
table.default,
table.default th,
table.default td {
	border-color: #c6c6c6;
}

table.default th {
	background-color: #e5004d;
	color: white;
}

table.default tr:nth-child(odd) td {
	background: #f6f6f6;
}

table.default.odd-columns tr td:nth-child(odd) {
	background: #f6f6f6;
}

table.default.highlight-first-column tr td:first-child {
	background: #c6c6c6;
}

table.default.highlight-last-row tr:last-child td {
	background: #c6c6c6;
}

/* Dashboard grid */
table.dashboard-grid > tbody > tr > td {
	border-radius: 6px;
}

table.dashboard-grid .divider-t {
	border-top: 1px solid #c6c6c6;
}

table.dashboard-grid td.color1 {
	background-color: #e5004d;
	color: white;
}

table.dashboard-grid td.color1,
table.dashboard-grid td.color1 * {
	color: white;
}

table.dashboard-grid td.color1.divider-t {
	border-color: white;
}

table.dashboard-grid td.color2 {
	background-color: #eaf4ff;
	color: #071d2b;
}

table.dashboard-grid td.color2,
table.dashboard-grid td.color2 * {
	color: #071d2b;
}

table.dashboard-grid td.color2.divider-t {
	border-color: #071d2b;
}

table.dashboard-grid td.color3 {
	background-color: #f6f6f6;
	color: black;
}

table.dashboard-grid td.color3,
table.dashboard-grid td.color3 * {
	background-color: #f6f6f6;
	color: black;
}

table.dashboard-grid td.color3.divider-t {
	border-color: black;
}

table.dashboard-grid {
	background-color: #c6c6c6;
}

.dashboard-block-image table th.col1 {
	width: 33%;
}

/* Vragenlijst radio-label fix */
.question .qinput label {
	float: none;
	display: block;
	overflow: hidden;
	max-width: none;
	line-height: 1.5em;
}

.question .qinput input.radio {
	float: left;
	margin: 6px 6px 0 0;
}