.disableBtn{
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	-webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}
.disableBtn:hover{
	background-color: #25397a !important;
}
/*  */
.loading{
	background:url("../../assets/images/system/loading-white.gif") #25397a 20% / 5% no-repeat;
}