.first-data-form .form-item-cardnumber {
   /* width: 325px;*/
}

.first-data-form label {
  padding-left: 0px !important;
  font-family: "NewBaskervilleW01-Roman", serif !important;
  border: none !important;
}

.first-data-form label:hover {
  background-color: #fff !important;
}

.first-data-form select#expmonth {
  width: 15%;
  display: inline;
  margin-right: 0px;
  border: 1px solid #000;
}

.first-data-form select#expyear {
  width: 20%;
  display: inline;
  border: 1px solid #000;
}

.first-data-form input#cvm {
  width: 15%;
}

/*.first-data-form input#fd-submit {
  color: #fff;
  border: 0px solid #b92d32;
  margin-top: 20px;
  background-color: #F6F5F4;
  cursor: not-allowed;
  color: #d0cfce;
}*/

.first-data-form span.fd_error_msg {
  color: #b92d32;
}

.first-data-form span.fd_what_full {
  left: 45px;
  position: relative;
  display: inline-block;
  background-image: url(/profiles/marine/modules/custom/yachts_payments/css/img/non_amex_card.svg);
  background-repeat: no-repeat;
  width: 130px;
  height: 90px;
  font-size: 0px;
  background-color: #F5F4F2;
  border: 1px solid #D0CDC5;
  background-position: center;
  margin-bottom: -70px;
}

.first-data-form a.fd_what_is {
  font-weight: bold;
  cursor: pointer;
}

.first-data-form span.fd_close {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  left: 118px;
  bottom: 0px;
  color: #b92d32;
  cursor: pointer;
}

.first-data-form button[disabled], html input[disabled] {
  cursor: not-allowed !important;
  background-color: #f5f4f2 !important;
  color: #d4d4d8 !important;
  border: none !important;
}

.first-data-form input[type="submit"] {
  color: #fff;
  border: none;
  background-color: white;
  height: 4.2rem;
  min-width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 3px;
  font-weight: bold;
  background-color: #b92d32;
  margin-top: 20px;
}


/* -------------- Partial payment form styling ------------------ */

.partial-payments {
  padding: 10px;
  border: 1px solid #edece9;
}
.partial-payments label {
  padding-left: 0px !important;
  font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
  border: none !important;
}

.partial-payments label:hover {
  background-color: #fff !important;
}

.partial-payments select#expmonth {
  width: 20%;
  display: inline;
  margin-right: 0px;
  border: 1px solid #000;
}

.partial-payments select#expyear {
  width: 25%;
  display: inline;
  border: 1px solid #000;
}

.partial-payments input#cvm {
  width: 20%;
}

/*.first-data-form input#fd-submit {
  color: #fff;
  border: 0px solid #b92d32;
  margin-top: 20px;
  background-color: #F6F5F4;
  cursor: not-allowed;
  color: #d0cfce;
}*/

.partial-payments span.fd_error_msg {
  color: #b92d32;
}

.partial-payments span.fd_what_full {
  left: 45px;
  bottom: 50px;
  position: relative;
  display: inline-block;
  background-image: url(/profiles/marine/modules/custom/yachts_payments/css/img/non_amex_card.svg);
  background-repeat: no-repeat;
  width: 130px;
  height: 90px;
  font-size: 0px;
  background-color: #F5F4F2;
  border: 1px solid #D0CDC5;
  background-position: center;
  margin-bottom: -70px;
}

.partial-payments a.fd_what_is {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.partial-payments span.fd_close {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  left: 118px;
  bottom: 0px;
  color: #b92d32;
  cursor: pointer;
}

.partial-payments button[disabled], html input[disabled] {
  cursor: not-allowed !important;
  background-color: #f5f4f2 !important;
  color: #d4d4d8 !important;
  border: none !important;
}

.partial-payments input[type="submit"] {
  color: #fff;
  border: none;
  background-color: white;
  height: 4.2rem;
  min-width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 3px;
  font-weight: bold;
  background-color: #b92d32;
  margin-top: 20px;
  width: 100%;
}

.partial-payments .form-item-expdate {
  margin-top: 20px;
}

