/* IWS Mask Styles 
------------------------------------------------------------ */
.mask {
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	position: fixed;
	z-index: 9999998;
}
.loading-mask {
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 9999999;
}
.mask-container {
	background: #111111;
	border-radius: 8px;
	margin: -90px 0 0 -140px;
	opacity: 0.90;
	padding: 10px;
	width: 280px;
	text-align: center;
}
.mask-container button {
	border-radius: 2px;
	border: 1px solid #919191;
	font-size: 15px; 
	color: #f7f7f7;
	padding: 3px 15px;
	margin: 10px 5px;
	cursor: pointer;
	font-weight: bold;
	background: #303030;
}
.mask-container button:hover {
	background: #42516F;
}
.mask-container button.btn-confirm-cancel {
	background: #303030;
}
.mask-container button.btn-confirm-cancel:hover {
	background: #505050;
}
.mask-img {
	margin-top: 0px;
}
.mask-confirm {
	color: #ccc;
	text-align: center;
	margin-top: 5px;
}
.mask-message {
	color: #ccc;
	text-align: center;
}
