/* Overrides the standard IPS message format */
#ebsGlobalMessage.ipsMessage {
	margin: 0px;
	border-radius: 0px;
}

#ebsGlobalMessage.ipsMessage p {
	margin: 0px 35px 0px 0px;
}

/* Dismiss */
#ebsGlobalMessage_dismiss {
	float: right;
	margin-left: -20px;
	z-index: 10;
	position: relative;
}

#ebsGlobalMessage_dismiss a, #ebsGlobalMessage a {
	border-bottom: 0px;
}

/* Formatting for the custom option */
.ebsGlobalMessage_custom {
	/* background-color is loaded in the template so that it includes the setting */
	/* color is loaded in the template so that it includes the setting */
	
}

html[dir="rtl"] .ebsGlobalMessage_custom {
	padding: 15px 45px 15px 15px;
}

html[dir="ltr"] .ebsGlobalMessage_custom {
	padding: 15px 15px 15px 45px;
}

.ebsGlobalMessage_custom_inner {
	position: relative;
	display: inline-block;
}

.ebsGlobalMessage_custom_inner p {
	margin: 0px 35px 0px 0px;
}

.ebsGlobalMessage_custom_inner p::before {
	/* content is loaded in the template so that it includes the setting */
	font-family: 'FontAwesome';
	font-size: 1.5em;
	position: absolute;
	/*top: 2px;*/
}

html[dir="ltr"] .ebsGlobalMessage_custom_inner p::before {
	left: -30px;
}
html[dir="rtl"] .ebsGlobalMessage_custom p::before {
	right: -30px;
}

.ebsGlobalMessage_custom a {
	border-bottom: 1px dotted;
}

.ebsGlobalMessage_dismiss {
	display: inline-block;
}