body, html {
	height: 100%;
	width: 100%;
	margin: 0;
}
body{
	/*background-color: #fff;*/
	/*font-family: 'Roboto',sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
/*navigation*/
a{
	text-decoration: none;
	color: #2a2a2a;
	background: transparent;

}
header{
	margin: auto;
	background-color:rgba(0, 154, 46,0.5);
}
hgruop{
	vertical-align: middle;
	display: inline-block;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
}
header nav{
	letter-spacing: 4px;
	float:right;
	/*margin: 20px auto;agregado*/
	/*margin-top:30px;*/
/*etiquetas nuevas*/
}
nav ul{
	overflow:hidden;
	list-style: none;
}
nav ul li{
	float: left;
	padding: 5px;
	margin-right: 20px;
}
/*etiquetas nuevas*/
/*nav ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 5px;
}*/
nav ul li a{
	color: #fff;
	background-color: rgb(0,154,46);
	padding: 8px;
	border-radius: 5px;
	display: block;/*texto nuevo*/
}
nav ul li a:hover{
	background-color: rgb(45,102,158);
	border-radius: 5px;
	transition: all 1s cubic-bezier(.6,.04,.98,.34);
}
.navigation{
	margin: auto;
	width: 100%;
}
/*end navigation*/
.wrapper-search-box{
	position: absolute;
	float: left;
	margin: 30px;
	background-color: rgba(114,120,127,0.7);
	top: 120px;
	border-radius: 10px;
}
._form{
	color: black;
	overflow: hidden;
	display: grid;
	margin: 10px 10px;
}
.wrapper{
	width: 100%;
	height: 100%;
	margin: auto 0;
}
#search{
	margin: 10px auto;
	padding: 10px;
	border-radius: 5px;
	border:none;
	background-color: rgb(0, 80, 159);
	color: white;
	/*background-image: url('../img/search.png');*/
	background-repeat: no-repeat;
    font-size: unset;
}

#search:hover{
	box-shadow: 0 0 0.5em gold;
}
select{
	padding: 5px 0;
	margin: 10px 0;
	position: relative;
	left: 30px;
}
#estacion {
    width: 8em;
}
select {
    width: 10em;
}
	
#map{
	width:100%;
	height: 100%;
}
/*Google maps infowindows*/
.infoW{
	font-size:  14px !important;
	text-align: justify;
	padding-top: 10px;
}
.iwTitle {
	padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid gray;
}

.Magna{
	list-style-image: url('../img/magna.png');
}
.Premium{
	list-style-image: url('../img/premium.png');
}
.Diesel{
	list-style-image: url('../img/diesel.png');
}

.title{
	/*text-shadow: 0px 1px #FFF, 0px -1px #DDD;*/
	color: white;
	padding: 10px;
	margin-bottom: 10px; 
	font-size: large;
	background-color: rgba(0, 80, 159,0.7);
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}
#btn-geo:before{
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	box-shadow: -5px 5px 2px darkgray;
	content: url('../img/myposition.png');
	margin-right: 5px; 
}
#dialog-message{
	text-align: center;
}
#btn-route:before{
	cursor: pointer;
	text-align: center;
	content: url('../img/ir.png');
}

.route_active,#btn-route:hover{
	background: #2163a4 !important;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 0 0 8px gold;
}
/*simbologia estaciones
.tipo_combustible{
	position: relative;
	background-color:rgba(0, 80, 159,0.7);
	margin:0;
}*/
.tipo_combustible li{
	display: inline-block;
	text-decoration: none;
}
/*div menu option*/
#filter_servicio{
	background: url('../img/servicio.png') no-repeat 0;
}
#filter_cercania{
	background: url('../img/cercania.png') no-repeat 0;
}
#filter_busca{
	background: url('../img/gas.png') no-repeat 0;
}
.div_esta{
	left: 30px;
	position: relative;
	display: inline-block;
}
.no-station{
	float: left;
	padding-right: 5px;
}
/*pie mapa/ acotación*/
.pie_map {
    margin-top: 4px;
    padding: 10px 0 0;
    background: rgb(206, 206, 195);
}
.acotacion ul{
	padding-bottom: 5px;
	margin: 0;
	display: inline-flex;
}
.acotacion li {
    margin: 0 20px;
    padding: 3px;
    color: dimgrey;
    text-shadow: 1px 1px 1px white;
}
.gm-style-iw {
   border-radius: 2px 2px 0 0;
   font-family: 'Open Sans', sans-serif;
   color: #333;
}
input[type="text"]:hover, input[type="number"]:hover,
input[type="text"]:active, input[type="number"]:active
{
    box-shadow: inset 0 0 0 8px gray;
    border: 1px solid gold;
    transition: ease-in-out 1.0s;
}
input[type="text"], input[type="number"] {
    box-shadow: 0 0 5px 0 lightblue;
    border: 1px solid red;
    border: 1px solid lightblue;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}
#radiusSelect{
	width: 8em !important;
	position: initial !important;
}
.menu_bar{
	display: none;
}
.nav-js{
	display: block;
}
.menu-search{
	display:none;
}
/*Estilo para moviles*/
@media screen and (max-width: 700px) {
	header *:not(:first-child) {
		display: none;		
	}
	.pie_map{
		display: none;
	}
	/*header nav{
		margin: 0;
		position: absolute;
		top: 70px;
		right: 0;
		display: none;
		z-index: 100;
	}
	 header .menu_bar{
	    float: right;
	    display: block;
	    margin-top: 30px;
	}
	header .menu_bar a span{
		font-size: 2em;
	}
	nav ul li {
		float: none;
		display: block;
		padding: 0;
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	nav ul li a{
	border-radius: unset;
	padding: 8px 30px;
	}
	nav ul li a:hover{
		border-radius: unset;
	}*/

	/*menu search-box*/
	/*.menu-search{
		display: block;
		background: rgba(114,120,127,0.7);
		color: #fff;
	}
	.menu-search a span{
		font-size: 2em;
	}
	._form{
		display: none;
	}
	.menu-search a span {
    	float: left;
    	position: relative;
	}*/
	#search{
		width: 90%;
	}
	.title{
		margin:10px 0;
	}
	.div_esta{
		width: 90%;
	}
	.div_esta input{
		width: 95% !important;
	}
	.block-title select{
		width: 90%;
	}
	.wrapper-search-box{
		position: relative;
		float: none;
		width: 100%;
		top: 0;
		margin:0;
	}
	.myForm{
		background: none;
	}
	.ground-color{
		background:none;
	}
	.display_form{
		display: grid;
	}
}