a.add-orcid-link {
  text-decoration: none !important;
  color: #888 !important;
  text-transform: uppercase;
  background: url('../images/orcid_128x128.png') .1rem center no-repeat;
	background-size : 1rem 1rem;
  padding: .1rem .5rem .1rem 1.5rem;
  border: 1px solid #A6CD39;
  border-radius: 1rem;
  margin-right: 1rem;
}
a.add-orcid-link.delete {
  background: url('../images/delete.png') .1rem center no-repeat;
  border-color: red;
}

.orcid-action {
  margin-left: 3rem !important;
}
.orcid-action.success {
  background: url('../images/accept.png') left center no-repeat;
  padding-left: 20px;
  color: green;
  font-weight: bold;
}

.hide-after-5s {
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
}
@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

.publication-action-button.orcid-icon:before {
    content: " ";
    padding: 1rem;
    background: url('../images/orcid_128x128.png') center center no-repeat;
    background-size: 20px 20px;
}
