.nppayment-container {
    display: inline-block;
    position: relative;
  	padding-right: 15px;
    padding-left: 15px;
    white-space:nowrap;
    color: #153a59;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

/* Hide the browser's default checkbox */
.nppayment-container input {
    position: relative;

}
@media (min-width: 1024px) {
  .form-element-icon.datepicker.date_of_birth .glyphicon {
    
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .form-element-icon.datepicker.date_of_birth .glyphicon {
    top: 30px;
  }
}

#testModeText{
  position: relative;
  background-color: #0080c9;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 8px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.8px;
  border-radius: 5px 5px 5px 5px;
  transition: transform 0.5s ease 0.5s;
  animation: novalnet-test-mode-blinker 2s linear infinite;
  font-weight: bold;
  float:right;
  }
  
  @keyframes novalnet-test-mode-blinker {
  50% {
  opacity: 0;
  }
  }
  
  #guaranteeAccountIban {
  text-transform: uppercase;
  }
  
  #guaranteeAccountBic {
    text-transform: uppercase;
  }

  .novalnet-info-box{
  position:relative;
  width: auto;
  height: auto;
  background: content-box;
  font-size: 14px;
  color: #333;
  margin: 20px 0px;
  padding:1em;
  border-left: 5px solid #0080c9;
  box-shadow: 0 0 8px 0px rgba(0,0,0,.4);
  }
  
  .novalnet-hide {
      display: none;
  }
  
  .novalnet-challenge-window-overlay {
      position: fixed;
      width: 100%;
      height: 100% ! important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.5);
      z-index: 9999;
      cursor: pointer;
  }

span label[for="novalnetCreditCard"] {
    font-weight: bold;
    padding-left: 0.25rem;
}
  