.messages {
	border: 1px solid;
	margin: 0px 0px 25px 0px;
	padding: 17px 10px 17px 55px;
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.messages ul {
	list-style: none outside;
	padding:0;
	margin: 0 0 0 10px;
}

.infos {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(/img/information.png);
	background-repeat: no-repeat;
	border-color: #458fb2;
}

.exact_sku_match_categories {
	color: #045304;
	background-color: #70cc70;
	border-color: #045304;
}

.exact_sku_match_categories a {
	color: #1f471f;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(/img/tick.png);
	background-repeat: no-repeat;
	border-color: #288d28;
}

.success_colors {
	color: #4F8A10;
	background-color: #DFF2BF;
}	

.errors {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(/img/warning.png);
	background-repeat: no-repeat;
	border-color: #9F6000;
}

.error_colors {
	color: #9F6000;
	background-color: #FEEFB3;
}

.warnings {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/img/error.png);
	background-repeat: no-repeat;
	border-color: #D8000C;
}

div.messages + div.messages {
	margin-top: -25px;
}

/* Modal footer messages */

.modal-content .modal_footer_messages {
	margin-bottom: 0;
	padding: 14px 15px 15px 55px;
}

.modal-content .modal_footer_messages ul {
	float:left;
	margin-top:3px
}

/* Modal content messages */
div#common-message-dialog .messages {
	margin: -15px;
	border-bottom: none;
}

div.dialog_error_fix {
	margin: 0 !important;
}

div.error_dialog .messages {
	margin: -15px -15px -15px;
}

div.single_product_spare_parts {
	font-size: 1.2em;
	color: #000;
	background-color: yellow;
	background-image: url(/img/information.png);
	background-repeat: no-repeat;
	border-color: #c6c607;
}
div.single_product_spare_parts a {
	font-size: 1.2em;
}
div.single_product_spare_parts button i {
	color: whitesmoke;
}

div.intrastat_data_missing_container {
	position: absolute;
	right: 45px;
}
div.intrastat_data_missing {
	border: 1px solid tomato;
	display: inline-block;
	padding: 5px 10px;
	background: lightyellow;
	color: crimson;
	margin-top: 10px;
	border-radius: 3px;
}