/* clearFix */
/* for modern browsers,firefox,safari,camino,opera,shira,icab and flock */
#wrapper.after,
#content.after,
#main.after,
ul:after,
.clearfix:after,
#menu:after,
#submenu:after,
#breadcrumbs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	Deze verwijzen nu nog naar de ontwikkelserver van Lingewoud. Na livegang 
	moeten deze links omgezet worden naar de www.hetccv.nl-productieserver.
*/
/*
@font-face {
    font-family: 'Profile Regular';
    src: url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Regular.eot?') format("eot"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Regular.woff') format("woff"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Profile Light';
    src: url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Light.eot?') format("eot"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Light.woff') format("woff"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Light.ttf') format("truetype");
}

@font-face {
    font-family: 'Profile Medium';
    src: url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Medium.eot?') format("eot"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Medium.woff') format("woff"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Profile Bold';
    src: url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Bold.eot?') format("eot"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Bold.woff') format("woff"), url('http://ccv-t3.dev2.lingewoud.net/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Bold.ttf') format("truetype");
}
*/
@font-face {
    font-family: 'Profile Regular';
    src: url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Regular.eot?') format("eot"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Regular.woff') format("woff"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Profile Light';
    src: url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Light.eot?') format("eot"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Light.woff') format("woff"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Light.ttf') format("truetype");
}

@font-face {
    font-family: 'Profile Medium';
    src: url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Medium.eot?') format("eot"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Medium.woff') format("woff"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Profile Bold';
    src: url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Bold.eot?') format("eot"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Bold.woff') format("woff"), url('https://hetccv.nl/typo3conf/ext/lwtpl_ccv/Resources/Public/Fonts/Profile-Bold.ttf') format("truetype");
}
:root {
    font-size: 16px;
	background-color: #B3D4FC;
    font-family: "Profile Light", sans-serif;
    color: #363636;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

/* Basis-opbouw van de verschillende blokken */
body.dossier {
	background-color: #B3D4FC;
	font-family: 'Profile Light', sans-serif;
	line-height: 120%;
}

#wrapper {
	-margin: 0 auto;
	margin: 0 20px 0 20px;
	width: 92%;
	min-width: 640px;
	max-width: 960px;
	position: relative;
}

#container {
	position:relative;
	width: 100%;
	-margin: 0 auto 0 auto;
}

#header {
	background-color: #0099CC;
	padding: 18px 0 18px 24px;
	margin: 0;
}

#main {
	display: block;
	position: relative;
}
#topMenu, #content {
	display: block;
	
}

#topMenu{
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #33ADD6;
	background-color: ##CCEBF5;
}
#content {
	-min-height: 640px;
	background-color: white;
}

#topMenu a {
	display: inline-block;
	background-color: #33ADD6;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-variant-caps: normal;
	font-family: 'Profile Bold', sans-serif;
	line-height: 15px;

	margin: 0;
	padding: 3px 6px;
	border: 1px solid #33ADD6;
}
#topMenu a.firstChild {
	margin-left:0px;
}
#topMenu a.selected, #topMenu a:hover {
	background-color: #D0021B;
	border-color: #D0021B;
}

/* CSS voor binnenin content */
#content i {
	font-style: italic;
}
#tabs, #inleiding, #vragen, #bmEdit {
	padding: 3px 0px 0px 0px;
	min-height: 600px;
}
#tabs .ui-tabs-nav, #inleiding .ui-tabs-nav, #vragen .ui-tabs-nav, #bmEdit .ui-tabs-nav {
	background: transparent;
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#tabs .ui-tabs-panel, #inleiding  .ui-tabs-panel, #vragen  .ui-tabs-panel, #bmEdit  .ui-tabs-panel {
	margin: 0em 0.2em 0.2em 0.2em;
}

div.uitleg {
	border: 1px solid #999;
	margin-bottom: 0.6em;
	padding: 3px;
	font-style: italic;
	font-size: 90%;
}
#inleiding ul,
#content ul {
list-style-type: circle;
margin: 0.2em 0 0.3em 1.2em;
}
#inleiding ul li,
#content ul li {
list-style-type: circle;
margin: 0.5em 0;
font-size: 90%;
}
#inleiding ul.tabs li {
	list-style-type: none;
	margin:0;
}
#content ul.ui-tabs-nav li {
	list-style: none;
	margin: 0;
}

#main em {
	font-family: 'Profile Bold', sans-serif;
	font-weight: normal;
}
#main ol {
	margin: 0.2em 0 0.3em 1.2em;
}
#main ol li {
	list-style: decimal;
	margin: 0.5em 0;
	font-size: 90%;
	float: none;
}

#main.models ul {
	margin: 0.2em 0 0.3em 1.2em;
}
#main.models li {
	list-style: circle;
	margin: 0.5em 0;
	font-size: 90%;
	float: none;
}
#main h1 {
	margin-top:0.6em;
	margin-bottom:20px;
	color: rgb(0, 153, 204);
	font-family: 'Profile Bold', sans-serif;
	font-size: 36px;
	font-weight: normal;
}

#main h2 {
	margin-top:0.6em;
	margin-bottom:0.2em;
	color: rgb(0, 153, 204);
	font-family: 'Profile Bold', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#main h3 {
	background-color: rgb(0, 153, 204);
}
#main h4 {
	margin-top:0.6em;
	margin-bottom:0.2em;
	color: rgb(0, 153, 204);
	font-family: 'Profile Bold', sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.navButtonDiv {
	position: relative;
	text-align: center;
}
.navButtonDiv button{
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
	text-decoration: none;
	background: #33ADD6;
	font-family: 'Profile Bold', sans-serif;
	font-weight: normal;
	color: #ffffff;
}

#vragen h2 {
	-background-color: #0099d8;
	color: rgb(0, 153, 204);
	font-family: 'Profile Bold', sans-serif;
	font-size: 24px;
}
#vragen h3 {
	color:  #0099CC;
	background-color: white;
	border: none;
	margin-bottom: 3px;
	font-family: 'Profile Bold', sans-serif;
	
}

#vragen li {
	margin: 0;
}
#bmEdit li {
	margin: 0;
}

#funcForm {
	margin: 0;
	padding: 0;
}
table.factorPicker {
	border: 0px;
	vertical-align:top;
	background-color: inherit;
}
table.factorPicker td {
	border: 0px;
	vertical-align:top;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.factorPicker td div.extra {
	font-size: 80%;
	font-variant: italic;
}

table.factorPicker label {
	margin-left: 6px;
}

#AlternativeModels {
position: relative;
width: 600px;
}
.alternateModel {
float: left;
width: 45%;
margin: 0 10px 0 0;
}
#AlternativeCompoGroups {
position: relative;
width: 600px;
}
.alternateGroup {
float: left;
width: 45%;
margin: 0 10px 0 0;
}

.alternateModel h1,
.alternateGroup h1
{
	background-color: #008fd0;
	color: white;
	padding: 2px;
}

#main p {
	padding: 6px 6px 6px 0;
}
#main .alternateModel li,
#main .alternateGroup li,
#main .intro li
{
	list-style-type: square;
}
#main div#bmEdit ul li,
#main div#bmEdit .cke_wysiwyg_div
{
	list-style-type:square;
	padding-left: 3px;
}
#main #criteriumKeuze {
	background-color: white;
	padding-top: 20px;
}
#main #criteriumKeuze .criteriumNaam {
	float: left;
	margin-left: 20px;
	margin-right: 1em;
	color: rgb(0, 153, 204);
	font-family: 'Profile Bold', sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#main #criteriumKeuze .criteriumNaam:after {
	content: ':';
}
#main #criteriumKeuze .factorPicker {
	margin-bottom: 0;
}
#main div#bmEdit ul li
{
	width: 300px;
}
#main .benchmarkOrg {
	width: 90%;
}
#main .benchmarkOrg h2 {
	background-color: rgb(0, 153, 204);
	color: white;
	font-family: 'Profile Bold', sans-serif;
	font-size: 18px;
	padding: 3px;
}
#main .benchmarkOrg .model em {
	font-size: inherit;
	color: rgb(0, 153, 204);
}

#PDFOpslaanButton,
#submitButton,
#benchmarkSubmitButton
{
	clear: both;
	float: none;
	margin: 20px auto 0px auto;
	padding: 6px 20px;
	border-bottom-left-radius: 10px;
	background-color: #0099CC;
	font-family: "Profile Regular", sans-serif;
	text-align: center;
}
#submitButton,
#benchmarkSubmitButton
{
	margin-left:20px;
	margin-bottom: 20px;
}

#PDFOpslaan 
{
	clear: both;
	width: 50%;
	float: none;
	margin: 0px auto;
	text-align: center;
}
.error {
	color: red;
	font-weight: bold;
}

div.model strong,
div.model b
{
	font-weight: bold;
}