/**
 * Birthday Manager Admin Styles
 */

.bm-status {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.bm-status-new {
    background: #f0f0f0;
    color: #666;
}

.bm-status-contacted_45,
.bm-status-contacted_30,
.bm-status-contacted_14,
.bm-status-contacted_7 {
    background: #fff3cd;
    color: #856404;
}

.bm-status-engaged {
    background: #cfe2ff;
    color: #084298;
}

.bm-status-booked {
    background: #d1e7dd;
    color: #0f5132;
}

.bm-status-completed {
    background: #d1e7dd;
    color: #0f5132;
}

.bm-status-lost {
    background: #f8d7da;
    color: #842029;
}

.bm-filters {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.bm-filters select,
.bm-filters input[type="text"] {
    margin-right: 10px;
}

/* Fix submit button positioning */
#poststuff .submit {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

