﻿.dxlpLoadingCard {
	color: rgb(48, 48, 48);
	background-color: transparent;
	border: none;
	border-collapse: collapse;
	position: absolute;
	left: 45%;
	top: 45%;
	z-index: 30000;
	display: none;
}

.dxlpLoadingDiv {
	border: none;
	background-color: #7e7e7e;
	opacity: 0.2;
	left: 0px;
	top: 0px;
	z-index: 29999;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}