.select2-selection {
    border: none!important;
}

.select2-container {
    height: 48px;
}

.select2-container .select2-selection__rendered {
    height: 48px;
    line-height: 48px!important;
}

.select2-container .select2-selection__arrow {
    top: 12px!important;
    right: 12px!important;
}

.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background: #000!important;
}

.ui-slider { 
    position: relative; 
    text-align: left; 
    width: 93%; 
    margin-bottom: 15px; 
    margin-top: 15px; 
}

.ui-slider .ui-slider-handle { 
    position: absolute;
    background: #dfd9cf;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
    border-radius: 100px;
    z-index: 2;
}

.ui-slider .ui-slider-range { 
    position: absolute;
    background: #dfd9cf;
    top: 0;
    height: 100%;
    display: block;
    z-index: 1;
}

.ui-slider-horizontal { 
    height: 3px;
    background: #d1d1d1;
    border-radius: 10px;
}

#volledigeOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1000;
}

#overlayContainer {
    position: absolute;
    width: 360px;
    height: 240px;
    left: calc(50% - 270px);
    padding: 30px 20px 20px 30px;
    text-align: left;
    background-color: #fff;
    z-index: 1001;
    text-align: center;
    border: 1px solid #999;
}

#overlayContainer #vensterSluiten {
    position: absolute;
    top: -17px;
}
