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

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

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

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

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

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

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

.driver_application_preview_image {
    max-width: 178px;
    width: 178px;
    max-height: 122px;
    height: 122px;
}

.driver-application-modal-body {
    padding: 10px 12px 100px 12px;
}

.driver_application_cursor_pointer {
    cursor: copy;
}

.driver-enrollment-btn-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
    margin-right: 3px;
}

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