#middle-content {
  min-height: calc(100vh - 330px);
}

.alert {
  margin-top: 1%;
}

#collapseDiv1 {
  margin-top: 2%;
}

.child {
  margin-left: 4%;
}

/* hack to prevent pointer on readonly fields */
input.readonly {
  pointer-events: none;
}

label[for="ipa"],
label[for="nomeAmministrazione"],
label[for="pec"] {
  pointer-events: none;
}

/* hack to have this component working with new bootstrap-italia*/
#risultatoRicerca {
  max-height: 300px;
  overflow: auto;
}

.form-group {
  margin-bottom: 2em;
}

.form-group small.form-text {
  position: relative;
}

a {
  text-decoration: none;
}

.bd-footer .team-logo--icon{
    width: auto;
}

.bd-footer .team-logo--icon img{
    max-height: 60px;
}
