.loaderImg{
	width:4%;
	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 ;
}
.status_4{
    background-color:#c74646 !important;
	width: 100% !important;
}

.status_7{
    background-color:#3c8dbc !important;
	width: 100% !important;
}
.status_8{
    background-color:gray !important;
	width: 100% !important;
}
.status_40{
    background-color:#dcdf26;
	color:black !important;
}
.status_41{
    background-color:#5cb85c !important;
	width: 100% !important;
}

.status_34{
    background-color:#777 !important;
	width: 100% !important;
}
.status_1, .status_7, .status_16, .status_22, .status_30, .status_15, .status_49{
   background-color: #00a65a !important;
   width: 100% !important;
}
.status_text_1, .status_text_7, .status_text_16, .status_text_22, .status_text_30, .status_text_15, .status_text_49{
	color: #00a65a !important;
	font-weight: bold; 
 }
.status_24 {
    background-color: #37cf1c !important;
    width: 100% !important;
 }
 .status_21{
    background-color: hsl(226, 76%, 46%) !important;
    width: 100% !important;
 }
.status_6{

	background-color: #c9302c !important;
    width: 100% !important;
}
.status_9, .status_14{

	background-color: blue !important;
    width: 100% !important;
}
.status_3, .status_37{

	background-color: yellow !important;
	color:black !important;
    width: 100% !important;
}
.status_0, .status_2, .status_4, .status_26 , .status_27, .status_44, .status_29{

	background-color: red !important;
    width: 100% !important;
}
.status_25{

	background-color:#0f5ae4b8 !important;
    width: 100% !important;
}

.status_21{
    background-color:green !important;
     width: 100% !important;
}

.status_36{
    background-color:#777 !important;
     width: 100% !important;
}
.status_33{
    background-color:#a84343 !important;
     width: 100% !important;
}
.status_45{

	background-color:#ba5b14 !important;
	width: 100% !important;
}.status_46{

	background-color:#00c66c !important;
	width: 100% !important;
}.status_52{

	background-color:#0f21f9 !important;
	width: 100% !important;
}
.status_text_1, .status_7, .status_16, .status_22, .status_30, .status_15, .status_49{
   color: #00a65a !important;
   font-weight: bold;
}
.status_0, .status_2, .status_4, .status_26 , .status_27, .status_44, .status_29{

	color: red !important;
	font-weight: bold;

}
.menu-open{
	background-color: #00a65a;
}
.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1; 
    }
}

/* .flash-image{
	width: auto;
	height: 400px;
} */

#flash-modal .modal-body{
	padding: 0;
	position: relative;
}
#flash-modal .modal-content {
    border-radius: 0 !important;
    color: #333;
}
#flash-modal .flash-message {
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}
#flash-modal .flash-title{
    text-align: center;
    margin-top:0;
    padding-top:15px;
}
.flash-modal-close {
    position: absolute;
    background: #bf1414 !important;
    opacity: 1 !important;
    color: white;
    border-radius: 0;
    top:0;
    right:0;
    padding: 5px 10px !important;
}
.bg-dark{
	background: #222 !important;
}
.bg-white{
	background: #fff !important;
}
.bg-transparent{
	background: transparent !important;
}
.d-none{
	display: none !important;
}
.d-block{
	display: none !important;
}
.d-flex{
	display: flex !important;
}
.justify-content-between{
	justify-content: space-between !important;
}
.justify-content-around{
	justify-content: space-around !important;
}
.justify-content-start{
	justify-content: start !important;
}
.justify-content-center{
	justify-content: center !important;
}
.justify-content-end{
	justify-content: end !important;
}
.align-items-start{
	align-items: start !important;
}
.align-items-center{
	align-items: center !important;
}
.align-items-end{
	align-items: end !important;
}

.m-auto{ margin:auto !important; }
.mx-auto{ 
	margin-left: auto !important;
	margin-right: auto !important; 
}
.ml-auto{ margin-left: auto !important; }
.mr-auto{ margin-right: auto !important; }

.mx-auto{ 
	margin-left: auto !important;
	margin-right: auto !important; 
}

.mx-0{ 
	margin-left: 0 !important;
	margin-right: 0 !important; 
}
.mx-1{ 
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important; 
}
.mx-2{ 
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important; 
}
.mx-3{ 
	margin-left: 1rem !important;
	margin-right: 1rem !important; 
}
.mx-4{ 
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important; 
}
.mx-5{ 
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important; 
}
.mx-6{ 
	margin-left: 2rem !important;
	margin-right: 2rem !important; 
}
.mx-7{ 
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important; 
}
.mx-8{ 
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important; 
}
.mx-9{ 
	margin-left: 5rem !important;
	margin-right: 5rem !important; 
}
.mx-10{ 
	margin-left: 10rem !important;
	margin-right: 10rem !important; 
}



.my-auto{ 
	margin-top: auto !important;
	margin-bottom: auto !important; 
}
.my-0{ 
	margin-top: 0 !important;
	margin-bottom: 0 !important; 
}
.my-1{ 
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important; 
}
.my-2{ 
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important; 
}
.my-3{ 
	margin-top: 1rem !important;
	margin-bottom: 1rem !important; 
}
.my-4{ 
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important; 
}
.my-5{ 
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important; 
}
.my-6{ 
	margin-top: 2rem !important;
	margin-bottom: 2rem !important; 
}
.my-7{ 
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important; 
}
.my-8{ 
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important; 
}
.my-9{ 
	margin-top: 5rem !important;
	margin-bottom: 5rem !important; 
}
.my-10{ 
	margin-top: 10rem !important;
	margin-bottom: 10rem !important; 
}

.m-0{ margin:0 !important; }
.m-1{ margin:0.25rem !important; }
.m-2{ margin:0.5rem !important; }
.m-3{ margin:1rem !important; }
.m-4{ margin:1.25rem !important; }
.m-5{ margin:1.5rem !important; }
.m-6{ margin:2rem !important; }
.m-7{ margin:2.25rem !important; }
.m-8{ margin:2.5rem !important; }
.m-9{ margin:5rem !important; }
.m-10{ margin:10rem !important; }




.ml-0{ margin-left:0 !important; }
.ml-1{ margin-left:0.25rem !important; }
.ml-2{ margin-left:0.5rem !important; }
.ml-3{ margin-left:1rem !important; }
.ml-4{ margin-left:1.25rem !important; }
.ml-5{ margin-left:1.5rem !important; }
.ml-6{ margin-left:2rem !important; }
.ml-7{ margin-left:2.25rem !important; }
.ml-8{ margin-left:2.5rem !important; }
.ml-9{ margin-left:5rem !important; }
.ml-10{ margin-left:10rem !important; }

.mr-0{ margin-right:0 !important; }
.mr-1{ margin-right:0.25rem !important; }
.mr-2{ margin-right:0.5rem !important; }
.mr-3{ margin-right:1rem !important; }
.mr-4{ margin-right:1.25rem !important; }
.mr-5{ margin-right:1.5rem !important; }
.mr-6{ margin-right:2rem !important; }
.mr-7{ margin-right:2.25rem !important; }
.mr-8{ margin-right:2.5rem !important; }
.mr-9{ margin-right:5rem !important; }
.mr-10{ margin-right:10rem !important; }

.mt-0{ margin-top:0 !important; }
.mt-1{ margin-top:0.25rem !important; }
.mt-2{ margin-top:0.5rem !important; }
.mt-3{ margin-top:1rem !important; }
.mt-4{ margin-top:1.25rem !important; }
.mt-5{ margin-top:1.5rem !important; }
.mt-6{ margin-top:2rem !important; }
.mt-7{ margin-top:2.25rem !important; }
.mt-8{ margin-top:2.5rem !important; }
.mt-9{ margin-top:5rem !important; }
.mt-10{ margin-top:10rem !important; }

.mb-0{ margin-bottom:0 !important; }
.mb-1{ margin-bottom:0.25rem !important; }
.mb-2{ margin-bottom:0.5rem !important; }
.mb-3{ margin-bottom:1rem !important; }
.mb-4{ margin-bottom:1.25rem !important; }
.mb-5{ margin-bottom:1.5rem !important; }
.mb-6{ margin-bottom:2rem !important; }
.mb-7{ margin-bottom:2.25rem !important; }
.mb-8{ margin-bottom:2.5rem !important; }
.mb-9{ margin-bottom:5rem !important; }
.mb-10{ margin-bottom:10rem !important; }


.p-0{ padding:0 !important; }
.p-1{ padding:0.25rem !important; }
.p-2{ padding:0.5rem !important; }
.p-3{ padding:1rem !important; }
.p-4{ padding:1.25rem !important; }
.p-5{ padding:1.5rem !important; }
.p-6{ padding:2rem !important; }
.p-7{ padding:2.25rem !important; }
.p-8{ padding:2.5rem !important; }
.p-9{ padding:5rem !important; }
.p-10{ padding:10rem !important; }

.px-0{ 
	padding-left: 0 !important;
	padding-right: 0 !important; 
}
.px-1{ 
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important; 
}
.px-2{ 
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important; 
}
.px-3{ 
	padding-left: 1rem !important;
	padding-right: 1rem !important; 
}
.px-4{ 
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important; 
}
.px-5{ 
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important; 
}
.px-6{ 
	padding-left: 2rem !important;
	padding-right: 2rem !important; 
}
.px-7{ 
	padding-left: 2.25rem !important;
	padding-right: 2.25rem !important; 
}
.px-8{ 
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important; 
}
.px-9{ 
	padding-left: 5rem !important;
	padding-right: 5rem !important; 
}
.px-10{ 
	padding-left: 10rem !important;
	padding-right: 10rem !important; 
}



.py-auto{ 
	padding-top: auto !important;
	padding-bottom: auto !important; 
}
.py-0{ 
	padding-top: 0 !important;
	padding-bottom: 0 !important; 
}
.py-1{ 
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important; 
}
.py-2{ 
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important; 
}
.py-3{ 
	padding-top: 1rem !important;
	padding-bottom: 1rem !important; 
}
.py-4{ 
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important; 
}
.py-5{ 
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important; 
}
.py-6{ 
	padding-top: 2rem !important;
	padding-bottom: 2rem !important; 
}
.py-7{ 
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important; 
}
.py-8{ 
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important; 
}
.py-9{ 
	padding-top: 5rem !important;
	padding-bottom: 5rem !important; 
}
.py-10{ 
	padding-top: 10rem !important;
	padding-bottom: 10rem !important; 
}

.pl-0{ padding-left:0 !important; }
.pl-1{ padding-left:0.25rem !important; }
.pl-2{ padding-left:0.5rem !important; }
.pl-3{ padding-left:1rem !important; }
.pl-4{ padding-left:1.25rem !important; }
.pl-5{ padding-left:1.5rem !important; }
.pl-6{ padding-left:2rem !important; }
.pl-7{ padding-left:2.25rem !important; }
.pl-8{ padding-left:2.5rem !important; }
.pl-9{ padding-left:5rem !important; }
.pl-10{ padding-left:10rem !important; }

.pr-0{ padding-right:0 !important; }
.pr-1{ padding-right:0.25rem !important; }
.pr-2{ padding-right:0.5rem !important; }
.pr-3{ padding-right:1rem !important; }
.pr-4{ padding-right:1.25rem !important; }
.pr-5{ padding-right:1.5rem !important; }
.pr-6{ padding-right:2rem !important; }
.pr-7{ padding-right:2.25rem !important; }
.pr-8{ padding-right:2.5rem !important; }
.pr-9{ padding-right:5rem !important; }
.pr-10{ padding-right:10rem !important; }

.pt-0{ padding-top:0 !important; }
.pt-1{ padding-top:0.25rem !important; }
.pt-2{ padding-top:0.5rem !important; }
.pt-3{ padding-top:1rem !important; }
.pt-4{ padding-top:1.25rem !important; }
.pt-5{ padding-top:1.5rem !important; }
.pt-6{ padding-top:2rem !important; }
.pt-7{ padding-top:2.25rem !important; }
.pt-8{ padding-top:2.5rem !important; }
.pt-9{ padding-top:5rem !important; }
.pt-10{ padding-top:10rem !important; }

.pb-0{ padding-bottom:0 !important; }
.pb-1{ padding-bottom:0.25rem !important; }
.pb-2{ padding-bottom:0.5rem !important; }
.pb-3{ padding-bottom:1rem !important; }
.pb-4{ padding-bottom:1.25rem !important; }
.pb-5{ padding-bottom:1.5rem !important; }
.pb-6{ padding-bottom:2rem !important; }
.pb-7{ padding-bottom:2.25rem !important; }
.pb-8{ padding-bottom:2.5rem !important; }
.pb-9{ padding-bottom:5rem !important; }
.pb-10{ padding-bottom:10rem !important; }


.MS-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#myReciept .modal-content{
    border:3px solid #e0772a;
    border-radius: 0;
    overflow-x: hidden;
}
.MS-header img{
    width:150px;
}
#myReciept h3.title{
    padding: 20px;
    background: #ececec;
    font-size: 20px;
    font-weight: 700;
    margin: 10px -15px 21px;
}

#myReciept h3.subtitle{
    margin-bottom: 20px;
}
#myReciept h4{
    font-size: 15px;
    font-weight: 600;
}
#myReciept .close-btn{
    font-size: 25px;
    margin-top: -12px;
    position: absolute;
    right: -15px;
    top: 0;
    background: #e0772a;
    border-bottom-left-radius: 80%;
    padding: 9px 19px 8px 13px;
    color: #fff;
}
#myReciept .modal-dialog{
    transform: translate(0, 18%);
}
















a{
	text-decoration: none;
}
.text-white {
	color: #fff !important;
}
.text-dark {
	color: #222 !important;
}
.flow-scroll{
	overflow: scroll;
}
.flow-auto{
	overflow: auto;
}
.pointer{
	cursor: pointer;
}
.round-0{
	border-radius: 0 !important;
}

.border-0{
	border:0 !important
}
.border{
	border:1px solid #ddd;
}
.btn{
    border-radius: 2px !important;
}

.btn-success {
    color: #288a62 !important;
    background-color: #caffe4 !important;
    border-color: #42a67d !important;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn-info {
    color: #5bc0de !important;
    background-color: #d0f4ff !important;
    border-color: #46b8da !important;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
}

.btn-primary{
    color: #337ab7 !important;
    background-color: #d4ebff !important;
    border-color: #97b7d3 !important;
}
.btn-primary:hover{
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}
.btn-danger {
    color: #d9534f !important;
    background-color: #ffd9d8 !important;
    border-color: #d43f3a !important;
}
.btn-danger:hover{
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    border: none;
	/* overflow-x: hidden; */
    margin-bottom: 30px;
}
.card .card-header {
    background-color: transparent;
    border-bottom: none;
	padding: 1.25rem 1rem;
}
.card .card-header h5 {
    margin: 0;
    color: #505458;
    font-size: 14px;
    font-weight: 500;
	margin-right: 10px;
    display: inline-block;
    line-height: 1;
}
.card .card-header span {
    color: #919aa3;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.card .card-header .card-header-right {
    border-radius: 0 0 0 7px;
    right: 10px;
    top: 18px;
    display: inline-block;
    float: right;
    padding: 7px 0;
    position: absolute;
}
.card .card-header .card-header-right .card-option {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
    display: inline-block;
}
.card .card-header .card-header-right a {
    margin: 0 8px;
    cursor: pointer;
    font-size: 13px;
    color: #919aa3;
    line-height: 1;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1rem;
	min-height: 35px;
}
.card .card-footer {
	padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: none;
}

.card-primary{
	border:1px solid #85aac9;
}
.card-primary .card-header{
	background-color: #daeeff;
}
.card-primary .card-header h5{
	color:#4682b4
}
.card-primary.linear{
	background:#ffffff;
}

.card-success {
    border: 1px solid #87ceb1;
}
.card-success .card-header {
    background-color: #caffe4;
}
.card-success .card-header h5 {
    color: #2c9b6d;
}

.card-info {
    border: 1px solid #8aced5;
}
.card-info .card-header {
    background-color: #c0f9ff;
}
.card-info .card-header h5 {
    color: #2099af;
}

.card-danger {
    border: 1px solid #d88181;
}
.card-danger .card-header {
    background-color: #ffcece;
}
.card-danger .card-header h5 {
    color: #c62d2d;
}

.card .card-header .card-header-right a{
	color:#151615
}
.card.tabs .card-header{
	padding-bottom: 0;
    margin-bottom: 5px;
	border-bottom:1px solid #6cb48f;
}
.card.tabs .card-header .card-header-right
{
	padding:0
}
.card.tabs .nav-tabs{
	border:0 !important;
}
.card.tabs .card-header .nav>li>a:focus, 
.card.tabs .card-header .nav>li>a:hover {
    text-decoration: none;
    background-color: #b5ffd9;
    border: 1px solid #6cb48f !important;
    border-bottom: 0 !important;
	color:#1a7446 !important
}
.card.tabs .card-header .active {
    background-color: #4cba81;
    color: #ffffff !important;
    border-color: #4cba81 !important;
    border-bottom: 0 !important;
}


.profile{
	text-align: center;
}
span.new{  
	font-weight: bold;
    font-size: 11px;
    background: #ff1919;
    color: #404e67;
    float: right;
    border-radius: 4px;
    padding: 0 4px;
    position: relative;
}
.dashboard-info{
	display:flex;
	align-items: stretch;
}
.dashboard-info>.number{
	flex:1;
	font-size: 26px;
	text-align: center;
}
.dashboard-info>.details{
	flex:1;
	flex-grow: 5;
	display: flex;
	align-items: center;
	justify-content: end;
}
.dashboard-icon a:hover,
.dashboard-icon a{
	text-decoration: none;
}
.font-sm-1{
	font-size: 12px !important;
}
.font-sm-2{
	font-size: 14px !important;
}
.font-sm-3{
	font-size: 16px !important;
}
.font-sm-4{
	font-size: 18px !important;
}
.font-sm-5{
	font-size: 20px !important;
}
.font-lg-1{
	font-size: 22px !important;
}
.font-lg-2{
	font-size: 24px !important;
}
.font-lg-3{
	font-size: 26px !important;
}
.font-lg-4{
	font-size: 28px !important;
}
.font-lg-5{
	font-size: 30px !important;
}

@media(max-width:768px)
{
	.card.tabs .card-header .card-header-right{
		position: relative;
		top:0;
		float:none;
		display:block;
	}
}