
/*
#alertErro { display:none; }
#alertErro2 { display:none; }
#formularioServico { display:none; }

#autocomplete {
  box-shadow: 0 0 0px #719ECE;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.label {
  text-align: right;
  font-weight: bold;
  width: 100px;
  color: #303030;
}
#address {
  border: 1px solid #000090;
  background-color: #f0f0ff;
  width: 470px;
  padding-right: 2px;
}
#address td {
  font-size: 10pt;
}
.field {
  width: 99%;
}
.slimField {
  width: 90px;
}
.wideField {
  width: 210px;
}
    
#tableLatLng { 
    border-spacing: 5px;
    border-collapse: separate;
    
}


#map-canvas {
  margin: 0;
  padding: 0;
  height: 80vh;
  max-width: none;
}
#map-canvas img {
  max-width: none !important;
}


#mapa_novo {
  margin: 0;
  padding: 0;
  height: 393px;
  max-width: none;
}
#mapa_novo img {
  max-width: none !important;
}


.ui-widget{position: absolute;margin-left: 10px;}

.ui-autocomplete {
	position: fixed;
	 z-index: 9999 !important;
	cursor: default;
	max-height: 200px;
	font-size: 9pt;
	overflow-y: auto; 
	overflow-x: hidden;
	padding: 0;
	margin-top: 2px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }
 .ui-autocomplete > li {
    padding: 1px 10px;
     }
   .ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
    }
 .ui-helper-hidden-accessible {
  display: none;
 }


.scroll_busca {
 	height:70vh;
 	overflow: auto;
}


#tabelaAbertosCorpo {
	cursor: pointer;
	cursor: hand;
}

*/


.autocomplete {
  box-shadow: 0 0 0px #719ECE;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.mapa_novo {
  margin: 0;
  padding: 0;
  height: 380px;
  max-width: none;
}
.mapa_novo img {
  max-width: none !important;
}

#map-canvas {
  margin: 0;
  padding: 0;
  height: 80vh;
  max-width: none;
}
#map-canvas img {
  max-width: none !important;
}