.google_map_popup{
	display: none;
	width:100%;
}
.google_map {
	width: 100%;
	height: 95%;
	cursor: pointer;
	z-index:10000; 
	/* background: #f68121; */
	color: white;
	text-align: center;
	position: absolute;
	top:5%;
	font-family: 'Roboto';
}

.google_map_search {
	width: calc(60% - 40px);
	height: 80%;
	cursor: pointer;
	z-index:10000; 
    border: 20px solid 	white;
	border-radius: 0px 20px 20px 0px;
	text-align: center;
	position: absolute;
	top: 4%;
	left: 0px;
	font-family: 'Roboto';
}


.icon_google_map {
	/* width: 50%; */
	/* height: 50%; */
	cursor: pointer;
	z-index:10000; 
	background: #f68121;
	color: white;
    border: 3px solid 	#f68121;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 25%;
	display:block !important;
	font-family: 'Roboto';
}


@media only screen and (max-width: 960px) {

  .google-map-function-text{
	  font-size:11px;
  }

    .google-map-search-function-text{
	  font-size:11px;
  }
 
}
#google_map_group_btn {
	color: black;
	/* text-align: center; */
	position: absolute;
	display:none;
	font-family: 'Roboto';
}

#google_btn_update{
	position: absolute;
	display:none;
}

      #floating-panel {
        position: absolute;
        top: 8px;
        left: 10px;
        z-index: 9999999;
        background-color: #fff;
        padding: 5px;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 5px;
      }
	  
	  #QR-navigator {
        position: absolute;
        top: 120px;
        left: 30px;
        z-index: 9999999;
        background-color: #fff;
        border: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
		width: 100px;
		height: 100px;
      }