.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #998E54;
  border-radius: 14px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #998E54;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge {
  padding: 4px 8px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.badge-accent {
  background-color: #998E54;
  color: #333333;
}

.badge-accent:hover {
  color: #333333;
}

.badge-primary {
  background-color: #998E54;
}

.badge-secondary {
  background-color: #998E54;
}

.badge-gray-lighter {
  background-color: #e6e6e6;
  color: #777777;
}

.badge-gray-lighter .icon-badge-toggle {
  background-color: white;
}

.badge-gray-dark {
  background-color: #333333;
}

.badge-large {
  padding: 10px 16px;
}

.badge label {
  margin-bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.badge--toggle {
  padding: 0;
  background-color: transparent;
  transition: width 0.3s ease;
}

.badge--toggle,
.badge--toggle * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.js .badge--toggle .badge--toggle__label {
  width: 0;
  opacity: 0;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.js .badge--toggle input[type=checkbox]:checked ~ .icon-badge-toggle,
.js .badge--toggle input[type=checkbox]:checked ~ .badge--toggle__label {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333333;
}

.js .badge--toggle .badge--toggle__label {
  border-radius: 0 8px 8px 0;
}

.js .badge--toggle input[type=checkbox]:checked ~ .badge--toggle__label {
  width: auto;
  padding: 3px 12px 3px 6px;
  opacity: 1;
}

a.badge--comment-count {
  background-color: #e6e6e6;
  padding: 0;
  color: #333333;
}

a.badge--comment-count:hover, a.badge--comment-count:focus {
  background-color: #e6e6e6;
  color: #333333;
}

a.badge--comment-count .icon-badge {
  width: 22px;
  height: 18px;
  padding-left: 8px;
  fill: #333333;
}

.badge--comment-count__number {
  padding: 4px 8px 4px 4px;
}

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