html {
    height: 100%;
}

body {
    background-image: url("/pictures/main/cavilam_logo_bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.border-alert-red {
    border: 4px dashed red;
}

.paiementButton {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.paiementButton :hover {
    text-decoration: none;
    cursor: pointer;
}

.addpaiement {
    cursor: pointer;
}

.addproduit {
    cursor: pointer;
}

.adddocuments {
    cursor: pointer;
}

.boxred {
    height: 10px;
    margin: auto;
    background-color: #db003c;
}

.boxblue {
    height: 10px;
    margin: auto;
    background-color: #023769;
}

.redcavilam {
    background-color: #db003c;
    color: white;
}

.bluecavilam {
    background-color: #023769 !important;
    color: white !important;
}

.blue2cavilam {
    background-color: #5499C7;
    color: white;
}

.btn-redcavilam {
    background-color: #db003c;
    color: white;
}

.btn-redcavilam:hover {
    background-color: rgba(219, 0, 58, 0.8);
    color: white;
}

.btn-bluecavilam {
    background-color: #023769;
    color: white;
}

.btn-bluecavilam:hover {
    background-color: rgba(2, 55, 105, 0.8);
    color: white;
}

.btn-blue2cavilam {
    background-color: #5499C7;
    color: white;
}

.btn-blue2cavilam:hover {
    background-color: rgba(84, 153, 199, 0.8);
    color: white;
}

.btn-admincavilam {
    background-color: #E67E22;
    color: white;
}

.btn-admincavilam:hover {
    background-color: rgb(230, 126, 34, 0.8);
    color: white;
}

.btn-greycavilam {
    background-color: #566573;
    color: white;
}

.btncavilam {
    border-color: black !important;
}

.alertrouge {
    background-color: #db003a98 !important;
    color: white !important;
}

.brand_logo {
    margin: auto;
}

.title {
    text-decoration: none;
    color: black;
}

dialog {
    position: fixed;
    z-index: 1;
    width: 700px;
    border: 2px solid #cccdce;
    border-radius: 1rem;
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.1);
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}

.borneDialog .textInfo {
    font-size: 35px;
    margin: 20px;
}