/* BEGIN AMBIANCE NOTIFICATIONS */
#ambiance-notification {
	left: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}

.note_alert {
	background: #eebc34;
	text-align: left;
	overflow: hidden;
	min-height: 27px;
	padding: .4% 0
}

	.note_alert .texto_popup {
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		float: left;
		width: 94%;
		
	}

.note_error {
	background: #BD1622;
	text-align: left;
	overflow: hidden;
	min-height: 27px;
	padding: .4% 0;
}

	.note_error .texto_popup {
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		float: left;
		width: 94%;
		
	}

.note_info {
	background: #a1a3a5;
	text-align: left;
	overflow: hidden;
	min-height: 27px;
	padding: .4% 0;
}

	.note_info .texto_popup {
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		float: left;
		width: 94%;
		
	}

.note_check {
	background: #39a935;
	text-align: left;
	overflow: hidden;
	min-height: 27px;
	padding: .4% 0;
}

	.note_check .texto_popup {
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		float: left;
		width: 94%;
		
	}

.note_close {
	display: block;
	position: relative;
	width: 2%;
	color: #FFFFFF;
	float: right !important;
	font-size: 22px;
	top: 0 !important;
	text-decoration:none;
}

	.note_close:hover {
		color: #eaeaea;
	}

.note_check {
	& .check
{
	background: url(../img/icon_popup_check.png) no-repeat;
	width: 27px;
	height: 27px;
	border: 0;
	float: left;
	padding-right: 2px;
	margin-top: -3px;
}
}

.note_alert {
	& .alert
	{
		background: url(../img/icon_popup_alert.png) no-repeat;
		width: 27px;
		height: 27px;
		border: 0;
		float: left;
		padding-right: 2px;
		margin-top: -3px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
}


.note_info {
	& .info

{
	background: url(../img/icon_popup_info.png) no-repeat;
	width: 27px;
	height: 27px;
	border: 0;
	float: left;
	padding-right: 2px;
	margin-top: -3px;
}
}

.note_error {
	& .error
{
	background: url(../img/icon_popup_error.png) no-repeat;
	width: 27px;
	height: 27px;
	border: 0;
	float: left;
	padding-right: 2px;
	margin-top: -3px;
}
}
/* END AMBIANCE NOTIFICATIONS */
