
/* this is used to override the style of the extJS mask */

.x-mask {
	background: #000000 !important;
}

.x-mask-msg {
	z-index: 20001;
	position: absolute;
	padding: 2px;
	border: none;
	background-color: transparent !important;
	background-image: none;
}

.x-mask-msg div {
	position: fixed;
	top:50%;
	left:50%;
	background-color: #FFFFFF !important;
	padding: 17px 15px 17px 40px;
	background-image: url(/img/loading.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	cursor: wait;
	font-size: 12px;
	font-weight: bold;
	color: #4E4D4F !important;
	border:none;
	border-radius: 10px;
}