#robotatlas-wrapper #robotatlas-search {
    margin-bottom: 20px;
    width: auto;
}

    #robotatlas-wrapper #robotatlas-search .robotatlas-search-card input.form-control {
        border: none;
        height: 54px !important;
        background-color: #ffff !important;
        border-radius: 0;
        outline: 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        display: inline-block;
        border: 1px solid #D4D4D4;
        outline: 0;
        color: #313131;
    }

        #robotatlas-wrapper #robotatlas-search .robotatlas-search-card input.form-control:focus {
            outline: 0;
            border: 1px solid #12146A;
        }

        #robotatlas-wrapper #robotatlas-search .robotatlas-search-card input.form-control.small {
            width: 61%;
        }

    #robotatlas-wrapper #robotatlas-search .robotatlas-search-card select.form-control {
        border: none;
        height: 54px !important;
        background-color: #ffff !important;
        border-radius: 0;
        outline: 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        display: inline-block;
        border: 1px solid #D4D4D4;
        outline: 0;
        color: #313131;
    }

        #robotatlas-wrapper #robotatlas-search .robotatlas-search-card select.form-control:focus {
            border: 1px solid #12146A;
        }

    #robotatlas-wrapper #robotatlas-search .robotatlas-search-card span.ledenzoeker-search-titel {
        font-weight: 700;
        font-size: 1.2rem;
        color: #12146A;
        margin-bottom: 10px;
    }

#robotatlas-wrapper .filters {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #robotatlas-wrapper .filters input.custom-range {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 5px;
        background: #D4D4D4;
        outline: none;
        -webkit-transition: .2s;
        transition: opacity .2s;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

        #robotatlas-wrapper .filters input.custom-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 15px;
            height: 25px;
            background: #12146A;
            cursor: pointer;
            border-radius: 5px;
        }

        #robotatlas-wrapper .filters input.custom-range::-moz-range-thumb {
            width: 25px;
            height: 25px;
            background: #12146A;
            cursor: pointer;
        }

    #robotatlas-wrapper .filters span {
        display: inline-block;
        font-size: 1rem;
    }

        #robotatlas-wrapper .filters span.ledenzoeker-search-titel {
            font-weight: 700;
            font-size: 1.2rem;
            color: #12146A;
            margin-bottom: 27px;
        }

    #robotatlas-wrapper .filters p {
        display: inline-block !important;
        color: #12146A;
        font-weight: 700;
    }

#robotatlas-wrapper #map {
    height: 445px;
    width: 100%;
    margin-top: 20px;
}

#robotatlas-wrapper #filter-container h2 {
    margin-bottom: 20px;
}

#robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data {
    height: 200px;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}

    #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card {
        height: 190px;
        width: 100%;
    }

        #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card i.fa-map-marker-alt {
            color: #ffffff;
            font-size: 0.8em;
            background-color: #F3B800;
            padding: 8px;
            border-radius: 10px;
        }

        #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card i {
            color: #12146A;
            font-size: 1rem;
        }

        #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card .data-height {
            min-height: 180px;
            margin-left: 10px;
            padding: 10px;
        }

            #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card .data-height p {
                line-height: 120% !important;
            }

                #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card .data-height p:first-child {
                    font-weight: 700;
                }

            #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card .data-height a {
                text-decoration: underline;
                display: block;
                text-overflow: ellipsis;
                word-wrap: break-word;
                overflow: hidden;
                white-space: nowrap;
            }

                #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card .data-height a:hover {
                    text-decoration: none;
                }

        #robotatlas-wrapper #zoekresultaat-container #result-cards .result-card-data .result-card a.btn-default {
            display: block;
            text-decoration: none !important;
        }

#robotatlas-wrapper ul.pagination li.page-item a.page-link {
    color: #12146A;
    border: 1px solid #D4D4D4;
}

    #robotatlas-wrapper ul.pagination li.page-item a.page-link:hover {
        background-color: #12146A;
        color: #fff;
        border: 1px solid #12146A;
    }

#robotatlas-wrapper .btn-primary {
    text-align: center;
    vertical-align: top;
    padding: 15px;
    width: 100%;
}

#robotatlas-wrapper .btn-default {
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}

#robotatlas-wrapper .infowindow-data {
    background-color: #ffffff;
    width: 95%;
    margin-bottom: 13px;
}

    #robotatlas-wrapper .infowindow-data .text {
        width: 100%;
        padding: 5px;
        background-color: #cccc00;
        border: 1px solid #a7a7a7;
        margin-bottom: 5px;
    }

    #robotatlas-wrapper .infowindow-data .form-group {
        margin-bottom: 5px !important;
    }

    #robotatlas-wrapper .infowindow-data .text-info {
        font-weight: bold;
    }

        #robotatlas-wrapper .infowindow-data .text-info a {
            text-decoration: none;
            padding-bottom: 2px;
            border-bottom: 2px solid #12146A;
            transition: all .3s;
        }

#robotatlas-wrapper .gm-ui-hover-effect {
    right: -10px;
}

#robotatlas-wrapper .gm-style-iw-d {
    overflow-x: hidden !important;
}

#robotatlas-wrapper label {
    position: relative;
    cursor: pointer;
    color: #383838;
    font-size: 16px;
}

#robotatlas-wrapper input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}

    #robotatlas-wrapper input[type="checkbox"] + .label-text:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 3em;
        display: inline-block;
        margin-right: 5px;
    }

    #robotatlas-wrapper input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #2980b9;
        animation: effect 250ms ease-in;
    }

    #robotatlas-wrapper input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        #robotatlas-wrapper input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

#robotatlas-wrapper input.form-control {
    background-color: #ffffff !important;
    height: 55px !important;
    color: #2D2E2F;
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom: 2px solid #DFE6E9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#robotatlas-wrapper .search-container {
    background-color: #e5e5e5;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.gm-style-iw {
    background-color: #ffffff !important;
}

.gm-style-iw-d {
    background-color: #ffffff !important;
    max-height: 228px;
    scrollbar-color: #9f9f9f #ffffff;
    scrollbar-width: thin;
}

.gm-style .gm-style-iw-tc::after {
    background-color: #ffffff !important;
}

.gm-style .gm-style-iw {
    width: 300px !important;
    max-height: 300px !important;
    max-height: 400px !important;
}

@media (max-width: 991px) {
    #robotatlas-wrapper p {
        margin-top: 10px !important;
        margin-bottom: -5px !important;
    }

    #robotatlas-wrapper .custom-range {
        margin-top: 20px !important;
    }

    #robotatlas-wrapper .result-card-data {
        height: auto;
        margin-top: 10px;
    }

    #robotatlas-wrapper .result-card {
        height: auto;
    }

        #robotatlas-wrapper .result-card p a {
            margin-bottom: 20px;
        }
}

@media (max-width: 768px) {
    #contactformulier-footer .verstuur {
        float: none;
        margin-bottom: 20px;
    }

    .hide-on-mobile {
        display: none;
    }
}
