.atpl-panel-disabled {
	background: rgba(49, 58, 70, 0.5);
	cursor: progress;
	border-radius: 3px;
	top: 0;bottom: 0;
	left: 0;right: 0;
	position: fixed;
	z-index: 1000;
}
.atpl-overlay{
	opacity: 0.5;
}
.account-logo-box{
	background: #ffffff !important;
}
@media print 
{
	@page {
	  size: A4;
	  margin: 0;
	}
}
*[onclick]:hover, 
[atpl-on="click"]
{
	cursor: pointer;
}