.status {
	width: 100%;
	height: 2%;
	min-height: 20px;
	max-height: 40px;
	position: fixed;
	bottom: 0;
	display: inline;
	display: none;
    z-index: 101;
}

.statusInfo {
	color: #28623c;
	background-color: #4dbd74;
}

.statusWarn {
	color: #856404;
	background-color: #ffc107;
}

.statusError {
	color: #813838;
	background-color: #f86c6b;
}

.statusImage {
	width: 20px;
	height: 20px;		
	position:fixed;
}

.statusImageInfo {
	background: url("../assets/info32x32Green.png") center center no-repeat;
	background-size: 16px;
}

.statusImageWarn {
	background: url("../assets/warning32x32.png") center center no-repeat;
	background-size: 16px;
}

.statusImageError {
	background: url("../assets/stop32x32.png") center center no-repeat;
	background-size: 16px;
}

#statusMessage {
	width: 100%;
	height: 100%;
	color: black;
	text-align: center;
	font-weight: bold;	
}