
/* Loading
-----------*/

	#loading {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 999;
		background-image: url('/core/moneycontrol/ui/loading/pub/img/loading.gif');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 64px auto;
	}