/*
*
*   Woonmatch KOPNH CSS
*   Nicholas Claaszen 11/24/2014
*
*/


/******* Fonts *******/

@import url(//fonts.googleapis.com/css?family=Hind:400,500,600,300,700);

/******* Helper functions *******/

body>.container {
    max-width: 100vw;
}

.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: 600;
}

*::-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: 'Hind', sans-serif;
}

@media (max-width: 768px) {
    body {
        margin-top: 50px;
    }
}


/****** Buttons ******/

.btn,
.btn.active {
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a.btn-login,
a.btn-login:hover,
.btn-login {
    background-color: #f29100;
    padding: 6px 24px;
    font-weight: 700;
    color: #fff;
}

.btn-overview:hover,
.btn-overview {
    font-size: 14pt;
    font-weight: 700;
    background-color: #e6e6e6;
    color: #d60a52;
    width: 85px;
    text-align: center;
    margin-left: -6px;
}

.btn-overview.active:hover,
.btn-overview.active {
    background-color: #d60a52;
    color: #e6e6e6;
}

.btn-gridsmall:hover,
.btn-gridsmall {
    background-color: #d60a52;
    font-weight: 700;
    color: #FFF;
    padding: 4px, 10px;
    text-align: center;
    width: 100%;
}

.editbtn,
.editbtn:hover {
    background-color: #d60a52;
    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);
    }
}


/****** Navbar ******/

.navbar-fixed-top {
    position: absolute;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-nav,
.navbar-header {
    background-color: #f29100;
}

.navbar-collapse.collapse,
.navbar-collapse.collapse.in {
    border-top: none;
}

.navbar-toggle,
.navbar-toggle.collapsed:hover {
    background-color: #f29100 !important;
    border-color: white !important;
}

.navbar-nav>li.open>a {
    background-color: transparent !important;
}

.navbar-nav>li {
    padding: 4px 0px;
}

.navbar-nav>li>a {
    padding: 2px 16px 0px;
    color: #FFF !Important;
    border-right: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-nav>li:last-of-type>a {
    border-right: none;
}

@media (max-width: 768px) {
    .navbar-fixed-top {
        position: fixed;
    }
    ul.nav.navbar-nav {
        margin-top: 0px;
    }
    .navbar-nav>li>a {
        border-right: none;
    }
}

@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: #f29100;
        text-transform: uppercase;
        font-weight: 600;
        opacity: .9;
        border: none;
        border-radius: 0px;
        width: fit-content;
        min-width: 350px;
        margin-left: -30px;
        text-align: center;
    }
    .navbar-fixed-top>.container ul.dropdown-menu>li:hover {
        background-color: #f29100;
    }
    .navbar-fixed-top>.container ul.dropdown-menu>li>a:hover,
    .navbar-fixed-top>.container ul.dropdown-menu>li>a {
        color: #FFF !important;
        background-color: #f29100;
    }
}


/****** Header ******/

@media (min-width: 768px) {
    .headrow>div:nth-of-type(1)>img {
        height: 95px !important;
        margin-top: calc( (230px - 95px)/2) !important;
    }
}

@media (min-width: 992px) {
    .headrow>div:nth-of-type(1)>img {
        height: 126px !important;
        margin-top: calc( (230px - 126px)/2) !important;
    }
    .headrow>div:nth-of-type(2) {
        background-position: left -162px !important;
    }
}

@media (min-width: 1200px) {
    .headrow>div:nth-of-type(1)>img {
        height: 155px !important;
        margin-top: calc( (230px - 155px)/2) !important;
    }
    .headrow>div:nth-of-type(2) {
        background-position: left -225px !important;
    }
}

.headrow>div:nth-of-type(1) {
    height: 230px;
    text-align: center;
}

.headrow>div:nth-of-type(1)>img {
    max-width: 400px;
    margin-top: 20px;
}

.headrow>div:nth-of-type(2) {
    background-image: url("/client/kopnh/img/headerfoto.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    height: 230px;
}

.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;
}

.loginrow>div:nth-of-type(1) {
    background-color: #d60a52;
    min-height: 335px;
    color: #FFF;
}


/*.loginrow > div:nth-of-type(1):before {
    content:'';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 492px solid white;
    border-left: 128px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0;
    right: 0px;
}*/

.loginrow h1 {
    margin-bottom: 20px;
}

.loginWrap {
    margin-top: 50px;
    margin-left: 20px;
}

.loginrow>div:nth-of-type(2)>div {
    margin-top: 50px;
    margin-left: 20px;
    font-size: 12pt;
}

.loginrow>div:nth-of-type(2)>div>h1,
.optionBlock>h1,
.page-title>h1 {
    color: #d60a52;
}

.loginrow>div:nth-of-type(2)>div>p {
    margin-bottom: 15px;
}

.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 {
    color: #d60a52;
    font-size: 19pt;
    text-align: right;
}

.housetitlerow h1>div>span {
    color: #000;
    font-weight: normal;
}

.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: 600;
}


/****** House - new ******/

.hFlexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.hFlexItem {
    margin: 0px 25px 30px;
    width: 240px;
    -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
}

.hImage {
    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: 600;
    color: #d60a52;
}

.hText .strong {
    font-weight: 600;
}

.hSubElement .col-xs-7:first-child {
    padding-right: 0px;
    font-weight: 600;
    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%;
}


/****** 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: 600;
    color: #d60a52;
}

.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;
}

.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 {
    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: 'Hind', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    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: 600;
}

.form-filter h3 {
    color: #d60a52;
    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: 600;
    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;
}

.form-filter .checkbox>label :checked+span {
    background-color: rgba(179, 179, 179, .8);
    content: 'X';
}


/****** Login form ******/

.form-login a,
.form-login a:hover {
    color: #FFF;
    font-size: 14px;
}

.form-login input:not([type=checkbox]) {
    border: none;
    border-radius: 0px;
    height: 45px;
}


/*.form-login .form-group:first-of-type > div:before {
    content:'';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 45px solid #d60a52;
    border-left: 11px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0;
    right: 15px;
}
.form-login .form-group:nth-of-type(2) > div:before {
    content:'';
    line-height: 0;
    font-size: 0;
    width: 25px;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 45px solid #d60a52;
    border-left: 11px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0;
    right: 15px;
}*/

.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: #f29100;
    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>div {
    background: url('/client/kopnh/img/footer.svg');
    background-repeat: repeat;
    height: 220px;
}

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 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: 600;
    font-family: 'hind', sans-serif;
    /*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>img {
    width: 100%;
    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: 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: rgba(242, 145, 0, .8);
    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: #d60a52;
    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: #d60a52;
}

.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: #d60a52;
    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: #d60a52;
}

.rowEntry .btn,
.rowEntry .btn:hover {
    background-color: #d60a52;
    font-weight: 700;
    color: #FFF;
    padding: 4px, 10px;
    text-align: center;
}


/****** Profile form ******/

#editprofiel h3,
#editprofiel h1 {
    color: #d60a52;
    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: #d60a52;
}

#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;
}

.advance-link>img {
    width: 100% !important;
}

.restriction>div {
    padding: 10px;
    background-color: #faf2cc;
    border: 1px solid orange;
}

.restriction h3 {
    margin: 5px 0px;
}

.multiadvert>div {
    padding: 10px;
    background-color: #d3fae9;
    border: 1px solid #1fa5ff;
}

.multiadvert h3 {
    margin: 5px 0px;
}


/* Profile */

.profile>.col-xs-12 {
    background-color: #f2f2f2;
    padding: 20px 30px;
}

.profile h3,
.profile h1 {
    color: #d60a52;
    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 .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: rgba(242, 145, 0, .8);
    content: 'X';
}

.profile .non-fat {
    font-weight: normal;
}

.profile .previous {
    margin-right: 10px;
}


/* Prognoses box */

.prog-box td:first-child {
    font-weight: bold;
}


/* Other junk */

.thumbs>li {
    margin-bottom: 10px;
}


/* 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: #d60a52;
    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: #d60a52;
    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: #86BE5A;
}

.modalskipbutton:hover {
    background-color: #86BE5A;
}

.slidebutton {
    background-color: #d60a52;
}

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

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

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

.liicon .fa-check {
    color: #86BE5A;
}