.warning-orders {
    margin-top: 20px;
    padding: 20px;
    border: lightgrey 1px solid;
    border-left: blue 2px solid;
    background: #fcfcfc;
    /* color: red; */
    font-size: 1.1em;
}

.info-orders {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 66%;
    padding: 20px;
    border: lightgrey 1px solid;
    border-left: darkgreen 2px solid;
    background: #fcfcfc;
    color: #008abb;
    font-size: 1.1em;
}

thead {
    color: white;
}

table.dataTable thead {
    background-color: #008abb;
}

#table_porteurs_filter label,
#table_porteurs_filter label input::placeholder,
#table_invoices_filter label,
#table_invoices_filter label input::placeholder {
    color: #008abb;
}

table.dataTable tbody tr.even {
    background-color: #dddddd;
}

#table_invoices {
    width: 500px;
}

#footer {
    color: white;
}

#footer p,
#footer a {
    margin: 0;
}

#footer .privacy-policy-link {
    float: left;
}

#privacy-policy-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    background: grey;
    width: 100vw;
    padding: 50px;
    font-size: 20px;
}

#privacy-policy-popup div:first-child {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: middle;
    text-align: left;
}

#privacy-policy-popup div:last-child {
    display: inline-block;
    width: 150px;
}

#privacy-policy-popup #privacy-policy-accept {
    padding: 10px 20px;
    background-color: darkslategrey;
    border: darkslategrey;
    border-radius: 5px;
}

button[class$="_del_row"] {
    font-size: 8px;
    font-weight: bold;
}

[id^="boutons_calcul_"] .btn-img {
    height: 48px;
    margin: 0px 5px;
}
