.bz-screen-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,.125);*/
	z-index: 20000;
	
	background-image: -webkit-radial-gradient(50% 200px, circle farthest-corner, rgba(0,0,0,0), rgba(0,0,0,.4));
	background-image: radial-gradient(circle at 50% 200px, rgba(0,0,0,0), rgba(0,0,0,.4));
}

.bz-notifications {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20001;
}

.bz-info-bar {
	position: relative;
	display: block;
	/*overflow: hidden;*/
	width: 100%;
	background-color: #262727;
	background-color: rgba(38,39,39,.97);
	
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.25);
	z-index: 30000;
}
.bz-info-bar>div {
	position: absolute;
	height: 40px;
	bottom: 0;
	width: 100%;
	color: #969A9E;
}
.bz-info-bar>div>div {
	position: relative;
	height: 40px;
}

.bz-info-bar .bz-icon {
	position: absolute;
	bottom: 0;
	float: left;
	background-image: url('/_releasecrc_/images/icons/status.svg');
	margin: 8px 0;
	width: 24px;
	height: 24px;
	
	background-size: auto 24px;
	background-position: -48px 0;
}
.bz-info-bar .bz-icon-info {
	background-position: 0 0;
}
.bz-info-bar .bz-icon-error {
	background-position: -72px 0;
}

.bz-info-bar p {
	position: absolute;
	margin-left: 42px;
	padding: 13px 0;
}
.bz-info-bar .bz-close {
	position: absolute;
	padding: 13px 0;
	right: 0;
}

