.m-geosearchbycoordinates-div-load {
    background-color: red;
}

.m-geosearchbycoordinates-container {
    top: 75px;
}


/*********************
     RESULT
*********************/
.m-geosearchbycoordinates-results-panel>div.results {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-height: 75vh;
    background-color: #fff
}

.m-geosearchbycoordinates-results-panel>div.results>div.result {
    padding: 20px;
    /*-webkit-transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s, transform 0.05s ease 0s;
   transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s, transform 0.05s ease 0s;*/
    cursor: pointer;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.m-geosearchbycoordinates-results-panel>div.results>div.result:hover {
    background-color: rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
   -webkit-transform: scale(1.01);
   transform: scale(1.01);*/
}


/*.m-geosearchbycoordinates-results-panel > div.results > div.result {
   padding: 5px;
   -webkit-transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s, transform 0.05s ease 0s;
   transition: box-shadow 0.3s ease 0s, background 0.3s ease 0s, transform 0.05s ease 0s;
   cursor: pointer;
   margin: 0px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.m-geosearchbycoordinates-results-panel > div.results > div.result:hover {
   background-color: #FFF;
   box-sizing: border-box;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
   -webkit-transform: scale(1.01);
   transform: scale(1.01);
   border-bottom: 0;
}*/


/*********************
     RESULT TABLE
*********************/

.m-geosearchbycoordinates-results-panel>div.results>div.result>table {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    border-top-style: dashed;
}

.m-geosearchbycoordinates-results-panel .title {
    cursor: pointer;
}

.m-geosearchbycoordinates-results-panel>div.results>div.result>table:nth-child(1) {
    border: 0px
}

.results>div.result>table td.value {
    font-weight: bold;
    text-align: right;
}

.results>div.result>table td.key {
    font-weight: normal;
}


/*********************
     PAGES
*********************/

.m-geosearchbycoordinates-results-panel>div.page {
    text-align: center;
    background-color: rgb(240, 240, 240);
    padding: 5px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2), 0 1px 0px rgba(0, 0, 0, 0.02);
    font-size: 14px;
    font-weight: bold;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*********************
     PANEL
*********************/

.m-geosearchbycoordinates-results-panel.hidden {
    display: none;
}

.m-geosearchbycoordinates-help {
    top: 0;
    left: 500px;
    position: absolute;
}

.m-geosearchbycoordinates-results-panel {
    position: absolute;
    top: 10vh;
    left: 33vw;
    width: 34vw;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    z-index: 99;
    border-radius: 4px;
    background-color: white;
}

@media only screen and (max-width: 768px) {
    .m-geosearchbycoordinates-results-panel {
        width: 100vw;
        height: calc(100vh - 67px);
        left: 0;
        top: 0;
        z-index: 10000;
    }

    .m-geosearchbycoordinates-results-panel>div.results {
        max-height: 100%;
    }
}

.m-geosearchbycoordinates-results-panel>div.title {
    line-height: 40px;
    text-align: center;
    height: 39px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 15px;
}

.m-geosearchbycoordinates-results-panel>div.title>button:before {
    content: "\e916";
}

.m-geosearchbycoordinates-results-panel>div.title>button {
    background-color: transparent;
    float: right;
    color: #404040;
    box-shadow: none;
    font-family: 'g-cartografia' !important;
    height: 40px;
    width: 40px;
    border: none;
    cursor: pointer;
}

.m-panel.m-geosearchbycoordinates {
    height: auto;
    order: 1;
    z-index: 98;
}

.m-panel.m-geosearchbycoordinates.m-with-streetview {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.m-panel.m-geosearchbycoordinates.m-with-location {
    order: 2;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.m-geosearchbycoordinates.m-with-streetview {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    z-index: 997 !important;
}

.m-location.m-with-geosearchbycoordinates {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    z-index: 997 !important;
}

.m-geosearchbycoordinates-container.activated:not(.m-searching) {
    height: 80px;
}

/* 
.m-geosearchbycoordinates-container>button#m-geosearchbycoordinates-button-list {
    width: 0px;
    height: 0px;
    overflow: hidden;
} */

.m-geosearchbycoordinates-container.activated:not(.m-searching)>button#m-geosearchbycoordinates-button {
    color: #a15bd7;
}

.m-geosearchbycoordinates-container.ready>button#m-geosearchbycoordinates-button {
    color: #a15bd7;
}

.m-geosearchbycoordinates-container.activated:not(.m-searching)>button#m-geosearchbycoordinates-button-list {
    width: 40px;
    height: 40px;
}

.m-geosearchbycoordinates-container.m-searching>button#m-geosearchbycoordinates-button:before {
    content: "\e950";
}

.m-geosearchbycoordinates-container.m-searching>button#m-geosearchbycoordinates-button {
    -webkit-animation: mloading 1s linear infinite;
    -moz-animation: mloading 1s linear infinite;
    animation: mloading 1s linear infinite;
}


/****************************
 INTERNET EXPLORER HACKS
****************************/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #m-geosearchbycoordinates-div>button {
        display: block !important;
    }
}