@CHARSET "UTF-8";

/* Notification message boxes */
.notification {
	position:fixed;
	right:0px;
	bottom:0px;
	display:block;
	width:300px;
	background:rgba(0,0,0,0.5);
	margin:10px;
	padding:15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align:top;
	opacity:0.8;
	font-weight: 300;
	color:#FFF;
	line-height:24px;
	z-index:2002;
}

.notification:hover {
	opacity:1.0;
}

.notification .icon {
	text-align:left;
	margin-right:20px;
	vertical-align:top;
}

.notification .text {
	margin-top:3px;
	display:inline-block;
	width:167px;
}

/* Busy overlay */
div.blockPage h6 {
    color: rgba(255,255,255,0.9);
    font-weight:400;
    font-size:1.4em;
}