#notify-wrapper {
	left: 0px; top: 0px; width: 100%; height: 0px; text-align: center; position: fixed; z-index: 1001;
}
#notify-wrapper .left-align {
	text-align: left;
}
#notify {
	margin: 9px; padding: 8px 18px; border-radius: 3px; font-size: 12px; display: inline-block;
}
.notify {
	margin: 9px; padding: 8px 18px; border-radius: 3px; font-size: 12px; display: inline-block;
}
.notify-msg .button-as-link {
	font-size: 12px;
}
.server-error {
	border: 1px solid rgb(226, 168, 168); border-image: none; color: rgb(212, 109, 109); background-color: rgb(254, 241, 241);
}
.server-warning {
	border: 1px solid rgb(244, 205, 51); border-image: none; color: rgb(195, 157, 2); background-color: rgb(255, 250, 228);
}
.server-success {
	border: 1px solid rgb(48, 182, 97); border-image: none; color: rgb(27, 168, 78); background-color: rgb(232, 247, 237);
}
.server-info {
	border: 1px solid rgb(189, 196, 201); border-image: none; color: rgb(170, 170, 170); background-color: rgb(255, 255, 255);
}
.maestro .with-top-notification#notify-wrapper {
	top: 48px;
}
