/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
d
button.actionbutton{
    background: #683e09 !important;
    color:#fff !important;
}
.tmenusel{background:#000 !important}
div.tmenudiv{background: #14246f !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.login_block{background: #14246f !important;}
.badge-status1 {
    color: #ffffff !important;
    background-color: #d35920 !important;
}
div.fiche > table.table-fiche-title:first-of-type div {
    color: #14246f !important;    font-weight: 600 !important;}
button.calcbutton{
    background-color: #14246f;
}
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(360deg, rgb(240, 240, 240) 52%, rgb(20 45 126) 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;

}
#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
    background: #212529 !important;}