td.field-mageid.nowrap {
    font-weight: 300 !important;
    color: red
}

.navbar-brand.abs {
    font-size: 1.8em;
}

.tr-totaux {
    border-style: none !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

/* for collapse table in order reports */
.hiddenRow {
    padding: 0 !important;
}

label {
    display: inline-block;
    color: #7a9393;
}

.ax-opacity {
    opacity: 0.8 !important;
    /* background-color: transparent !important; */
    /* background-color: rgba(255, 255, 255, 0.8) !important; */
}

body {
    background-image: url("/media/interface/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;

}

#sidebarMenu {
    /* background-color: transparent !important; */
    background-color: rgba(255, 255, 255, 0.6) !important;
}

#sidebarMenu a {
    /* background-color: transparent !important; */
    color: rgb(159, 67, 34) !important;
}

.card-title {
    color: rgb(159, 67, 34) !important;
}


th {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.war-alert-out {
    display: inline-block;
    width: 70%;
    height: 8%;
    margin: auto;
    text-align: center;
    padding: 5;
    background-color: rgba(255, 0, 0, 0.3);
    /* red with opacity */
}


.table-danger {
    --bs-table-bg: rgba(251, 158, 166, 0.7);
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-success {
    --bs-table-bg: rgba(143, 204, 176, 0.7);
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

td>.text-info {
    color: #19535e !important;
}

.text-primary {
    color: #1973f9 !important;
}

.text-secondary {
    color: #706d6d !important;
}