body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    font: inherit;
}

input,
select {
    width: 100%;
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

.newFormInput {
    color: black !important;
    background: transparent;
    vertical-align: middle;
}

.newFormInput.isDarkTheme {
    color: white !important;
    background: #2e2e2e;
}

.rbPaymentIframeInputVueComponent {
    color: #000;
    font-size: 16px;
    font-weight:400;
    padding-left: 14px;
    padding-right: 14px;
    background: none;
    box-sizing: border-box;
}
select.rbPaymentIframeInputVueComponent,
input.rbPaymentIframeInputVueComponent {
    width: 100% !important;
}

#cardNumber.rbPaymentIframeInputVueComponent {
    padding-left: 56.656px;
}

#cardIssuer.rbPaymentIframeInputVueComponent {
    position: absolute;
    pointer-events: none;
    top: 12px;
    left: 14px;
    height: 18px !important;
    padding: 0;
    margin: 0;

}

/* placeholder for new donation form */
.newFormInput::-moz-placeholder {
    /* Firefox 18- */
    color: #B3B3B3;
    opacity: 1;
    font-weight: 300;
    font-size: 14px;
    font-family: Lato, sans-serif !important;
}

.newFormInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #B3B3B3;
    opacity: 1;
    font-weight: 300;
    font-size: 14px;
    font-family: Lato, sans-serif !important;
}

.newFormInput:-ms-input-placeholder {
    color: #B3B3B3 !important;
    opacity: 1;
    font-weight: 300;
    font-size: 14px;
    font-family: Lato, sans-serif !important;
}

.newFormInput::-webkit-input-placeholder {
    color: #B3B3B3;
    opacity: 1;
    font-weight: 300;
    font-size: 14px;
    font-family: Lato, sans-serif !important;
}

.rbPaymentIframeInputVueComponent:-moz-placeholder {
    /* Firefox 18- */
    color: #b1b1b1;
    opacity:  1;
    font-size: 16px;
    font-weight:400;
}
.rbPaymentIframeInputVueComponent::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b1b1;
    opacity:  1;
    font-size: 16px;
    font-weight:400;
}
.rbPaymentIframeInputVueComponent:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b1b1;
    font-size: 16px;
    font-weight:400;
}
.rbPaymentIframeInputVueComponent::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b1b1b1;
    font-size: 16px;
    font-weight:400;
}
.rbPaymentIframeInputVueComponent::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b1b1b1;
    font-size: 16px;
    font-weight:400;
}
.rbPaymentIframeInputVueComponent::placeholder {
    /* Most modern browsers support this now. */
    color: #b1b1b1;
    font-size: 16px;
    font-weight:400;
}

.fancyArrow {
    /*exclude ie9 and lower*/
    padding-left: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-repeat: no-repeat !important;
    background-position: right 50% !important;
    background-image: url(/img/blackSelMod-w.png) !important;
    min-width: 40px;
}

.isDarkTheme.fancyArrow {
    background-image: url(/img/whiteSelMod-w.png)  !important;
}

.role-input {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.form-label {
    position: absolute;
    left: 2px;
    top: 20px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 12px;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: .75em;
}


.oldForm {
    width: 93% !important;
    margin: 0 auto !important;
}

.card-number-layout-table {
    width: 100%;
    border-spacing: 0;
}

.card-number-layout-cell {
    height: 100vh;
    padding: 0;
}

.card-number-layout-cell-issuer {
    width: 1px;
}

.card-number-layout-cell-input {
    position: relative;
}

.card-number-layout-cell-input input {
    direction: ltr;
}

#cardIssuer {
    height: 60%;
    vertical-align: middle;
    margin-right: 10px;
}

.hidden {
    display: none;
}
