
#dobbisp-points-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: 650px;
    padding: 30px;
    scrollbar-face-color: #454545;
    scrollbar-base-color: #454545;
    scrollbar-3dlight-color: #454545;
    scrollbar-highlight-color: #454545;
    scrollbar-track-color: #207994;
    scrollbar-arrow-color: #207994;
    scrollbar-shadow-color: #454545;
    scrollbar-dark-shadow-color: #454545;
}

#dobbisp-points-list::-webkit-scrollbar { width: 5px; height: 3px;}
#dobbisp-points-list::-webkit-scrollbar-button {  background-color: #666; }
#dobbisp-points-list::-webkit-scrollbar-track {  background-color: #454545;}
#dobbisp-points-list::-webkit-scrollbar-track-piece { background-color: #207994;}
#dobbisp-points-list::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
#dobbisp-points-list::-webkit-scrollbar-corner { background-color: #454545;}
#dobbisp-points-list::-webkit-resizer { background-color: #666;}

.dobbisp-points-list-item {
    padding: 10px 0;
    cursor: pointer;
}

.dobbisp-points-list-item span:before {
    content:'';
    display: block;
}

.dobbisp-points-list-item span {
    padding-bottom: 5px;
    display: block;
}

#dobbisp-points-search-form {
    text-align: center;
}

#dobbisp-points-search-form label {
    font-size: 28px;
}

#dobbisp-points-search-input {
    border-radius: 25px;
    border: 2px solid #FFF;
    padding: 0 12px;
    width: 180px;
    height: 31px;
    color: #0A246A;
    font-size: 16px;
    font-family: "Baufra Semi", sans-serif;
    letter-spacing: -.5px;
}

#dobbisp-points-search-submit {
    border-radius: 25px;
    background-color: #42e5aa;
    width: 65px;
    height: 31px;
    color: #fff;
    font-family: "Baufra Semi", sans-serif;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: -.5px;
    border: 0;
    cursor: pointer;
    outline: none !important;
}

#dobbisp-points-search-input::-webkit-search-cancel-button {
    /* Remove default */
    -webkit-appearance: none;

    /* Now your own custom styles */
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;

    /* icon size */
    background-size: 14px;
}

#dobbisp-points-search-actions {
    margin-top: 15px;
}

#dobbisp-points-search-submit:hover {
    background-color: #3bd49b;
}

#dobbisp-points-search-submit:active {
    background-color: #34c18d;
}

#dobbisp-points-search-input:focus {
    outline: none;
}

.cookie_block-wrapper .cookie_block,
.cookie_block-wrapper .cookie_block .container {
    padding: 0 !important;
}


/*2 columns view*/

#dobbisp-locations-container {
    width: 100%;
}

#dobbisp-locations-container .row {
    margin-left: 0;
    margin-right: 0;
}

#dobbisp-map {
    height: 800px;
    padding-right: 0;
    padding-left: 0;
}

#dobbisp-points {
    padding: 30px 0;
    background-color: rgba(0,0,0,.1);
    background-image: linear-gradient(to bottom, #207994, #4a40cb);
    height: 800px;
    color: #FFF;
    min-width: 250px;
}

#dobbisp-points-list.hidden {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 992px) {
    #dobbisp-points-list {
        max-height: 140px;
        padding-top: 0;
    }

    #dobbisp-points {
        height: auto;
        padding: 10px 0 15px 0;
    }

    #dobbisp-map {
        height: 500px;
    }

    #dobbisp-points-search-form label {
        position: relative;
        top: 2px;
    }

    #dobbisp-points-search-form {
        margin-bottom: 15px;
    }
}

@media (max-width:1120px) and (min-width:992px) {
    #dobbisp-points-search-input {
        width: 170px;
        letter-spacing: -1px;
        font-size: 16px;
    }

    #dobbisp-points-search-submit {
        width: 55px;
        letter-spacing: -1px;
        font-size: 16px;
    }
}
