/* line 3, app/assets/stylesheets/layouts/items.sass */
body {
  text-align: center;
}

/* line 15, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress-wrapper {
  border-radius: 8px;
  background: #c99cc2;
  background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
  border: 4px solid #a3298f;
  clear: both;
  margin-bottom: 1em;
  margin-top: .5em;
  position: relative;
}

/* line 26, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress-wrapper .button {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #004 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  font-size: 75%;
  margin-left: 1em;
  padding: .25em .75em;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
body .campaign-progress-wrapper .button:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/partials/clean/_mixins.sass */
body .campaign-progress-wrapper .button:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/partials/clean/_mixins.sass */
body .campaign-progress-wrapper .button:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/partials/clean/_mixins.sass */
body .campaign-progress-wrapper .button:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
body .campaign-progress-wrapper .button:hover {
  background-color: #000033;
}

/* line 33, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress {
  background: #a3298f;
  background-image: linear-gradient(color-stops(#c54bb1, #a3298f));
  border-right: 1px solid #a3298f;
}

/* line 38, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress-wrapper, body .campaign-progress {
  height: 2.5em;
}

/* line 41, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress-label {
  text-shadow: 1px 1px 0 #a3298f;
  color: white;
  font-size: 150%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

/* line 51, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress-label a {
  color: inherit;
  display: block;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/partials/_campaign-progress.sass */
body .campaign-progress-label .button {
  position: relative;
  top: -2px;
}

/* line 61, app/assets/stylesheets/partials/_campaign-progress.sass */
body.campaign-loaded .campaign-progress-wrapper {
  visibility: visible;
}

/* line 7, app/assets/stylesheets/layouts/items.sass */
.item-search-form {
  display: flex;
  gap: .5em;
  justify-content: center;
}

/* line 12, app/assets/stylesheets/layouts/items.sass */
.item-search-form input[type=text] {
  font-size: 125%;
  width: 15em;
  flex: 0 1 auto;
}

/* line 17, app/assets/stylesheets/layouts/items.sass */
h1 {
  margin-bottom: 1em;
}

/* line 19, app/assets/stylesheets/layouts/items.sass */
h1 img {
  height: 80px;
  margin-bottom: -0.5em;
  width: 80px;
}

/* line 23, app/assets/stylesheets/layouts/items.sass */
h1 a {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/layouts/items.sass */
h1 a span {
  text-decoration: underline;
}

/* line 27, app/assets/stylesheets/layouts/items.sass */
h1 a:hover span {
  text-decoration: none;
}
