/* ========================================================
*
* Custom Styles - to override the bootstrap and template's styles
*
* ======================================================== */

/*Bootstrap - overrides*/
.vendor-enrollment-bg-success {
    color: #fff !important;
    background: #49B045 !important;
    /*margin: 4px 10px;*/
    padding: 3px 7px 5px 6px;
    border-radius: 100px;
}

.vendor-enrollment-bg-warning {
    color: #fff;
    background-color: #FEC10E;
    /*margin: 4px 10px;*/
    padding: 3px 7px 5px 6px;
    border-radius: 100px;
}

.vendor-enrollment-bg-danger {
    color: #fff !important;
    background-color: #CA051E !important;
    /*margin: 4px 10px;*/
    padding: 3px 7px 5px 6px;
    border-radius: 100px;
}

.vendor-enrollment-bg-secondary {
    color: #fff !important;
    background: #7f8081 !important;
    /*margin: 4px 10px;*/
    padding: 3px 7px 5px 6px;
    border-radius: 100px;
}

.application-highlight td {
    background-color: #f8ed1d !important;
}

.application-bold td {
    font-weight: bold !important;
}

.vendor-enrollment-bg-dark {
    color: #fff !important;
    background: #000000 !important;
    margin: 4px 10px;
    padding: 3px 7px 5px 6px;
    border-radius: 100px;
}