/* REMPLACEMENT VALEUR LIBRARY */

/* JQUERY UI */

.ui-widget {
    z-index: 100000 !important;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-datepicker {
    max-height: none !important;
}

/* END JQUERY UI */

/* MODAL */

.modal-dialog {
    max-width: 90% !important;
    margin: auto !important;
}

.modal {
    z-index: 30000;
    overflow: auto;
}

.modal-header h5 {
    color: white;
}

.close {
    color: white;
}

/* END MODAL */

/* TOAST */

.jq-toast-wrap {
    z-index: 200000 !important;
}

.toast_content p {
    text-align: center;
}

/* END TOAST */

/* BUTTOM */

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.btn-primary {
    border-color: #990000 !important;
}

/* END BUTTOM */

/* INPUT */

.input-group-prepend, .input-group-append {
    padding: 0;
}

.input-group-text p {
    margin-right: 5px;
}

.input-group-prepend span, .input-group-append span, .input-group-prepend label {
    width: 100%;
    display: block;
}

/* END INPUT */

/* CARD */

.card-header .card-title {
    color: white;
    margin: 0;
}

/* END CARD */

/* CK EDITOR */

.cke_panel {
    z-index: 800000 !important;
}

.breadcrumb-item {
    text-transform: capitalize;
}

/* DATATABLE */