td .use_bank_portal::after { 
	content: "\f11f"!important; 
}
td .npintesa_void::after { 
	content: "\f117"!important; 
}
td .npintesa_capure::after { 
	content: "\f316"!important; 
}

td .npintesa_refund::after {
	content: "\f317"!important;
}

td .npintesa_refresh::after { 
	content: "\f463"!important; 
}


.use_bank_portal { 
	
}

.npintesa_void { 
	
}

@keyframes blinker {
  50% {
    opacity: 0.7;
  }
}

.npintesa_capure { 
	background:#ff7600!important;
	animation: blinker 1s linear infinite;
}

.npintesa_refund {
	
}

.npintesa_refresh { 
	
}

.npintesa_button i{
	line-height: 150%;
}

.npintesa_wait{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(28, 71, 95, 0.7);
	z-index: 999999;
	background-repeat:no-repeat;
	background-size: 100px;
	background-position: 50% 15%;
	text-align: center;
	overflow-y: auto;
	padding-bottom: 15px;
}

.npintesa_wait > p{
	color: #052348;
	text-align:center;
	font-size:16px;
	padding:10px;
	/* position: absolute; */
	width: 100%;
	z-index: 999;
	margin-top: 50px;
	text-shadow: 1px 1px 2px;
}

p.npintesa_wait_text{
	margin-top:30vh;
	position:relative;
	top:+90px;
}


.sk-folding-cube {
  margin: 20px auto;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.npintesa-op-response{
	width:460px;
	max-width:100vh;
	margin:10px auto;
	text-align:center;
	color:white;
	background-color: rgba(0,0,0,0.5);
	padding:15px;
	margin-top: 15vh;
}

.npintesa-op-response h3{
	color:white;
}

.npintesa-op-response p{
	line-height:13px;
	margin:0;
	text-align:left;
	font-size:12px;
}

.npintesa-op-capture-btn,
.npintesa-op-refund-btn,
.npintesa-op-close-btn{
	width:180px;
	margin:10px 10px;
	margin-bottom:50px;
	text-align:center;
	color:white;
	background-color:#052348;
	padding:15px;
	border:none;
	cursor:pointer;
	transition-property:background;
	transition-duration:0.5s;
}

.npintesa-op-capture-btn:hover,
.npintesa-op-refund-btn:hover,
.npintesa-op-close-btn:hover{
	background-color:#ad0648;
}

BODY.with-npintesa-wait-screen{
	overflow:hidden;
}

BODY.np_pending_pay_redirect {
	overflow:hidden;
}

BODY.np_pending_pay_redirect > *{
	display:none;
}

BODY.np_pending_pay_redirect:after{
	content:attr(redirect_message);
	display:block;
	text-align:center;
	margin-top:45vh;
	font-size:17px;
	font-style:italic;
}
