/*  CEDC STYLES     
Description: CEDC styling standards UI/UX
Last Updated: 12/18/2024 - mbelcher
*/



/* BUTTONS (Primary, Secondary, Ghost, and so on) */

/*  Primary button  */
.btn-primary-cedc {
    background-color: #0E426D !important;
    color: #fff !important;
    border: 3px solid #0E426D !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding: 0.9em 2em !important;
}

    .btn-primary-cedc:hover {
        background-color: #1F597D !important;
        border: 3px solid #1F597D !important;
    }

.btn-primary-cedc-left {
    float: left !important;
    background-color: #0E426D !important;
    color: #fff !important;
    border: 3px solid #0E426D !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding: 0.9em 2em !important;
}

    .btn-primary-cedc-left:hover {
        background-color: #1F597D !important;
        border: 3px solid #1F597D !important;
    }


/*  Secondary button  */
.btn-secondary-cedc {
    background-color: #FFF !important;
    color: #0E426D !important;
    border: 3px solid #0E426D !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding: 0.9em 2em !important;
}

    .btn-secondary-cedc:hover {
        background-color: #FFF !important;
        border: 4px solid #0E426D !important;
        color: #0E426D !important;
        padding: 0.8em 2em !important;
    }


.btn-secondary-cedc-left {
    float: left !important;
    background-color: #FFF !important;
    color: #0E426D !important;
    border: 3px solid #0E426D !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding: 0.9em 2em !important;
}

    .btn-secondary-cedc-left:hover {
        background-color: #FFF !important;
        border: 4px solid #0E426D !important;
        color: #0E426D !important;
        padding: 0.8em 2em !important;
    }


/*  Ghost button  */
.btn-ghost-cedc {
    background-color: #FFF !important;
    color: #0E426D !important;
    border: none;
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding: 0.9em 2em !important;
}

    .btn-ghost-cedc:hover {
        background-color: #FFF !important;
        color: #0E426D !important;
        border: none;
        padding: 0.8em 2em !important;
    }


.btn-ghost-cedc-left {
    float: left !important;
    background-color: #FFF !important;
    color: #0E426D !important;
    border: none;
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding: 0.9em 2em !important;
}

    .btn-ghost-cedc-left:hover {
        background-color: #FFF !important;
        color: #0E426D !important;
        border: none;
        padding: 0.8em 2em !important;
    }

/* Data Tables Actions column (Edit, Delete, and so on) */
.actionsColumnHeader {
    text-align: center;
}

.actionsColumn {
    text-align: center;
}



/* Temp classes for testing "159182_(Update_screens_and_add_instructions_on_how_processors_add_products_2)"
    - will change to sitewide classes when UI / UX is approved for entire site; see Bootstrap Modals CSS section  */


.modal_Title {
    color: #fff !important;
}

.modal_Close {
    color: #fff !important;
}





/* [Bootstrap Modals CSS] - Note: these classes will change settings for ALL MODALS SITE WIDE */
/*.modal-dialog .modal-content .modal-header {
    background-color: #0E426D !important;
    color: #fff !important;
}

    .modal-dialog .modal-content .modal-header button.close {
        color: #fff !important;
        padding: 1.3rem 1rem !important;
    }*/

/*.modal-dialog .modal-content .modal-footer .btn-primary-cedc {
    margin-left: auto !important;
}*/

/*.modal-dialog .modal-content .modal-body {
    
}  */

/*.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /* overflow: hidden; */
/*}*/