﻿
.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50000;
	width: 100%;
	padding: 50px 25px 50px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #058c44;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification.warning {
	background-color: #f39c12;
}
.bar-notification .content {
	margin: 0 10px 0 0;
    text-align:center;
    min-height: unset;
    padding:unset;
    font-size: 17px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close, #preloader .close {
    position: absolute;
    top: 26px;
    text-align: right;
    right: 0;
    width: 100px;
    height: 32px;
    margin: 14px 20px 7px 7px;
    /* background: #fff url(../images/close.png) center no-repeat; */
    cursor: pointer;
}