/* INPUT */
input[type=text]:hover ~ label,
input[type=text]:active ~ label,
input[type=text]:focus ~ label,
input[type=text].ng-not-empty ~ label {
  top: -10px;
  font-size: 14px;
}
/* TENDINA AUTOCOMPLETE */
[uib-typeahead-popup].dropdown-menu {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #8dd4f2;
  border-color: #FFF;
}
[uib-typeahead-popup].dropdown-menu > .active > a:hover,
[uib-typeahead-popup].dropdown-menu > a:hover,
[uib-typeahead-popup].dropdown-menu > a:active {
  color: #fff;
  text-decoration: none;
  background-color: #ea2179;
  outline: 0;
}


/*  PAGINA CON SCRITTE ERRRORI */
div.container-error-description {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

div.container-error-description p.error-description {
  margin-top: 10px !important;
}

p.error-description {
  text-decoration-line: underline;
  text-decoration-color: #ea2179;
  -webkit-text-underline-position: under;
  text-underline-position: under;
  color: #fff !important;
}