.rdp-select {
    font-size: 14px;
    background-color: rgba(0,0,0,0.04);
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0);    
}




#rdp-disabled-category-message p {
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #a00;
    line-height: 50px;
    padding: 0px;
    margin-bottom: 20px;
}



.rdp-multiple-category-message {
    font-size: 30px; 
    color: red;
}





/*** Location "popup" ***/
#rdp-location-choice {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
}

#rdp-location-wrapper {
    margin: 0 auto;
    text-align: center;
    margin-top: 200px;
    width: 700px;
    max-width: 50%;
    background: #ffffff;
    padding: 25px;
}

#rdp-location-border {
    border: 2px solid #000000;          /* koekela red #9f1931 >> move to child */              
}

#rdp-location-text{
    background: #ffffff;
    max-width: 80%;
    margin: 0 auto 25px auto;
    padding: 15px;
}

#rdp-location-text h2 {
    font-size: 22px;
    font-weight: bold;
}
#rdp-location-text p {
    font-size: 18px;
}

#rdp-location-optionsbutton {
    margin: 0 50px;
    width: 200px;
    font-size: 20px;
}



@media screen and (max-width: 992px) {
    #rdp-location-wrapper {
        margin: 0 auto;       
        text-align: center;
        margin-top: 0px;
        width: auto;
        max-width: none;
        background: #ffffff;
        padding: 25px;
    }    
}

@media screen and (max-width: 600px) {
    
    #rdp-location-choice {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9999999;
    }    

    #rdp-location-wrapper {
        margin: 0;       
        text-align: center;
        margin-top: 50px;
        width: 310px;
        max-width: none;
        background: #ffffff;
        padding: 25px;
    }
    
    #rdp-location-text {
        margin: 0 auto;
    }
    
    #rdp-location-options button {
        margin: 5px 50px;
    }
}


