/*#map {
    width: 100%;
    height: 100%;
}*/

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
    row-gap: 1px;
    }

.topbarcolor {
    background-color: #555555 !important;
}


    .box .row.header {
        flex: 0 0 auto;
      }

    .box .row.content {
        flex: 1 1 auto;
      }

    .box .row.footer {
        flex: 0 1 40px;
      }

.w3half_mod
{
    width:45.989% !important;
}

.floating-panel {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -180px;
    width: 350px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 30px;
    padding-left: 10px;
    font-size: large;
    border-radius: 10px;
    height:75px;
    padding-top:10px;
}

.floating-panel-left {
    z-index: 99;
    background-color: transparent;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    font-size: large;
    border-radius: 10px;
    height: 100%;
    float: left;
    width: 48px;
}

.floating-panel-right {
    z-index: 99;
    background-color: transparent;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    font-size: large;
    border-radius: 10px;
    height: 100%;
    float: right;
    width: 48px;
}



.buttonIn {
    position: relative;
    padding-right: 0px !important;
    padding-left: 0px !important;
}





@media (max-width:601px) {
    .w3-hide-small {
        display: none !important
    }
}


.w3-button-mapicon {
    /*    border:0px !important;*/
    border-color: white !important;
    border-width: 1px !important;
    background: white !important;
    margin-top:3px !important;
}

.w3-button-mapicon-pressed {
    /*    border:0px !important;*/
    border-color: yellow !important;
    border-width: 1px !important;
    background-color:lightgrey !important;
    margin-top: 3px !important;
}

.container-map {
    /*background:black !important;*/
    width: 100% !important;
    display: grid;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: 48px auto 48px;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        ". . .";
}

.w3-image-mapicon {
    height: 24px !important;
    width: 24px !important;
}

.input:focus {
    background-color: white !important;
    background: white !important;
}

.input:hover {
    background-color: white !important;
    background: white !important;
}

.input:focus-visible {
    background-color: white !important;
    background: white !important;
}

* {
    box-sizing: border-box;
}

.input_search {
    height:40px !important;
    padding: 10px;
    width: 90% !important;
    float: left;
    outline: none;
    display: inline-block !important;
    color: black !important;
    background-color: white !important;
    background: white !important;
}


/* Style the submit button */
form.searchbox button {
    float: left;
    width: 32px !important;
    padding: 10px;
    z-index: 10;
    color: black !important;
    border: 0;
    background-color: white;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    height: 40px !important;
}

    form.searchbox button:hover {
        background: #0b7dda;
    }

/* Clear floats */
form.searchbox::after {
    content: "";
    clear: both;
    display: table;
}


.btnsearch {
    margin-left: 0px !important;
}

#latlng {
    width: 225px;
}

.labels {
    color: black;
    background-color: yellow;
    font-family: Roboto, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    padding: 2px;
    border: 1px solid #999;
    box-sizing: border-box;
    white-space: nowrap;
}

.footer_element{
    display:inline-block;
    text-align:center;
}