/* module-key = 'de.communardo.confluence.plugins.karma:karma-medal-ressources', location = 'css/achievements.css' */
.medal-receiver-container {
  height: 48px;
}
.medal-receiver-container .aui-icon {
  opacity: 0.2;
  --aui-icon-size: 48px;
}
.medal-receiver-container img {
  height: 48px;
}

.aui .medal-message-container .textarea {
  width: 400px;
  max-width: 400px;
  display: block;
}

.aui .medal-comment-container {
  margin-bottom: 20px;
  margin: 0 auto;
  width: 400px;
}

.aui .medal-comment-container .commentlimit {
  text-align: right;
  color: #808080;
}

.medal-list {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

#give-medal-dialog .medal-list {
  overflow-y: scroll;
  height: 220px;
}

.karma-admin-container .medal-list {
  text-align: left;
}

.medal.small {
  width: 115px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}

#givemedalcontainer .medal.small.selected,
#givemedalcontainer .medal.small:hover {
  border: 1px solid gold;
  background-color: #FFF4BA;
}

#give-medal-dialog .medal-save-button[disabled],
#give-medal-dialog .medal-save-button[disabled]:hover,
#give-medal-dialog .medal-save-button[disabled]:focus,
#give-medal-dialog .medal-save-button[disabled]:active,
#give-medal-dialog .medal-save-button[aria-disabled=true],
#give-medal-dialog .medal-save-button[aria-disabled=true]:hover,
#give-medal-dialog .medal-save-button[aria-disabled=true]:focus,
#give-medal-dialog .medal-save-button[aria-disabled=true]:active,
#give-medal-dialog .medal-save-button[aria-disabled=true][aria-pressed] {
  background: #f2f2f2;
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  border-color: #ccc;
  box-shadow: none;
  color: #999;
  cursor: default;
  text-shadow: none;
}

#givemedalcontainer .error {
  color: #D04437;
  text-align: center;
}

#givemedalcontainer .success {
  color: green;
  text-align: center;
}

.achievement .achievement-image img {
  max-width: var(--moewe-awards-achievement-max-width);
  width: var(--moewe-awards-achievement-width);
  height: auto;
}
.achievement .achievement-image.undone img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.achievement .achievement-infoholder .achievement-title {
  font-size: large;
  color: #000;
}
.achievement .achievement-infoholder .achievement-count {
  margin: 6px 0;
}
.achievement .achievement-infoholder .achievement-description {
  margin-top: 3px;
}
.achievement .achievement-infoholder .achievement-progress {
  margin: 10px 0;
}

.medal .medal-history-metadata {
  font-size: 10px;
}

/*# sourceMappingURL=achievements.css.map */
