/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
button.actionbutton{
    background: #683e09 !important;
    color:#fff !important;
}
button.calcbutton{
    background-color: #f7981d;
}
button.calcbutton2 {
    color: #fff;
    background-color: #000;
}
.topnav {
    background: rgb(0 102 170);
    overflow: hidden;
    height: 100%;
}
.bodytakepos {
    background-color: #f2f4f6;
}
tr,td {
    background-color: #fff !important;
}
tr.selected, tr.selected td {
    background-color: #f2f4f6 !important;
}
.divempty{
    margin-bottom: 2px !important;
    border-radius: 10px;
}
.productprice {
    background: rgb(217 46 38);font-size: 10px !important;
}
.posinvoiceline td {
    height: 30px !important;
}
table.postablelines tr td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#prodiv22,#prodiv23{
    background: #de473e;color: #fff;
    border-radius: 10px;
}
div.wrapper2{
    border-radius:10px;overflow:hidden;
    padding:10px;
}
button.calcbutton.poscolorblue::after {
    background-color: #0066aa;
    content: "ER";
}
.poscolorblue::before {
    background-color: #0066aa;
    content: "EFFA";
}
button.calcbutton2.poscolordelete::after {
    background: rgb(255, 188, 185);
    color: #633;
    content: 'Supp Ligne';
}
.fa-trash{
    display:none !important;
}
td.left>.fa-cube{color: #de473e !important;}
div.description_content {
  background:#56a2d538;
    font-size: 12px !important;
}
.topnav {
    background: #212529 !important;
}
.login_center{
    background: linear-gradient(120deg, rgb(240, 240, 240) 52%, rgb(234 156 64) 52.1%) !important;
}
.login_table{ box-shadow:none !important}
#login-submit-wrapper>.button{
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 10px !important;

}