* {
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.btn-group > label.btn.active {
  background-color: #e97034;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  white-space: normal !important;
}

@media (max-width: 600px) {
  #nav .save {
    float: none !important;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}

#main-area table tr td button {
  opacity: 0.1;
}

#main-area table tr td button.plus,
#main-area table tr td button.minus,
#main-area table tr td button.cell-active {
  opacity: 1;
}

#main-area table.fancytree-ext-table th {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* Specifiche per progetti 1348 e 1349 */

div#RX13_3,
div#RX13_5,
div#RX13_7,
div#RX13_9,
div#RX13_11,
div#RX13_13,
div#RX13_15 {
  margin-bottom: 40px;
}


div#RX20_3,
div#RX20_5,
div#RX20_7,
div#RX20_9,
div#RX20_11,
div#RX20_13,
div#RX20_15 {
  margin-bottom: 40px;
}


table .form-group {
  margin-bottom: 0!important;
}

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 #map {
  height: 500px;
  margin-bottom: 20px;
  border:1px solid #999; 
}

#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 80%;
}

#pac-input:focus {
  border-color: #4d90fe;
}

nav div.navbar-text.hidden {
  visibility: hidden;
}

