/* line 19, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.ui-effects-wrapper {
  position: static;
}

/* line 23, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.l-flashes {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  width: 450px;
  right: 0;
  top: 10px;
  z-index: 9999999;
}
@media screen and (max-width: 757px) {
  /* line 23, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
  .l-flashes {
    display: none;
  }
}
/* line 44, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.l-flashes .flash {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 10px;
  padding: 10px 20px;
  width: 100% !important;
  height: auto !important;
  font-size: 16px;
  line-height: 20px;
  background: rgba(51, 153, 238, 0.8);
  border-width: 0 0 0 8px;
  border-style: solid;
  border-color: #39e;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
/* line 65, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.l-flashes .flash a {
  color: #fff;
}
/* line 69, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.l-flashes .flash.notice {
  background: rgba(127, 190, 65, 0.8);
  border-color: #42a700;
}
/* line 74, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.l-flashes .flash.alert {
  background: rgba(180, 0, 0, 0.8);
  border-color: #c81010;
}
/* line 79, /app/app/assets/stylesheets/shared/l-flashes.css.scss */
.l-flashes .notice-close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 26px;
  width: 29px;
  text-align: center;
  background-color: #39e;
  cursor: pointer;
}
