.ipay-payment-transaction-log,
.ipay-capture-transaction-log,
.ipay-void-transaction-log{
    background:rgba(0,0,0,0.1);
    padding:20px;
    line-height:15px;
    font-size:13px;
    border:1px dotted silver;
}

.ipay-payment-transaction-log p,
.ipay-capture-transaction-log p,
.ipay-void-transaction-log p{
    margin:0;
}

.ipay_allow_hosteddataid{
	background: rgba(191, 107, 3, 0.1);
    padding: 10px;
}

.ipay_allow_hosteddataid input[type="checkbox"]{
	position:relative;
	top:+3px;
	margin-top:5px;
	margin-bottom:5px;
}

.ipay-disclaimer{
	background: rgba(145, 187, 63, 0.1);
    padding: 10px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.cmd-ipay-charge,
.cmd-ipay-void,
.cmd-ipay-voidcof,
.cmd-ipay-capture{
	background: #E9538B!important;
	border-color: #8A170A!important;
	color: #ffffff!important;
	min-width: 140px;
	max-width: 160px;
	font-size: 11px!important;
	text-indent:0!important;
	padding: 2px!important;
	text-align: center!important;
	margin-left:4px!important;
	text-shadow:none!important;
	margin-bottom:2px!important;
}

span.cmd-ipay-charge{
	opacity:0.5;
}

.wc_actions .cmd-ipay-charge,
.wc_actions .cmd-ipay-void,
.wc_actions .cmd-ipay-voidcof,
.wc_actions .cmd-ipay-capture{
	line-height:1.8em!important;
}

.cmd-ipay-charge:hover,
.cmd-ipay-void:hover,
.cmd-ipay-voidcof:hover,
.cmd-ipay-capture:hover{
	box-shadow:2px 2px 5px gray;
}

.ipay_wait{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(202, 52, 105, 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;
}

.ipay_wait > p{
	color: #E31064;
	text-align:center;
	font-size:16px;
	padding:10px;
	/* position: absolute; */
	width: 100%;
	z-index: 999;
	margin-top: 50px;
	text-shadow: 1px 1px 2px;
}

p.ipay_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; 
  }
}

.ipay-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;
}

.ipay-op-response h3{
	color:white;
}

.ipay-op-response p{
	line-height:13px;
	margin:0;
	text-align:left;
	font-size:12px;
}

.ipay-op-close-btn{
	width:180px;
	margin:20px auto;
	margin-bottom:50px;
	text-align:center;
	color:white;
	background-color:#E31064;
	padding:15px;
	border:none;
	cursor:pointer;
	transition-property:background;
	transition-duration:0.5s;
}

.ipay-op-close-btn:hover{
	background-color:#ad0648;
}

BODY.with-ipay-wait-screen{
	overflow:hidden;
}

.ipay-user-manual{
	background:#effdb8;
	padding:15px;
	font-size:14px;
	font-weight:bold;
	color:#0b5f9a;
}

.ipay-user-manual a{
	text-decoration:none;
	color:#0b5f9a;
}