
@CHARSET "UTF-8";

#notifications__main {
	position: fixed; left: 20px; top: 20px; width: auto; height: auto; z-index: 2005;
}

#notifications__main > ul > li.message {
	max-width: 350px;
	margin-bottom: 10px;
}

#notifications__main > ul > li.message:last-child {
	margin-bottom: 0px;
}

#notifications__main > ul > li.message > span {
	padding: 10px 15px 8px;
	background-color: #060;
	color: var(--notificationtextcolor);
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}

#notifications__main > ul > li.message.failed > span {
	background-color: #900;
}


.notices {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 200;
	width: 400px;
}

.notices > ul > li span.icon_delete {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
}

.notices > ul > li {
	border: 1px solid var(--bordercolor);
	background-color: var(--backgroundcolor);
	padding: 20px;
	margin-bottom: 10px;
	display: none;
}
