/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

    :root {
        --bs-primary: #0f6fb8;
        --bs-primary-rgb: 168,138,221;
        --bs-secondary: #6c757d;
    }

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.navbar{
    background-color: var(--bs-primary);
}

.navbar-brand{
    color: white;
}

.box-header{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */


/* Multirange slider
-------------------------------------------------- */


[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #1ABC9C;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #1ABC9C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #1ABC9C;
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover > div > [sign] {
    opacity: 1;
}
/* FORM STYLING
-------------------------------------------------- */

form div.formcol{
    margin-bottom: 2rem;
}

form label.colheader{
    width: 100%;
    font-weight: bold;
    font-size: 110%;
    padding-top: 1rem;
    margin-bottom: 0px;
}

form div.multiselect{
    width: 100%;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

fieldset.colsetting div.col div.list-group-item.coltoelichting{
    display: none;
}

fieldset.colsetting div.col.active div.list-group-item.coltoelichting{
    display: block;
}

fieldset.colsetting div.col.active label.list-group-item {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.065);
    border-color: rgba(120, 130, 140, 0.065);
    border-bottom-color: rgba(120, 130, 140, 0.065)
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.mapcontainer{
    width: 100%;
    height: 40vh;
    position: fixed;
    margin-bottom: 5vh;
    top: 0px;
    left: 0px;
    right: 0px;
}

.container.content{
    padding-top: 3.5rem;
}

.fullmap{
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: #eee;
}

.map-caption{
    z-index: 1100;
    color: black;
    background-color: rgba(255, 255,255, 0.8);
    bottom: 0;
    padding: 0.5rem 0.5rem 1rem 0.5rem;

}
.card-stat .card-header{
    height: 5rem;
    overflow: hidden;
    font-weight: 100;
}

.card-stat .card-body{
    min-height: 5rem;
}

.card-stat .card-body strong{
    font-size: 125%;
}
.card-stat .card-body small{
    color: #888;
}

h5.thumbnails a{
    color: black;
    text-decoration: none;
}


.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87);
}

/* d3.scale.category10 */
.cat1{background: #1f77b4;}
.cat0{background: #ff7f0e;}
.cat2{background: #2ca02c;}
.cat3{background: #d62728;}
.cat4{background: #9467bd;}
.cat5{background: #8c564b;}
.cat6{background: #e377c2;}
.cat7{background: #7f7f7f;}
.cat8{background: #bcbd22;}
.cat9{background: #17becf;}


.pivot.draggable-zone{
    min-height: 90px;
}

ul.coloptions {
    list-style: none;
    margin:0px;
    padding: 0px;
}

ul.coloptions li {
    display: inline;
    cursor: pointer;
}

ul.coloptions li:after {
    content: ", ";
}

ul.coloptions li:last-child:after {
    content: "";
}

ul.procons{
    list-style: none;
    margin:0px;
    padding: 0px;
}

ul.procons li{
    margin: 0.5em 0;
}

#results .list-group-item{
}

#results .item .image{
    position: relative;
    width:100%;
    height: 174px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    background-size: cover
}

#results .item .image .score {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 30px;
    text-align: center;
    background-color: var(--bs-primary);
    color: white;
    font-weight: bold;
    padding-top: 5px;
}

.checklabel {
    padding: 0.5em 0.5em;
    background-color: #eee;
    display: inline-block;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-right: 0.25rem;
}

.checklabel.green{
    background-color: limegreen;
}

.checklabel.red{
    background-color: darkred;
}

.selectwizard .select{
    float: left;
    width: 33%;
    text-align: center;
    padding: 0px 5%;
    cursor: pointer;
}

.selectwizard .select .circle{
    border: 5px solid #DDD;
    border-radius: 50%;
    margin: 10px auto;
}
.selectwizard .select:hover .circle{
    border: 5px solid #F00;
    background-color: #FCC;
    border-radius: 50%;
    margin: 10px auto;
}

.selectwizard .select span{
    font-size: 135%;
}

.selectwizard .select:hover span{
    color: red;
}

.selectwizard .select.assist span{
    font-weight: bold
}

.selectwizard .select .circle i{
    font-size: 2rem;
    color: #777;
}
.selectwizard .select:hover .circle i {
    font-size: 3rem;
}

.selectwizard .select .circle.large i {
    font-size: 5rem;
}
.selectwizard .select:hover .circle.large i {
    font-size: 6rem;
}

.selectwizard .select:hover .circle i{
    color: black;
}

.selectwizard .select .circle.small {
    margin-top: 35px;
    width: 100px;
    height: 100px;
    padding-top: 30px;
}
.selectwizard .select:hover .circle.small {
    padding-top: 20px;
}

.selectwizard .select .circle.large{
    width: 150px;
    height: 150px;
    padding-top: 25px;
}
.selectwizard .select:hover .circle.large{
    padding-top: 15px;
}

.eigenschap{
    width: 100%;
    height: 2.5rem;
    padding: 0.65rem 0.365rem 0.365rem 2.5rem;
    margin: 0.5rem;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 1.5rem;
    cursor: pointer;
    position: relative;
}

.eigenschap .selection{
    position: absolute;
    left: 0.5rem;
    top: 0.75rem;
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    background-color: #eee;
}

.eigenschap:hover{
    color: red;
}
.eigenschap:hover .selection{
    background-color: #7F7;
}

.eigenschap.selected{
    color: black;
}

.eigenschap.selected .selection{
    background-color: #0F0;
    border: 1px solid green;
}