#SoapStatus {display: none;}

div.LoadingMessage {
	border:1px dashed #333;
	background-color: #eee;
	z-index: 100;
	position: absolute;
	padding: 10px;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 30px;
	margin-left: -175px;
	margin-top: -25px;
	display: none;
	color: green;
	font-size: 15px;
}

/* NBE : Companies */
.Comp-Member{ color: blue;}


.EntityTitleRed {
	background-color: #ff3c2b;
	background-image: linear-gradient(#ff3c2b, white);
	font-weight: bold ! important;
}

/* End Company */