/*
*
*   Woonmatch WMWF Samenwerking CSS
*   Nicholas Claaszen 05/23/2017
*
*/
/******* Fonts *******/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/******* Helper functions *******/
body > .container {
    max-width: 100vw;
}
.container-fluid .container {
    position: relative;
    min-height: 400px;
}
.no-display{
    display:none;
}
.pointer{
    cursor: pointer;
}
.fa-green{
    color: green;
}
.fa-red{
    color: red;
}
.fa-gray{
    color: #a1a1a1;
}
.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: 600;
    font-family: Montserrat;
}
h2 {
    font-family: Montserrat;
    font-weight: 300;
}
*::-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);
}
@media (min-width: 992px) {
    .container {
        width: 1080px;
    }
}
/****** 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: 'Roboto', sans-serif;
}
@media (max-width: 768px){
    body {
        margin-top: 50px;
    }
}
/****** Buttons ******/
.btn,
.btn.active{
    border-radius: 0px;
    border:none;
    text-transform: lowercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: Montserrat;
}
.btn-login:hover,
.btn-login {
    background-color: #0d557d;
    height: 45px;
    font-weight: 700;
    color: #fff ;
    width: 100%;
    line-height: 30px;
    padding: 6px 20px;
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
}
.loginrow .btn-login,
.loginrow .btn-login:hover {
    font-size: 20px;
    text-align: left;
}
.btn-overview:hover,
.btn-overview {
    font-size: 11pt;
    font-weight: 700;
    background-color: rgba(172, 201, 13, 0.5);
    color: #ffffff;
    width: 85px;
    text-align: center;
    padding: 10px;
    margin-left: 15px;
}
.btn-overview.active:hover,
.btn-overview.active {
    background-color: #acc90d;
    color: #fff;
}
.btn-gridsmall:hover,
.btn-gridsmall {
    background-image: url('/client/westfriesland/img/squigle.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 700;
    color: #FFF;
    text-transform: capitalize;
    background-color: #f2f2f2;
    padding: 8px 25px;
    text-align: left;
    width: 100%;
    height: 73px;
    line-height: 106px;
}
.hFlexItem:nth-of-type(2n) .btn-gridsmall:hover,
.hFlexItem:nth-of-type(2n) .btn-gridsmall {
    background-image: url('/client/westfriesland/img/squigle_dark.png');
}
.editbtn,
.editbtn:hover{
    background-color: #0d557d;
    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 (max-width: 767px) {
    body {
        margin-top: 10px;
    }
}
@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);
    }
}

/****** Navbar ******/
.navbar-inverse {
    background-color: transparent;
    border: none;
    font-family: Montserrat;
}
.navbar-nav,
.navbar-header{
    background-color: transparent;
}
.navbar-collapse.collapse,
.navbar-collapse.collapse.in {
    border-top: none;
}
.navbar-toggle,
.navbar-toggle.collapsed:hover{
    background-color: transparent !important;
    border-color: white !important;
    width: 100%;
    margin-right: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;

}

@media (max-width: 767px) {

    .navbar-toggle,
    .navbar-toggle.collapsed:hover{
        padding-top: 5px;
    }

    .navbar-nav>li>h3, .headerreactions {
        padding-left: 15px;
    }


    .headerreactionimages img:nth-of-type(1) {
        padding-left:15px;
    }

    .headerreactionimages img {
        padding-top:5px;
        padding-left:10px;
    }

}

.navbar-toggle .icon-bar {
    background-color: #0d557d !important;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {

    .navbar-toggle .icon-bar {
        width: 75%;
        height: 4px;
        border-radius: 2px;
        margin-bottom: 5px;
    }

}

@media (min-width: 769px) {
    .navbar-nav {
        position: absolute;
        bottom: -39px;
        left: 105px;
        width: 90%;
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .navbar-nav > li.open > a {
        background-color: transparent !important;
    }
    .navbar-nav > li {
        padding: 4px 0px;
        border-bottom: 3px solid white;
        font-size: 10pt;
        font-weight: 300;
    }
    .navbar-nav > li > a {
        padding:2px 16px 0px;
        color: #119f39 !Important;
        font-weight: 300;
    }
    .navbar-nav > li:hover {
        border-bottom: 3px solid #6EC05D;
    }
}
@media (max-width: 768px) {
    .navbar-fixed-top {
        position: fixed;
    }
    ul.nav.navbar-nav {
        margin-top: 0px;
    }
    .navbar-nav > li > a {
        border-right: none;
    }
    .navbar {
        z-index: 5000;
    }
    .navbar-nav {
        background-color: #ffffff;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-top > .container {
        position: relative;
    }
    .navbar-fixed-top > .container ul {
        position: absolute;
        right: 40px;
        top: 5px;
        opacity: .70;
    }
    .navbar-fixed-top > .container ul.dropdown-menu {
        top: 40px;
        background-color: #f6a920;
        text-transform: uppercase;
        font-weight: 600;
        opacity: .9;
        border: none;
        border-radius: 0px;
        width: 350px;
        margin-left: -30px;
        text-align: center;
    }
    .navbar-fixed-top > .container ul.dropdown-menu > li:hover {
        background-color: #f6a920;
    }
    .navbar-fixed-top > .container ul.dropdown-menu > li > a:hover,
    .navbar-fixed-top > .container ul.dropdown-menu > li > a{
        color: #FFF !important;
        background-color: #f6a920;
    }
}
.flexNav,
.flexNav > div {
    display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.visible-xs-block .header_logo {
    width: 80%;
}
/****** Header ******/

.headrow > div:nth-of-type(1){
    height: 100px;
    text-align: center;
    display:-webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.headrow > div:nth-of-type(1) > a >  img{
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}
.headrow > div:nth-of-type(2){
    height: 100px;
}

@media (max-width: 768px) {
    .headrow > div:nth-of-type(2) {
        height: auto;
    }
}

.headrow > div:nth-of-type(2):before {
    content:'';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
/*    border-top: 230px solid white;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 60px solid transparent;*/
    position: absolute;
    top: 0;
    left: 0px;
}
.shifty {
    background-image: url("https://s3-eu-west-1.amazonaws.com/staticwmwf/public/headerBackground_large.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 290px;
    max-height: 250px;
}

@media(max-width:768px) {
    .shifty {
        padding-top: 150px;
        max-height: 100px;
    }
}

.loginrow {
    margin-bottom: 15px;
}
.loginrow > div:nth-of-type(1) {
    background-color: #acc90d;
    min-height: 335px;
    color: #ffffff !important;
    position: relative;
    margin-top: -134px;
}
.loginrow > div:nth-of-type(1):before {
    content:'';
    line-height: 0;
    font-size: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -70px;
    right: 0px;
    background-image: url('/client/westfriesland/img/squigle_login.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.loginrow h1 {
    margin-bottom: 20px;
    font-size: 26px;
}
.loginWrap {
    margin-left: 20px;
}
.loginrow > div:nth-of-type(2) {

}
.loginrow > div:nth-of-type(2) > div:first-of-type {
    margin-top: 20px;
    padding: 24px 0px;
}
.loginrow.home > div:nth-of-type(2) > div {
    margin-top: 56px;
    font-size: 12pt;
    padding: 24px 50px;
    background-color: #ffffff;
}

.loginrow > div:nth-of-type(2) > div > h1,
.optionBlock > h1,
.page-title > h1{
    margin-top: 0px;
    color: #119f39;
    font-size: 40px;
    font-weight: 900;

}

@media(max-width:767px) {

    .loginrow > div:nth-of-type(2) > div > h1,
    .optionBlock > h1,
    .page-title > h1{
        font-size: 25px;
    }

}

.loginrow > div:nth-of-type(2) > div > h2,
.optionBlock > h2 {
    color: #0d557d;
    font-weight: 200;
    font-size: 26px;
}
.loginrow > div:nth-of-type(2) > div > p{
    margin-bottom: 15px;
}
/*.loginrow .login-box {
    background-color: orange;
    position: absolute;
    width: 60%;
}
.login-box.box-left {
    left: 0px;
    height: 80px;
    top: -80px;
}
.login-box.box-right {
    right: 0px;
    height: 50px;
    top: -50px;
}*/
.greenRow {


}
.loggedWrap {
    font-weight: 600;
    font-size: 12pt;
    line-height: 24pt;

}
.loggedWrap > div:nth-child(3) {
    margin-top: 5px;
}
.loggedWrap > .row.link {
    margin: 15px;
    border-top: 1px solid #fff;
}
.loggedWrap > .row.link > div  {
    padding-top: 15px;
    padding-left: 0px;
    text-transform: uppercase;
}
.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{
    margin-left: 10px;
    color: #119f39;
    font-size: 19pt;
    text-align: left;
}
.housetitlerow h1 > div > span{
    color: #000;
    font-weight: normal;
}
/****** HouseDetails - new ******/
@media(min-width:768px) {
    .hDetails > div > div {
        margin-bottom: 5px;
        display:-webkit-flex;
        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: 600;
}
/****** House - new ******/
.hFlexWrap {
    display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.hFlexItem {
    margin: 0px 7px 17px;
    width: 240px;
}
.hImage {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
}
.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(110, 192, 93, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 240px;
    text-align: center;
    padding: 3px 0px;
    margin: 0px 0px 0px 0px;
}
.personalhouseholder .hBannerItem {
    width: 195px;
}
.hText {
    min-height: 150px;
    background-color: #f2f2f2;
    padding: 10px 7px 0px 10px;
    font-size: 12pt;
    position: relative;
}
.hText > .pink {
    font-weight: 600;
    color: #000000;
}
.hText > .pink:nth-child(2) {
    font-weight: 400;
}
.hText .strong {
    font-weight: 400;
}
.hSubElement .col-xs-7 {
    padding-right: 0px;
    font-weight: 600;
    text-align: right;
    padding-top: 7px;
    line-height: 17px;
}
.hSubElement .col-xs-5 {
    padding-left: 5px;
    padding-top: 7px;
}
.respondUntil {
    font-size: 14px;
    font-style: italic;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}
.hLogo {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hLogopersonal {
    margin-top: unset;
}
.hLogo > img {
    width: 60%;
    z-index: 600;
}
.hLogopersonal > img {
    max-height: 50px;
    width: auto;
    max-width: 60%
}

/****** House - old ******/
.householder {
    padding-bottom: 30px;
    padding-left: 45px;
}
.house-banner-holder {
    position: absolute;
    top: 0px;
    width: 100%;
}
.house-banner-holder-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.house-banner {
    background-color: rgba(110, 192, 93, 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: 600;
    color: #0d557d;
}
.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 ******/
.houseHold > .row {
    padding-left: 15px;
    padding-right: 15px;
}
.houseHold .blueRow {
}
.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: #119f39;
    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;
    height: 115px;
}
.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 {
    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: 600px;
}
.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: 'Roboto', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    padding: 10px 0px 5px 20px;
    border-bottom-right-radius: 30px;
}
.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);
        max-height: 100vh;
        overflow-y: scroll;
    }
    .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) ;
    }
}
@media (min-width: 769px){
    .houseoverview > div:first-of-type{
        color: #0d557d;
    }
}

.form-filter {
    color: #0d557d;
    font-weight: 300;
    padding: 10px;
    padding-bottom: 50px;
    font-family: "Montserrat";
}
.form-filter h3 {
    color: #0d557d;
    font-weight: 600;
    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: 300;
    font-size: 12pt;
}
.form-filter .checkbox > label span {
    display:inline-block;
    border:1px solid #0d557d;
    width:13px;
    height:13px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
    margin-right: 10px;
}
.form-filter .checkbox >label :checked + span {
    background-color: #acc90d;
    content: 'X';
}


/****** Login form ******/
.form-login a,
.form-login a:hover{
    color: #ffffff;
    font-size:14px;
    font-weight: 400;
}
.form-login input:not([type=checkbox]) {
    border:none;
    border-radius: 0px;
    height: 45px;
    color: #000000;
}
.form-login *::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000000;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 12px;
}
.form-login *:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000000;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 12px;
}
.form-login *::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000000;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 12px;
}
.form-login *:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000000;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 12px;
}

.form-login > fieldset > .form-group > .col-xs-10 {
    width: 91.67%;
}
.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:15px;
    height:15px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
}
.form-login .checkbox >label :checked + span {
    background-color: #f6a920;
    content: 'X';
}

/****** 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%;
}
.slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #b3b3b3 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}
/****** Footer ******/
footer {
    margin-top: 30px;
}
footer img {
    max-width: 70%;
    max-height: 120px;
}
/****** Complex options ******/
#editprofiel input[type=checkbox] {
    display:none;
}
#editprofiel .checkbox {
    padding-top: 3px;
}
#editprofiel .checkbox label {
    padding-left: 0px;
    font-weight: 600;
    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;
}
#editprofiel .checkbox >label :checked + span {
    background-color: #0d557d;
    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:13pt;
    padding-bottom: 8px;
}
.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: -30px;
    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: #0d557d;
    font-weight: 700;
    font-size:10pt;
    position: absolute;
    bottom:-10px;
}
/****** Complex pop-up ******/
.bootstrap-dialog-message {
    font-family: 'Roboto', 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: #6EC05D;
}
.reactRow {
    background-color: #f2f2f2;
    padding: 20px;
}
.reactRow > .well-sm {
    margin-bottom: 20px;
}
.reactRow > .well-sm > table {
    width: 100%;
    font-size:12pt;
}
.reactRow > .well-sm > table > thead > tr > td{
    font-weight: 600;
    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: #0d557d;
    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: #0d557d;
}

.rowEntry .btn,
.rowEntry .btn:hover{
    background-color: #0d557d;
    font-weight: 700;
    color: #FFF;
    padding: 4px,10px;
    text-align: center;
}
/****** Profile form ******/
.profile {
    padding: 0px !important;
    margin-bottom: 20px;
}
#editprofiel h3,
#editprofiel h1 {
    color: #0d557d;
    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: #0d557d;
}
#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: 600;
}
#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: 600;
    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;
}
.price > div {
    position: relative;

}
.advance-link > img {
    width: 100% !important;
}
.restriction > div {
    padding: 10px;
}
.restriction h3 {
    margin: 5px 0px;
}
.multiadvert > div {
    padding: 10px;
    background-color: #d3fae9;
    border: 1px solid #1fa5ff;
}
.multiadvert h3 {
    margin: 5px 0px;
}
.reaction_toggle {
    font-size: 13px;
}
/* Profile */
.profile > .col-xs-12 {
    background-color: #f2f2f2;
    padding: 20px 30px;
}
.profile h3,
.profile h1 {
    color: #0d557d;
    font-size: 18px;
    margin-top:10px;
    font-weight: 700;
}
.profile .alert-info:not(.status-block) > 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 .checkbox {
    padding-top: 3px;
}
.profile .checkbox label {
    padding-left: 0px;
}

.profile .checkbox > label span:not(.noCheckbox) {
    display:inline-block;
    border:1.5px solid rgba(179, 179, 179, .8);
    width:18px;
    height:18px;
    background-color: #FFF;
    vertical-align:middle;
    margin:3px;
}
.profile .checkbox >label :checked + span {
    background-color: #0d557d;
    content: 'X';
}
.profile .non-fat {
    font-weight: normal;
}
.profile .previous {
    margin-right: 10px;
}
/* Prognoses box */
.prog-box td:first-child {
    font-weight: bold;
}


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

.reveal {
    display: inline;
}

/* Other junk */
.thumbs > li {
    margin-bottom: 10px;
}
.tooltip {
    z-index: 370;
}
.specialDisabled {
    opacity: .65;
    filter: alpha(opacity=65);
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}

/* Announcements Front */

.announcementbody {
    font-size: 1.4rem;
}

.announcementcorp {
    font-size: 1rem;
}

.announcementimage {
    max-width: calc( 100% - 20px );
    width: auto;
    height: 150px;
    margin: 10px;
}

.annnouncementtitle {
    font-style: italic;
}
/* Modals */
.modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

/* Woningaanbod buttons */

@media (max-width: 768px) {
    .loginrow .mobiletext {
        font-size: 1.4rem;
    }
}

/*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:  #acc90d;
    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: #acc90d;
    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: #acc90d;
}
.modalskipbutton:hover {
    background-color: #acc90d;
}

.slidebutton {
    background-color: #0d557d;
}

.slidebutton:hover {
    background-color: #0d557d;
}

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

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

.liicon .fa-check {
    color: #119f39;
}