@charset "utf-8";
/* CSS Document */

/******************************/

.Success, .RefundSuc,.PtxnCrRefund, .Credit, .Successfully{
	background: green;
    color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time; 
}
.status_1,.status_21,.status_17,.status_7,.status_24{
	background: green;
    color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time; 
}
.status_16,.status_22{
	background: darkmagenta;
    color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time;   
}

.Pending{
   background: yellow;
    color: white;
    text-align: center;
    border-radius: 10%; 
	font-family: time;
}.status_29{
   background: burlywood;
    color: white;
    text-align: center;
    border-radius: 10%; 
	font-family: time;
}
.status_3{
   background: yellow;
    color: black;
    text-align: center;
    border-radius: 10%; 
	font-family: time;
}
.CashBack{
	background: violet
	color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time;
}
.status_16{
	background: violet
	color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time;
}

.PtxnDebit{
	color: #fbf7f7;
    background: #8d3636;
    text-align: center;
    border-radius: 10%;
	font-family: time;
}
.status_26{
	color: #fbf7f7;
    background: #8d3636;
    text-align: center;
    border-radius: 10%;
	font-family: time;
}

.Failure, .Refunded, .Debit{
	background:red;
	color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time;
}
.status_2, .status_4, .status_6{
	background:red;
	color: white;
    text-align: center;
    border-radius: 10%;
	font-family: time;
}



.img-responsive {
	width: 100%;
	height: auto;
}

.loaderImage{
    width: 17%;
    height: 20%;
	}
.loaderImages{
    width: 15%;
    height: 20%;
	}	

