/* FUND MANAGEMENT MODIFICATIONS */

/* removes extra space when this class is applied to a page */
.columnBlockLayout {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

/* donation page styling*/
.rsm-payment-options>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-default:active, .btn-default.active {
    background-color: #dbd9d6;
    border-color: #949494;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.rsm-payment-options > .btn {
    border-radius: 25px;
    min-width: 15rem;
}
.rsm-payment-options > .btn-default {
   color: #333;
   border-color: #949494;
}
.panel-default>.panel-heading {
    background-color: white;
}

.form-control {
    border: 1px solid #949494;
}

.rsm-payment-options > .btn-default:hover {
    color: #605e5c;
    background-color: #dbd9d6 !important;
    border-color: #949494;
}

label.form-check-label[for="ACH_Acknowledgment"]  {
    display: inline;
}

.form-control:focus {
    border: 1.5px solid black !important;
}