﻿/*VARIABLES*/
/* navigation colors */
/* colors */
/*600px at 16px/1em*/
/*768px at 16px/1em*/
/*992px at 16px/1em*/
/*1200px at 16px/1em*/
/* THEMES */
.theme1,
.theme2,
.theme-31c07f,
.theme-32be96,
.theme-324d5b,
.theme-3aa14c,
.theme-583a70,
.theme-09c1e2 {
  color: #fff;
}
.theme1 h1,
.theme2 h1,
.theme-31c07f h1,
.theme-32be96 h1,
.theme-324d5b h1,
.theme-3aa14c h1,
.theme-583a70 h1,
.theme-09c1e2 h1,
.theme1 h2,
.theme2 h2,
.theme-31c07f h2,
.theme-32be96 h2,
.theme-324d5b h2,
.theme-3aa14c h2,
.theme-583a70 h2,
.theme-09c1e2 h2,
.theme1 h3,
.theme2 h3,
.theme-31c07f h3,
.theme-32be96 h3,
.theme-324d5b h3,
.theme-3aa14c h3,
.theme-583a70 h3,
.theme-09c1e2 h3 {
  color: #fff;
}
.theme1 .button,
.theme2 .button,
.theme-31c07f .button,
.theme-32be96 .button,
.theme-324d5b .button,
.theme-3aa14c .button,
.theme-583a70 .button,
.theme-09c1e2 .button,
.theme1 button,
.theme2 button,
.theme-31c07f button,
.theme-32be96 button,
.theme-324d5b button,
.theme-3aa14c button,
.theme-583a70 button,
.theme-09c1e2 button,
.theme1 .btn,
.theme2 .btn,
.theme-31c07f .btn,
.theme-32be96 .btn,
.theme-324d5b .btn,
.theme-3aa14c .btn,
.theme-583a70 .btn,
.theme-09c1e2 .btn {
  color: #fff;
  border-color: #fff;
}
.theme1 .button:hover,
.theme2 .button:hover,
.theme-31c07f .button:hover,
.theme-32be96 .button:hover,
.theme-324d5b .button:hover,
.theme-3aa14c .button:hover,
.theme-583a70 .button:hover,
.theme-09c1e2 .button:hover,
.theme1 button:hover,
.theme2 button:hover,
.theme-31c07f button:hover,
.theme-32be96 button:hover,
.theme-324d5b button:hover,
.theme-3aa14c button:hover,
.theme-583a70 button:hover,
.theme-09c1e2 button:hover,
.theme1 .btn:hover,
.theme2 .btn:hover,
.theme-31c07f .btn:hover,
.theme-32be96 .btn:hover,
.theme-324d5b .btn:hover,
.theme-3aa14c .btn:hover,
.theme-583a70 .btn:hover,
.theme-09c1e2 .btn:hover {
  color: #31c07f;
  background-color: #fff;
}
.theme1 a,
.theme2 a,
.theme-31c07f a,
.theme-32be96 a,
.theme-324d5b a,
.theme-3aa14c a,
.theme-583a70 a,
.theme-09c1e2 a {
  color: #fff;
}
.theme-31c07f {
  background-color: #31c07f;
}
.theme-32be96 {
  background-color: #32be96;
}
.theme-b2e3d0 {
  background-color: #b2e3d0;
}
.theme-324d5b {
  background-color: #324d5b;
}
.theme-3aa14c {
  background-color: #3aa14c;
}
.theme-583a70 {
  background-color: #583a70;
}
.theme-09c1e2 {
  background-color: #09c1e2;
}
.theme-f6f6f6 {
  background-color: #f6f6f6;
}
.theme1 {
  background-color: #31c07f;
}
.theme2 {
  background-color: #32be96;
}
/* form */
form {
  font-size: smaller;
}
label {
  margin-bottom: 0.4rem;
  /*text-transform: uppercase;*/
  margin-top: 0.4rem;
}
label.indent {
  margin-left: 50px;
}
.set {
  padding-bottom: 5px;
}
.readonly,
input,
select,
textarea {
  margin-bottom: 0.3rem;
  border-radius: 5px;
  border-width: 2px;
  float: left;
}
label > input,
label > input[type="checkbox"],
label > input[type="radio"],
label > select {
  margin: 0 5px 0 0;
}
input[type=submit].add-link,
button.add-link {
  color: #31c07f;
  background-color: #fff;
  font-weight: bold;
  border: 0;
  float: right;
  display: inline;
}
input[type=submit].add-link:hover,
button.add-link:hover {
  background-color: #fff;
  text-decoration: underline;
}
button.close {
  position: relative;
  float: right;
  border-radius: 50%;
  margin-top: -30px;
  margin-right: -35px;
  background-color: white;
}
button.close:hover {
  background-color: #31c07f;
}
hr {
  border-color: #32be96;
  border-width: 2px;
}
fieldset {
  margin-bottom: 5px;
}
fieldset.boxed {
  border: 2px solid #31c07f;
  border-radius: 5px;
  margin-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
fieldset.boxed h4 {
  color: #31c07f;
  margin-top: -1em;
}
fieldset.boxed h4 span {
  background-color: #fff;
  padding: 0 10px;
}
input[type=file] {
  border: 0;
}
/* tooltîps */
.qtip-tooltip {
  display: none;
}
.qtip-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #b2e3d0;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 16px;
}
.qtip-icon:hover {
  background-color: #32be96;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 200px;
  min-width: 50px;
  font-size: 13px;
  /*line-height: 12px;*/
  direction: ltr;
  padding: 0;
  background-color: #b2e3d0;
  border-color: #b2e3d0;
  color: #324d5b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #324d5b;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-content a {
  color: darkblue;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/*! tooltip style */
.qtip-default .qtip-close .qtip-icon {
  background-position: -42px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}
/* wizard */
.steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps li .step {
  border: 5px solid #ced1d6;
  color: #324d5b;
  font-weight: bold;
  font-size: 21px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 25px;
  text-align: center;
}
.steps li:before {
  /* the line running through each step*/
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step {
  border-color: #32be96;
  cursor: default;
  /*color: #FFF;*/
  -webkit-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
  background-color: #32be96;
  color: #fff;
}
.steps li.active:before:before,
.steps li.complete:before:before,
.steps li.active .step:before,
.steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  /*content: "\f00c";*/
  z-index: 3;
  /*font-family: FontAwesome;*/
  font-size: 17px;
}
.steps li:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /*border-color: #80afd4;*/
}
.steps li:hover:hover:before {
  /*border-color: #80afd4;*/
}
.steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.steps li.complete .title,
.steps li.active .title {
  color: #2b3d53;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
.step-icon {
  font-family: Italo-Light;
  border: 2px solid #32be96;
  border-radius: 50%;
  color: #324d5b;
  display: block;
  font-size: 4rem;
  height: 150px;
  margin: 50px auto 0;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  line-height: 3.5rem;
}
.step-intro {
  background-color: #31c07f;
  color: #fff;
  margin: 100px 15px 15px;
  padding: 25px 15px;
  border-radius: 30px;
  min-height: 60px;
  float: left;
  position: relative;
  line-height: 1.5em;
  -ms-word-break: break-word;
  word-break: break-word;
}
.step-intro::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
  left: 65%;
  bottom: -30px;
  border-top: 20px solid #31c07f;
}
@media only screen and (max-width: 767px) {
  .steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .steps li:before,
  .steps li:after {
    border-width: 3px;
  }
  .steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
  }
  .step-intro {
    margin-top: 20px;
  }
}
/*search */
form.search {
  margin: 10px 0;
}
form.search input[type=search] {
  background-color: #b2e3d0;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding-left: 10px;
}
form.search *::-moz-placeholder {
  color: #fff;
}
form.search input[type=search],
form.search button {
  float: left;
  display: inline !important;
}
form.search button {
  border-radius: 0;
  border: 0;
}
/* validation */
.success,
.has-success,
.valid,
.field-validation-valid {
  border-color: #31c07f;
  /*color: @hoofdkleur;*/
}
.success:focus,
.has-success:focus,
.valid:focus,
.field-validation-valid:focus {
  border-color: #31c07f;
}
.show-error,
.field-validation-error,
.validationMessage {
  color: #e60303;
}
.validationElement,
.input-validation-error {
  border-color: #e60303;
  border-radius: 5px;
  border-width: 2px;
}
/* price calculator */
.ui-button-text {
  text-transform: none;
}
.result {
  color: #fff;
  background-color: #32be96;
  border-radius: 5px;
  padding: 5px 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.result h1,
.result h2,
.result h3 {
  color: #fff;
}
.result .button,
.result button,
.result .btn {
  color: #fff;
  border-color: #fff;
}
.result .button:hover,
.result button:hover,
.result .btn:hover {
  color: #31c07f;
  background-color: #fff;
}
.result a {
  color: #fff;
}
#calculator-simple .in-progress {
  opacity: 0.5;
  background-image: none !important;
}
table.resultaat_elektriciteit td,
table.resultaat_gas td {
  padding: 10px 0 0 0;
}
table.resultaat_elektriciteit thead th,
table.resultaat_gas thead th {
  border-bottom: 1px solid #fff;
  padding: 3px 0;
}
table.resultaat_elektriciteit .value,
table.resultaat_gas .value {
  text-align: right;
}
#calculator-arrow {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFsNCgk8IUVOVElUWSBuc19mbG93cyAiaHR0cDovL25zLmFkb2JlLmNvbS9GbG93cy8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjM4OHB4IiB2aWV3Qm94PSIwIDAgMTIgMzg4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMiAzODgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGRlZnM+DQo8L2RlZnM+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iMTIuMDA0IiBoZWlnaHQ9IjM4Ny45NCIvPg0KCTwvZGVmcz4NCgk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4NCgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCTwvY2xpcFBhdGg+DQoJPHBvbHlsaW5lIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQwQjk3RSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjAuNSwwIDAuNSwxNzUuMjc3IA0KCQkxMS4zMzMsMTg3LjYxIDAuNSwxOTkuNDQ0IDAuNSwzODcuOTQgCSIvPg0KPC9nPg0KPC9zdmc+DQo=') /*../Assets/images/calculator-arrow.svg*/;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
/*mailchimp form */
#mc_embed_signup form {
  padding: 0 !important;
  margin: 0 !important;
  font-size: medium;
}
label.error {
  color: #e60303;
}
p.error {
  color: #e60303;
}
div.validation-summary-errors {
  color: #e60303;
}
.error {
  border-color: #e60303;
  border-radius: 5px;
}
/*----- Fieldset -----*/
#content fieldset {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #cacdbc;
  margin: 0 0 20px 0;
  padding: 0;
}
#content fieldset .fieldset-title {
  margin-top: -10px;
}
#content fieldset .fieldset-legend {
  background: #ECEEE3;
  padding: 0px 10px 0px 10px;
}
#content fieldset legend {
  font-size: 18px;
  margin: 0 0 0 165px;
  padding: 0 10px;
}
#content fieldset fieldset legend {
  font-size: 16px;
  margin-top: 15px;
}
/* --- Autocomplete --- */
.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  color: #666666;
}
.ui-menu-item {
  font-family: 'Raleway', sans-serif;
  font-size: smaller;
  color: #666666;
}
/*----CSS for paging.js----*/
.paging-nav {
  text-align: left;
  /*right*/
  padding-top: 2px;
}
.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  /*background: #91b9e6;*/
  /*color: white;*/
  border-radius: 3px;
}
.paging-nav .selected-page {
  /*background: #187ed5;*/
  font-weight: bold;
}
/*----CSS for language selector----*/
.language-selected {
  color: #31c07f !important;
}
/*----CSS Header Logo----*/
.header-logo {
  /** Staat momenteel uit omdat de taal keuze steeds onder dit image staat en de taal links dan niet lijken te werken. */
  /*z-index: 6;
    position: relative;*/
}
/*----Table Div----*/
.table-div-striped:nth-of-type(odd) {
  background: #ebebeb;
}
.table-div-coll {
  padding: 0.5rem;
  vertical-align: top;
  text-align: left;
  font-size: 0.9em;
}
.table-div-coll-header {
  padding-left: 0.5rem;
  text-align: left;
  font-weight: bold;
}
.in-progress {
  background-image: url('/Assets/images/spinner2.gif') !important;
  background-size: 26px !important;
  background-repeat: no-repeat !important;
}