.alert_view_center {
	position: fixed;
	z-index: 1600
}

.alert_view {
	overflow: hidden;
	z-index: 1600;	
	padding: 10px;
	position: absolute;	
	background-color: #f5f5f5;	
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.6);
	box-shadow: 0 0 20px rgba(0,0,0,.6);
}

.alert_view_notification {
	padding: 0;
	position: fixed;
	margin: 10px;
	width: 250px;
	height: 90px;
	background-color: #dbe3ec;
}

.alert_view .av_title {
	font-size: 0.9em;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
}

.alert_view .av_message {
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 20px;
	cursor: pointer;
}

.alert_view_notification .av_title {
	background-color: #46ade2;
	padding: 0.2em 1em;
}

.alert_view_notification .av_message {
	padding: 0.5em 1em 1em 1em;
	margin-left: 0;
}

.alert_view .av_close {
	line-height: 25px;
	float: center;	
	cursor: pointer;	
	text-align: center;
	position: absolute;
	top: 0.45em;
	right: 0.45em;
	/* background-image: url(images/svg/cross_white_16.svg); */
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	/* background-size: 14px; */
	background-image:url('images/svg/icons.svg');
	background-position:0 -272px;
}

.alert_view_error {	
	
}

.alert_view_notification.alert_view_error .av_title {
	color: white;
	background-color: #ee5f5b;
}

.alert_view_error .av_title {
	color: #ffffff;
}

.alert_view_success {	
	
}

.alert_view_notification.alert_view_success .av_title {
	/* border-bottom: 1px solid #777; */
	background-color: #458B00;
}

.alert_view_success .av_title {
	color: white;
}

.alert_view_default {
	
}

.alert_view_notification.alert_view_default .av_title {
	/* border-bottom: 1px solid #777; */
	background-color: #46ade2;
}

.alert_view_default .av_title {
	color: white
}