.merchant-fee-control {
    position: relative;
}

.merchant-fee-control .mfc-expense-id {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.merchant-fee-control .mfc-expense-id.editable {
    background-color: #fff;
    border-color: #CCC;
}

.merchant-fee-control .mfc-amount {
    font-size: .875rem;
    color: #27282A;
    font-weight: 500;
}

.merchant-fee-control .mfc-instruction {
    font-size: .8rem;
    color: #6c757d;
}

.merchant-fee-control .mfc-btn-icon {
    background: none;
    border: none;
    padding: 0 .35rem;
    line-height: 1;
    cursor: pointer;
}

.merchant-fee-control .mfc-btn-icon i.active {
    color: #FF4A11;
}

.merchant-fee-control .mfc-btn-icon i.inactive {
    color: #cccccc;
    cursor: default;
}

.merchant-fee-control .mfc-btn-icon:disabled i {
    color: #cccccc !important;
    cursor: not-allowed;
}

/* When portaled to <body>, modal must sit above the fixed paywall-header (z-index:5000) */
body > .modal {
    z-index: 6010;
}

body > .modal-backdrop {
    z-index: 6009;
}
