.loaderImg{
	width:9%;
	display:none;
}
.mytable{
	overflow-y: scroll; 
	max-height:410px;
}

 .providerImage{
    cursor: pointer; 
    }

.imageLogo{
    height:70%;
    width:80%;
  }    
.textheader:hover {
  background-color: red;
  color: black;
}
.scroll-div { 
 width: 100%;  height: 100%;  overflow: auto;}
.Resolved {
    background: green;
    color: white;
    text-align: center;
}
.Pending {
    background: yellow;
    color: black;
    text-align: center;
}

.Reject {
    background: red;
    color: white;
 text-align: center;
}
.Success-text{
	color:green;
}

.Pending-text{
	color:#FF9900;
}
.Failure-text{
	color:red;
}
.Refunded-text{
	color:#0f5ae4b8;
}
.RefundSuc-text{
 color:#31ab31eb;
}
.Debit-text,.PtxnCrRefund-text{
	color:red;
}
.Credit-text{
	color:green;
}
.PtxnCredit-text{
	color:green;
}
.PurchBal-text{
	color:purple
}
.PtxnDebit-text{
	color:red;
}

.Success,.Successfull{
    background-color:green;
}
.Failure{
	background-color:red;
}
.Pending{
	background-color:yellow;
} 
.Refunded{
	background-color: skyblue;
}
.RefundSuccess{
	background-color:#23fdf3;
}
.Successfully .Submitted{
	background-color: yellowgreen ;   
}
