﻿/*
                    Old         New         Background      Terug

    OOMBlue:        #0078B9     0078B9      e0eaf5          8cadd6
    OOMGreenBlue:   #008FA5
    OOMGreen:       #BAC300     98bb42      edf3d7          bdcf7e
    OOMYellow:      #E7AD00
    OOMPink:        #D2005B
    OOMPurple:      #A90074     5e2560      eee2ed          8b4386
    OOMGray:        #9C9E9F
    OOMBlack:       #000000
*/

form {
	min-width: 980px;
}

body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(77,77,77);
}

	input[type=text], textarea, select {
		border: 1px solid #e7eef6;
		padding: 5px;
		width: 215px;
		text-indent: 0px;
		/*-moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;*/
		margin: 0px;
	}

select {
	width: 227px;
	line-height: 1.8em; /* safari workaround because it ignores padding*/
}

input[type=radio], input[type=checkbox] {
	position: relative;
	top: 2px;
}

/*.SelectContainer {
        position:relative;
    }
    .SelectContainer::before {
        content: '\25BC';
        display:block;
        top:1px;
        right:1px;
        bottom:1px;
        width:30px;
        background-color:white;
        z-index:1000;
        position:absolute;
        pointer-events:none;
        text-align:center;
        line-height:2em;
    }*/

.AutoComplete {
	background-color: white;
	border: 1px solid rgb(150,150,150);
	position: absolute;
	z-index: 1000;
}

	.AutoComplete a {
		display: block;
		padding: 5px;
		color: black;
		text-decoration: none;
	}

		.AutoComplete a.Selected {
			background-color: #5e2560;
			color: white !important;
		}

label {
	margin-right: 10px;
	text-transform: lowercase;
}

strike {
	white-space: nowrap;
}

body {
	padding: 0px;
	margin: 0px;
	min-width: 400px;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none !important;
}

a {
	color: inherit;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 100;
	z-index: 1000;
}

	h1 sub {
		vertical-align: baseline;
		line-height: 14px;
		font-size: 14px;
		margin-left: 20px;
	}

	h1 + p {
		margin-top: 0px;
	}

	h1 strong, h1 b {
		font-weight: 400;
	}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

	h3 + p {
		margin-top: 0px;
	}

p {
	margin: 10px 0px;
}

a img {
	border: 0px;
}

dl, dt, dd {
	margin: 0px;
	padding: 2px 0px;
	position: relative;
}

dt {
	position: absolute;
	z-index: 100;
}

dd {
	padding-left: 130px;
}


.Container {
	max-width: 980px;
	margin: 0px auto;
	position: relative;
}

#Header {
	background-color: #5e2560;
	position: relative;
}

	#Header .Container {
		min-height: 65px;
	}

#Home {
	color: white;
	text-decoration: none;
}

	#Home img {
		padding: 10px 0px;
		float: left;
	}

#ShortcutsMenu {
	color: white;
}

	#ShortcutsMenu ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		position: absolute;
		bottom: 10px;
		right: 0px;
	}

		#ShortcutsMenu ul li {
			margin: 0px;
			float: right;
		}

			#ShortcutsMenu ul li a {
				color: inherit;
				text-decoration: none;
				text-transform: lowercase;
			}

			#ShortcutsMenu ul li + li a::after {
				content: "|";
				display: inline-block;
				margin: 0px 8px;
			}

#MainMenu {
	position: absolute;
	bottom: -30px;
	width: 100%;
	border-bottom: 1px solid #0078B9;
}

	#MainMenu ul {
		padding: 0px;
		margin: 0px 0px 0px 100px;
		list-style-type: none;
	}

		#MainMenu ul li {
			float: left;
			margin-right: 20px;
		}

			#MainMenu ul li a {
				text-transform: lowercase;
				text-decoration: none;
				font-size: 14px;
				line-height: 30px;
				color: #0078B9;
				display: block;
				padding: 0px 10px;
			}

				#MainMenu ul li.Active a, #MainMenu ul li a:hover {
					background-color: #5e2560;
					color: white;
				}


#Footer {
}

#Main {
	margin-top: 50px;
}

.SlideshowAnimation {
	position: absolute;
	z-index: 10;
}

.Error {
	color: darkred;
	font-weight: bold;
}

.Warning {
	background-color: #f2f2f2;
	padding: 15px 0px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	position: relative;
	z-index: 100;
}

	.Warning > div {
		width: 980px;
		margin: 0px auto;
	}

.OnderhoudWarning {
	background-color: #E7AD00;
}

.CookieWarning {
}

	.CookieWarning h1 {
		margin-top: 0px;
	}

	.CookieWarning > div > div {
		float: right;
		padding-left: 50px;
	}

	.CookieWarning a.Button {
		min-width: 125px;
		display: block;
		text-align: center;
		padding: 13px;
		margin: 0px 0px 10px 0px;
		background: rgb(181,195,0); /* Old browsers */
	}

		.CookieWarning a.Button:hover {
			opacity: 0.8;
		}


/* Controls */

.Button {
	background-color: #0078B9;
	display: inline-block;
	padding: 0px 10px;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	position: relative;
	height: 26px;
	line-height: 26px;
	z-index: 100;
}

	.Button:hover {
		background-color: #c0d6e8;
	}

	.Button + .Button {
		margin-right: 15px !important;
	}

.Arrow {
	background-color: transparent !important;
	height: auto;
	padding: 0px;
}

.ArrowContent {
	overflow: hidden;
	padding: 10px 0px;
	float: left;
}

.ArrowText, .ArrowPoint {
	background-color: white;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.35);
}

.ArrowText {
	padding: 6px 16px;
}

.ArrowFooter {
	float: left;
	overflow: hidden;
}

.ArrowPoint {
	width: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.Arrow.Big {
	font-size: 19px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 24px;
	text-transform: none;
}

	.Arrow.Big .ArrowText {
		padding-top: 13px;
		padding-bottom: 13px;
	}

.Panel {
	width: 480px;
	float: left;
	margin-bottom: 40px;
}

	.Panel h1 {
		margin: 0px 0px 0px 0px;
		padding: 5px 15px;
		color: white;
		text-transform: lowercase;
		line-height: 31px;
	}

	.Panel .Button {
		float: right;
		margin-top: 5px;
	}

	.Panel .PanelContent {
		-webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.35);
		-moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.35);
		box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.35);
		padding: 10px;
		position: relative;
	}

		.Panel .PanelContent::after {
			content: "";
			display: block;
			clear: both;
		}

	.Panel.Catalogus.Transparent .PanelContent {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: white !important;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}

	.Panel.Catalogus.Transparent h1 {
		background-color: transparent;
		color: black;
		padding-left: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		font-size: 28px;
	}

		.Panel.Catalogus.Transparent h1 span {
			text-transform: none;
			display: block;
			font-size: 15px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 21px;
			padding-bottom: 2px;
		}

		.Panel.Catalogus.Transparent h1::before, .Panel.Catalogus.Transparent h1::after {
			display: none;
		}

	.Panel.Transparent .Arrow {
		margin-right: -8px;
	}

	.Panel.Transparent .ArrowText, .Panel.Transparent .ArrowPoint {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

		.Panel.Transparent .ArrowText::before {
		}

	.Panel.Transparent .ArrowPoint {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: 0px !important;
		width: 0px !important;
		position: relative;
		margin: 10px 0px 0px -1px !important;
		border-width: 14px;
		border-style: solid;
		border-left-color: transparent !important;
	}

		.Panel.Transparent .ArrowPoint::after {
			content: "";
			display: block;
			border: 14px solid white;
			border-left: 14px solid transparent;
			position: absolute;
			top: -14px;
			left: -13px;
		}

	.Panel.Transparent .ArrowText {
		height: 14px;
		line-height: 14px;
		border: 1px solid red;
		border-right: 0px;
	}

	.Panel.Catalogus {
	}

		.Panel.Catalogus h1 {
			color: white;
			position: relative;
			border-bottom: 6px solid white;
			margin-bottom: 0px;
		}

			.Panel.Catalogus h1::before, .Panel.Catalogus h1::after {
				content: "";
				display: block;
				position: absolute;
				width: 0px;
				height: 0px;
				bottom: -24px;
				left: 25px;
				border-left: 20px solid transparent;
				border-right: 20px solid transparent;
				border-top: 20px solid white;
			}

			.Panel.Catalogus h1::after {
				border-left: 20px solid transparent;
				border-right: 20px solid transparent;
				border-top: 20px solid transparent;
				bottom: -18px;
			}

		.Panel.Catalogus .Button {
			background-color: white;
		}

		.Panel.Catalogus h1.Regular {
			background-color: transparent;
			color: black;
			padding: 0px;
			text-transform: none;
			border-bottom: 0px;
		}

			.Panel.Catalogus h1.Regular::after {
				display: none;
			}

			.Panel.Catalogus h1.Regular::before {
				display: none;
			}

	/* GreenBlue colorscheme */

	.Panel.GreenBlue .PanelContent, .Panel.GreenBlue .ListBar, tr.GreenBlue, .EtalageOmschrijving.GreenBlue, .TemplateCatalogusZoeken .CatalogusCategorieen li.GreenBlue, .CatalogusCategorieen li.GreenBlue {
	}

.EtalagePanel.GreenBlue {
}

/*.Panel.Transparent.GreenBlue .ArrowText, .Panel.Transparent.GreenBlue .ArrowPoint {
        box-shadow: 0px 0px 0px 1px rgba(0,120,185,1);
    }*/
.Panel.Transparent.GreenBlue .ArrowPoint, .Panel.Transparent.GreenBlue .ArrowText {
	border-color: #008FA5;
}

.GreenBlue .ListBar, .Panel.Catalogus.Transparent.GreenBlue h1 {
	border-bottom: 1px solid #008FA5;
}

.GreenBlue .ListFooter {
	border-top: 1px solid #008FA5;
	color: #008FA5;
}

.GreenBlue .Terug {
	background-color: #8cadd6;
}

	.GreenBlue .Terug::before {
		border-right-color: #8cadd6 !important;
	}

/*tr.GreenBlue {
        border:1px solid #e0eaf5;
    }*/
.Panel.GreenBlue h1 {
	background-color: #008FA5;
}

h1.GreenBlue {
	background-color: #008FA5;
}

	h1.GreenBlue::after {
		border-top-color: #008FA5 !important;
	}

.Panel.GreenBlue h1::after {
	border-top-color: #008FA5;
}

.GreenBlue .Prijs, .GreenBlue .Score, .Arrow.GreenBlue .ArrowText, .Arrow.GreenBlue .ArrowPoint, .GreenBlue .OpIsOp, .GreenBlue.OpIsOp {
	background-color: #008FA5;
}
/*.Button.Arrow.GreenBlue::after {
        border-left-color:#008FA5;
    }*/
.Panel.GreenBlue a, .Panel.GreenBlue h1.Regular, .Description.GreenBlue, .Panel.GreenBlue .ListBar, span.GreenBlue, .EtalagePanel.GreenBlue li, .EtalageOmschrijving.GreenBlue h1, .Panel.Catalogus.Transparent.GreenBlue h1, .CatalogusCategorieen li.GreenBlue a {
	color: #008FA5;
}


/* Blue colorscheme */

.Panel.Blue .PanelContent, .Panel.Blue .ListBar, tr.Blue, .EtalageOmschrijving.Blue, .TemplateCatalogusZoeken .CatalogusCategorieen li.Blue, .CatalogusCategorieen li.Blue {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(224,234,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(224,234,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e0eaf5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.EtalagePanel.Blue {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(224,234,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(224,234,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(224,234,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e0eaf5',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
/*.Panel.Transparent.Blue .ArrowText, .Panel.Transparent.Blue .ArrowPoint {
        box-shadow: 0px 0px 0px 1px rgba(0,120,185,1);
    }*/
.Panel.Transparent.Blue .ArrowPoint, .Panel.Transparent.Blue .ArrowText {
	border-color: #0078B9;
}

.Blue .ListBar, .Panel.Catalogus.Transparent.Blue h1 {
	border-bottom: 1px solid #0078B9;
}

.Blue .ListFooter {
	border-top: 1px solid #0078B9;
	color: #0078B9;
}

.Blue .Terug {
	background-color: #8cadd6;
}

	.Blue .Terug::before {
		border-right-color: #8cadd6 !important;
	}

/*tr.Blue {
        border:1px solid #e0eaf5;
    }*/
.Panel.Blue h1 {
	background-color: #0078B9;
}

h1.Blue {
	background-color: #0078B9;
}

	h1.Blue::after {
		border-top-color: #0078B9 !important;
	}

.Panel.Blue h1::after {
	border-top-color: #0078B9;
}

.Blue .Prijs, .Blue .Score, .Arrow.Blue .ArrowText, .Arrow.Blue .ArrowPoint, .Blue .OpIsOp, .Blue.OpIsOp {
	background-color: #0078B9;
}
/*.Button.Arrow.Blue::after {
        border-left-color:#0078B9;
    }*/
.Panel.Blue a, .Panel.Blue h1.Regular, .Description.Blue, .Panel.Blue .ListBar, span.Blue, .EtalagePanel.Blue li, .EtalageOmschrijving.Blue h1, .Panel.Catalogus.Transparent.Blue h1, .CatalogusCategorieen li.Blue a {
	color: #0078B9;
}

/* Purple colorscheme */

.Panel.Purple .PanelContent, .Panel.Purple .ListBar, tr.Purple, .EtalageOmschrijving.Purple, .TemplateCatalogusZoeken .CatalogusCategorieen li {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(238,226,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(238,226,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eee2ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.EtalagePanel.Purple {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(238,226,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(238,226,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(238,226,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eee2ed',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
/*.Panel.Transparent.Purple .ArrowText, .Panel.Transparent.Purple .ArrowPoint {
        box-shadow: 0px 0px 0px 1px rgba(94,37,96,1);
    }*/
.Panel.Transparent.Purple .ArrowPoint, .Panel.Transparent.Purple .ArrowText {
	border-color: #5e2560;
}

.Purple .ListBar, .Panel.Catalogus.Transparent.Purple h1 {
	border-bottom: 1px solid #5e2560;
}

.Purple .ListFooter {
	border-top: 1px solid #5e2560;
	color: #5e2560;
}

.Purple .Terug {
	background-color: #8b4386;
}

	.Purple .Terug::before {
		border-right-color: #8b4386 !important;
	}

.Purple .Navigation a {
	color: #5e2560 !important;
	background-color: #8b4386;
}

/*tr.Purple {
        border:1px solid #eee2ed;
    }*/
.Panel.Purple h1 {
	background-color: #5e2560;
}

h1.Purple {
	background-color: #5e2560 !important;
}

	h1.Purple::after {
		border-top-color: #5e2560 !important;
	}

.Panel.Purple h1::after {
	border-top-color: #5e2560;
}

.Purple .Prijs, .Arrow.Purple .ArrowText, .Arrow.Purple .ArrowPoint, .Purple .OpIsOp, .Purple.OpIsOp {
	background-color: #5e2560;
}

.Purple .Score {
	background-color: #8b4386;
}
/*.Button.Arrow.Purple::after {
        border-left-color:#5e2560;
    }*/
.Panel.Purple a, .Panel.Purple h1.Regular, .Description.Purple, .Panel.Purple .ListBar, span.Purple, .EtalagePanel.Purple li, .EtalageOmschrijving.Purple h1, .Panel.Catalogus.Transparent.Purple h1 {
	color: #5e2560;
}

/* Green colorscheme */

.Panel.Green .PanelContent, .Panel.Green .ListBar, tr.Green, .EtalageOmschrijving.Green {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(250,250,250,1) 0%, rgba(237,243,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(237,243,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#edf3d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.EtalagePanel.Green {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(237,243,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(237,243,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(237,243,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#edf3d7',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
/*.Panel.Transparent.Green .ArrowText, .Panel.Transparent.Green .ArrowPoint {
        box-shadow: 0px 0px 0px 1px rgba(152,187,66,1);
    }*/
.Panel.Transparent.Green .ArrowPoint, .Panel.Transparent.Green .ArrowText {
	border-color: #98bb42;
}

.Green .ListBar, .Panel.Catalogus.Transparent.Green h1 {
	border-bottom: 1px solid #98bb42;
}

.Green .ListFooter {
	border-top: 1px solid #98bb42;
	color: #98bb42;
}

.Green .Terug {
	background-color: #bdcf7e;
}

	.Green .Terug::before {
		border-right-color: #bdcf7e !important;
	}

.Green .Navigation a {
	color: #98bb42 !important;
	background-color: #bdcf7e;
}

/*tr.Green {
        border:1px solid #edf3d7;
    }*/
.Panel.Green h1 {
	background-color: #98bb42;
}

h1.Green {
	background-color: #98bb42 !important;
}

	h1.Green::after {
		border-top-color: #98bb42 !important;
	}

.Panel.Green h1::after {
	border-top-color: #98bb42;
}

.Green .Prijs, .Arrow.Green .ArrowText, .Arrow.Green .ArrowPoint, .Green .OpIsOp, .Green.OpIsOp {
	background-color: #98bb42;
}

.Green .Score {
	background-color: #bdcf7e;
}
/*.Button.Arrow.Green::after {
        border-left-color:#98bb42;
    }*/
.Panel.Green a, .Panel.Green h1.Regular, .Description.Green, .Panel.Green .ListBar, span.Green, .EtalagePanel.Green li, .EtalageOmschrijving.Green h1, .Panel.Catalogus.Transparent.Green h1 {
	color: #98bb42;
}



.Button.First::before, .Button.Last::after {
	content: "";
	display: inline-block;
	border-left-width: 2px;
	border-left-style: solid;
	height: 10px;
	position: relative;
	top: -1px;
}

.Button.First::before {
	/*border-left:2px solid #5e2560;*/
	margin-right: -3px;
	margin-bottom: -1px;
}

.Button.Last::after {
	/*border-left:2px solid #5e2560;*/
	margin-left: -3px;
	margin-bottom: -1px;
}

.List {
	margin: 0px 0px;
}

	.List .Info {
		white-space: nowrap;
	}

	.List select {
		width: auto;
	}

.ListBar {
	padding: 5px 5px 5px 15px;
	text-transform: uppercase;
}

.ListFooter {
	margin-top: 3px;
	padding: 10px;
	text-transform: uppercase;
	position: relative;
}

.List .ListFooter .Navigation a {
	margin-top: 0px;
}

.List .Navigation a {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	height: auto;
}

.List .Navigation .Button {
	float: right;
	background-color: transparent;
	padding: 5px;
	margin-top: -5px;
	white-space: nowrap;
}

.List .Navigation .Refresh {
	display: none;
}

.List table {
	border-collapse: collapse;
	width: 100%;
}

.List th {
	color: #0078B9;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	background-color: white;
	position: relative;
}

	.List th a {
		font-weight: normal;
		font-size: 11px;
	}

	.List th:first-child::before {
		content: "";
		display: block;
		background-color: white;
		position: absolute;
		left: -10px;
		top: 0px;
		bottom: 0px;
		width: 10px;
	}

	.List th:last-child::after {
		content: "";
		display: block;
		background-color: white;
		position: absolute;
		right: -10px;
		top: 0px;
		bottom: 0px;
		width: 10px;
	}

.List th, .List td {
	padding: 10px 10px;
	vertical-align: top;
}

	.List th:first-child, .List td:first-child {
		padding-left: 0px;
	}

	.List th:last-child, .List td:last-child {
		padding-right: 0px;
	}

.List a {
	font-size: 15px;
	color: #0078B9;
	font-weight: bold;
	text-decoration: none;
}

.List strike:first-child {
	float: right;
}

.List strike + .Prijs {
	margin-top: 3px;
}

.CatalogusCategorieen {
}

	.CatalogusCategorieen h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.CatalogusCategorieen .PanelContent {
		padding: 0px;
	}

	.CatalogusCategorieen .List ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	.CatalogusCategorieen .List a {
		color: #8b4386;
		display: block;
		padding: 5px 0px 5px 0px;
		font-weight: normal;
	}

		.CatalogusCategorieen .List a .ImageContainer {
			overflow: hidden;
			vertical-align: middle;
			display: inline-block;
			margin: 0px 10px;
		}

			.CatalogusCategorieen .List a .ImageContainer.Small {
				height: 25px;
			}

			.CatalogusCategorieen .List a .ImageContainer.Large {
				height: 50px;
			}

			.CatalogusCategorieen .List a .ImageContainer.Small img {
				width: 25px;
				margin-top: -50px;
			}

	.CatalogusCategorieen .List .Blue a .ImageContainer.Small img {
		margin-top: -75px;
	}

	.CatalogusCategorieen .List a .ImageContainer.Large img {
		width: 50px;
		margin-top: -100px;
	}

	.CatalogusCategorieen .List .Blue a .ImageContainer.Large img {
		margin-top: -150px; /* etalage color */
	}

	.CatalogusCategorieen .List a .ImageContainer.Large {
		display: none;
	}

	.CatalogusCategorieen .List a:hover {
		background-color: #8b4386;
		color: white;
	}

	.CatalogusCategorieen .List .Blue a:hover {
		background-color: #0078B9;
	}

	.CatalogusCategorieen .List a[href]:hover img {
		margin-top: 0px !important;
	}

	.CatalogusCategorieen .List li {
		border-top: 2px solid white;
		overflow: hidden;
	}

		.CatalogusCategorieen .List li:first-child {
			border-top: 0px;
		}

.CatalogusTopOntwikkelbudget {
}

	.CatalogusTopOntwikkelbudget span {
		color: inherit;
	}

.CatalogusOntwikkelbudget {
}

	.CatalogusOntwikkelbudget .List tbody tr {
		border-bottom: 1px dashed #0078B9;
	}

	.CatalogusOntwikkelbudget .List tr td:first-child {
		padding-right: 5px;
	}

.CatalogusTopBeoordeeld {
}

	.CatalogusTopBeoordeeld .List tbody tr {
		border-bottom: 1px dashed #0078B9;
	}

	.CatalogusTopBeoordeeld .List tr td:first-child {
		padding-right: 5px;
	}

.CatalogusTopLastMinutes {
}

	.CatalogusTopLastMinutes .List tbody tr {
		border-bottom: 1px dashed #98bb42;
	}

	.CatalogusTopLastMinutes h1 span {
		display: none !important;
	}

.InstituutStep .InstituutStepHidden {
	display: none;
}

.CatalogusZoeken.Full {
	margin-top: 76px;
}

.CatalogusZoeken.Full, .CursusSideBar {
	width: 262px;
	float: left;
}

	.CatalogusZoeken.Full .Minder, .CatalogusZoeken.Full .Meer {
		display: none;
	}

	.CatalogusZoeken.Full .Button {
		margin-right: 10px;
		margin-bottom: 5px;
	}

.CatalogusZoeken dl {
	margin: 0px -15px;
	padding: 0px 0px;
}

.CatalogusZoeken dt, .CatalogusZoeken dd {
	padding: 0px 15px;
}

.CatalogusZoeken dt {
	color: #0078B9;
	margin: 0px 0px 2px 0px;
	text-transform: lowercase;
	position: relative;
}

.CatalogusZoeken dd {
	margin: 0px;
	margin-bottom: 15px;
}

.CatalogusZoeken .Separator {
	border-top: 2px solid white;
	padding-top: 15px;
}

.CatalogusZoeken.Collapsed, .CatalogusZoeken.Expanded {
}

	.CatalogusZoeken.Collapsed input {
		width: 409px;
	}

	.CatalogusZoeken.Collapsed select {
		width: 421px;
	}

	.CatalogusZoeken.Collapsed .Collapsible {
		display: none;
	}

	.CatalogusZoeken.Expanded .Meer {
		display: none;
	}
	/*.CatalogusZoeken.Collapsed .Button {
            background-color:#80add2;
        }*/
	.CatalogusZoeken.Collapsed h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.CatalogusZoeken.Collapsed dl {
		padding: 35px 20px;
	}

		.CatalogusZoeken.Collapsed dl dd {
			margin-bottom: 5px;
		}

.CatalogusZoeken.Full .PanelContent {
	padding: 15px;
}

.CatalogusZoeken .PanelContent h1 {
	border-bottom: 0px;
	margin: 0px -15px 10px -15px;
	padding: 5px 10px;
}

	.CatalogusZoeken .PanelContent h1::after {
		bottom: auto;
		top: 0px;
		left: auto;
		right: -41px;
		border-left: 21px solid #0078B9;
		border-bottom: 21px solid transparent;
		border-top: 21px solid transparent;
	}

	.CatalogusZoeken .PanelContent h1::before {
		display: none !important;
	}

.Panel.CatalogusZoeken .Button {
	border: 1px solid #0078B9;
	background-color: #80add2;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

	.Panel.CatalogusZoeken .Button:hover {
		background-color: #0078B9;
	}

	.Panel.CatalogusZoeken .Button.Reset, .Panel.CatalogusZoeken .Button.Zoeken {
		width: 97px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.Panel.CatalogusZoeken .Button.Reset {
		background-color: transparent;
		color: #0078B9;
	}

		.Panel.CatalogusZoeken .Button.Reset:hover {
			border-color: white;
			color: #80add2;
		}

	.Panel.CatalogusZoeken .Button.Meer {
		background-color: transparent;
		border: 0px;
		float: none;
		color: #0078B9;
		padding-left: 0px;
	}

		.Panel.CatalogusZoeken .Button.Meer::before {
			content: "";
			display: inline-block;
			position: relative;
			top: 1px;
			border-left: 5px solid #0078B9;
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent;
			padding-right: 8px;
		}

.CursusSideBar {
	width: 290px;
}

	.CursusSideBar .Description {
		margin-top: 10px;
		margin-bottom: 25px;
		margin-right: 120px;
	}

	.CursusSideBar .Arrow {
	}

	.CursusSideBar .ArrowText {
		width: 163px;
		position: relative;
	}
	/*.CursusSideBar .ArrowPoint {
        transform: scaleX(1.4) rotate(45deg);
    }*/
	.CursusSideBar .Arrow .Score {
		border: 1px solid white;
		position: absolute;
		right: 0px;
		top: 18px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 30px;
		z-index: 2000;
		background-color: transparent;
	}

	.CursusSideBar .Arrow sub {
		vertical-align: baseline;
		font-size: 14px;
		font-weight: bold;
	}

.Annuleringsvoorwaarden {
	width: auto;
	float: none;
}

.Evaluaties {
	width: auto;
	float: none;
}

	.Evaluaties .ScoreContainer {
		padding-top: 5px;
		float: right;
		width: 270px;
	}

		.Evaluaties .ScoreContainer + .ScoreContainer {
			margin-left: 25px;
		}

	.Evaluaties .Score {
		float: left;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		font-size: 20px;
		line-height: 60px;
		border-top-width: 1px;
		margin-right: 15px;
		background-color: transparent;
		border: 1px solid #0078B9;
		color: #0078B9;
	}

	.Evaluaties .ScoreContainer + .ScoreContainer .Score {
		border-color: white;
		background-color: #98bb42;
		color: white;
	}

	.Evaluaties h3 {
		color: #0078B9;
	}

	.Evaluaties td {
		cursor: pointer;
	}

	.Evaluaties tr:hover {
		color: #5e2560;
	}

	.Evaluaties dl {
		padding-top: 10px;
		display: none;
	}

	.Evaluaties dd {
		width: 30px;
	}

	.Evaluaties .Total {
		font-weight: bold;
		border-top: 1px solid black;
	}
	/*.Evaluaties table {
        width:auto;
    }*/
	.Evaluaties th, .Evaluaties td {
		width: 90px;
	}
		/* datum */
		.Evaluaties th + th, .Evaluaties td + td {
			width: 305px;
		}
			/* cursus */
			.Evaluaties th + th + th, .Evaluaties td + td + td {
				width: 90px;
			}
				/* geslacht */
				.Evaluaties th + th + th + th, .Evaluaties td + td + td + td {
					width: 300px;
				}
					/* beroep */
					.Evaluaties th + th + th + th + th, .Evaluaties td + td + td + td + td {
						width: 90px;
					}
/* score */

.Cursus {
}

	.Cursus .PanelContent {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.Cursus h2 {
		font-size: 28px;
		margin: 10px 0px;
		padding-right: 50px;
		position: relative;
	}

		.Cursus h2 + .Outline {
			color: #0078B9;
		}

		.Cursus h2 .Score {
			font-size: 18px;
			position: absolute;
			margin-top: -24px;
			top: 50%;
			right: 0px;
			color: white;
			text-decoration: none;
			background-color: #98bb42;
			width: 40px;
			height: 40px;
			line-height: 38px;
			border-radius: 20px;
		}

	.Cursus .Outline {
		border-top: 2px solid white;
		margin: 0px -10px;
		padding: 0px 10px;
	}

		.Cursus .Outline::after {
			content: "";
			width: 0px;
			height: 0px;
			display: block;
			clear: both;
		}

		.Cursus .Outline .OutlinePart, .Cursus .Outline .OutlinePartAuto {
			float: left;
			border-left: 2px solid white;
			width: 315px;
			padding-left: 10px;
			padding-bottom: 10px;
			margin-left: -2px;
		}

			.Cursus .Outline .OutlinePart:first-child, .Cursus .Outline .OutlinePartAuto:first-child {
				border-right: 2px solid white;
				border-left: 0px;
				margin-left: 0px;
				width: 330px;
				padding-left: 0px;
			}

			.Cursus .Outline .OutlinePartAuto, .Cursus .Outline .OutlinePartAuto:first-child {
				min-width: 200px;
				width: auto;
			}

	.Cursus .OutlinePart.Blue {
		background-color: #0078B9;
		color: white;
		margin-right: -10px;
		min-height: 220px;
		width: 335px;
	}

		.Cursus .OutlinePart.Blue h1 {
			font-weight: 300;
		}

		.Cursus .OutlinePart.Blue h1, .Cursus .OutlinePart.Blue h2, .Cursus .OutlinePart.Blue h3, .Cursus .OutlinePart.Blue a {
			color: white;
		}

	.Cursus h2, .Cursus h3, .Cursus .Disclaimer {
		color: #0078B9;
	}

.EtalageOmschrijving {
	position: relative;
	margin-bottom: 20px;
}

	.EtalageOmschrijving::after {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		clear: both;
	}

.EtalageIntro {
	padding: 20px 20px 0px 0px;
	font-size: 18px;
}

.EtalageOmschrijving h1 {
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: lowercase;
	line-height: 40px;
}

.EtalageOmschrijving img {
	float: left;
	margin: 0px 20px -25px 0px;
}

.EtalageOmschrijving .Arrow {
	position: absolute;
	left: 0px;
	top: 5px;
	color: white;
	font-size: 26px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 26px;
	text-transform: lowercase;
}

	.EtalageOmschrijving .Arrow .ArrowText {
		padding-bottom: 9px;
	}

.EtalageOmschrijving .ArrowText, .EtalageOmschrijving .ArrowPoint {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.EtalageTabPage {
	position: relative;
	clear: both;
	font-size: 15px;
	border-bottom: 1px solid #0078B9;
	padding: 60px 20px 20px 20px;
	-webkit-box-shadow: 4px 5px 6px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 4px 5px 6px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 4px 5px 6px 0px rgba(50, 50, 50, 0.25);
}

	.EtalageTabPage ul, .EtalageTabPage ul li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		position: relative;
	}

	.EtalageTabPage ul {
		margin-top: 15px;
	}

		.EtalageTabPage ul li {
			position: relative;
			padding-left: 18px;
		}

			.EtalageTabPage ul li::before {
				content: "\25cf";
				display: block;
				position: absolute;
				left: 0px;
				color: #0078B9;
			}

.EtalageTabs {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	.EtalageTabs li {
		float: left;
		height: 40px;
		border-bottom: 1px solid #0078B9;
		position: relative;
		text-transform: lowercase;
	}

	.EtalageTabs.Closed li {
		border-bottom-color: white;
	}

	.EtalageTabs li + li {
		margin-left: -1px;
	}

	.EtalageTabs li:first-child, .EtalageTabs li:last-child {
	}

	.EtalageTabs li:first-child {
		width: 495px;
	}

	.EtalageTabs li:last-child {
	}

	.EtalageTabs li a span::after {
		content: "\25BC";
		display: block;
		position: absolute;
		top: 0px;
		right: 15px;
		-webkit-transform: scaleX(1.7);
		-ms-transform: scaleX(1.7);
		transform: scaleX(1.7);
		font-size: 12px;
	}

	.EtalageTabs li a span.Left::after {
		right: auto;
		left: 15px;
	}

	.EtalageTabs li.Active a span::after {
		content: "\25B2";
	}

	.EtalageTabs li.Active {
		border-bottom: 0px;
		z-index: 1000;
		-webkit-box-shadow: 6px -1px 7px -4px rgba(50, 50, 50, 0.25);
		-moz-box-shadow: 6px -1px 7px -4px rgba(50, 50, 50, 0.25);
		box-shadow: 6px -1px 7px -4px rgba(50, 50, 50, 0.25);
	}

		.EtalageTabs li.Active::after {
			height: 0px;
		}

	.EtalageTabs li a {
		display: block;
		height: 39px;
		line-height: 39px;
		text-decoration: none;
		padding: 0px 50px;
		border: 1px solid white;
		border-bottom: 0px;
		color: #0078B9;
		font-size: 16px;
	}

	.EtalageTabs li.Active a {
		border: 1px solid #0078B9;
		border-bottom: 0px;
		padding-bottom: 1px;
	}


.Etalage {
	clear: both;
	margin-bottom: 40px;
	position: relative;
}

	.Etalage::after {
		content: "";
		clear: both;
		display: block;
		height: 0px;
		width: 0px;
	}

	.Etalage .OpIsOp {
		color: white;
		text-align: center;
		width: 58px;
		height: 58px;
		line-height: 58px;
		border-radius: 29px;
		position: absolute;
		right: -23px;
		top: 10px;
		z-index: 200;
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
		-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.35);
		-moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.35);
		box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.35);
	}

		.Etalage .OpIsOp span {
			vertical-align: middle;
			display: inline-block;
			font-size: 17px;
			line-height: 14px;
		}

	.Etalage > .Button {
		position: absolute;
		background-color: white;
		width: 50px;
		top: 0px;
		bottom: 0px;
		height: auto;
		padding: 0px;
		z-index: 100;
	}

		.Etalage > .Button::after, .Etalage > .Button::before {
			display: block;
			content: "";
			width: 0px;
			height: 0px;
			border-right: 10px solid #0078B9;
			border-left: 10px solid #0078B9;
			border-top: 20px solid transparent;
			border-bottom: 20px solid transparent;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -20px;
			margin-left: -10px;
		}

		.Etalage > .Button.Prev {
		}

			.Etalage > .Button.Prev::after, .Etalage > .Button.Prev::before {
				border-left-color: transparent;
			}

			.Etalage > .Button.Prev::after {
				border-right-color: white;
				margin-left: -9px;
			}

		.Etalage > .Button.Next {
			right: 0px;
			left: auto;
		}

			.Etalage > .Button.Next::after, .Etalage > .Button.Next::before {
				border-right-color: transparent;
			}

			.Etalage > .Button.Next::after {
				border-left-color: white;
				margin-left: -11px;
			}

	.Etalage p {
		padding: 0px 0px 0px 22px;
		white-space: normal;
		font-size: 14px;
		padding-top: 10px;
	}

	.Etalage ul, .Etalage ol {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}

	.Etalage li {
		position: relative;
		display: block;
	}

	.Etalage ol {
		white-space: nowrap;
		overflow: hidden;
		font-size: 0px; /* remove space due to inline-block li's */
	}

		.Etalage ol > li {
			display: inline-block;
			width: 880px;
			padding: 0px 50px;
			font-size: 12px;
			vertical-align: top;
		}

			.Etalage ol > li::after {
				content: "";
				display: block;
				clear: both;
				width: 0px;
				height: 0px;
			}

	.Etalage img {
		position: absolute;
		left: 15px;
		top: 0px;
	}

	.Etalage .EtalageArrow {
		color: white;
		position: absolute;
		left: 0px;
		top: 10px;
		z-index: 200;
		font-size: 24px;
		line-height: normal;
	}

		.Etalage .EtalageArrow .ArrowText {
			line-height: 28px;
		}

		.Etalage .EtalageArrow.Inschrijven {
			top: auto;
			left: auto;
			right: 0px;
			bottom: 5px;
		}

			.Etalage .EtalageArrow.Inschrijven:hover .ArrowText, .Etalage .EtalageArrow.Inschrijven:hover .ArrowPoint {
				background-color: #80add2;
			}

	.Etalage .EtalagePanel {
		display: block;
		padding: 0px 0px 15px 382px;
		position: relative;
		height: 250px;
	}

		.Etalage .EtalagePanel p {
			font-weight: bold;
			margin-top: 10px;
		}

		.Etalage .EtalagePanel h1 {
			padding-left: 20px;
			padding-top: 35px;
			font-weight: 100;
			font-size: 40px;
			line-height: 40px;
			text-transform: lowercase;
		}

	.Etalage .Arrow {
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: 100;
		line-height: 34px;
	}

		.Etalage .Arrow .ArrowText {
			padding-top: 3px;
		}

	.Etalage .EtalagePanel h1 span {
		display: block;
	}

	.Etalage .EtalagePanel ul {
		position: absolute;
		bottom: 15px;
	}

	.Etalage .EtalagePanel li {
		background-color: white;
		float: left;
		clear: both;
		height: 22px;
		line-height: 22px;
		padding: 0px 30px 0px 20px;
		margin: 5px 0px 0px 0px;
		font-weight: bold;
		font-size: 15px;
	}

		.Etalage .EtalagePanel li::after {
			content: "";
			position: absolute;
			top: 0px;
			right: -11px;
			display: block;
			height: 0px;
			width: 0px;
			border: 11px solid white;
			border-right: 0px;
			border-top-color: transparent;
			border-bottom-color: transparent;
		}


.Terug {
	display: block;
	background-color: red;
	color: white !important;
	text-decoration: none;
	position: absolute;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 30px 0px 20px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-left: 2px solid white;
}

	.Terug::after, .Terug::before {
		content: "";
		display: block;
		border-right: 14px solid red;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		width: 0px;
		height: 0px;
		position: absolute;
		left: -14px;
		top: 0px;
		z-index: 100;
	}

	.Terug::after {
		left: -16px;
		border-right-color: white;
		z-index: 50;
	}

.Navigation a {
	text-decoration: none;
	display: inline-block;
	padding: 0px;
}

h1 .Navigation a {
	line-height: 20px;
	font-size: 20px;
	padding-bottom: 1px;
	position: relative;
	bottom: 2px;
}

.Type {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	color: white;
	display: inline-block;
	padding: 2px 5px;
	margin-bottom: 3px;
}

	.Type + .Type {
		margin-left: 5px;
	}

	.Type.PremiumSelect {
		background-color: #0078B9;
	}

	.Type.Etalage {
		background-color: #0078B9;
	}

	.Type.LastMinute {
		background-color: #98bb42;
	}

.Score {
	background: #0078B9;
	color: white;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px 16px;
	font-weight: normal;
}

.Prijs {
	color: white;
	padding: 5px 8px;
	font-size: 20px;
	float: right;
	white-space: nowrap;
}

.Slider {
	user-select: none;
	padding: 5px 10px 0px 10px;
}

	.Slider .Bar {
		background-color: #e6e6e6;
		height: 5px;
		position: relative;
		margin: 5px 0px 0px 0px;
		border-top: 15px solid white;
		border-bottom: 10px solid white;
	}

	.Slider .Selection {
		background-color: #0078B9;
		height: 100%;
		position: absolute;
		left: 0px;
		right: 0px;
	}

	.Slider .Handle {
		background-color: #0078B9;
		width: 10px;
		height: 15px;
		position: absolute;
		bottom: -5px;
		margin: 0px -5px;
	}

		.Slider .Handle + .Handle {
			right: 0px;
			left: auto;
		}

		.Slider .Handle::before {
			content: "";
			display: block;
			position: absolute;
			width: 0px;
			height: 0px;
			top: -6px;
			border-bottom: 6px solid #0078B9;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
		}

	.Slider .Steps {
		position: relative;
		height: 20px;
	}

		.Slider .Steps .Step {
			position: absolute;
			text-align: center;
			width: 40px;
			margin-left: -20px;
			font-size: 12px;
		}

			.Slider .Steps .Step::before {
				content: "";
				display: block;
				width: 1px;
				height: 10px;
				background-color: rgb(220,220,220);
				position: absolute;
				left: 50%;
				top: 1.3em;
			}

	.Slider.Until .Handle:first-child {
		display: none;
	}

	.Slider.From .Handle:last-child, .Slider.Single .Handle:last-child {
		display: none;
	}

	.Slider.Single .Selection {
		background-color: transparent;
	}

.Cursus .QMailFormPart {
}

	.Cursus .QMailFormPart fieldset {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

	.Cursus .QMailFormPart legend {
		display: none;
	}

	.Cursus .QMailFormPart label {
		display: block;
		padding-bottom: 2px;
	}

	.Cursus .QMailFormPart input {
		width: 295px;
	}

	.Cursus .QMailFormPart .Required sub {
		color: darkred;
		padding-bottom: 2px;
		display: block;
	}

	.Cursus .QMailFormPart .SubmitLink {
		margin-top: -5px;
		margin-bottom: 15px;
		float: left;
		border: 1px solid white;
		background-color: #80add2;
		color: white;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 10px;
	}

	.Cursus .QMailFormPart .ExceptionMessage {
		color: darkred;
		margin-top: 10px;
	}

	.Cursus .QMailFormPart p + div {
		float: left;
		width: 190px;
		padding-left: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		font-size: 12px;
	}

/* Template css*/

.TemplateCatalogusHome .Panel.Odd {
	clear: left;
}

.TemplateCatalogusHome .Panel.Even {
	margin-left: 20px;
}

.TemplateCatalogusZoeken .CatalogusZoekresultaten, .TemplateCatalogusZoeken .CatalogusCategorieen, .Cursus {
	width: 688px;
	margin-bottom: 0px;
}

.TemplateCatalogusZoeken .CatalogusZoekresultaten, .TemplateCatalogusZoeken .CatalogusCategorieen {
	width: 980px;
}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten.FullWidth th:first-child,
	.TemplateCatalogusZoeken .CatalogusZoekresultaten.FullWidth td:first-child {
		width: 585px;
	}

.TemplateCatalogusZoeken .CatalogusZoeken + .CatalogusCategorieen + .CatalogusZoekresultaten, .TemplateCatalogusZoeken .CatalogusZoeken + .CatalogusCategorieen {
	margin-left: 30px;
	width: 688px;
}



.TemplateCatalogusZoeken .CatalogusZoekresultaten {
	padding-top: 0px;
	padding-bottom: 0px;
}
	.TemplateCatalogusZoeken .CatalogusZoekresultaten h1 {
		border-bottom: 0px;
	}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten a {
		color: #0078B9;
	}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten h1::before, .TemplateCatalogusZoeken .CatalogusZoekresultaten h1::after {
		content: "";
		display: none;
	}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten .Prijs {
		font-size: 12px;
		color: black;
		clear: both;
		padding: 0px;
		background-color: transparent;
	}
	/*.TemplateCatalogusZoeken .CatalogusZoekresultaten colgroup {
		width: 100%;
	}*/
	@supports (-ms-ime-align: auto) {
		.TemplateCatalogusZoeken .CatalogusZoekresultaten tr {
			display: block;
		}
	}


	.TemplateCatalogusZoeken .CatalogusZoekresultaten td, .TemplateCatalogusZoeken .CatalogusZoekresultaten th {
		border: 0px;
		padding: 8px;
	}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten tbody tr {
		border-bottom: 2px solid #FFF;
	}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten th,
	.TemplateCatalogusZoeken .CatalogusZoekresultaten td {
		width: 290px;
	}
		/* cursus */
		.TemplateCatalogusZoeken .CatalogusZoekresultaten th + th,
		.TemplateCatalogusZoeken .CatalogusZoekresultaten td + td {
			width: 170px;
		}
			/* instituut */
			.TemplateCatalogusZoeken .CatalogusZoekresultaten th + th + th,
			.TemplateCatalogusZoeken .CatalogusZoekresultaten td + td + td {
				width: 95px;
				text-align: center;
			}
				/* beoordeling */
				.TemplateCatalogusZoeken .CatalogusZoekresultaten th + th + th + th,
				.TemplateCatalogusZoeken .CatalogusZoekresultaten td + td + td + td {
					width: 65px;
					text-align: right;
				}
	/* bedrag */

	.TemplateCatalogusZoeken .CatalogusZoekresultaten .InstitutenList td, .TemplateCatalogusZoeken .CatalogusZoekresultaten .InstitutenList th {
		width: 560px;
	}

		.TemplateCatalogusZoeken .CatalogusZoekresultaten .InstitutenList td + td, .TemplateCatalogusZoeken .CatalogusZoekresultaten .InstitutenList th + th {
			width: 80px;
		}

	.TemplateCatalogusZoeken .CatalogusZoekresultaten .InstitutenList td {
		height: 2em;
		vertical-align: middle;
	}


.TemplateCatalogusZoeken .Arrow.Big {
	float: left;
	color: white;
	margin-right: 25px;
	margin-top: 30px;
}


.TemplateCatalogusZoeken .CatalogusCategorieen {
	background: transparent;
	/*#008FA5;*/
}

	.TemplateCatalogusZoeken .CatalogusCategorieen .PanelContent {
		padding: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.TemplateCatalogusZoeken .CatalogusCategorieen h1 {
		display: none;
	}

	.TemplateCatalogusZoeken .CatalogusCategorieen ul {
		border-bottom: 5px solid white;
		float: left;
		width: 100%;
	}

	.TemplateCatalogusZoeken .CatalogusCategorieen li {
		border: 0px;
		float: left;
		border-bottom: 5px solid transparent;
		margin-bottom: -5px;
	}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a {
			padding: 0px;
			width: 98px;
			height: 86px;
			line-height: 86px;
			text-align: center;
			color: #8b4386;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li:first-child a {
			/*padding-right: 5px;*/
			margin-left: -2px;
			margin-right: -2px;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a:hover {
			color: #8b4386;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li.Blue a:hover {
			color: #0078B9;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li + li a {
			border-left: 1px solid #5e2560;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li + li.Active.Blue a {
			border-left: 1px solid #0078B9;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li.Active {
			border-bottom-color: #5e2560;
			color: white;
			background: #5e2560;
		}

			.TemplateCatalogusZoeken .CatalogusCategorieen li.Active.Blue {
				background-color: #0078B9;
				border-bottom-color: #0078B9;
			}

			.TemplateCatalogusZoeken .CatalogusCategorieen li.Active + li a {
				border-left-color: transparent;
			}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a:hover {
			background-color: transparent !important;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li .TitleContainer {
			display: none;
			/*padding: 0px 5px;*/
			vertical-align: middle;
			display: inline-block;
			line-height: normal;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a .ImageContainer.Large {
			display: inline-block;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a .ImageContainer.Small {
			display: none;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a:hover .TitleContainer {
			display: inline-block;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li a[href]:hover .ImageContainer {
			display: none;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li.Active a .ImageContainer.Large img {
			border-color: white;
			margin-top: 0px;
		}

		.TemplateCatalogusZoeken .CatalogusCategorieen li.Active a:hover {
			color: white;
		}

/* Mobile version*/

@media screen and (max-width:1500px) {
	#Footer {
		padding-bottom: 120px; /* make room for the 'kan ik je helpen' panel on small devices */
		clear: left;
	}
}

/*@media screen and (max-width: 400px) {

    #MainMenu ul {
        margin-left: 0px;
    }

        #MainMenu ul li {
            margin-right: 0px;
        }

    .Panel {
        margin-left:0px!important;
        width:380px;
    }
}
@media screen and (min-width: 401px) {
    body {
        min-width:980px;
    }
}*/
.Crossed {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}

	.Crossed::after {
		display: block;
		content: "";
		background-color: red;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
		left: -100px;
		right: -100px;
		transform: rotate(-15deg);
		/*-o-transform:rotate(45deg);
         -moz-transform:rotate(45deg);
         -webkit-transform:rotate(45deg);*/
	}

#QCP_CATALOGUS {
	margin: 25px 0px;
	font-size: 16px;
	color: #5e2560;
}

/* Tijdelijk */
.CatalogusOntwikkelbudget h1 {
	color: rgb(220,0,0) !important;
}

a[href].Terug {
	background-color: #a90e0e !important;
}

	a[href].Terug::before {
		border-right-color: #a90e0e !important;
	}

/* QPollPart */

.Overlay {
	position: fixed;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.Popup {
	background-color: white;
	border: 1px solid #1D5382;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px 15px 70px 15px;
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
}

	.Popup h1 {
		background-color: #0078B9;
		padding: 10px 15px;
		margin: -10px -15px 25px -15px;
		color: white;
	}

	.Popup p {
		margin: 15px 0px;
	}

	.Popup .Bar {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: #e0eaf5;
		padding: 10px 15px;
		text-align: right;
	}

		.Popup .Bar .Error {
			float: left;
			margin-top: 5px;
		}

		.Popup .Bar .Button {
			border: 1px solid #0078B9;
			background-color: #80add2;
			color: white;
		}

			.Popup .Bar .Button + .Button {
				margin-right: 0px !important;
				margin-left: 5px;
			}

			.Popup .Bar .Button:hover {
				background-color: #0078B9;
			}


.QPollPartOverlay {
	visibility: hidden;
}

.QPollPart {
	width: 600px;
}

	.QPollPart ol {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}

		.QPollPart ol li {
			padding: 0px;
			margin: 0px;
		}

	.QPollPart label {
		padding: 5px;
		display: inline-block;
	}

	.QPollPart.ShowPollResults input {
		display: none;
	}

.EtalageRepeater {
	overflow: hidden;
}

	.EtalageRepeater.Overview .EtalageRepeaterClip {
		width: calc(100% + 25px);
		display: flex;
		flex-wrap: wrap;
	}

	.EtalageRepeater.Details .EtalageOmschrijving {
	}

		.EtalageRepeater.Details .EtalageOmschrijving img {
			width: 475px;
		}

	.EtalageRepeater.Overview .EtalageRepeaterItem {
		height: 125px;
		margin: 0px 25px 25px 0px;
		flex: 1 1 100%;
		max-width: 310px;
		position: relative;
		overflow: hidden;
		/*border-radius: 8px;*/
		display: block;
	}

		.EtalageRepeater.Overview .EtalageRepeaterItem > a {
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			z-index: 200;
		}

			.EtalageRepeater.Overview .EtalageRepeaterItem > a:hover + .EtalageRepeaterItemOverlay .ArrowText,
			.EtalageRepeater.Overview .EtalageRepeaterItem > a:hover + .EtalageRepeaterItemOverlay .ArrowPoint {
				background-color: #80add2;
			}

		.EtalageRepeater.Overview .EtalageRepeaterItem img {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			z-index: 50;
		}

	.EtalageRepeater.Overview .EtalageRepeaterItemOverlay {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 48%;
		z-index: 100;
		display: block;
	}

		.EtalageRepeater.Overview .EtalageRepeaterItemOverlay * {
			z-index: 100;
			position: relative;
		}

		.EtalageRepeater.Overview .EtalageRepeaterItemOverlay::before {
			z-index: 50;
			position: absolute;
			left: -20px;
			top: 0px;
			height: 0px;
			width: 0px;
			content: "";
			display: block;
			border-right-color: transparent !important;
			border-left-color: transparent !important;
			border-width: 63px 20px 63px 20px;
			border-style: solid;
			background-color: transparent !important;
		}

        .EtalageRepeater.Overview .EtalageRepeaterItemOverlay h1 {
            font-size: 16px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            margin: 10px;
            height: 70px;
        }

		.EtalageRepeater.Overview .EtalageRepeaterItemOverlay p {
			margin: 10px;
			display: none;
			font-weight: bold;
			font-size: 16px;
		}

		.EtalageRepeater.Overview .EtalageRepeaterItemOverlay a {
			margin: 10px 10px 10px 5px;
			text-decoration: none;
		}

			.EtalageRepeater.Overview .EtalageRepeaterItemOverlay a::before {
				content: "\23f5";
				font-size: 16px;
			}

			.EtalageRepeater.Overview .EtalageRepeaterItemOverlay a.Arrow {
				margin: 0px;
				display: block;
				position: absolute;
				bottom: 15px;
				right: 15px;
				color: white;
				font-family: 'Roboto', Arial, Helvetica, sans-serif;
				font-weight: 100;
				font-size: 22px;
			}

				.EtalageRepeater.Overview .EtalageRepeaterItemOverlay a.Arrow::before {
					display: none;
				}

	/*.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1),
	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) {
		height: 300px;
		border-radius: 0px;
	}

		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) p,
		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) p {
			display: block;
		}

		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) h1,
		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) h1 {
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			font-size: 36px;
			font-weight: 100;
			height: auto;
		}

    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3) h1,
    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(4) h1,
    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(5) h1 {
        line-height:16px;
    }

		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) img,
		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) img {
			height: auto;
			width: 100%;
		}

	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) {
		max-width: 645px;
		color: white;
	}

	.EtalageRepeater.Overview.Count1 .EtalageRepeaterItem:nth-child(1) {
		max-width: 100%;
	}

	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) h1 {
		margin: 25px 25px 25px 10px;
	}

	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) {
	}

		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) h1 {
			margin-top: 25px;
		}

		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) .EtalageRepeaterItemOverlay {
			width: 100%;
		}

		.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) p {
			color: black;
		}

	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) .EtalageRepeaterItemOverlay::before {
		display: none;
	}

	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) .EtalageRepeaterItemOverlay::before {
		display: none;
	}*/

	.EtalageRepeater.Overview .EtalageRepeaterItem .EtalageRepeaterItemOverlay,
	.EtalageRepeater.Overview .EtalageRepeaterItem .EtalageRepeaterItemOverlay::before {
		background-color: #dee9f4;
		border-color: #dee9f4;
		color: #0078B9;
	}

    .EtalageRepeater.Overview .EtalageRepeaterItem .EtalageRepeaterItemOverlay h1 {
        line-height: 16px;
    }

    /*.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) .EtalageRepeaterItemOverlay,
	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(1) .EtalageRepeaterItemOverlay::before {
		background-color: transparent;
		color: white;
	}

	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) .EtalageRepeaterItemOverlay,
	.EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(2) .EtalageRepeaterItemOverlay::before {
		background-color: transparent;
		color: white;
	}*/

    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3n) .EtalageRepeaterItemOverlay,
    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3n) .EtalageRepeaterItemOverlay::before {
        background-color: #eee2ed;
        border-color: #eee2ed;
        color: #5e2560;
    }

    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3n+1) .EtalageRepeaterItemOverlay,
    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3n+1) .EtalageRepeaterItemOverlay::before {
        background-color: #e3eae1;
        border-color: #e3eae1;
        color: #98bb42;
    }

    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3n+2) .EtalageRepeaterItemOverlay,
    .EtalageRepeater.Overview .EtalageRepeaterItem:nth-child(3n+2) .EtalageRepeaterItemOverlay::before {
        background-color: #dee9f4;
        border-color: #dee9f4;
        color: #0078B9;
    }


.Button.BijdrageAanvragenArrow {
	margin-top: -13px;
	margin-bottom: -10px;
	min-width: 210px;
}

.BijdrageAanvragenArrow .ArrowFooter {
}

.BijdrageAanvragenArrow .ArrowContent {
	/*padding-top:0px;*/
}

.BijdrageAanvragenArrow .ArrowText {
	color: white;
	font-size: 12px;
}

/* Custom etalage */
.EtalageRepeaterItem.Kenmerk_Themaperiode {
}

	.EtalageRepeaterItem.Kenmerk_Themaperiode .EtalageRepeaterItemOverlay {
		color: black !important;
		/*padding-top: 185px;*/
		width: 60%;
	}

		.EtalageRepeaterItem.Kenmerk_Themaperiode .EtalageRepeaterItemOverlay h1 {
			font-weight: 300 !important;
			/*font-size: 40px !important;*/
		}

		.EtalageRepeaterItem.Kenmerk_Themaperiode .EtalageRepeaterItemOverlay p {
			/*font-size: 20px !important;*/
		}


.Count1 .EtalageRepeaterItem.Kenmerk_Themaperiode {
	height: 477px !important;
}

	.Count1 .EtalageRepeaterItem.Kenmerk_Themaperiode .EtalageRepeaterItemOverlay {
		color: black !important;
		padding-top: 185px;
		width: 50%;
	}

		.Count1 .EtalageRepeaterItem.Kenmerk_Themaperiode .EtalageRepeaterItemOverlay h1 {
			font-weight: 300 !important;
			font-size: 40px !important;
		}

		.Count1 .EtalageRepeaterItem.Kenmerk_Themaperiode .EtalageRepeaterItemOverlay p {
			font-size: 20px !important;
		}


/* Help popup form */
.QHelpFormPartIcon .Icon {
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: fixed;
	z-index: 5000;
	background: #0078B9;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16);
	box-shadow: 0 5px 40px rgba(0,0,0,.16);
}

	.QHelpFormPartIcon .Icon > .inner > img.open {
		height: 80px;
	}
	.QHelpFormPartIcon .Icon > .inner > img.close {
		position: absolute;
		top: 30%;
		left: 30%;
	}
	.QHelpFormPartIcon.Open img.open,
	.QHelpFormPartIcon img.close {
		display: none;
	}
	.QHelpFormPartIcon.Open img.close {
		display: block;
	}

.QHelpFormPartIcon .Message {
	position: fixed;
	right: 60px;
	bottom: 40px;
	overflow: hidden;
	z-index: 4999;
	width: 0;
	background: #0078B9;
	color: #FFF;
	padding: 8px 18px;
	border-radius: 24px 0 0 24px;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #fff;
	box-shadow: 0 5px 40px rgba(0,0,0,.16);
	padding: 8px 50px 8px 18px;
	width: auto;
	display: none;
	white-space: nowrap;
}
	.QHelpFormPartIcon .Message > .inner {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}


.QHelpFormPartOverlay {
	display: none;
	position: fixed;
	z-index: 10000;
	right: 20px;
	bottom: 120px;
}
	.QHelpFormPartOverlay.Open {
		display: block;
	}
	.QHelpFormPartOverlay .QHelpFormPart {
		width: 430px;
	}
	.QHelpFormPartOverlay .InvalidMessage {
		color: red;
	}
	.QHelpFormPartOverlay label{
		margin: 0px 0px 2px 0px;
		text-transform: lowercase;
		position: relative;
		display: block;
	}
	.QHelpFormPartOverlay .QHelpFormPart dd {
		padding: 0px 0px 10px;
	}
	.QHelpFormPartOverlay .QHelpFormPart input,
	.QHelpFormPartOverlay .QHelpFormPart textarea {
		width: 409px;
	}
	.QHelpFormPartOverlay fieldset {
		border: 0;
		padding: 0;
	}

	.QHelpFormPartOverlay .Popup {
		position: relative;
		left: 0;
		top: 0;
	}
