/*! * Preboot v2 * LESS version by @mdo, http://getpreboot.com * * Open sourced under MIT license by @mustangostang. * Some variables and mixins from Bootstrap (Apache 2 license). */html:before{content:'';position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background-position:center; ;background-repeat:no-repeat;background-color:rgba(0,0,0,0.4);display:block;pointer-events:none;opacity:0;filter:"alpha(opacity=0)";-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}html.pre-loading:before,html.loading:before,html.page-loading:before,html.admpage-loading:before{opacity:1;filter:"alpha(opacity=100)";pointer-events:auto}/*# sourceMappingURL=loading.css.map */