.messages, div.message {z-index:99999}
.msg {background-color:transparent !important;padding:0;border:transparent !important;width:auto;height:auto;}

.msg .container, div.message {
	width: auto;
border-color:transparent;
	max-width: 70%;
	width: 300px !important;
	padding: 20px !important;
	border-radius: 10px;
	position: fixed !important;
	bottom: 30px;
	left: 30px;
right:auto;
top:auto;
	color: white !important;
	z-index: 9999999999;
	font-size: 18px;
	animation-name: slideInUp;
	animation-duration: 1s;
	font-size: 13px;
}

.msg .container:before, div.message:before {
position: absolute;
top: -65px;
left:50%;
margin-left: -40px;
content:"";
width:80px;
height:80px;
background-size:contain;
background-repeat: no-repeat;
background-position: center;
}

.msg .container a, div.message a {
	color: white;
	text-decoration: underline;
}

.msg.msg-error .container, div.message.error-message {
	background-color: #FB4F52;
}

.msg.msg-warning .container, div.message.warning-message {
	background-color: #FB4F52;
}

.msg.msg-error .container:before, div.message.error-message:before {background-image: url(https://hamburkdomu.cz/user/documents/modul/error.png);}
.msg.msg-warning .container:before, div.message.warning-message:before {background-image: url(https://hamburkdomu.cz/user/documents/modul/error.png);}
.msg.msg-info .container:before, div.message.notice-message:before {background-image: url(https://hamburkdomu.cz/user/documents/modul/info.png);}
.msg.msg-success .container:before, div.message.success-message:before {background-image: url(https://hamburkdomu.cz/user/documents/modul/correct.png);}

.msg.msg-info .container, div.message {
	background-color: #358fc3;
}

.msg.msg-success .container, div.message.success-message {
	background-color: #84C335;
}

.site-msg.information, div.message.notice-message {
	opacity: 0.9;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
}

.site-msg.information .text {color: black}

</style>