#loading-panel{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: white;
  display: none;
  
  font-size: 12px;
  font-family: 'Roboto','sans-serif';
  
  opacity: 0.8;
  filter: Alpha(opacity=80);
  text-align: center;
}

#loading-panel img{
  width: 32px;
  height: 32px;
}

#loading-div{
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
}


#floating-panel {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 660px;
  z-index: 5;
  
  font-size: 12px;
  font-family: 'Roboto','sans-serif';
  background-color: white;
  opacity: 0.9;
  filter: Alpha(opacity=90);
  
  border: solid 1px #d3d3d3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#floating-panel input{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #cecece;
  padding: 4px;
  
  height: 24px;
  font-size: 12px;
}

#floating-panel input[type="number"] {
   width:90px;
}

.circuloBtn{
  background-color: white;
  border: solid 1px #888;
  height: 29px;
  width: 29px;
  padding: 2px;
  cursor:pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.circuloBtn:HOVER{
  box-shadow: 0px 0px 10px #407bff;
}

.circuloBtn:ACTIVE{
  box-shadow: 0px 0px 6px #fff;
}

.elemTable{
  margin: 10px;
  margin-top: 18px;
  float: left;
}

.infoWindow{
  font-size: 13px;
  width:103%;
  line-height: 130%;
}

.infoWindow strong{
  color: #1d4e5e;
  font-weight: 300;
}

.infoContent{
  margin:10px;
  width:320px;
}

.infoElement{
  position: relative;
  display: inline-block;
  width: 160px;
}

.divLogo{
  position: relative;
  display: inline-block;
  float: right;
  height: 120px;
  width: 120px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.panorama{
  box-shadow: 0px 0px 5px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 102%;
  height:100px;
}

.autoRuta{
  position: relative;
  float: left;
  z-index: 2;
  top: 26px;
  margin-bottom: -10px;
  background-image: url('/images/auto-marker.png');
  height: 30px;
  width: 47px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pieRuta{
  position: relative;
  float: left;
  z-index: 2;
  top: 26px;
  margin-bottom: -10px;
  background-image: url('/images/caminando.png');
  height: 30px;
  width: 40px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}