.btn-rw {
    background-color: #74B843;
    color: #FFF;
    border-color: #74B843;
}

.btn-rw:hover, .btn-rw:focus, .btn-rw:active, .btn-rw.active {
    background-color: #FFF !important;
    color: #74B843 !important;
    border-color: #74B843 !important;
}

.btn-rw:disabled, .btn-rw[disabled] {
    background-color: #a8d48a;
    border-color: #a8d48a;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-xs {
    padding: 0.15rem 0.4rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.text-rw {
    color: #74B843 !important;
}

.bg-rw {
    background-color: #74B843 !important;
    color: #FFF;
}

tr[style*="cursor:pointer"]:hover td {
    background-color: rgba(116, 184, 67, 0.08);
}

/* Modern table */
.rw-table-wrap {
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}

.rw-table-wrap .table {
    margin-bottom: 0;
}

.table-rw thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #74B843;
    color: #6c757d;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.table-rw td {
    border-color: #f0f0f0;
}

.table-rw tbody tr:last-child td {
    border-bottom: 0;
}
