﻿.listview.blueprints {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid #cbd1d9;
    border-radius: 6px;
    overflow: hidden;
    background-color: white !important;
}

.housetitle {
    width: 341px;
    margin: auto;
    padding-left: 8px;
}

.housedata div {
    font-size: 16px;
    font-weight: 300;
}

.housedata {
    width: 341px;
    margin: auto;
}

    .housedata img {
        width: 24px;
        margin: 5px;
        position: relative;
        top: -5px;
    }

.housemeta {
    width: 341px;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 12px;
    height: 98px;
    min-height: 98px;
}

    .housemeta img {
        width: 24px;
        margin: 5px;
        position: relative;
        top: -5px;
    }

.tagkonstruktion {
    height: 110px;
    background-color: #c5c8c3;
}

    .tagkonstruktion div {
        width: 285px;
        margin: auto;
        font-weight: 400;
        /*! padding-top: 21px; */
        font-size: 14px;
    }

        .tagkonstruktion div div {
            /*! margin: auto; */
            /*! border: 1px solid; */
            /*! text-align: center; */
            padding-top: 11px;
        }

    .tagkonstruktion img {
        width: 50px;
    }

.listview.blueprints media {
    background-size: auto;
    padding-bottom: 75%;
    height: 0;
    text-align: center;
}

.media {
}

.listview.blueprints .media {
    background-size: auto;
    padding-bottom: 75%;
    height: 0;
    text-align: center;
}

    .listview.blueprints .media .blueprint-wrapper {
        width: 331px;
        height: 265px;
        padding-top: 10px;
        margin-top: 16px;
        box-sizing: content-box;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }


        .listview.blueprints .media .blueprint-wrapper img {
            width: 95%;
            max-height: 232px;
        }




.listview-blueprints-outer .form {
    position: relative;
    background-color: #f5eee6;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #09193b;
    font-size: 1.4rem;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px 30px;
    background-color: unset;
}

    .listview-blueprints-outer .form .control-container {
        display: flex;
        padding: unset;
        width: unset;
        height: fit-content;
        flex-direction: column;
    }

        .listview-blueprints-outer .form .control-container button.dropdown-customcontrol {
            display: flex;
            background-color: #09193b;
            color: white;
            width: 100%;
            border-radius: 6px;
            border: 0px;
            height: 51px;
        }

            .listview-blueprints-outer .form .control-container button.dropdown-customcontrol.activeOpen {
                border-bottom-left-radius: initial;
                border-bottom-right-radius: initial;
            }

        .listview-blueprints-outer .form .control-container .control p {
            color: white;
            margin: auto auto auto 10px;
            font-size: 1.4em;
        }

            .listview-blueprints-outer .form .control-container .control p.selected {
                color: white;
                margin: auto 8px;
                font-size: 1em;
            }

                .listview-blueprints-outer .form .control-container .control p.selected img {
                    max-width: 25px;
                    margin-right: 5px;
                }

        .listview-blueprints-outer .form .control-container .control svg {
            stroke: #f3ece1;
            fill: #f3ece1;
            width: 30px;
            height: 30px;
            padding-top: 16px;
        }

            .listview-blueprints-outer .form .control-container .control svg.open {
                transform: rotate(180deg);
                margin-right: 4px;
                margin-left: -4px;
            }

        .listview-blueprints-outer .form .control-container .dropdown {
            display: none;
            background-color: #83bce4;
            min-height: 20px;
            padding: 10px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }

.dropdown-customcontrol-checkbox > div {
    color: white;
    font-weight: bolder;
}

    .dropdown-customcontrol-checkbox > div input[type="checkbox"] {
        height: 25px;
        vertical-align: middle;
        width: 25px;
    }

    .dropdown-customcontrol-checkbox > div img {
        max-width: 50px;
        margin: 4px 10px;
    }

.dropdown-customcontrol-range > div {
    height: 27px;
}

.dropdown-customcontrol .range-input {
    position: relative;
    width: 80%;
    height: 5px;
    margin: auto;
    background-color: #8a8a8a;
    margin-top: 50px;
}

    .dropdown-customcontrol .range-input .slider-track {
        height: 100%;
        width: 100%;
        margin: auto;
        position: absolute;
        background-color: #20262c;
    }


.dropdown-customcontrol input.rangeControl[type="range"] {
    position: absolute;
    width: 100%;
    background: none;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    z-index: 3;
}


.dropdown-customcontrol input.rangeControlMin[type="range"] {
    left: -4px
}

.dropdown-customcontrol input.rangeControl[type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: #FFF;
    pointer-events: auto;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25);
}

.dropdown-customcontrol input.rangeControl[type="range"]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: #FFF;
    pointer-events: auto;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25);
}

.dropdown-customcontrol span.rangeToolTip {
    padding: .25rem .5rem;
    border: 0;
    background-color: #20262c;
    color: #fff;
    line-height: 1.2;
    border-radius: 4px;
    bottom: 120%;
    display: block;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.dropdown-customcontrol span.rangeToolTipMin {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
}

.dropdown-customcontrol span.rangeToolTipMax {
    right: 50%;
    transform: translateX(50%) translateY(-100%);
}

.form-custom-matches {
    text-align: center;
}

/* Styles for the range thumb in WebKit browsers */

/*
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}
    */
