.has-error,
.has-error:focus {
  border-color: #ff2e00ba;
}

.has-success,
.has-success:focus {
  border-color: #09dc8e;
}

.medium-margin-right {
  margin-right: 15px;
}

/*Gestione caricamento applicazione*/

#appContent {
  display: none;
}
.appLoading {
  text-align: center;
  margin-top: 100px;
}

.appLoadingText {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0px;
}

.appLoadingSpinner {
  font-size: 5em;
  -webkit-animation: spin2 1s infinite linear !important;
}

/* end Gestione caricamento applicazione*/
