/*!
   angular-block-ui v0.2.1
   (c) 2015 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/
/* line 7, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui {
  position: relative;
}

/* line 11, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
body.block-ui {
  /* IE8 doesn't support .block-ui:not(body) */
  position: static;
}

/* line 17, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
body.block-ui > .block-ui-container,
.block-ui-main > .block-ui-container {
  position: fixed;
}

/* line 22, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-container {
  background: #eee;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 36, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-active > .block-ui-container {
  height: 100%;
  cursor: wait;
}

/* line 41, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-active .block-ui-active > .block-ui-container {
  height: 0;
}

/* line 45, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-visible > .block-ui-container {
  opacity: 0.8;
  filter: alpha(opacity=100);
}

/* line 50, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=50);
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 58, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-message-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

/* line 72, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  /* needed for IE */
  filter: alpha(opacity=100);
}
/* line 82, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-message img.block-ui-loading-anim {
  width: auto;
  max-width: 40%;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 90, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-anim-fade > .block-ui-container {
  transition: height 0s linear 200ms, opacity 200ms ease 0s;
}

/* line 94, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/components/_block-ui.scss */
.block-ui-anim-fade.block-ui-active > .block-ui-container {
  /*this resets the initial delay of the height */
  /*and sizes the block to full height at once at the start of the block. */
  transition-delay: 0s;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*# sourceMappingURL=angular-block-ui.css.map */
/*
 *= require tether/tether
 *= require_self
 */
/* line 13, /home/farmyapp/farmy/app/assets/stylesheets/spree/ng-frontend/ng-frontend.css.scss */
.ng-cloak {
  display: none;
}
