/* Removes Admin Login from NeonCRM URL */

div.neoncrm-admin-prompt,div.neoncrm-admin-prompt-detail  {
display: none;
}


/*Adjusts font size of "Don't have an account yet? Create account"*/

div.neoncrm-create-account {
font-size: 20px !important;
}

/*Hides +4 Zip and the +4 hyphen */
input[name="address.zipSuffix"], 
input[name="payment.creditCard.address.zipSuffix"], 
input[name="donation.acknowledgeInfo.address.zipSuffix"], 
input[name="address.zip"] + span.neonFieldText, 
input[name="donation.acknowledgeInfo.address.zip"] + span.neonFieldText, 
input[name="payment.creditCard.address.zip"] + span.neonFieldText { 
display: none !important; 
}

/* Changes Display Of Donation Levels On Template Copies */
 
.neoncrm-donation-levels {
    margin-bottom: 35px;
}
.neoncrm-donation-levels .neoncrm-radio-button { display: block; }
.neoncrm-donation-levels label.neoncrm-radio-label:hover { cursor: pointer; }
.neoncrm-donation-levels input[type="radio"] {display: none;}
.neoncrm-donation-levels input:checked + label {  }
 
 
.neoncrm-donation-levels label.neoncrm-radio-label {
    font-size: 18px;
    display: block;
    padding: 10px;
    margin: 5px;
    border: solid 2px transparent;
    border-radius: 2px;
    text-align: center;
    background-color: #ffaa00;
    color: white;
    max-width: 400px;
}
input#donation\.amount {
    font-size: 1.5em;
    padding: 6px 3px;
    max-width: 400px;
}
 
input#donation\.amount.neon2Field {
width: 500px;
margin-left: 5px;
}
.neoncrm-button:hover,
input[type="button"]:hover, input[type="submit"]:hover,
.neoncrm-donation-levels input:checked + label,
.neoncrm-donation-levels label.neoncrm-radio-label:hover,
.sfp-button:hover {
    background-color: #fff;
    color: #213243;
    border-color: #213243;
    cursor: pointer;
}
