body, html {
	height: 100%;
}

.app-loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	overflow: hidden;
	background-color: #efefef99;
}

.app-loading .logo {
	width: 128px;
	height: 128px;
	background: url(/assets/static/images/icon-loading.gif) center center
		no-repeat;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@
if $enable-transitions {
  @keyframes progress-bar-stripes {
    0% { background-position-x: $progress-height; }
  }
}
