/**
 * @author Jan G. Wieners
 * @author Thomas Kleinke
 */

.add-relation:hover {
  background-color: lighten(#1b9519, 25%);
}

.add-relation-disabled {
  color: #ccc;
  cursor: default;
}

.add-relation, .add-relation-disabled {
  position: relative !important;
  display: block;
  color: #555 !important;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.14) !important;
}