/* responsive */
#map{
      position: relative;
      padding-bottom: 75%; /* This is the aspect ratio */
      height: 0;
      overflow: hidden;
      margin-bottom:5px;
}
#map iframe {
      position: absolute;
      top: 0;
      left: 0;
}

/* form */

#map_container select {
      margin-top:0px;
}

#map_container label {
      margin-bottom:10px;
}

#map_container form{
      margin-bottom:10px;
      float:left;
      width:100%;
}

#rm_info select{
    margin-top:0px;
}

/* autocomplete */
.ui-autocomplete {
      max-height: 300px;
      width:auto;
      overflow-y: auto;

      /* prevent horizontal scrollbar */
      overflow-x: hidden;
}

.ui-autocomplete-category{
      background-color:#666666;
      color:#ffffff;
      padding:3px 0px 3px 3px;
}

footer{
      margin-top:20px;
}

/*tabella*/
#corpo table.scheda_dati{
      margin-top:20px;
      float:left;
}

#corpo table.scheda_dati th{
      width:auto;
}

.icon{
      color:#575757;
      font-size:10px;
      float:left;
      margin-right:5px;
}

.form-group{
      margin-bottom:0px;
}


#showAttrezzatura_:hover{
      cursor:pointer;
      text-decoration:underline;  
}
span#showAttrezzatura_ > span.clickable > i.fa-caret-down{
      transition: all 0.3s ease-in-out;
}
  
span#showAttrezzatura_[aria-expanded="true"] > span.clickable > i.fa-caret-down{
      transform:rotate(-180deg);
}

#caption{
      margin-top:20px;
      float:left;
}




/*polimap_om*/
#map{ height:200px; }

#map .leaflet-control-zoom a, #map a.leaflet-popup-close-button{
    text-decoration:none !important;
}

#map .leaflet-popup-content-wrapper,.leaflet-popup-content
 {
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
    border-radius: 0 !important;
 }
