.encrypted {
    color: #bdbdbd;
}
.frequency-radios .input__label {
    float: left;
    padding-left: 34px;
}
i.dollar {
    font-size: 27px;
    text-align: center;
    left: 16px;
    top: 14px;
}
#donationAmount {
    font-size: 28px;
    padding-top: 0px;
    height: 2em;
    padding-left: 1em;
    padding-left: 1.2em;
    padding-bottom: 0px;
}
.toggle-amount:last {
    padding-right:0;
}
.toggle-amount {
    width: calc(100%);
    font-size: 16px !important;
    background-color: #f5f5f5;
}
.toggles li:last-child {
    padding-right:0;

}
.toggles li {
    width: auto;
    display: table-cell;
    padding-right:10px;
}
ul.toggles {
    display: table;
    width: 100%;
}

#cc-icon {
	font-size:22px;
}

#cardNumber {
	padding-left: 3.2em;
}
.fa-cc-visa, .fa-cc-mastercard, .fa-cc-discover, .fa-cc-amex {
    color: #4a90e2;
}
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}
