.velo{
	opacity:0.65;
	position:absolute;
	display:none;
	background:url(images/loading.gif) 50% 50% no-repeat white;
}
#tabs,#infoTexto{ 
	/*position:absolute; 
	bottom:5px;
	left:5px;  */
	background-color: #f5f5f5;
	color: black;
	padding:10px;
	margin:10px;
	/*display:block;*/
	border:1px solid black;
	position:relative;
}	 
#fields .field{		
	 padding:10px;
	 width:90%;
	 margin-bottom:5px;
}
#tipoCarburante{		
	 padding:10px;
	 width:100%;
	 margin-bottom:5px;
}
html, body, #map_canvas, #puntosdrag, #mapa {
	font-family:Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size:11px;
  }
html, body,#puntosdrag, #mapa {
	height: 100%;  
  }
 #puntosdrag{
	padding:20px;	
	height: auto;  
	background-color:black;
	display:none;
 }
 #buRuta,  #buUbica, #addDescuento, #buUpdate{
	background-color: #FCFCFC;
	padding: 3px 0px;
	width: 100%;
	z-index: 1000;
	border: 1px solid gray;
	margin-top: 10px;
	cursor:pointer;
	line-height:normal;
 }
#buRuta,  #buUbica{
 padding: 10px!important;
 }
 #logo{
	display: inline-block;
	margin-right:10px;
	vertical-align:middle;
 }
 #puntos{
	float:left;
 }
 #info{
	float:left;
	width:300px;
	display:block;
	height: 100%;  
	overflow:scroll;
	background-color: #F5F5F5;
 }
 #gas div, #descuentosCur div{
	border:1px solid grey;
	margin:3px 0px;
	display:block;
	padding: 5px 10px;
	overflow: auto;
 }
 #gas, #descuentosCur{
	 padding:10px;
	 font-size:10px;
 }
 .pto, .rutas{
	cursor:pointer !important;
 }
 .precio{
	 display: block;
	 text-align:right;
	 font-style:italic;
	 float:right;
 }
 .precioOri{
	font-size:8px;
	color:gray;
	margin:2px 2px 0 0;
 }
 .precioOri::after{
	content:" / ";
 }
 #rutas{
	 padding:0px 10px 0px;
	 font-size:10px;
	 color:#aaa;
 }
 .rutas{
	 border-bottom:1px solid black;
	 padding:5px;
	 overflow:auto;
 }
 .selected{
	font-style:italic;
	color:#585858;
 }
 label{
	 display:inline-block;
	font-size: 12px;
	margin-top: -5px;
	vertical-align: middle;
 }
 h1,h3,p,h4{
	margin:0;
	padding:0;
 }
 h1{
	color: #F7A64C;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight:bold;
 }
 h3{
	font-size:12px;
	margin:6px 0 4px;
	color: #FF8300;
	font-weight:bold;
 }
 h4{
	font-size:11px;
	margin:4px 0 2px;
	color: #FF8300;
	font-weight:bold;
 }
 p{
	font-size:11px;
	line-height:normal;
 }
 #toggleTexto{
	float:right;
	position:absolute;
	display:block;
	width:32px;
	height:32px;
	cursor:pointer;
	right:10px;
	top:8px;
	background-image:url(images/hide.png);
 }
 #toggleTexto.show{
	background-image:url(images/show.png);
 }
 #infoTexto{
	border:1px dotted gainsboro;
	background-color:whitesmoke;
	overflow:hidden;
 }
 #infoTexto .texto{
	margin-top: 6px;
 }
/* #infoTexto .texto.hide{
	display:none;
 }*/
 a{
	text-decoration:none;
	font-style:normal;
	color:black;
 }
 .noRuta,.noUbica{
	color: #8B0000;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	display:none;
 }
 .noRuta span{
	font-size:9px;
 }
 #tabs{
	 padding-bottom:0px;
 }
 .selector div{
	display:inline;
	width:48%;
	text-align:center;
	padding:9px 0;
	cursor:pointer;
	font-size:11px;
	background-color:#EAEAEA;
 }
 .selectedSel{
	text-transform:uppercase;
	background-color:#F5F5F5 !important;
 }
 #ruta,#descuentos{
 padding-bottom:10px;
 }
 #selectRuta{
	float:left;
	margin-left: -10px;
    padding-left: 10px;
 }
 #selectDescuentos{
	float:right;
	margin-right: -10px;
    padding-right: 10px;
 }
 #descuentos{
	display:none;
 }

#gasName{
	 padding:5px;
	 width:95%;
	 margin-bottom:5px;
 }
#gasDesc, #kmRedonda{
	 padding:5px;
	 width:8%;
 }
 #descuentos span{
	font-size:10px;
 }
 #addDescuento{
	width:31%;
 }
 #novo{
	border-top:1px solid black;
	margin-top:10px;
	padding-top:5px;
/*	display:none;*/
 }
 #descuentosCur{
	padding:0;
 }
 #colapsa{
	position:absolute;
	left:300px;
	margin-top: 3px;
	z-index:1000;
	cursor:pointer;
 }
 #map_canvas,#mapa{
	width:auto;
 }
 #map_canvas{
	height:100%;
 }
/* #address1{
	 width:75%!important;
 }*/
#dvLocation{
	display:none;
	padding:10px;
}
label.location,label.locationUbica{
	background:url(images/location.png) 100% 50% no-repeat;
 }
 #colapsa{
	display:block;
	width:32px;
	height:32px;
 }
 .colapse{
	background-image:url("images/collapse.png");
 }
 .expand{
	background-image:url("images/expand.png");
 }
.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}
.alert{
	display:none;
}