.big_loader{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: url(loader.gif);
	background-color:rgba(255,255,255,0.5);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:1000000;
	
}
.scanned_message{
	background-color: #6DE27D;
}
.scanned_error_message{
	background-color: rgb(170, 3, 3);
	color:#fff;
}
.bg-dark-green{
	background-color: #3F7240;
	color:#fff;
}
.text-dark-green{
	color:#3F7240;
}
.right-round{
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.full-round-20{
	border-radius: 20px;
}