ul.ui-autocomplete {
  list-style: none;
  padding-left: 0;
}

ul.ui-autocomplete li {
  cursor: pointer;
}

.fakeBadge {
  border: 1px solid;
  border-radius: 10px;
  padding: 2px 5px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
}

.ng-submitted .ng-invalid {
  border-color: rgb(221, 44, 0) !important;
}

label {
  color: rgba(0, 0, 0, 0.6) !important;
}

.md-select-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}

.md-input {
  background-color: rgba(0, 0, 0, 0.02) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
