/*
*
*   Woonmatch waterland CSS
*   Nicholas Claaszen 11/24/2014
*
*/
/******* Fonts *******/
@import url(//fonts.googleapis.com/css?family=Hind:400,500,700,300,700);
@import url(//fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,700,700italic,800,800italic);

/******* Helper functions *******/
.no-display{
    display:none;
}
.pointer{
    cursor: pointer;
}
.fa-green{
    color: green;
}
.text-top-wrap {
    position: relative;
}
.text-top{
    position: absolute;
    top:0px;
}
.no-margin{
    margin-top:10px !important;
}
.tooltip-inner {
    max-width: 350px;
}
/****** General stuff ******/
h1 {
    font-size: 20pt;
    font-weight: 700;
}
*::-webkit-input-placeholder { /* WebKit browsers */
    color:    rgba(179, 179, 179, .5);
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(179, 179, 179, .5);
    opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(179, 179, 179, .5);
    opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    rgba(179, 179, 179, .5);
}

/****** Boostrap changes ******/
@media (max-width: 768px){
    .col-xs-0{
        display: none;
    }
}
@media (max-width: 992px){
    .col-sm-0{
        display: none;
    }
}
.no-padding {
    padding:0px;
}
/******* Body *******/
body {
    font-family: Nunito, 'Open Sans';
}
@media (max-width: 768px){
    body {
        margin-top: 50px;
    }
}
/****** Buttons ******/
.btn,
.btn.active{
    border-radius: 20px;
    border:none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 9pt;
}
a.btn-login,
a.btn-login:hover,
.btn-login {
    background-color: #35A8E0;
    padding: 6px 24px;
    font-weight: 500;
    color: #fff ;
    text-transform: uppercase;
    border-radius: 20px;
}
.btn-overview:hover,
.btn-overview {
    border-radius: 25px;
    font-size: 10pt;
    font-weight: 500;
    background-color: #e6e6e6;
    color: #871654;
    width: 90px;
    padding: 9px 20px;
    text-align: center;
    margin-left: -6px;
    margin-right: 10px;
    text-align: center;
}
.btn-overview.active:hover,
.btn-overview.active {
    border-radius: 25px;
    background-color: #871654;
    color: #e6e6e6;
    margin-left: -6px;
}
.btn-gridsmall:hover,
.btn-gridsmall {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #66a9c9;
    font-weight: 700;
    color: #FFF;
    padding: 4px,10px;
    text-align: center;
    width: 100%;
}
.btn-getter {
    margin-bottom: 15px;
}
.editbtn,
.editbtn:hover{
    background-color: #871654;
    font-weight: 700;
    color: #FFF;
    padding: 4px,10px;
    text-align: center;
}
.floaty-button > .editbtn {
    z-index: 101;
    font-size:14pt;
}
.floaty-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
@media (min-width: 768px) {
    .floaty-button{
        right: calc(50vw - 325px);
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .floaty-button{
        right: calc(50vw - 485px);
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .floaty-button{
        right: calc(50vw - 585px);
    }
}

/****** Scrolling FullScreen Menu ******/
.fullSizeScrollMenu {
    display: none;
    position: fixed;
    top:0px;
    width: 100vw;
    background-color: #871654;
    background-image: url("/client/waterland/img/fishbone.png");
    background-size: 30%;
    min-height: 80px;
}
.fullSizeScrollMenu .row {
    display: flex;
    align-items: stretch;
}
.fullSizeScrollMenu img {
    height: 60px;
    margin-top:10px;
}
.fullSizeScrollMenu .col-xs-8 {
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
.fullSizeScrollMenu ul {
    align-self: center;
    font-family: Nunito;
    margin-top: 15px;
    font-size: 10pt;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.fullSizeScrollMenu ul > li:not(:first-child) {
    border-left: 2px solid;
    border-color: #FFF;
    padding-left: 7px;
}
.fullSizeScrollMenu ul > li > a {
    color: #FFF;
}
.fullSizeScrollMenu ul .dropdown-menu a{
    color: #881654;
}

/****** menurow ******/
.menurow {
    display: flex;
    align-content: center;
    margin-bottom: 35px;
    margin-top: 25px;
}
.menurow img {
    width: 100%;
}
.menurow .col-sm-7 {
    display: flex;
    align-content: center;
}
.menurow ul.list-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    font-family: Nunito;
    font-size: 10pt;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.menurow ul > li:not(:first-child) {
    border-left: 2px solid;
    border-color: #871654;
    padding-left: 7px;
}

.menurow ul > li > a {
    color: #871654;
}

/****** topBanner ******/
.topBanner {
    background-image: url('../img/header.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topBanner .col-sm-4 {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 200px;
    background-color: rgba(135, 22, 84, .2)
}
.topBanner .col-sm-4 > div {
    background-color: #35a8e0;
    height: 110px;
    width: 110px;
    border-radius: 65px;
    align-self: center;
    text-align: center;

}
.topBanner .col-sm-4 > div > div {
    width: 100px;
    height: 80px;
    margin-top: 29px;
    margin-left: 5px;
}
.topBanner .col-sm-4 > div > div > a {
    font-family: 'Nunito';
    color: #FFF;
    text-decoration: none;
    font-size: 9.5pt;
}
.topBanner .col-sm-8 {
    display: flex;
    height: 200px;
    background-color: rgba(135, 22, 84, .2)
}
.topBanner .col-sm-8 > div {
    margin-top: 50px;
    height: 110px;
    color: #FFF;
    font-size: 26pt;
    line-height: 38px;
    font-family: 'Nunito';
    font-weight: 700;
    letter-spacing: 1px;
}
.topBanner .col-sm-8 > div > span {
    font-size: 21pt;
}
.topBanner .visible-xs {
    color: #FFF;
}
/****** Header ******/

.loginrow > div:nth-of-type(1) {
    background-color: #871654;
    background-image: url('/client/waterland/img/fishbone.png');
    background-size: 120%;
    height: 400px;
    color: #FFF;
    border-radius: 20px;
}
.loginrow .col-sm-4 h1 {
    margin-bottom: 15px;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 14pt;
}
.loginrow .col-sm-8 h1 {
    margin-bottom: 15px;
    font-size: 14pt;
}
.loginrow {
    min-height: 420px;
}
.loginWrap {
    margin-top:10px;
    margin-left: 10px;
}
.loginrow > div:nth-of-type(2) > div {
    font-family: "Open Sans";
    margin-top: 0px;
    font-size: 12pt;
    margin-bottom: 50px;
}
@media (min-width: 768px){
    .loginrow > div:nth-of-type(2) > div {
        margin-left: 20px;
    }
}
.loginrow > div:nth-of-type(2) > div img {
    overflow: hidden;
}
.loginrow > div:nth-of-type(2) > div > h1,
.optionBlock > h1,
.page-title > h1{
    color: #871654;
}
.loginrow > div:nth-of-type(2) > div > p{
    margin-bottom: 15px;
}
.loggedWrap {
    font-weight: 700;
    font-size: 12pt;
    line-height: 24pt;

}
.loggedWrap h3 {
    font-size: 13pt;
}
.loggedWrap > div:nth-child(3) {
    margin-top: 5px;
}
.loggedWrap > .row.link {
    margin: 15px;
    border-top: 1px solid #fff;
}
.loggedWrap > .row.link {
    margin: 10px 15px;
    text-align: center;
}
 .loggedWrap > div:nth-child(2) > div {
     font-size: 8pt;
     font-family: Hind;
 }
.loggedWrap > .row.link > div  {
    padding-top: 10px;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 10pt;
}
.loggedWrap a,
.loggedWrap a:hover{
    color: #FFF !important;
    text-decoration: none !important;
}
.col-xs-3.personalImage {
    padding: 0px 5px;
    width: 23%;
}
.personalImage > a > img {
    width: 100%; max-height: 80px;
}
.react_circle {
    background-color: #EC7E08;
    color: #fff;
    font-style: normal;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -1px;
    top:-12px;
    text-align: center;
    border-radius: 12px;
    line-height: 26px;
}
/****** Offer overview row ******/
.housetitlerow h1{
    color: #35a8e0;
    font-size: 19pt;
    text-align: right;
}
@media (max-width: 768px){
    .housetitlerow h1{
        text-align: center;
    }
}
.housetitlerow h1 span{
    color: #871654;
}
.houseoverview > div:nth-of-type(2) {
    border-left: 1px solid #b3b3b3;
}
/****** HouseDetails - new ******/
@media(min-width:768px) {
    .hDetails > div > div {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }
    .hDetails > div > div.fTop {
        align-items: flex-start;
    }
}
.responseButtons  {
     width: 100%;
}
@media(max-width:767px) {
    .responseButtons > div:first-child {
        margin-bottom:10px;
    }
    .hDetails > div > div > div:last-child {
        padding-left: 30px;
    }
}
.hDetails > div > div > div:first-child {
    font-weight: 700;
}
.hDetails p {
    font-weight: normal !important;
}
/****** House - new ******/
.hFlexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    font-family: "Hind";
}
.hFlexItem {
    margin: 0px 25px 30px;
    width: 240px;
}
.hImage {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hImage > img {
    min-width: 240px;
    height: 180px;
}
.hBannerWrapBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.hBannerWrapTop {
    position: absolute;
    top: 0px;
    width: 100%;
}
.hBannerItem {
    background-color: rgba(242, 145, 0, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 240px;
    text-align: center;
    padding: 3px 0px;
    margin: 0px 0px 0px 0px;
}
.hText {
    height: 170px;
    background-color: #f2f2f2;
    padding: 10px 7px 0px;
    font-size: 12pt;
    position: relative;
}
.hText > .pink {
    font-weight: 700;
    color: #871654;
}
.hText .strong {
    font-weight: 700;
    margin-right: -10px;
}
.hSubElement .col-xs-7:first-child {
    padding-right: 0px;
    font-weight: 700;
    text-align: right;
    line-height: 17px;
}
.hSubElement .col-xs-5:nth-child(2) {
    padding-left: 5px;
}
.hLogo {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hLogo > img {
    width: 60%;
}
.hLink > a {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/****** House - old ******/
.householder {
    padding-bottom: 30px;
    padding-left: 45px;
}
.house-banner-holder {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.house-banner {
    background-color: rgba(242, 145, 0, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 3px 0px;
    margin: 5px 0px 0px 0px;

}
.householder > div > div:first-of-type > div > img{
    width: 100%;
    height: 190px
}
.householder > div > div:nth-of-type(2){
    height: 190px;
    background-color: #f2f2f2;
    padding-top:15px;
    font-size: 12pt;
    position: relative;
}

.householder > div > div:nth-of-type(2) > div:nth-of-type(1),
.householder > div > div:nth-of-type(2) > div:nth-of-type(2){
    font-weight: 700;
    color: #871654;
}
.price{
    font-weight: 700;
}

.left-bottom-block {
    width: 48%;
    position: absolute;
    bottom: 0px;
    left:0px;
}
.left-bottom-block img {
    width: 100%;
}
.right-bottom-block {
    width: 48%;
    position: absolute;
    bottom: 0px;
    right:0px;
    font-size: 10pt;
    text-align: center;
    padding: 0px 15px;
}
.right-bottom-block > div:first-of-type{
    margin-bottom: 5px;
}
.right-bottom-block > div:first-of-type > img {
    width: 20px;
    margin-top: -6px;
}

/****** Personal house overview ******/
.fa-green {
    color: #00c400;
}
.personalhouseholder {
    padding-bottom: 30px;
    padding-left: 45px;
    font-size: 10pt;
}

.panel-body .personalhouseholder {
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 10pt;
}
.panel-heading h4 {
    color: #871654;
    font-size: 20pt;
    font-weight: bold;
}

.personalhouseholder > div > div:first-of-type > div > img{
    width: 100%;
    height: 220px;
}
.personalhouseholder > div > div:nth-of-type(2) {
    height: 220px;
    background-color: #f2f2f2;
    padding-top:15px;
    font-size: 12pt;
    position: relative;
    padding-left: 0px;
}
.personalhouseholder > div > div:nth-of-type(2) > div:first-of-type,
.personalhouseholder > div > div:nth-of-type(2) > div:nth-of-type(2) {
    border-right: 1px solid #FFF;
}
.personalhouseholder > div > div:nth-of-type(2) > div {
    height:100%;
}
.personalhouseholder > div > div:nth-of-type(2) > div > div:nth-of-type(1).row {
    font-size: 12pt;
}
.personalhouseholder .match {
    color: #0d557d;
    letter-spacing: 1px;
}
.personalhouseholder .btn-gridsmall {
}
.left-bottom-block-personal {
    width: 40%;
    position: absolute;
    bottom: 10px;
    left:20px;
}
.left-bottom-block-personal img {
    width: 100%;
}
.right-bottom-block-personal {
    width: 100%;
    position: absolute;
    font-size: 12pt;
    text-align: left;
    bottom: 2px;
}
.right-bottom-block-personal > div:first-of-type > div:nth-of-type(1){
    margin-top: 10px;
}
.right-bottom-block-personal > div:first-of-type > div:nth-of-type(2){
    margin-bottom: 5px;
    padding-top: 10px;
}
.right-bottom-block-personal > div:first-of-type > div > img {
    width: 100%;
}
.personalhouseholder > div > div:nth-of-type(2) > div:nth-of-type(2) > div {
    font-weight: normal;
    font-size: 13pt;
}

.personalhouseholder > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1),
.personalhouseholder > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2){
    font-weight: 600;
    color: #0d557d;
}
.left-bottom-button,
.right-bottom-button{
    width: 45%;
    position: absolute;
    bottom: 0px;
    text-align: center;
}
.left-bottom-button {
    left: 15px;
}
.right-bottom-button {
    right: 0px;
}
/****** Map ******/

.mapInfo > div {
    height: 75px;
    padding: 10px;
    background-color: #E6E6E6;
}
.mapInfo > div:first-of-type {
    margin-left: 40px;
}
@media(max-width:767px) {
    .mapInfo > div {
        margin-left: 0px !important;
        padding-left: 40px;
    }
}
.mapInfo > div > div {
    padding-left: 20px;
    font-size: 9.5pt;
}
.mapInfo > div:not(:first-of-type) > div {
    border-left: 1px solid #FFF;
}
.mapHolder > div:first-of-type {
    margin-left: 40px;
    padding: 10px;
    background-color: #E6E6E6;
    min-height: 700px;
}
.infoBox {
    margin-top: 8px;
    background-size: cover !important;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
    height: 250px;
}
.infoBox > img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -31px;
    right: -21px;
}
.infoBox > div {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(214, 10, 82, 0.6);
    color: #FFF;
    font-family: 'Hind', sans-serif;
    font-size: 11pt;
    font-weight: 700;
    padding: 10px 0px 5px 20px;
}
.infoBox > a:hover,
.infoBox > a {
    color: rgba(214, 10, 82, 0.6);
    background-color: #FFF;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    padding-left: 1px;
}
/****** Filter form ******/
.toggle-filter {
    display: none;
}
@media (max-width: 768px){
    .houseoverview {
        position: relative;
    }
    .houseoverview > div:first-of-type{
        width: 70%;
        position: absolute;
        top: 60px;
        left: -60%;
        z-index: 90;
        background-color: white;
        padding: 40px 40px 40px 20px;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.5);
    }
    .toggle-filter {
        display: block;
        position: absolute;
        right: -220px;
        width: 480px;
        text-align: center;
        top:47%;
        padding: 2px;
        transform: rotate(270deg) ;
        color: rgba(179, 179, 179, .8);
        cursor: pointer;
        -webkit-transform: rotate(270deg) ;
        -moz-transform: rotate(270deg) ;
        -o-transform: rotate(270deg) ;
        -ms-transform: rotate(270deg) ;
    }
}

.form-filter {
    color: rgba(179, 179, 179, .8);
    font-weight: 400;
    font-family: "Open Sans";
}
.form-filter h3 {
    color: #871654;
    font-weight: 700;
    font-size: 12pt;
    margin-bottom: 5px;
}
.form-filter .form-group {
    margin-bottom: 0px;
}
.form-filter input[type=checkbox] {
    display:none;
}

.form-filter .checkbox {
    padding-top: 3px;
}
.form-filter .checkbox label {
    padding-left: 0px;
    font-weight: 400;
    font-size: 12pt;
}
.form-filter .checkbox > label span {
    display:inline-block;
    border:1.5px solid rgba(179, 179, 179, .8);
    width:13px;
    height:13px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
    border-radius: 20px;
}
.form-filter .checkbox >label :checked + span {
    background-color: #35A8E0;
    content: 'X';
}


/****** Login form ******/
.form-login .col-xs-10 {
    width: 100%;
    padding-right: 25px;
}
.form-login a,
.form-login a:hover{
    color: #FFF;
    font-size:14px;
}
.form-login input:not([type=checkbox]) {
    border:none;
    border-radius: 30px;
    width: 100%;
    height: 40px;
}
.form-login input[type=checkbox] {
    display:none;
}
.form-login .checkbox label {
    padding-left: 0px;
}
.form-login .checkbox > label span {
    display:inline-block;
    border:1px solid white;
    width:20px;
    height:20px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
    margin-left: 20px;
    border-radius: 20px;
}
.form-login .checkbox >label :checked + span {
    background-color: #35A8E0;
    content: 'X';
}
#loginForm > fieldset > div:nth-child(4) > div {
    text-align: center;
    margin-bottom: 15px;
}

/****** AjaxForm ******/
.greyOut {
    background-color: grey;
    opacity: .75;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9000;
}

.message-loading-overlay {
    position: absolute;
    z-index: 14;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    text-align: center
}

.message-loading-overlay > .ace-icon {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center
}
.overlaySpinner{
    width:50px;
    height:50px;
    position: absolute;
    left: calc(50% - 25px);
    top: 150px;
}
/****** Slider ******/
.slider-label {
    width: 100%;
    margin-top: 25px;
}
.slider-handle {
    background-image: -webkit-linear-gradient(top, #38c4ff 0%, #35A8E0 100%);
    background-image: -o-linear-gradient(top, #38c4ff 0%, #35A8E0 100%);
    background-image: linear-gradient(to bottom, #38c4ff 0%, #35A8E0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}
.tooltip.tooltip-main > .tooltip-inner {
    background-color: #871654;
    font-family: "Open Sans";
}
.tooltip.tooltip-main > .tooltip-arrow {
    border-top-color: #871654;
}
/****** Footer ******/
footer > div {
    background: url('/client/waterland/img/fishbone.png');
    background-repeat: repeat;
    height: 220px;
    background-color: #881654;
    background-size: 30%;
}
footer > div > div {
    text-align: center;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
footer > div > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10pt;
    font-family: Nunito;
    /*margin-top: 103px;*/
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);;
}

footer > div > div > ul.list-inline > li {
    padding: 2px 20px 0px 20px;
    margin-bottom: 10px;
}
footer > div > div > ul.list-inline > li > a,
footer > div > div > ul.list-inline > li > a:hover{
    color: #FFF;
    text-decoration: none;
}
footer > div > div > ul > li:not(:first-of-type) {
    border-left: 2px solid #fff;
}
footer > div > div > a > img {
    width: 70%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fFooter {
    display: flex;
}
/****** Complex options ******/
#editprofiel input[type=checkbox] {
    display:none;
}
#editprofiel .checkbox {
    padding-top: 3px;
}
#editprofiel .checkbox label {
    padding-left: 0px;
    font-weight: 700;
    font-size: 13pt;
}
#editprofiel .checkbox > label span {
    display:inline-block;
    border:1.5px solid rgba(179, 179, 179, .8);
    width:18px;
    height:18px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
    border-radius: 20px;
}
#editprofiel .checkbox >label :checked + span {
    background-color: #35A8E0;
    content: 'X';
}

.toggleOptions {
    display:inline;
    font-weight: 700;
    font-size:11pt;
}
.target_options {
    position: relative;
}
.optie-info {
    padding:3px;
}
.optie-info,
.optie-warning{
    font-size: 10pt;
}
.optie-info ul{
    list-style: none;
}
.price {
    font-size:11pt;
}
.indicator .indicator-bar {
    height: 190px;
    background-color: red;
    margin-left: 20%;
    margin-right: 50%;
    border-radius: 10px;
    position: relative;
}
.indicator .indicator-bar .indiactor-level {
    position: absolute;
    width: 100%;
    background-color: green;
    bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.indicator .indicator-bar .indiactor-level:before {
    content: '- U';
    font-size: 14px;
    position: absolute;
    right: -28px;
    top: -10px;
}
/*.indicator .indicator-bar:before {
    content: '#1';
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
}*/
.energylabel {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.energylabel img {
    margin: -8px;
}
.moreInfo {
    text-transform: lowercase;
    color: #871654;
    font-weight: 700;
    font-size:10pt;
    position: absolute;
    bottom:-10px;
}
/****** Complex pop-up ******/
.bootstrap-dialog-message {
    font-family: 'Hind', sans-serif;
    font-size: 12pt;
}
.complex-pic {
    text-align: center;
}
.complex-pic-holder {
    padding: 0px 5px;
}
.complex-pic > img {
    max-width: 70%;
}
.complex-pic-holder > div {
    padding: 5px 5px;
    cursor: pointer;
}

.complex-pic-holder > div > img,
.complex-pic-holder > div > a > img{
    width: 100%;
    height: 95px;a
}
.complex-info > div > div.row {
    margin-bottom: 7px;
}
.complex-info > div > div.row > div:first-of-type {
    font-weight: 700;
}
/****** Magazines ******/
#magazine .checkbox label {
    width: 100% !important;
    font-weight: normal;
}

/****** Reactions ******/
.reactRow h3,
.reactRow h2,
.reactRow h1 {
    color: #871654;
}
.reactRow {
    background-color: #f2f2f2;
    padding: 20px;
}
.reactRow .row {
    margin-bottom: 50px;
}
.reactRow > .well-sm {
    margin-bottom: 20px;
}
.reactRow > .well-sm > table {
    width: 100%;
    font-size:12pt;
}
.reactRow > .well-sm > table > thead > tr > td{
    font-weight: 700;
    border-bottom: 1px solid #b4c4ce;
    padding-bottom: 3px;
}
.reactRow > .well-sm > table > tbody > tr:first-of-type > td{
    padding-top: 3px;
}
.reactRow .btn,
.reactRow .btn:hover {
    background-color: #871654;
    font-weight: 700;
    color: #FFF;
    padding: 4px,10px;
    text-align: center;
}
.reactRow .more-padding {
    margin: 5px 15px 5px 15px;
}
/****** Inschrijf form ******/
.rowEntry h3,
.rowEntry h2,
.rowEntry h1 {
    color: #871654;
}

.rowEntry .btn,
.rowEntry .btn:hover{
    background-color: #871654;
    font-weight: 700;
    color: #FFF;
    padding: 4px,10px;
    text-align: center;
}
/****** Profile form ******/
#editprofiel h3,
#editprofiel h1 {
    color: #871654;
    font-size: 18px;
    margin-top:10px;
    font-weight: 700;
}
#editprofiel fieldset {
    background-color: #f2f2f2;
    padding: 20px;
}

#editprofiel fieldset {
    margin-bottom: 20px;
}
#editprofiel fieldset:not(#optieregistratie) label {
    width: 40%;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}
#editprofiel #optieregistratie .list-inline > li:first-child{
    margin-top:10px;
}
#editprofiel #optieregistratie label {
    width: 20%;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}
#editprofiel #optieregistratie .checkbox {
    margin:0px;
}
#editprofiel #optieregistratie .checkbox label {
    font-size: 11pt;
    width: auto;
    letter-spacing: -0.2px;
    font-weight: normal;
}
#optieregistratie > div > div.row.optionFormBit > div > ul > li.col-xs-12,
#optieregistratie > div > div.row.optionFormBit > div > ul:nth-child(3) > li.col-sm-12{
    font-weight: 700;
}
#optieregistratie > div > div > h4
{
    color: #871654;
}
#editprofiel fieldset:not(#optieregistratie) > div {
    margin-bottom:0px;
}
#editprofiel .address {
    width: 60%;
    float:right;
    padding-left:3px;
}
#editprofiel #optieregistratie .address {
    width: 80%;
}
#adresgegevens > table > tbody > tr > td:nth-child(1) {
    width: 50%;
}
#adresgegevens > table > tbody > tr > td:nth-child(1) > label {
    width: 100%;
}
#adresgegevens > table > tbody > tr > td:nth-child(2) > label {
    font-weight: 700;
}
#woonwensen table {
    width: 100%;
}
#woonwensen table table tr > td:nth-of-type(2n) {
    padding: 5px 0px 0px 10px;
}
#woonwensen table table tr > td:nth-of-type(2n) > label {
    font-weight: 700;
    font-size: 12pt;
    width: 100%;
}
#woonwensen > table > tbody > tr > td:nth-child(1) {
    width: 20%;
}
#woonwensen > table > tbody > tr > td:nth-child(1) > label {
    width: 100% !important;
}
#woonwensen > table > tbody > tr > td > table > tbody > tr > td > div {
    font-size: 11pt !important;
    margin:0px;
    letter-spacing: -0.2px;
}
.submitHolder {
    margin-top:20px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid white;
}
.submitHolder > .btn {
    margin-right: 30px;
}
.liLev1{
    border-top: 1px solid white;
    padding-top: 5px;
    margin: 0px -20px 0px -20px;
    padding: 10px 20px 10px 20px;
}
.liLev1:nth-child(2n-1){
    background-color: #e3e3e3;
}
.liLev1 .form-group{
    margin-bottom: 0px;
}
.liLev1 .row > div {
    min-height: 80px;
    height: 100%;
}
.checkboxContainer{
    width: 100% !important;
}
#optieregistratie input[type=radio]{
    display: none;
}
#optieregistratie h3 {
    font-size: 12pt;
    font-weight: 700;
}
.flipflop {
    font-size: 10pt;
}
/* trial stuff */
.row.price {
    margin-bottom: -100px;
}
.advance-link {
    overflow: hidden;
    display: inline-block;
    height: 200px;
    width: 300px;
    text-align: center;
}
.advance-link > img {
    width: 100% !important;
}
.restriction > div {
    padding: 10px;
    background-color: rgba(135, 22, 84, 0.1);
    border: 1px solid rgba(135, 22, 84, 0.5);
}
.restriction h3 {
    margin: 5px 0px;
}

/* Profile */
.row .profile {
    margin-bottom: 50px;
}
.profile > .col-xs-12 {
    background-color: #f2f2f2;
    padding: 20px 30px;
}
.profile h3,
.profile h1 {
    color: #871654;
    font-size: 18px;
    margin-top:10px;
    font-weight: 700;
}
.profile .alert-info > div {
    background: url(/css/gfx/info_32.png) no-repeat center left;
    padding-left: 63px;
}
.profile label.control-label,
.profile .non-edit{
    line-height: 34px;
}
.profile.no-edit label.control-label,
.profile.no-edit .non-edit{
    line-height: 18px;
}
.profile .form-group {
    margin: 4px 0px;
}
.profile .alert-info {
    margin-bottom: 15px;
}
.profile .checkbox input[type=checkbox],
.profile .checkbox input[type=radio] {
    display:none;
}
.profile input[type=radio].cb {
    display:none;
}
.profile .checkbox {
    padding-top: 3px;
}
.profile .checkbox label {
    padding-left: 0px;
}
.profile .col-xs-6 .checkbox label {
    padding-left: 30px;
}
.profile .col-xs-6 .checkbox label > span:first-of-type {
    margin-left: -30px;
}
.profile .checkbox > label span:first-of-type {
    display:inline-block;
    border:1.5px solid rgba(179, 179, 179, .8);
    width:18px;
    height:18px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
    border-radius: 20px;
}
.profile .checkbox >label :checked + span {
    background-color: #871654;
    content: 'X';
}
.profile .non-fat {
    font-weight: normal;
}
.profile .previous {
    margin-right: 10px;
}
.profile .BSNding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.profile .BSNding > div:first-child {
    padding: 10px;
}
.profile .BSNding > div:last-child {
    font-size: 11pt;
    padding: 10px;
}
/* Bootstrap-Dialog */
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1170px;
    }
}
.modal-header {
    background: url('/client/waterland/img/fishbone.png');
    background-repeat: repeat;
    background-color: #881654 !important;
    background-size: 30%;
    font-family: 'Nunito' !important;
}
.bootstrap-dialog-close-button > button.close {
    background-color: #5cb85c;
    background-image: none;
    color: #fff;
    width: 40px;
    opacity: 1;
    border-radius: 10px;
    text-shadow: none;
}

/* Customer Memos */
.memo table {
    width: 100%;
}
.memo > table > tbody {
    font-size: 11pt;
}
.memo > table > thead > tr > th {
    padding-bottom: 10px;
}
.memo > table > tbody > tr > td {
    padding: 7px 7px;
}
.memo > table > tbody > tr {
    background-color: #e7e7e7;
}
.memo > table > tbody > tr:last-child > td {
    vertical-align:top;
}
.memo > table > tbody > tr:nth-child(2n) {
    background-color: #f5f5f5;
}
.memo > table > tbody > tr > td > table > tbody > tr {
    background-color: #f5f5f5;
}
.memo > table > tbody > tr > td > table > tbody > tr:nth-child(2n) {
    background-color: #e7e7e7;
}
.memo > table > tbody > tr > td > table > tbody > tr > td {
    padding: 4px 5px;
}
/* Prognoses box */
.prog-box td:first-child {
    font-weight: bold;
}

/* Other junk */
.thumbs > li {
    margin-bottom: 10px;
}
.pdfMap {
    width: 30px;
    margin-bottom: 5px;
}


/* Woningnet dingetjes */
.houseoverview {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.woningnet img {
    width: 80%;
    height: 140px;
}
.woningnet a,
.woningnet a:hover {
    text-decoration: none !important;
}
.woningnet p {
    color: #871654;
    margin-top: -30px;
}
@media (max-width: 768px){
    .woningnet p {
        margin-left: 25px;
        margin-right: 25px;
    }
}


/* Pagina - FAQ */
.faq h4 {
    cursor: pointer;
}
.faq h4+p {
    display: none;
}

.reveal {
    display: inline;
}

/* Announcements Front */

.announcementbody {
    font-size: 1.4rem;
}

.announcementcorp {
    font-size: 1rem;
}

.announcementimage {
    max-width: 100%;
    width: auto;
    height: 150px;
}

.annnouncementtitle {
    font-style: italic;
}

/*Welcome Modal layout*/
.welcome p, .welcome li {
    font-size: 1.75rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
}

.welcomesmall {
    text-align: left;
    font-size: 1.50rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    max-width: 40%;
    color: #333;
}

.welcome ul li div {
    font-size: 20px;
    margin-right: 20px;
    width: 20px !important;
    text-align: center;
}

.welcome ul .liicon {
    display: flex;
}

.welcome ul li p {
    display: block;
    margin-bottom: 30px;
}

.welcome .fa {
    font-size: 25px;
    margin-right: 20px;
    width: 20px;
    text-align: center;
}

.welcomemodalheader {
    background-color:  #881654;
    padding: 30px;
    padding-left: 50px;
}

#welcomeModal {
    margin-top: 60px;
}

#welcomeModalTitle {
    font-size: 35px;
    font-weight: bold;
    color: white;
}

.hidewelcome {
    border-radius: 5px;
    background-color: white;
    color: black;
}

.welcomemodalbody {
    padding-left: 40px;
    padding-right:  40px;
    padding-top: 0px;
}

.welcome h3 {
    padding-top: 0px;
    padding-bottom: 13px;
}

.welcomesublist {
    list-style: none;
    padding-left: 0 !important;
}

.welcomesublist li::before {
    content: "\2022";
    font-weight: bold;
    list-style: circle;
    color: #881654;
    display: inline-block;
    width: 1em;
}

.welcomemodalbutton {
    height: 45px;
    font-weight: 700;
    line-height: 30px;
    padding: 6px 20px;
    font-size: 25px;
    text-align: left;
}

.modalskipbutton {
    background-color: #35A8E0;
}
.modalskipbutton:hover {
    background-color: #35A8E0;
}

.slidebutton {
    background-color: #881654;
}

.slidebutton:hover {
    background-color: #881654;
}

#welcomeModal > div > .modal-content {
    border-radius: 0px;
}

.welcomeimage {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

.liicon .fa-check {
    color: #35A8E0;
}