.loading {
    cursor: not-allowed;    
	background: url("/-/media/Project/Ricoh/Knowledge/RicohTheme/images/fallbacks/loading-2.gif") no-repeat;
	background-size: 30%;
	background-position: center;
	background-color: #cf142b;
	opacity: 0.5;
	animation: none;
    transition: none;
}