.m-geosearchbylocation-div-load {
   background-color: red;
}

.m-geosearchbylocation-container {
   top: 75px;
}


/*********************
     RESULT
*********************/

.m-geosearchbylocation-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-geosearchbylocation-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-geosearchbylocation-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-geosearchbylocation-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-geosearchbylocation-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-geosearchbylocation-results-panel > div.results > div.result > table {
   width: 100%;
   border-top: 1px solid rgba(0, 0, 0, 0.09);
   border-top-style: dashed;
}

.m-geosearchbylocation-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-geosearchbylocation-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-geosearchbylocation-results-panel.hidden {
   display: none;
}

.m-geosearchbylocation-help {
   top: 0;
   left: 500px;
   position: absolute;
}

.m-geosearchbylocation-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-geosearchbylocation-results-panel {
      width: 100vw;
      height: calc(100vh - 67px);
      left: 0;
      top: 0;
      z-index: 10000;
   }
   .m-geosearchbylocation-results-panel > div.results {
      max-height: 100%;
   }
}

.m-geosearchbylocation-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-geosearchbylocation-results-panel > div.title > button:before {
   content: "\e916";
}

.m-geosearchbylocation-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-geosearchbylocation {
   height: auto;
   order: 1;
   z-index: 98;
}

.m-panel.m-geosearchbylocation.m-with-streetview {
   border-bottom-left-radius: 0px !important;
   border-bottom-right-radius: 0px !important;
}

.m-panel.m-geosearchbylocation.m-with-location {
   order: 2;
   border-top-left-radius: 0px !important;
   border-top-right-radius: 0px !important;
}

.m-geosearchbylocation.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-geosearchbylocation {
   border-bottom-left-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
   margin-bottom: 0 !important;
   z-index: 997 !important;
}

.m-geosearchbylocation-container.activated:not(.m-searching) {
   height: 80px;
}

.m-geosearchbylocation-container > button#m-geosearchbylocation-button-list {
   width: 0px;
   height: 0px;
   overflow: hidden;
}

.m-geosearchbylocation-container.activated:not(.m-searching) > button#m-geosearchbylocation-button {
   color: #a15bd7;
}

.m-geosearchbylocation-container.activated:not(.m-searching) > button#m-geosearchbylocation-button-list {
   width: 40px;
   height: 40px;
}

.m-geosearchbylocation-container.activated.m-searching > button#m-geosearchbylocation-button:before {
   content: "\e950";
   -webkit-animation: mloading 1s linear infinite;
   -moz-animation: mloading 1s linear infinite;
   animation: mloading 1s linear infinite;
   position: absolute;
   top: 10px;
   left: 10px;
}

.m-hidden {
   display: none;
 }


/****************************
 INTERNET EXPLORER HACKS
****************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   #m-geosearchbylocation-div > button {
      display: block !important;
   }
}
