@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Chevin-Light';
	src: url('../fonts/Chevin-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Chevin-Light.otf') format('opentype'),
	url('../fonts/Chevin-Light.woff') format('woff'), url('../fonts/Chevin-Light.ttf') format('truetype'), url('../fonts/Chevin-Light.svg#Chevin-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Chevin-Medium';
	src: url('../fonts/Chevin-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Chevin-Medium.otf') format('opentype'),
	url('../fonts/Chevin-Medium.woff') format('woff'), url('../fonts/Chevin-Medium.ttf') format('truetype'), url('../fonts/Chevin-Medium.svg#Chevin-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Chevin-Medium';
	font-size: 12px;
	margin: 0;
}
form {
	margin: 0;
}
select::-ms-expand {
    display: none;
}
.install_calc_container,
.install_output_container {
    overflow-x: hidden !important;
}
.install_calc_container .top-header {
    height: 100px;
    max-width: 1000px;
    width: 100%;
}
.top-header.sticky {
	position: fixed;
	z-index: 5;
	top: 0;
}
.progress-bar-wrapper {
	width: 80%;
	margin: 0 auto;
}

.progress-bar {
	height: 15px;
	width: 100%;
	border-radius: 7.5px;
	position: relative;
}

.progress-bar-inner {
	height: 100%;
	border-radius: 7.5px;
	transition: all 0.3s;
	width: 0;
}

.progress-bar-wrapper p {
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	text-align: left;
	margin: 0px 0 10px 0;
	padding-top: 10px;
}

.progress-bar-wrapper h3 {
	text-align: left;
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 10px 0;
}

.install_calc_container {
	max-width: 1000px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.header {
	width: 80%;
	font-size: 18px;
	padding: 25px 50px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: 'Chevin-Medium';
}

.install_output_container .header {
	padding: 25px 21px;
}

.b4 {
	display: inline-block;
}

.question {
	padding: 10px 0 0 0;
	text-align: center;
}

.install_output_container .question {
	text-align: right;
	padding: 10px;
	border: 0;
}

.question_text,
.subquestion_text {
	line-height: 1;
	font-size: 24px;
	display: block;
	padding: 0 50px 10px;
	width: 80%;
	margin: 0 auto 10px auto;
	font-weight: 600;
}

#B4 {
	padding-top: 10px;
}

#solar {
	padding-bottom: 10px;
}

#output {
	padding: 20px;
}

#submit_button {
	text-align: center;

}

.question input[type="radio"]:checked + label,
.question input[type="checkbox"]:checked + label,
.subquestion input[type="radio"]:checked + label,
.subquestion input[type="checkbox"]:checked + label {
	border-radius: 5px;
}

#custom_variables {
	color: red;
	padding: 15px;
}

#CV_button {
	color: red;
}

td {
	padding: 5px;
}

table {
	border-collapse: collapse;
}

.install_calc_container .icon_block {
	display: inline-block;
	width: auto;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	font-family: 'Chevin-Medium';
	height: 240px;
	min-width: 170px;
	position: relative;
}

.install_calc_container .icon_block:last-child {
	margin-right: 0;
}

.install_calc_container .separator_small {
	min-width: 100%;
	min-height: 2px;
}

.clear {
	clear: both;
}

.install_calc_container input[type=radio],
.install_calc_container input[type=checkbox] {
	display: none;
}

.question label:before,
.subquestion label:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50%;
	opacity: 0.7;
	display: none;
}

.install_calc_container .question,
.install_calc_container .subquestion {
	padding-bottom: 80px;
}

input[type=radio]:checked + label:before {
	content: '';
}

.rectangle-inner p {
	font-size: 21px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	margin: 0;
	font-family: sans-serif;
}

.rectangle-inner {
	width: 54px;
	height: 54px;
	cursor: pointer;
}

.rectangle-outer {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.rectangle-outer svg {
	position: relative;
}

.icon_block label {
	cursor: pointer;
	display: table;
	width: 100%;
	position: relative;
	height: 100%;
	border: 1px solid transparent;
}

.icon_block label span {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.question-mark.tooltip,
.question-mark {
	margin-left: 8px;
	top: 3px;
}

.question-mark:hover {
	cursor: pointer;
}

.question-mark p {
	margin: 0;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	padding-top: 1px;
}

.install_calc_container .subquestion {
	padding-top: 8px;
}

.number-input {
	display: inline-block;
	width: 100%;
}

.number-input .question_text,
.number-input .subquestion_text {
	line-height: unset;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.install_calc_container .tooltip span {
	position: absolute;
	width: 200px;
	height: auto;
	line-height: 1.4;
	padding: 7px 5px;
	text-align: center;
	visibility: hidden;
	font-weight: 400;
	font-size: 16px;
}

.install_calc_container .tooltip span:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

.install_calc_container .tooltip span:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.install_calc_container .tooltip:hover span {
    visibility: visible;
    opacity: 1;
    top: 31px;
    left: 50%;
    margin-left: -107px;
    z-index: 999;
}

.iradio_minimal {
	margin: 3px 4px 0 0 !important;
	top: -3px;
}

.icheckbox_minimal {
	margin: -3px 4px 0 0 !important;
}

.install_calc_container .separator_large {
	min-width: 100%;
	min-height: 4px;
	margin-top: 10px;
}

.colorbox {
	width: 13px;
	height: 13px;
	display: block;
}

.install_output_container {
	max-width: 1000px;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
}

a.button {
	text-decoration: none;
	padding: 10px 15px;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
}

.ui-widget {
	margin-top: 10px;
	top: 10px !important;
}

.right-align {
	float: right;
}

/* The Modal (background) */

#modal,
#modal2,
#modal3,
#modal4 {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content - width was 720px */

.modal-content {
	position: fixed;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #cecece;
    z-index: 8;
    max-height: 10%;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
	max-width: 920px;
    height: auto;
    font-size: 16px;
    min-width: 385px;
}
#pro-thank-you .modal-content {
	width: 50%;
}
.modal-content p,
.warning_messages .modal-content .message_container p {
    font-family: 'MyriadPro-Regular';
    color: #000000;
    margin-right: 40px;
    margin-top: 0;
}
.warning_messages .modal-content {
    max-height: 20%;
}
.info-table th {
    font-weight: 600;
}
#calc-box .modal-content, #client_form .modal-content, #client_form_for_email .modal-content {
    width: 100%;
    max-height: 80%;
    max-width: 920px;
    box-sizing: border-box;
}
/* The Close Button */

/*
.close,
.warning-close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	position: relative;
    z-index: 9999;
}
*/

.close,
.warning-close {
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
    z-index: 9999;
	cursor: pointer;
}

.close:hover,
.close:focus,
.warning-close:hover,
.warning-close:focus {
	text-decoration: none;
	cursor: pointer;
}

.tooltipchart {
	border: 1px solid #e0e0e0;
	height: 320px;
	padding: 12px 12px 12px 12px;
	width: 320px;
}

.hidden {
	display: none;
}

.hiddenVisibility {
	visibility: hidden;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	-moz-appearance: textfield !important;
}

.graph-box {
	height: 300px;
	width: 400px;
	float: left;
}

.co2,
.total-price-VAT,
.right-fit-td,
.monthly-price-VAT,
.invest-price-VAT {
	text-align: left;
	padding: 5px 10px 5px 0;
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
}

.color-rect-td {}

.info-td {
	cursor: pointer;
}

.info-td.total-price-VAT,
.info-td.co2,
.info-td.warning-msg,
.info-td {
	cursor: pointer;
	padding: 5px;
	text-align: left;
	position: relative;
	top: 1px;
}

.wide-td {
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
    width: 47%;
}

.ui-accordion-content table {
	font-size: 12px;
}

h3 > .colorbox {
	float: right;
	margin-right: 10px;
}

.output-sticker {
	position: fixed;
	top: 90px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	z-index: 9999;
}

.final-submit {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 0;
	text-align: center;
	white-space: normal;
	position: fixed;
	top: 10px;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.euro,
.co2kg,
.applicability {
	float: right;
	margin-right: 15px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 7;
	overflow: hidden;
}

.overlayForPdf{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 1111;
}

.loading_indicator {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	width: 30px;
	height: 30px;
	z-index: 1111;
	background: url('./images/ajax-loader.gif');
}

body.open-modal {
	overflow: hidden;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 1.1em;
}

.empty-block {
	height: 13px;
	width: 13px;
	display: none;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.install_output_container h3 {
	padding: 10px 15px;
	/*10px 5px*/
	border-bottom: 0 !important;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 18px;
}

.heading_huidige {
	font-size: 18px;
	cursor: pointer;
}

.install_output_container .arrange {
	padding: 10px 20px 30px 20px;
	border-top: 0 !important;
}

.install_output_container .current-system .arrange {
	padding: 0;
}

.install_calc_container .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 0;
	height: 3px;
	width: 200px;
	float: left;
	cursor: pointer;
}

#accordion {
	margin: 0 40px 40px;
}

#custom {
	margin: 0 40px;
    min-height: 430px;
}

.install_calc_container .ui-state-default,
.install_calc_container .ui-widget-content .ui-state-default,
.install_calc_container .ui-widget-header .ui-state-default,
.install_calc_container .ui-button,
html .install_calc_container .ui-button.ui-state-disabled:hover,
html .install_calc_container .ui-button.ui-state-disabled:active {
	border: 0;
	font-weight: normal;
	background: none;
	border-radius: 40%;
	width: 15px;
	height: 11px;
	cursor: pointer;
}

.install_calc_container .ui-widget-header {
	background: none;
}

.smaller-label {
	font-size: 16px;
	display: inline;
}

.questE1,
.questU {
	display: flex;
	flex-direction: column;
}

.rect-submit {
	z-index: 2;
    position: relative;
	margin: 15px 0 100px 0;
	border: 0;
	padding: 6px 12px;
	font-family: 'MyriadPro-Regular';
	border-radius: 2px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
	width: 414px;
	height: 40px;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}

#clear_input {
	margin-top: 0;
}
#energy_price tr:last-child th {
	font-size: 13px;
}
.footer-wrapper {
    width: 100%;
    max-width: 1000px;
    height: 50px;
}
.footer-wrapper.sticky {
    position: fixed;
    bottom: 0;
	z-index: 2;
}
.scrollToNext {
	position: fixed;
	height: 58px;
	width: 35px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 70px;
	cursor: pointer;
}

.scrollToPrev {
	position: fixed;
	height: 58px;
	width: 35px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	top: 115px;
}

.col-30 {
	width: 30%;
	float: left;
}

.col-70 {
	width: 70%;
	float: left;
}

.col-50 {
	width: 50%;
	float: left;
}

.image-container {
	text-align: center;
	padding-bottom: 10px;
}

.image-container img {
	max-width: 125px;
}

.description {
	padding: 10px 23px 10px 0;
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
}

span.info {
	width: 13px;
	height: 13px;
	display: block;
	text-align: center;
}

.button:first-child {
	margin-right: 20px;
}

.arrange:last-child {
	border: 0;
}

.hide-msg {
	visibility: hidden;
}

#system-chart-price g g g rect {
	cursor: pointer;
}

path.warning-sign {
	fill: #ec2027;
}

.warning_messages p {
    color: #ec2027;
    font-size: 16px;
/*    padding-right: 40px;*/
}

input[type="number"] {
	margin: 0 0 10px 0;
}

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
	background: #fbfbfb;
	box-sizing: border-box;
	z-index: 1;
}

.floatingHeader .header {
	display: none;
}

.container_huidige {
	padding: 10px 0px 10px 40px;
	box-sizing: content-box;
}

.container_huidige p {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}

.center-aligned {
	margin-bottom: 15px;
}

.minimal-layout input[type="number"] {
	margin: 0;
	border: 0;
	width: 286px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-family: 'Chevin-Medium';
	font-size: 16px;
}

.info-table {
	margin-bottom: 30px;
	table-layout: auto;
	border-collapse: collapse;
	width: 100%;
}

.modal .header {
	margin-bottom: 25px;
	padding: 30px 0;
	width: 100%;
	font-size: 18px;
}

.morecontent span {
	display: none;
}

.morelink,
.toggle-view p {
	display: inline;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: 'MyriadPro-Regular';
}
.toggle-view p {
	float: left;
    margin: 0 10px 0 0;
}
.sorting-div span {
	font-size: 16px;
	line-height: 40px;
	padding-right: 20px;
}

.custom_select_wrapper {
	width: 286px;
	overflow: hidden;
	margin: 0 auto;
}
.install_calc_container .custom_select_wrapper {
	width: 143px;
	position: relative;
}
.install_calc_container .custom_select_wrapper svg {
	position: absolute;
    right: 8px;
    top: 17px;
}
.custom_select {
	border: 0;
	width: 316px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-family: 'Chevin-Medium';
	font-size: 16px;
	background-position: 251px center;
	background-repeat: no-repeat;
}
.install_calc_container .custom_select {
	width: 158px;
	background-position: 122px center;
	cursor: pointer;
}
.install_calc_container .minimal-layout input[type="number"] {
	width: 138px;
    text-align: center;
}
.styled-select {
	width: 425px;
	overflow: hidden;
	float: right;
	position: relative;
	cursor: pointer;
}
.styled-select svg {
	position: absolute;
    right: 8px;
    top: 17px;
}
.sorting_select {
	border: 0;
	width: 455px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-family: 'Chevin-Medium';
	font-size: 16px;
	background-position: 390px center;
	background-repeat: no-repeat;
}

.sorting_select:focus {
	outline: none;
}

.system-wrapper {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.5);
}

.colorbox {
	height: 18px;
	width: 84px;
}

.compass {
	margin: 0 auto;
	border-collapse: separate;
}

.compass .icon_block {
	width: 110px;
	height: 150px;
}

.compass #q-mark {
	width: 175px;
}

.gradient-bottom {
	z-index: 1;
	display: none;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: 150px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.82) 59%, rgba(255,255,255,1) 72%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.82) 59%,rgba(255,255,255,1) 72%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.82) 59%,rgba(255,255,255,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.gradient-top {
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: 150px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 28%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 28%,rgba(255,255,255,0.82) 41%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 28%,rgba(255,255,255,0.82) 41%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	display: none;
}

.gradient-top.sticky {
	display: block;
	z-index: 6;
}

.output-header {
    height: 60px;
    width: 100%;
    max-width: 1000px;
    padding-left: 40px;
    box-sizing: border-box;
}
.output-header.sticky {
    position: fixed;
    top: 0;
    z-index: 2;
}
.install_output_container_inner form {
	margin-top: 80px;
}
.output-header .button {
    text-transform: none;
    height: 59px;
    padding: 0 15px;
    line-height: 60px;
}

.calc-btn {
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	float: right;
	color: #fff;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	font-size: 14px;
	cursor: pointer;
}

.output-header p {
	float: left;
	line-height: 60px;
	margin: 0 10px 0 0;
	font-size: 16px;
	cursor: pointer;
}

.output-header .heading_huidige {
	color: #fff;
	font-size: 16px;
	line-height: 60px;
}

.container_huidige_outer {
	display: none;
    color: #fff;
    position: fixed;
    max-width: 1000px;
    z-index: 2;
    width: 100%;
    top: 60px;
}
.install_output_container.push-down {
	padding-top: 115px;
	transition: ease 1s;
}
.huidige_dropdown {
	cursor: pointer;
}

.huidige_dropdown.opened {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.info-table td {
	font-size: 12px;
	font-family: 'MyriadPro-Regular';
	padding: 12px 20px;
}

.info-table th {
	font-size: 18px;
	font-weight: 100;
	padding: 13px 0;
}


.container_huidige table td {
	color: #fff;
	text-align: left;
	padding: 8px 0;
}

.container_huidige table tr {
	display: flex;
	flex-direction: column;
	float: left;
	width: 18%;
	white-space: nowrap;
}
.container_huidige table tr.hidden {
	display: none;
}
.container_huidige .color-rect-td {
	margin-left: -5px;
}

.container_huidige .col-50 {
	width: 100%;
}

.systems-list h3 {
	cursor: pointer;
	padding: 8px 15px;
	margin-top: 7px;
}

.acc_color {
	cursor: auto;
}

.current-system .col-50 {
	width: 100%;
}

.current-system .col-50.image-container {
	width: 50%;
	text-align: left;
}

.left-aligned {
	float: left;
}

.current-system .system-wrapper {
	box-shadow: none;
}

.sorting-div {
	padding: 0px 30px;
}

.all-alt,
h3.all-alt {
	padding-left: 40px;
}

.follow-btns a {

	float: left;
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; */



}

.user-btns {

margin-top: 23px;
}

.current-system table td {
	padding: 5px 0;
}

.install_output_container .current-system h3 {
	padding: 10px 15px 10px 0;
}

.circle-num {
	height: 25px;
	width: 25px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
/*	padding: 5px 0;*/
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	margin: 0 11px 0 0;
	position: relative;
/*	top: -2px;*/
	line-height: 25px;
}

#curr-system {
	font-size: 29px;
	margin: 10px 0 0 0;
}

span.big-circle-num {
	height: 33px;
	width: 33px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	margin: 0 15px 0 0;
	position: relative;
	top: -3px;
}

.systems-list {
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}
.systems-list .button {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    position: absolute;
    bottom: -46px;
    width: 100%;
    left: 30px;
    right: 0;
}
.onoffswitch {
    position: relative;
	width: 33px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	float: left;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 13px; padding: 0; line-height: 13px;
    border: 0px solid #FFFFFF; border-radius: 20px;
    background-color: #9E9E9E;
}
.mobile-btn {
	display: none;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 20px; margin: -3.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 18px;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0px #757575;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}
.toggle-view {
	width: 50%;
	float: right;
}
.charts {
    text-align: center;
    margin: 30px 40px 20px 40px;
}

.output-header .button {
	box-shadow: none;
}
.charts h2 {
	font-size: 29px;
	margin-bottom: 0;
}

.slick-dots li button:before {
	font-size: 12px;
}
.slick-dots {
	bottom: -35px;
}
.break-line {
	height: 1px;
    width: calc(100% - 80px);
    margin: 50px auto 10px auto;
    background: rgba(54, 111, 205, 0.2);
    box-sizing: border-box;
}
.all-alt {
	margin-top: 9px;
}
a.scrollToTop {
    position: absolute;
    bottom: 20px;
    left: 37px;
}
.current-system .toggle-view {
	display: none;
}
.chosen-sys-pdf {
	float: right;
    padding: 15px;
    font-size: 20px;
}
#calendar table#login-count {
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
}
#calendar table#login-count tr th,
#calendar table#login-count tr td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 12px;
	cursor: default;
	text-align: center;
}
#calendar table#login-count tr th:first-child,
#calendar table#login-count tr td:first-child {
	border-left: 1px solid #bbb;
}
#calendar table#login-count tr th {
	background-color: #cecece;
	border-top: 1px solid #bbb;
	text-align: left;
}

#calendar table#login-count tbody:hover
#calendar table#login-count tr th:hover,
#calendar table#login-count tr td:hover {
	cursor: default;
}
#calendar table#login-count tr:hover td {
	background: #ededed;
}
#calendar table#login-count tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
#calendar table#login-count tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
#calendar table#login-count tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
#calendar table#login-count tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
#pagination {
	width: 100%;
	text-align: center;
}
#pagination ul {
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}
#pagination ul li {
	display: inline;
	margin-left: 10px;
}
#pagination ul li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 1024px) {
	.install_calc_container {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0 !important;
	}
	.install_output_container {
	 	width: 100%;
		margin: 0;
		padding: 0;
		border: 0 !important;
	}
	body {
	    overflow-x: hidden;
		margin: 0;
	}
	.install_calc_container .icon_block {
		min-width: 150px;
	}
	#calc-box .modal-content {
	    width: 100%;
	    box-sizing: border-box;
	}
	.wide-td, .description {
	    font-size: 14px;
	}
	.morelink,
    .toggle-view p {
        font-size: 12px;
    }
    .install_output_container h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
	.install_calc_container .icon_block {
		min-width: 110px;
		transform: scale(0.8);
	}
	#accordion {
	    margin: 0 10px 40px;
	}
	#custom {
	    margin: 0 10px;
	}
	.systems-list .button {
		width: 50%;
	    left: 0;
	}
	.systems-list {
	    padding-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	.install_output_container {
		width: 700px;
	}
	.modal-content p,
	.warning_messages .modal-content .message_container p {
		width: 65%;
	}
	.webkit #client_form .modal-content, .webkit #client_form_for_email .modal-content,
	.webkit #calc-box .modal-content {
		width: 75%;
	}
	.modal-content {
		width: 50%;
		max-width: 650px;
		/*top: 50px;
		bottom: auto;*/
	}
	#client_form .modal-content,#client_form_for_email .modal-content,
	#calc-box .modal-content {
		width: 85%;
		max-width: 920px;
		max-height: 80%;
	}
}

@media only screen and (max-width: 600px) { /*was 720px*/
	.install_output_container_inner form {
	    margin-top: 50px;
	}
	.mobile-btn {
		display: block;
	}
	.desktop-btn {
		display: none;
	}
	.output-header p {
	    margin: 0 10px 0 0;
	}
	.output-header .button {
		border-bottom: 0 !important;
		height: 60px;
	}
	input.rect-submit {
	    width: 55%;
	    margin: 15px auto 100px auto;
	}
	.brands img {
		max-height: 30px;
	}
	.install_calc_container .footer-wrapper.sticky {
		display: none;
	}
	.gradient-bottom {
		bottom: 0;
        height: 100px;
	}
	.scrollToNext {
		bottom: 5px;
	    transform: scale(0.7);
	}
	.gradient-top {
	    top: 90px;
        height: 100px;
	}
	.scrollToPrev {
	    transform: scale(0.7);
    	top: 90px;
	}
	.install_calc_container .top-header {
		height: 90px;
	}
	#sys_begin {
	    float: left !important;
	}
	.sorting_select {
	    width: 300px;
	}
	.styled-select {
	    width: 300px;
	}
	.sorting-div {
		padding: 0;
	}
	.all-alt, h3.all-alt {
	    padding-left: 10px;
        width: 100%;
	}
	.install_output_container {
		border: 0 !important;
		width: 300px;
	}
	.rectangle-inner p {
		display: none;
	}
	.install_calc_container .icon_block {
		width: 100%;
		font-size: 12px;
		height: 40px;
		vertical-align: middle;
		border-bottom: 1px solid;
		transform: none;
	}
	.icon_block label span {
		font-size: 15px;
	}
	.question input[type="radio"]:checked + label,
	.question input[type="checkbox"]:checked + label,
	.subquestion input[type="radio"]:checked + label,
	.subquestion input[type="checkbox"]:checked + label {
		border-radius: 0;
/*		border-top: 0 !important;*/
	}
	.rectangle-inner {
		width: initial;
		height: initial;
	}
	.rectangle-outer {
		width: initial;
		height: initial;
		padding: 0;
		margin: 0;
	}
	.icon_block svg {
		display: none;
	}
	.icon_block label {
		width: 100%;
		display: block;
	}
	.install_calc_container .question {
		padding: 0;
	}
	.header {
		padding: 20px 0;
	    width: 100%;
        font-weight: 600;
	}
	.install_calc_container .question_text,
	.install_calc_container .subquestion_text {
		font-size: 17px;
		padding: 15px 0;
		display: block;
	    width: 100%;
    	margin: 0;
	}
	.system-wrapper .text-container,
	.system-wrapper .toggle-view {
		padding: 0 5px;
	}
	.compass tr {
		display: flex;
    	flex-direction: column;
	}
	#custom > .col-50,
	.system-wrapper .col-50 {
		width: 100%;
	    border: 0;
	}
	.toggle-view {
	    width: auto;
	    float: left;
	    margin: 20px 0;
	}
	.follow-btns {
	    margin: 20px 0 0;
	}
	#accordion {
	    margin: 0 8px 80px;
	}
	.systems-list {
	    border: 0;
	    padding: 0;
	}
	.systems-list h3 {
	    padding: 8px 0;
	}
	.charts {
		border: 0 !important;
	    margin: 50px 0 0 0;
	}
	.output-header {
	    padding-left: 10px;
	}
	.install_calc_container .tooltip {
		position: relative;
		display: block;
		margin-top: 15px;
	}
	.install_calc_container .tooltip span {
		width: 200px;
	}
	.install_calc_container .tooltip:hover span {
		margin-left: -107px;
	}
	#U1_1 {
		display: block !important;
	}
	.install_calc_container .subquestion {
		padding-top: 0px;
		margin-left: 0px;
	}
	#E1 input[type=radio],
	#B7 input[type=radio],
	#H4 input[type=radio],
	#B6b input[type=radio] {
		display: none !important;
	}
	.install_calc_container .iradio_minimal + span {
		width: 100%;
		padding: 22px 0;
		display: block;
	}
	#E1 label,
	#B7 label,
	#H4 label,
	#B6b label {
		display: block;
		width: 100%;
	}
	.compass {
		width: 100%;
	}
	.compass td {
		padding: 0;
	}
	.install_calc_container .iradio_minimal {
		display: none !important;
	}
	.compass #q-mark {
		width: 100%;
	}
	input[type="number"] {
		margin: 15px 0;
	}
	.question-mark.tooltip,
	.question-mark {
		margin: 10px auto 0 auto;
		width: 16px;
	}
	#install_calc_Q_mark {
		display: block;
	}
	.install_calc_container .separator_large {
		margin-top: 0;
	}
	.center-aligned {
		width: 285px;
		margin: 15px auto;
	}
	#E1c label:last-child,
	#E1d label:last-child,
	#E1b label:last-child {
		margin-bottom: 15px;
	}
	.install_calc_container .compass-right,
	.install_calc_container .compass-left {
		width: 100%;
		margin: auto;
		top: initial;
		min-height: inherit;
	}
	.install_calc_container .compass-left .icon_block {
		margin: auto;
		position: initial;
	}
	.install_calc_container #empty-center {
		display: none;
	}
	.install_calc_container #B6b {
		padding-bottom: 0;
	}
	.install_output_container {
		/*width: 100%;*/
		margin: unset !important;
		padding: 0;
	}
	.col-30,
	.col-70 {
		margin: 0 auto;
		float: inherit;
	}
	.col-30 {
		width: 50%;
	}
	.col-70 {
		width: 100%;
	}
	.wide-td {
		width: inherit;
	}
	.info-td,
	.info-td.total-price-VAT,
	.info-td.co2 {
		width: 13px;
	}
	.container_huidige table tr {
		width: 100%;
	}
}


/*tr, td {
    border: 1px solid #000;
}
tr.hidden {
    display: block;
}
.install_output_container {
	width: 100%;
}
.suitability_relation {
    background-color: lawngreen;
}*/

#cookies_check{
	display:none;
}

.wLogo, .smLogo {
    max-height: 75px;
}

.brands th {
    font-size: 20px;
}

#client_form, #client_form_for_email {
    font-family: 'Chevin-Medium';
    font-size: 16px;
    color: #000;
    padding: 20px;
}

#client_form th, #client_form td, #client_form_for_email th, #client_form_for_email td {
    text-align: left;
    padding: 6px;
    border-top: 1px solid #eee;
}

#client_form th, #client_form_for_email th {
    padding: 10px 6px;
}

.fft th {
    font-size: 20px;
}

#client_form_for_email{
	width: 100%;
}

.fft input, .fft select, .fft textarea {
    width: 50%;
    display: block;
    padding: 8px;
    color: #333;
    border: 1px solid #ddd;
    margin: 8px;
    font-size: 16px;
    font-family: 'Chevin-Medium';
}

#client_form input[type="checkbox"], #client_form input[type="image"], #client_form input[type="radio"], #client_form_for_email input[type="checkbox"], #client_form_for_email input[type="image"], #client_form_for_email input[type="radio"] {
    width: auto;
    display: inline-block;
}

.fft input.error {
    border: 1px solid #ff0000;
}
g#Group-46,
g#Group-47 {
	display: none;
}
.question input[type="radio"]:checked + label g#Group-46,
.question input[type="radio"]:checked + label g#Group-47 {
    display: block;
}
.disclaimer {
    font-family: 'MyriadPro-Regular';
    color: #000;
    line-height: 1.5em;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
}

#login_form{
	margin: auto;
 width: 50%;
 border: 3px solid powderblue;
 padding: 10px;
}

.charts_pdf {
	display: none;
	text-align: center;
	margin: 30px 40px 20px 40px;
}

#disclaimerForPdf {
	display: none;
}