.plominomap {
  width: 100%;
  height: 400px;
  border: 1px solid #cccccc;
}

.plominomap-info {

  height:25px;
  width:100%;
  border: 1px solid grey;

}

.plominomap-streetview {
  height:400px;
  width:100%;
  background: url('../images/streetview.jpg') no-repeat center;
  background-color: #FFF;
  border: 1px solid #cccccc;
}

.plominomap-streetview img {
  max-width: none
} 

.plominomap img {
   max-width: none
}  

#layerbox { position: absolute;
  top:23px; 
  margin-left:-110px;
  margin-top:-2px;
  padding: 6px 4px;
  text-align: left;
  width:180px;
  max-height:200px;
  background-color: #fff;
  display: none;
  cursor:default;
  z-index:-1;
  font-size:10px;
  overflow-y:auto;
  overflow-x:hidden;
  color:#000;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px; 


}

#layerbox hr {
  height:1px;
  border:1px;
  color:#e2e2e2;
  background-color:#e2e2e2;
  margin: 1px 0;
}

*+html #layerbox hr {
/* IE 7 hr bug fix */
 display:block; margin: -5px 0;
}

* html #layerbox hr {
/* IE 6 hr bug fix */
 display:block; margin: -5px 0;
}


*+html #layerbox hr {
/* IE 7 hr bug fix */
 display:block; margin: -5px 0;
}

* html #layerbox hr {
/* IE 6 hr bug fix */
 display:block; margin: -5px 0;
}

#layerbox label{

    display:list-item;
    list-style:none;
    white-space:nowrap;
    margin-top: 5px;
    font-size: 10px !important;

} 

#layerbox input{
  float: left;
  display: inline;
  margin-right: 2px;
  margin-top: -2px;


}

/*
CSS for v3 buttons stolen from:
 http://gmaps-samples-v3.googlecode.com/svn/trunk/controls/index.html
*/

.button, .button-selected, .dropdown {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: center;
/*  position: relative; */
  font-family: Arial, sans-serif;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px; 
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  color: #000;
  /*border: 1px solid #717B87;*/
  background-color: #fff; 
}

.button, .button-selected {
  margin: 5px;
  padding: 1px 6px;
  overflow: hidden;
}

.button:hover {
  background: #FEFEFE;
  background: -moz-linear-gradient(top, #FEFEFE 0%, #F3F3F3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3F3F3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F3F3F3', GradientType=0);
}

.button-selected {
  font-weight: bold;
}



.delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer;
}
.delete-menu:hover {
  background: #eee;
}









@media (max-width: 767px) {
  span.coordxy{
    display: none;
  }
}

@media print{  /*Regola dedicata alla visualizzazione su carta*/
  body{
      margin:10px;
      padding:10px;
  }

  .plominomap, 
  .plominomap-streetview {
    display: none;
  }

}
