/* module-key = 'de.communardo.confluence.plugins.karma:karma-user-ressources', location = 'css/karma-basic-styles.css' */
:root {
  --moewe-awards-gap: 15px;
  --moewe-awards-small-gap: 5px;
  --moewe-awards-achievement-max-width: 60px;
  --moewe-awards-achievement-width: 60px;
}

/**
Inspired and adapted from https://basscss.moewe-com
 */
.moewe-flex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--moewe-awards-gap);
}

.moewe-flex-column {
  flex-direction: column;
}

.moewe-flex-wrap {
  flex-wrap: wrap;
}

.moewe-flex-nowrap {
  flex-wrap: nowrap;
}

.moewe-items-start {
  align-items: flex-start;
}

.moewe-items-end {
  align-items: flex-end;
}

.moewe-items-center {
  align-items: center;
}

.moewe-items-baseline {
  align-items: baseline;
}

.moewe-items-stretch {
  align-items: stretch;
}

.moewe-self-start {
  align-self: flex-start;
}

.moewe-self-end {
  align-self: flex-end;
}

.moewe-self-center {
  align-self: center;
}

.moewe-self-baseline {
  align-self: baseline;
}

.moewe-self-stretch {
  align-self: stretch;
}

.moewe-justify-start {
  justify-content: flex-start;
}

.moewe-justify-end {
  justify-content: flex-end;
}

.moewe-justify-center {
  justify-content: center;
}

.moewe-justify-between {
  justify-content: space-between;
}

.moewe-justify-around {
  justify-content: space-around;
}

.moewe-justify-evenly {
  justify-content: space-evenly;
}

.moewe-content-start {
  align-content: flex-start;
}

.moewe-content-end {
  align-content: flex-end;
}

.moewe-content-center {
  align-content: center;
}

.moewe-content-between {
  align-content: space-between;
}

.moewe-content-around {
  align-content: space-around;
}

.moewe-content-stretch {
  align-content: stretch;
}

.moewe-flex-none {
  flex: none;
}

.moewe-order-0 {
  order: 0;
}

.moewe-order-1 {
  order: 1;
}

.moewe-order-2 {
  order: 2;
}

.moewe-order-3 {
  order: 3;
}

.moewe-order-last {
  order: 99999;
}

.moewe-gap-small {
  --moewe-awards-gap: var(--moewe-awards-small-gap);
}

.moewe-gap-none {
  --moewe-awards-gap: 0;
}

/** Margin Helper **/
.moewe-mb1 {
  margin-bottom: var(--moewe-awards-gap);
}

/** AUI Forms **/
form.aui .full-field {
  max-width: 100% !important;
}

.karma-header {
  font-size: x-large;
  color: #000;
  margin-bottom: 10px;
}
.karma-header .header-dialog-link {
  font-size: small;
  line-height: 32px;
  display: inline-block;
  margin-left: 5px;
}

.karma-clear {
  clear: both;
}

/*# sourceMappingURL=karma-basic-styles.css.map */

/* module-key = 'de.communardo.confluence.plugins.karma:karma-user-ressources', location = 'css/karmauser.css' */
.karma-hidden {
    display: none;
}


a.userLogoLink img.userLogo,
a.confluence-userlink img.userLogo{
    position: relative;
}

.ajs-content-hover a.userLogoLink img.userLogo {
    border: 0;
}

img.badge-karmaleader-DAY,
img.badge-karmaleader-WEEK,
img.badge-karmaleader-MONTH,
img.badge-karmaleader-YEAR,
img.badge-karmaleader-OVERALL {
    position: absolute;
    margin-top: -3px;
    margin-left: -3px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
}


#comments-section img.badge-karmaleader-DAY,
#comments-section img.badge-karmaleader-WEEK,
#comments-section img.badge-karmaleader-MONTH,
#comments-section img.badge-karmaleader-YEAR,
#comments-section img.badge-karmaleader-OVERALL {
    width: 34px;
    height: 34px;
    margin-top: -2px;
    margin-left: -2px;
}


.karmaprofilehoverbadgetitle {
    font-size: 18px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
}

.karmaprofilehoverbadgetitle.badge-karmaleader-DAY {
    background-image: url(/s/206xjd/9012/1t6dj0k/4.1.0/_/download/resources/de.communardo.confluence.plugins.karma:karma-user-ressources/images/frame-badge-karmaleader-DAY.png);
}

.karmaprofilehoverbadgetitle.badge-karmaleader-WEEK {
    background-image: url(/s/206xjd/9012/1t6dj0k/4.1.0/_/download/resources/de.communardo.confluence.plugins.karma:karma-user-ressources/images/frame-badge-karmaleader-WEEK.png);
}

.karmaprofilehoverbadgetitle.badge-karmaleader-MONTH {
    background-image: url(/s/206xjd/9012/1t6dj0k/4.1.0/_/download/resources/de.communardo.confluence.plugins.karma:karma-user-ressources/images/frame-badge-karmaleader-MONTH.png);
}

.karmaprofilehoverbadgetitle.badge-karmaleader-YEAR {
    background-image: url(/s/206xjd/9012/1t6dj0k/4.1.0/_/download/resources/de.communardo.confluence.plugins.karma:karma-user-ressources/images/frame-badge-karmaleader-YEAR.png);
}

.karmaprofilehoverbadgetitle.badge-karmaleader-OVERALL {
    background-image: url(/s/206xjd/9012/1t6dj0k/4.1.0/_/download/resources/de.communardo.confluence.plugins.karma:karma-user-ressources/images/frame-badge-karmaleader-OVERALL.png);
}

