/* =========================================================================================================================
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MINIMALISTIC AND FUNCTIONAL !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================================================================= */

#mainBody > div.container {
    padding-top: 50px;
}

/* ==========================================================================
    Navbar
   ========================================================================== */

.navbar.navbar-default.navbar-fixed-top .container {
    width: 100%;
    padding: 0 5%;
}

.home .navbar.navbar-default.affix {
    display: none;
}

body.home {
    padding-top: 0;
}

.nav > li.active.unfolded > a,
.navbar-default > li.active.unfolded > a,
.navbar-default > li.active.unfolded.selected > a {
    border-bottom: 5px solid #ffffff;
}

.editor-menu {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

/*buttons on subnavs*/

.navbar-default.affix .container {
    width: 100%;
    padding: 0 48px;
}

.pn-advancer {
    appearance: none;
    background: transparent;
    border: 0;
    opacity: 0;
    transition: opacity .3s;
}

.pn-advancer:focus {
    outline: 0;
}

.pn-advancer_left {
    position: absolute;
    top: 9px;
    left: 7px;
}

.pn-advancer_right {
    position: absolute;
    top: 9px;
    right: 7px;
}

[data-overflowing=both] .pn-advancer_right,
[data-overflowing=both] .pn-advancer_left,
[data-overflowing=right] .pn-advancer_right,
[data-overflowing=left] .pn-advancer_left {
    opacity: 0.8;
}

.pn-advancer_left i {
    color: black;
    font-size: 25px;
}

.pn-advancer_right i {
    color: black;
    font-size: 25px;
    animation-name: bounce;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
        animation-timing-function: cubic-bezier(0, 0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
        animation-timing-function: cubic-bezier(0, 0, 0, 0);
        -webkit-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
        animation-timing-function: cubic-bezier(0, 0, 0, 0);
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
        animation-timing-function: cubic-bezier(0, 0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
        animation-timing-function: cubic-bezier(0, 0, 0, 0);
        -webkit-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 0);
        animation-timing-function: cubic-bezier(0, 0, 0, 0);
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@media screen and (max-width:767px) {
    .navbar-collapse {
        top: 134px;
        position: absolute;
        background: #f8f8f8;
        width: 100%;
    }
    .navbar-text {
        padding: 10px 15px;
        margin: 0
    }
}

@media screen and (min-width:1024px) {

    .navbar-default.affix .container {
        padding-left: 4%;
    }
}

@media screen and (max-width:932px) {
    .navbar-second {
        display: -webkit-box;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

/* ==========================================================================
    stepsContainer Component
   ========================================================================== */

.stepsContainer ul {
    text-align: center;
    padding: 10px 0;
}

.stepsContainer ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    width: 70px;
    margin: 2% 5%;
}

.stepsContainer ul > li > a {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
}

.stepsContainer ul > li > a > .nr {
    display: block;
    line-height: 70px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid black;
}

.stepsContainer ul .label {
    padding: 0;
    float: left;
    white-space: normal;
    width: 70px;
    color: rgba(0, 0, 0, 1);
}

.stepsContainer ul > li.completed a {
    cursor: pointer;
}

.stepsContainer.last-step li.completed a,
.stepsContainer li.disabled a,
.stepsContainer li.active a {
    cursor: default;
}

/*active*/

.stepsContainer ul > li.active span.nr {
    color: rgba(51, 122, 183, 1);
}

/*disabled*/

.stepsContainer ul > li.disabled > a > .nr {
    background-color: rgba(250, 250, 250, 0.7);

}

.stepsContainer ul > li.disabled .nr {
    color: rgba(0, 0, 0, 1);
}

/*complete*/

.stepsContainer ul > li.completed .nr {
    color: rgb(255, 255, 255);
}

.stepsContainer ul > li.completed .nr:before {
    visibility: visible;
    color: rgba(149, 189, 15, 1);
    content: "\f00c";
    font-family: FontAwesome;
    left: 28px;
    position: absolute;
}

/* Mobile  */

@media screen and (max-width:768px) {

    .stepsContainer {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    .stepsContainer ul {
        margin: 0;
    }
}

/* ==========================================================================
response list component variant 21 Collapse accordeon
   ========================================================================== */

.response-list-component._variant_21 {}

.panel-heading {
    border-radius: 4px;
    padding: 0px;
}

.panel.panel-default {
    border-radius: 0px;
    margin-top: 5px;
    border: 0;
    box-shadow: none;
}

.panel.panel-default .panel-title a {
    display: block;
    padding: 10px 15px;
}



/* ==========================================================================
    Decision tree
========================================================================== */

.search.ng-scope .input-group.search-bar.form-group {
    top: 0!important;
}

.overige-reparaties {
    overflow: hidden;
}

.tree-card {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    box-shadow: 1px 1px 3px #ddd;
    width: 100%;
    max-height: 378px;
    -webkit-animation-name: slideDown;
    -webkit-animation-duration: 0.5s;
    transition: all 0.5s ease-in-out;
}



.panel.panel-default {
    margin: 0;
}

.tree-card .list-group-item.active,
.tree-card .list-group-item.active:focus,
.tree-card .list-group-item.active:hover {
    z-index: 0;
    height: 61px;
}

.tree-card a.list-group-item:hover {
    color: #333;
    background-color: #f5f5f5;
}

.panel-default.tree-card:last-child .list-group.no-addition {
    height: auto;
    overflow: auto;
}

.decision-tree-generic-component {
    height: auto!important;
}

.decision-tree-generic-component img {
    vertical-align: middle;
    border-radius: 50px;
    top: 5px;
    right: 5px;
    position: absolute;
    background-color: white;
    width: 45px;
    height: 45px;
}

.decision-tree-generic-component p {
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*amount of slide they do when all side by side*/

.tree-cards.total-cards-2 .tree-card:nth-child(2),
.tree-cards.total-cards-3 .tree-card:nth-child(2),
.tree-cards.total-cards-3 .tree-card:nth-child(2),
.tree-cards.total-cards-3 .tree-card:nth-child(3),
.tree-cards.total-cards-4 .tree-card:nth-child(2),
.tree-cards.total-cards-4 .tree-card:nth-child(3),
.tree-cards.total-cards-4 .tree-card:nth-child(4),
.tree-cards.total-cards-5 .tree-card:nth-child(2),
.tree-cards.total-cards-5 .tree-card:nth-child(3),
.tree-cards.total-cards-5 .tree-card:nth-child(4),
.tree-cards.total-cards-5 .tree-card:nth-child(5),
.tree-cards.total-cards-6 .tree-card:nth-child(2),
.tree-cards.total-cards-6 .tree-card:nth-child(3),
.tree-cards.total-cards-6 .tree-card:nth-child(4),
.tree-cards.total-cards-6 .tree-card:nth-child(5) {
    left: 0!important;
}

.tree-cards.total-cards-6 .tree-card:nth-child(6) {
    left: 0%!important;
    position: absolute;
    top: 315px;
    min-height: 56px!important;
    max-height: 126px!important;
    width: 100%;
}

.grid-column-2.overige-reparaties .tree-cards.total-cards-6 .tree-card:nth-child(6) {
    position: relative;
    top: 0px;
}

.panel > .list-group .list-group-item {
    display: inline-block;
    height: 60px;
    width: 100%;
    height: auto;
    border: 1px solid #d4d4d4;
}

.tree-cards .list-group-item.active {
    border: 1px solid white;
}

.tree-card > .list-group.no-addition {
    overflow: hidden;
    height: 61px;
    border: 1px solid #d4d4d4;

}

.panel.panel-default.tree-card {
    height: auto!important;
}

.panel-body {
    padding-top: 10px;
}

.panel-body .btn {
    float: right;
}

.panel.panel-default.tree-card.ng-isolate-scope {
    margin-top: -5px!important;
    box-shadow: none!important;
}

@media screen and (max-width:767px) {
    .decision-tree-generic-component p {
        font-size: 14px;
    }
}



/* ==========================================================================
    Woning aanbod list
========================================================================== */

/*filter*/

.woningaanbod.list {
    padding: 0px 10px;
    overflow: auto;
}

.woningaanbod.list .form-inline .form-group {
    width: 100%;
    margin-bottom: 0px;
}

.woningaanbod.list .form-inline .form-group:nth-of-type(2) {
    background-color: #f2f2f2;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
}

.woningaanbod.list .form-inline .form-group input {
    width: 90%;
    padding: 0;
    float: left;
    padding: 0px 10px;
}

.woningaanbod.list .form-inline .form-group .btn {
    width: 10%;
    height: 34px;
    padding: 0;
}

.woningaanbod.list .form-inline .filter-container {
    width: 49%;
    padding-left: 10px;
    float: left;
    position: relative;
}

.woningaanbod.list .form-inline .filter-container:after {
    content: "\f161";
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 2;
    pointer-events: none;
}

.woningaanbod.list .form-inline #aanbodfilter-container:after {
    content: "\f0b0";
}

.woningaanbod.list .form-inline .filter-container select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 100%;
}

/*woning Items (Squares with the houses)*/

.woningaanbod.item {
    margin-top: 20px;
}

.woningaanbod.item:nth-child(n) > div {
    padding-left: 10px;
    padding-right: 10px;
    max-height: 420px;
    min-height: 420px;
}

.woningaanbod.item ul.details {
    line-height: 24px;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
}

.woningaanbod.item .image-wrapper {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

/*when selected or reacted to a house*/

.woningaanbod.item.selected > div > .details > ul > li.basic-rent {
    display: none;
}

.woningaanbod.item.selected > div > .details > .details > li > a .image-wrapper {
    opacity: 0.20;
    -moz-opacity: 20%;
    -webkit-opacity: 20%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}

.woningaanbod.item.selected > div > .details > .details > li:first-child {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.woningaanbod.item.selected > div > .details > .details > li:first-child:after {
    content: "reactie geplaatst";
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    font-size: 20px;
    width: auto;
    display: block;
    height: 30px;
    z-index: 2;
    text-align: center;
}

.woningaanbod.item.selected > div > .details > .details > li:first-child:before {
    position: absolute;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "\f00c";
    font-family: FontAwesome;
    color: white;
    font-size: 37px;
    width: 40px;
    display: block;
    height: 30px;
    z-index: 1;
}

/*Square with the price*/

.woningaanbod.item > div > .details > ul > li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.woningaanbod.item > div > .details > ul > li:nth-of-type(2) {
    text-overflow: auto;
    white-space: inherit;
    overflow: hidden;
}

.woningaanbod.item > div > .details > ul > li.basic-rent {
    padding: 2px;
    margin-bottom: -46px;
    position: absolute;
    top: 184px;
    color: white;
    width: 100%;
    background-color: rgba(55, 57, 58, 0.9);
    text-align: center;
    line-height: 17px;
}

.woningaanbod.item > div > .details > ul > li.basic-rent > .unit {
    font-size: 12px;
    color: #aba3a3;
}

/*details list*/

.woningaanbod.item .type-neighbourhood {
    display: inline;
}

.woningaanbod.item .area-bedrooms {
    display: inline;
    line-height: initial;
}

.woningaanbod.list #aanbodfilter-group label,
.woningaanbod.list #aanbodsort-group label {
    width: 10%;
    float: left;
    padding: 15px 20px;
    margin: 0;
    position: absolute;
    right: 100px;
}

.woningaanbod.item > div > .details > ul > li h5.typeText {
    position: relative;
    padding-left: 25px;
}

.woningaanbod.item > div > .details > ul > li.type-neighbourhood {
    margin-top: 0px;
}

.woningaanbod.item > div > .details > ul > li.area-bedrooms {
    white-space: normal;
}

.woningaanbod.item > div > .details > ul > li h5 {
    margin-top: 2px;
}

.woningaanbod.item > div > .details > ul > li h5.reagerenVoor {
    position: relative;
    padding-left: 25px;
}

.woningaanbod.item > div > .details > ul > li h5.reagerenVoor:before {
    content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #6fdb6f;
    font-size: 14px;
    float: left;
    padding-left: 0px;
}

.woningaanbod.item > div > .details > ul > li h5.typeText:before {
    content: "\f015";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    float: left;
    padding-left: 0px;
}

.woningaanbod.item > div > .details > ul > li h5.neighbourhoodText {
    position: relative;
    padding-left: 25px;
}

.woningaanbod.item > div > .details > ul > li h5.neighbourhoodText:before {
    content: "\f277";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    float: left;
    padding-left: 0px;
}

.woningaanbod.item > div > .details > ul > li h5.bedroomsAreaText {
    position: relative;
    padding-left: 25px;
}

.woningaanbod.item > div > .details > ul > li h5.bedroomsAreaText:before {
    content: "\f236";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    float: left;
    padding-left: 0px;
}

.woningaanbod.item > div > .details > ul > li h5.totalAreaText {
    position: relative;
    padding-left: 25px;
}

.woningaanbod.item > div > .details > ul > li h5.totalAreaText:before {
    content: "\f07e";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    float: left;
    padding-left: 0px;
}

/*Clock woningaanbod*/

.woningaanbod.item .clock-item {
    position: absolute;
    top: -25px;
    right: -20px;
    transform: scale(0.5);
    z-index: 4;
}

@media only screen and (max-width: 1024px) {
    /*Clock woningaanbod IPAD*/
    .woningaanbod.item .clock-item {
        position: absolute;
        top: -40px;
        right: -35px;
        transform: scale(0.4);
        z-index: 4;
    }
}

.woningaanbod.item .clock-item h2 {
    text-align: center;
    position: absolute;
    line-height: 129px;
    width: 100%;
    color: #000;
    z-index: 2;
    font-size: 36px;
}

.woningaanbod.item .clock-item .unit {
    text-align: center;
    position: absolute;
    line-height: 100px;
    width: 100%;
    color: #aba3a3;
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
}

.woningaanbod.item .clock-item .timestamp {
    line-height: 220px;
}

.woningaanbod.item .clock-item svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.woningaanbod.item .clock-item .circle_animation {
    stroke-dasharray: 440;
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
    transition: all 1s linear;
}

.woningaanbod.item .clock-item .directHuur {
    text-align: center;
    position: absolute;
    line-height: 30px;
    width: 100%;
    color: #aba3a3;
    z-index: 2;
    font-size: 24px;
    margin-top: 50px;
    font-weight: bold;
}

.woningaanbod.item .info_window .clock-item,
.woningaanbod.item.selected .clock-item,
.woningaanbod.item .info_window svg,
.woningaanbod.item .info_window .directHuur {
    display: none;
}

@media screen and (max-width:767px) {
    .woningaanbod.item:nth-child(n) > div {
        width: 100%;
        max-height: 100%;
        min-height: auto;
        padding: 0;
    }

    .woningaanbod.list .form-inline .filter-container {
        width: 100%;
        margin-bottom: 10px;
    }
}


/*carousel-inner*/

.carousel-inner .item.active {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.carousel-caption {
    display: none;
}

/*icons-container*/

#icons-container {
    display: block;
    position: relative;
    width: 100%;
    overflow: auto;
    text-align: center;
}

#icons-container ul {
    padding: 0;
    display: block;
    position: relative;
    /*    overflow: auto;*/
}

#icons-container ul li {
    display: inline-block;
}

#icons-container ul li.no {
    color: red;
}

#icons-container ul li.yes {
    color: green;
}

#icons-container ul li .label {
    color: #000000;
}

/* ==========================================================================
    response tr component
========================================================================== */

.response-tr-component .image-wrapper {
    height: 200px;
    margin: 10px 0;
}

/* ==========================================================================
    Menu modal
========================================================================== */

#myModalMenu {
    padding: 0!important;
}
/*
K20-325 who is responsible for this atrocity!?!
.modal-backdrop {
    display: none;
}

.modal-dialog {
    margin: 0;
    width: auto;
}

.modal-content {
    background: #bbbbbb;
    height: 100vh;
    border: none;
}
*/

@media screen and (max-width:767px) {
    .modal-content {
        margin-top: 137px;
        border-radius: 0;
    }
    #myModal {
        padding-left: 0px;
    }
}

.modal-content .container {
    text-align: center;
}

.modal-content a {
    color: #000000;
}

#menu-backbutton {
    position: absolute;
    right: 15px;
    color: #000000;
}

#menu-backbutton:hover {
    color: #ffffff;
}


/*==========================================================================
* response-list-component
========================================================================== */

ul {
    padding: 0;
    list-style-type: none;
}

/*==========================================================================
* woningaanbod
========================================================================== */

.verwijder-zoekresultaat i {
    position: relative;
    top: 6px;
}

/*==========================================================================
* google maps
========================================================================== */

.google-maps-component .col-xs-6 {
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

.google-maps-component .clock-item,
.google-maps-component .type-neighbourhood,
.google-maps-component .total-area,
.google-maps-component .area-bedrooms {
    display: none;
}

.google-maps-component .basic-rent {
    margin: 0;
    width: 100%;
    padding-left: 4px;
    background-color: rgba(55, 57, 58, 0.75);
    top: 0;
    position: absolute;
    color: white;

}

.google-maps-component .image-wrapper {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.google-maps-component div.details {
    max-width: 215px;
}

.google-maps-component .image-wrapper {
    width: 100%;
    height: 139px;
    background-repeat: no-repeat;
}

.navbar.affix {
    z-index: 50!important;
}
