/* Style CRM Buttons */
.crm-public div.crm-submit-buttons {
 margin-top: 10px;
}

.crm-public div.crm-submit-buttons input {
 background-color: #5A4099;
}

.crm-public div.crm-submit-buttons input:hover {
 background-color: #83D0CA;
}

.crm-public span.crm-button i.crm-i {
 display: none;
}

/* Styles for credit card payment logos */
.crm-container .credit_card_type-section .crm-credit_card_type-icons a {
  display: block;
  float: left;
  width: 50px;
  height: 30px;
  background: url(/wp-content/plugins/civicrm/civicrm/i/creditcard-icons.png) no-repeat 0 0 transparent;
  text-indent: -20000px;
  margin-right: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid #FFFFFF;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-visa {
  background-position: -50px 0;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-mastercard {
  background-position: -100px 0;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-amex {
  background-position: -150px 0;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-discover {
  background-position: -200px 0;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-jcb {
  background-position: -250px 0;
}

.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-unionpay {
  background-position: -300px 0;
}

.crm-container .cvv2-icon {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: url(/wp-content/plugins/civicrm/civicrm/i/creditcard-icons.png) no-repeat 0 0 transparent;
}

/* CiviCRM styles */
.select2-container .select2-choice,
.select2-default {
    min-height: 40px;
}

a.empowered-by-link,
a.empowered-by-link:hover,
.select2-container a:hover,
.select2-container a {
 box-shadow: none;
}

body #crm-container.crm-public input[type="text"], body #crm-container.crm-public input[type="password"], body #crm-container.crm-public input[type="email"], body #crm-container.crm-public select {
 max-width: 230px;
}

body #crm-container input#cvv2 {
 width: 100px;
 display: inline-block;
}

#civicrm-footer.crm-public-footer {
 border-top: none;
}

.crm-public div.select2-container.big {
 width: 230px !important;
}

.crm-public label {
 display: inline-block;
}

.crm-public div#pricevalue.calc-value {
 display: block !important;
}

/* Inputs */
div.crm-container.crm-public input {
 width: inherit;
}
/*Style Guestbook: https://civi.thyca.org/civicrm/guestbook/ */
.civicrm-guestbook #contact-record-cancer-types-14 {
  border: none;
  list-style-type: none;
}

.civicrm-guestbook #bootstrap-theme .radio-inline input[type="radio"] {
  margin-left: -35px;
}

.civicrm-guestbook #bootstrap-theme label.crm-af-field-label {
 margin-top: 15px;
}

.civicrm-guestbook p.af-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

