html,
body,
#map {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.et_pb_button {
    color: #FFFFFF !important;
    border-width: 10px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #d3215d;
    letter-spacing: 0.5px;
    width: 250px;
    font-weight: 700;
    cursor: pointer;
}

.et_pb_button:hover {
    background-color: #df5784;
}

.et_pb_button_popup {
    color: #FFFFFF !important;
    border-width: 5px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #d3215d;
    font-weight: 600;
    width: 150px;
    cursor: pointer;
}

.et_pb_button_popup:hover {
    background-color: #df5784;
}

.form-select:focus {
    border-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0px;
}


/* POPUP styling */

@media screen and (max-width: 600px) {

    .et_pb_button {
        width: 45px;
        height: 45px;
        font-size: 0;
        background-image: url("../../../symbologie/asistent.png");
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 50% 50%;
        box-shadow: none;
        border-radius: 4px;
    }

    .et_pb_button:hover {
        background-size: 35px;
    }
}


/* Potřebuji pomoc s panačkem
@media screen and (max-width: 600px) {

    .et_pb_button {
        width: 45px;
        height: 45px;
        font-size: 0;
        background-image: url("../../../symbologie/asistent.png");
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 50% 50%;
        box-shadow: none;
        border-radius: 4px;
    }

    .et_pb_button:hover {
        background-size: 35px;
    }
}

*/