/** ui_extra.css **/

:root {
    /* --primary: #321fdb; */
    --primary: #FF6E42;
}

a,
a:hover {
    /* color: #321fdb; */
    color: #FF6E42;
    text-decoration: none;
}

option:disabled {
    background: #ddd;
    font-style: italic;
}

.bg-primary {
    /* background-color: #321fdb !important; */
    /* background-color: # :root { --primary: #FF6E42 } .modal-primary .modal-header { background-color: #FF6E42 } !important; */
    background-color: #FF6E42 !important;
}

.text-primary {
    color: #FF6E42 !important;
}

/**  AJSUTEMENT LARGEUR COLONNE MENU - Debut **/
.c-sidebar {
    /* width: 256px; */
    width: 306px;
}

#nav-tab_cmdn {
    padding-left: 0px !important;
}

@media (min-width: 992px) and (min-width: 992px) {

    html:not([dir="rtl"]) .c-sidebar.c-sidebar-lg-show:not(.c-sidebar-right).c-sidebar-fixed~.c-wrapper,
    html:not([dir="rtl"]) .c-sidebar.c-sidebar-show:not(.c-sidebar-right).c-sidebar-fixed~.c-wrapper {
        /* margin-left: 256px; */
        margin-left: 306px;
    }
}

html:not([dir="rtl"]) .c-sidebar:not(.c-sidebar-right) {
    /* margin-left: -256px; */
    margin-left: -306px;
}

.form-control:focus {
    color: #768192;
    background-color: #fff;
    border-color: #FF6E42;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

/**  AJSUTEMENT LARGEUR COLONNE MENU - Fin **/

.modal-primary .modal-header {
    /* background-color: #321fdb; */
    background-color: #FF6E42;
}

.modal-info .modal-header {
    /* background-color: #321fdb; */
    background-color: #FF6E42;
}

.modal-info .modal-content {
    border-color: #FF6E42;
}

.modal-header,
.modal-header .close {
    padding: 0.5rem 1rem;
    line-height: 2em;
}

/** ----- SIDEBAR - DEBUT ----- **/
.c-sidebar {
    /* color: #fff; */
    /* background: #3c4b64; */
    color: #E8E8E7;
    background: #292524;
}

/**  PERSONNALISATION LOGO **/
.c-sidebar .c-sidebar-brand,
.c-sidebar .c-sidebar-header {
    /* background: rgba(0, 0, 21, 0.2); */
    background: #292524 url(../../../images/logoGroupeKardol.png) no-repeat center center;
    background-size: 40%;
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    /* color: #fff; */
    color: #E8E8E7;
}

.c-sidebar .c-sidebar-nav-link,
.c-sidebar .c-sidebar-nav-dropdown-toggle {
    /* color: rgba(255, 255, 255, 0.8); */
    color: #E8E8E7;
}

.c-sidebar .c-sidebar-nav-title {
    /* color: rgba(255, 255, 255, 0.6); */
    color: #E8E8E7;
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    /* background: rgba(255, 255, 255, 0.05); */
    background: #FF6E42;
    /* color: #222; */
    color: #fff;
}

.c-sidebar .c-sidebar-nav-link:hover,
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    /* background: #321fdb; */
    background: #FF6E42;
}

.c-sidebar .c-sidebar-nav-dropdown.c-show {
    /* background: rgba(0, 0, 0, 0.2); */
    background: rgba(255, 255, 255, 0.2);
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle {
    /* color: #fff; */
    color: #E8E8E7;
}

.c-sidebar-nav-link-danger {
    display: none;
}

.c-sidebar-brand-full {
    display: none;
}

.c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
    color: #E8E8E7 !important;
}

.c-sidebar-minimizer {
    display: none;
}

/** ----- SIDEBAR - FIN ----- **/

/** ----- HEADER - DEBUT ----- **/
.c-header {
    background: #FF6E42;
    border-bottom: 1px solid #ddd;
}

.c-header-nav .c-header-nav-item {
    /* display: none; YMO responsive */
}

.c-header-nav .c-header-nav-item-FORCE {
    display: contents !important;
    display: block;
    color: #eee;
}

/** ----- HEADER - FIN ----- **/

/** ----- FOOTER - DEBUT ----- **/

.c-footer {
    /* background: #3c4b64; */
    background: #292524;
    color: #E8E8E7;
}

/** ----- HEADER - FIN ----- **/

/** ----- BOUTON - DEBUT ----- **/
.btn-link {
    /* color: #321fdb; */
    color: #FF6E42;
}

.btn-primary,
.badge-primary {
    /* background-color: #321fdb; */
    /* border-color: #321fdb; */
    background-color: #FF6E42;
    border-color: #FF6E42;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #000;
    background-color: #ff8c6a;
    border-color: #ff8c6a;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    /* background-color: #2819ae; */
    /* border-color: #2517a3; */
    background-color: #ff6e42;
    border-color: #ff6e42;
}

.btn-primary.disabled,
.btn-primary:disabled {
    /* background-color: #321fdb; */
    /* border-color: #321fdb; */
    background-color: #00BCFE;
    border-color: #00BCFE;
}

.btn-info{
    background-color: #ff8c6a;
    border-color: #ff8c6a; 
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #ff6e42;
    border-color: #ff6e42;
}


/** ----- BOUTON - FIN ----- **/

/** ----- DIVERS - DEBUT ----- **/
#pendingOrdersCaption {

    padding:10px; 
    background-color: #afafaf;
}

.badge-info {
    /* display: none; */
    background-color: #444444;
}

a.badge-info {
    color: #fff;
    background-color: #FF6E42;
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #FF6E42;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #321fdb; */
    background-color: #FF6E42;
}

.page-link {
    /* color: #321fdb; */
    color: #FF6E42;
}

.page-item.active .page-link {
    /* background-color: #321fdb; */
    /* border-color: #321fdb; */
    background-color: #FF6E42;
    border-color: #FF6E42;
}

/** ----- DIVERS - FIN ----- **/

/** ----- LOADER - DEBUT ----- **/
#the_loader_wrapper {
    display: none;
    /*flex;*/
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    z-index: 10000;
    overflow: auto;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#the_loader_wrapper .the_loader {
    border: 8px solid #dddddd;
    /* Light grey */
    border-top: 8px solid #007CBE;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/** ----- LOADER - FIN ----- **/

.txtTitleGratuit {
    text-align: right;
}

.btnMarche {
    background-color: #e9835d;
    color: white;
    padding: 0px 5px;
    text-align: center;
    border-radius: 6px;
}

.btnOffres {
    background-color: #55C3AD;
    color: white;
    padding: 0px 5px;
    text-align: center;
    border-radius: 6px;
}

.btnPreco {
    background-color: #055F5D;
}

.btnPrecoDis {
    background-color: #b5bbbb;
    display: inline-block;
}

.btnPrecoOffre12 {
    background-color: #55C3AD;
}

.btnPrecoOffre12Dis {
    background-color: #b5bbbb;
    display: inline-block;
}

.btnOffre16 {
    background-color: #55C3AD;
}

.btnOffre16Dis {
    background-color: #b5bbbb;
    display: inline-block;
}

.btnPrecoOffre17 {
    background-color: #FECB32;
    color: black;
}

.btnPrecoOffre17Dis {
    background-color: #fddaae;
    color: black;
    display: inline-block;
}

.btnPrecoOffre13 {
    background-color: #ff8da1;
}

.btnPrecoOffre13Dis {
    background-color: #ff8da1;
    display: inline-block;
}

.btnPrecoOffre15 {
    background-color: #ABDBF3;
    color: black;
}

.btnPrecoOffre15Dis {
    background-color: #b5bbbb;
    display: inline-block;
    color: black;
}

/* FAU - C2 2025 - Offre 18 > Gel anti-imperfection */
.btnPrecoOffre18 {
    background-color: #1cb173;
};

/* FAU - C2 P2 2025 - Offre 21 - Précos cadeaux fin d'année */
.btnPrecoOffre21 {
    background-color: #005c0c;
}

.nbLivraisonsPossibles {
    font-size: 1.2em;
    font-weight: bold;
    color:dodgerblue;
}

.zoneImportante {
    background-color: #ddf0fb;
    font-weight: bold;
    padding: 10px 0;
}

.popover {
    max-width: 100%;
}

.hrPopover {
    min-width: 220px;
}

.popover p:first-child {
    max-width: 300px;
}

.cmdModifiee {
    background-color: #FEEFD0;
}

.infoBulleActivites {
    max-width: 500px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.infoBulleImageMarque {
    max-width: 550px;
    height: 150px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.NoteGenerale {
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.histoCmd {
    position: absolute;
    left: -15px;
    bottom: 0px;
}

.badgeMoisHisto {
    font-size: 1em;
}

.NoteGroupement {}

.NoteGroupement svg {
    width: 20px;
    margin-left: 10px !important;
}

.mw_type1 {
    width: 300px;
}

.login-brand {
    
    background: #ffffff url(/public/images/logoGroupeKardol.png) no-repeat center center;
    background-size: 100%;
}

.login-with-google-btn {
    width: 100%;
    display: inline-block;
    transition: background-color 0.3s, box-shadow 0.3s;
    color: #444;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: #EBEDEF;
    background-repeat: no-repeat;
    background-position: 12px 9px;
    text-decoration: none;
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}

.login-with-google-btn:active {
    background-color: #000000;
}

.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

/* Pharmacies en alert */

.tableAlertePartenaires td {
    height: 30px;
    padding: 5px;
    min-width: 30px;
    text-align: center;
}

.colGreen {
    background-color: #55C3AD;
    color: black;
}

.colYellow {
    background-color: yellow;
    color: black;
}

.colOrange {
    background-color: orange;
    color: black;
}

.colRed {
    background-color: red;
    color: white;
}

.colGrey {
    background-color: #ebedef;
    color: black;
}

.tableAlertePartenaires {
    border: 1px solid #d8dbe0
}

.tableAlertePartenaires td:hover {
    border: 1px solid gray;
    cursor: pointer;
}

.tableFixHead {
    overflow: auto;
    height: 400px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.tableclientsPharma th {
    font-weight: bold;
}

.tableclientsPharma td,
.tableclientsPharma th {
    border-right: 1px solid black !important;
    padding: 0 5px !important;
}

.tableclientsPharma td:last-child,
.tableclientsPharma th:last-child {
    border-right: none !important;
    padding-right: 0 !important;
}

.tableclientsPharma td:first-child,
.tableclientsPharma th:first-child {
    padding-left: 0 !important;
}

.tableclientsPharma td:nth-child(3) {
    text-align: center;
}

.tableclientsPharma td:nth-child(4) {
    text-align: center;
}

.tableclientsPharma td:nth-child(5) {
    text-align: right;
    white-space: nowrap;
}

.tableclientsPharma td:nth-child(6) {
    text-align: right;
    white-space: nowrap;
}

.tableclientsPharma td:nth-child(7) {
    text-align: center;
    white-space: nowrap;
}


/* Fin Pharmacies en alert */


.recapPanier {
    position: relative;
    transition: top 0.5s ease;
}

.recapPanier.fixed {
    position: sticky;
    top: 30px;
    z-index: 1000;
}

.recapActKpi {
    width: 150px;
}

.recapActKpiLink {
    border-bottom: 1px dashed black;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FF6E42;
}

/* Responsive */
.logoAccueil {
    max-width: 100%;
}

.breadcrumbImplantation::before {
    content: " - " !important;
}

.tableAlertePartenaires {
    width: 100%;
    /* border: 2px green solid; */
}

.center2d hr {
    max-width: 400px;
    width: auto !important;
}

.recapCAclient {
    float: right;
    position: absolute;
    right: 15px;
    left: 15px;
    top: -20px;
    list-style: none;
}

@media (min-width: 576px) {
    .table-responsive {
        display: table !important;
    }
}

/* LG et plus grand */
@media (min-width: 992px) {
    .recapCAclient {
        float: right;
        position: absolute;
        right: 15px;
        list-style: none;
        top: inherit;
        left: inherit;
    }
}

/* LG et plus petit */
@media (max-width: 991.75px) {
    .product_flag {
        bottom: initial !important;
        top: -10px;
    }

    .histoCmd {
        bottom: initial;
        top: 0;
    }

    .codearticle,
    .CodeCNK {
        display: inline;
    }

    .recapPanier {
        width: auto;
        position: inherit !important;
    }
}

/* SM et plus petit */
@media (max-width: 767px) {
    .product_flag {
        bottom: initial !important;
        top: -10px;
    }

    .histoCmd {
        bottom: initial;
        top: 0;
    }

    .codearticle,
    .CodeCNK {
        display: inline;
    }
}

.breadcrumb {
    /* display: inline; YMO pour ajout btn commande sur fiche client */
    width: 100%;
}

li.breadcrumb-item {
    display: inline !important;
}

.iconeKpiFilAriane {
    fill: #FF6E42;
    margin: 0 0 0 5px;
    vertical-align: bottom;
}

.blocUnePJ {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.blocUnePJ span {
    min-width: 30px;
    cursor: pointer;
}

/* Toast message */
.notifications {
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 1500;
}

.notifications :where(.toastMessage, .column) {
    display: flex;
    align-items: center;
}

.notifications .toastMessage {
    width: 400px;
    position: relative;
    overflow: hidden;
    list-style: none;
    border-radius: 4px;
    padding: 16px 17px;
    margin-bottom: 10px;
    background: white;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 21, 0.15) 0px 8px 16px 0px;
    border: 1px solid #d8dbe0;
}

.toastSupprime {
    font-size: 1.2em;
}

.notifications .toastMessage.hide {
    animation: hide_toast 0.3s ease forwards;
}

@keyframes hide_toast {
    0% {
        transform: translateX(-10%);
    }

    40% {
        transform: translateX(-5%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(calc(100% + 20px));
    }
}

.toastMessage::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        width: 0%;
    }
}

.toastMessage.success::before,
.btn#success {
    background: var(--success);
}

.toastMessage.error::before,
.btn#error {
    background: var(--danger);
}

.toastMessage.warning::before,
.btn#warning {
    background: var(--warning);
}

.toastMessage.info::before,
.btn#info {
    background: var(--info);
}

.toastMessage .column i {
    font-size: 1.75rem;
}

.toastMessage.success .column i {
    color: var(--success);
}

.toastMessage.error .column i {
    color: var(--danger);
}

.toastMessage.warning .column i {
    color: var(--warning);
}

.toastMessage.info .column i {
    color: var(--info);
}

.toastMessage .column span {
    font-size: 1.07rem;
    margin-left: 12px;
}

.toastMessage i:last-child {
    color: #aeb0d7;
    cursor: pointer;
}

.toastMessage i:last-child:hover {
    color: var(--dark);
}

@media screen and (max-width: 530px) {
    .notifications {
        width: 80%;
    }

    .notifications .toastMessage {
        width: 100%;
        font-size: 1rem;
        margin-left: 20px;
    }
}

/* Toast message */

.btnToutCocher {
    background-color: #4BC0C0;
    border-color: #4BC0C0;
}

.btnToutDecocher {
    background-color: #4BC0C0;
    border-color: #4BC0C0;
}

.btnToutValider {}

.badge-xl {
    font-size: 0.9em;
    padding: 0.4em 0.4em;
}

.popoverValMasse {
    max-width: 400px;
}

.form-control[readonly]:focus {
    background-color: #d8dbe0;
}

.ligneNonLivre {}

.lignePartLivre {
    color: #FF6E42;
}

.ligneLivre {
    color: #00C389;
}

/** theme.css **/

#CLIF .tab-content,
#CMDN .tab-content {
    background: transparent;
    border: transparent;
    padding: 0;
}

#CLIF .card-body,
#CMDN .card-body {
    background: white;
}

#CLIF .card-header,
#IG .card-body:last-child,
#ADD .card-body:last-child,
ZZ#CON .card-body:last-child,
#CMDN.card-header,
ZZ#GLR .card-body:last-child,
ZZ#GMPLR .card-body:last-child,
ZZ#OUT .card-body:last-child {
    margin-top: 15px;
}

/**
 * CMDN
 */
.cmdnstep2 {
    display: none;
}

#nav-tab_cmdn {
    border-bottom: 1px solid #fff;
    padding-left: 20px;
}

.nav-tabs-boxed .nav-tabs .nav-link.active {
    background-color: #fff;
    /* border-radius: 0.25rem; */
    border-color: transparent;
}

.nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-link {
    padding: 0.5rem 0.75rem;
}

.card.active {
    background-color: aliceblue;
    border-color: #FF6E42;
}

.bloquageArticle {
    background-color: #bdb7b7 !important;
    border-color: red !important;
}

.bloquageArticleGris {
    background-color: #bdb7b7 !important;
    border-color: grey !important;
}

.bloquageArticleVert {
    background-color: #dcfff4 !important;
    border-color: rgb(81, 120, 78) !important;
}

.bloquageArticleGris .card-body {
    background-color: #bdb7b7 !important;
    border-color: grey !important;
}

.bloquageArticleVert .card-body {
    background-color: #dcfff4 !important;
    border-color: rgb(81, 120, 78) !important;
}


.activeBtn {
    color: whitesmoke !important;
    background-color: #444444 !important;
}

/* YMO K275088 */
.cmdActiveBtn {
    color: whitesmoke !important;
    background-color: #444444 !important;
}

.zoneRemiseTotale, .zoneRemiseTotale_11 {
    font-size: 0.875em;
}

.zonePuBase, .zonePuBase_11 {
    padding-left: 10px;
    font-size: 0.875em;
    text-decoration: line-through;
}

.zoneNewPu, .zoneNewPu_11, .zoneNewPu_13, .zoneNewPu_14, .zoneNewPu_17 {
    font-weight: bold;
}

#CMDN .badge {
    font-size: 1em;
    line-height: 1.3em;
}

#CMDN .badge:hover {
    background-color: #FF6E42;
    color: white;
    cursor: pointer;
}

#CMDN .qtyField {
    color: #4f5d73;
    background-color: #ebedef;
    width: 30px;
    border-radius: 0.25em;
    text-align: center;
    margin-left: 2px;
}

#CMDN .card.active .card-body {
    background: transparent;
}

#CMDN .card IMG {
    align-items: center;
    max-width: 100%;
    height: auto;
    max-height: 110px;
}

.cg_quantite {
    width: 80px;
}

.subSide {
    /* font-size: 0.78rem; */
    color: #333;
}

.oneResult {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.5;
}

.pubase {
    text-decoration: line-through;
    display: none;
    ZZpadding-right: 6px;
    font-size: 0.8em;
}

.remiseq {
    ZZpadding-right: 6px;
    font-size: 0.8em;
}

#line_ttht {
    font-weight: bold;
}

.area_gmplr_compteur {
    padding-right: 20px;
    line-height: 2em;
}

#glr_compteur {
    padding-right: 16px;
    line-height: 2em;
}

.area_gmplr_compteur .info,
.area_glr_compteur .info {
    display: none;
    color: red;
}

.product_image_area {
    /* background-color: #afd5ef; */
    height: 116px;
    position: relative;
}

.product_image_area IMG {
    margin-top: 3px;
}

.product_flag {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.product_flag>div.flag {
    height: 1.5em;
    background-color: #FF6E42;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 0.7em;
    display: inline;
    padding: 2px 6px;
    /* border: solid 1px #777; */
}

.product_flag>div.barre {
    text-decoration: line-through;
    background-color: #444;
}

.product_flag>div.codearticle,
div.CodeCNK {
    font-style: italic;
    font-size: 0.7em;
}

.offreLancement {}

.designation_wrapper {
    height: 3.3em;
    overflow: hidden;
}

.designation {
    font-weight: bold;
    line-height: 1.2em;
    /* margin-left: 10px; */
}

.designation2 {
    color: #e9835d;
    font-size: 0.9em;
    line-height: 1.1em;
    /* margin-left: 10px; */
}

.stock_rupture {
    color: red;
    font-size: 5em;
    display: inline-block;
    margin-top: -4em;
}

.stock_bas {
    color: orange;
    font-size: 5em;
    display: inline-block;
    margin-top: -4em;
}

.alertContact {
    display: none;
    text-align: center;
    margin-top: 15px;
}

.titlesubside a {
    color: black;
    white-space: wrap;
}

.k-icon-inner:before {
    font-size: 0.7em !important;
    color: #FF6E42;
}

.hiddenRow {
    padding: 0 !important;
}

.table td,
.table th {
    border-top: 0px solid #fff;
}

.table_expandable tr.tr_expandable {
    cursor: pointer;
}

.table_expandable tr.tr_expandable:hover,
.table_expandable tr.tr_expandable:not(.collapsed) {
    background-color: #9BCBEB;
}

ZZ.ContactinActif {
    color: silver;
}

ZZ.ContactActif {
    color: #69e141;
}

.table-striped4x tbody tr:nth-of-type(4n+1) {
    background-color: rgba(0, 0, 21, 0.05);
}

.table_expandable .subtable {
    width: 60%;
    margin: 10px auto 40px;
    border: 1px solid #ddd;
}

.table_expandable .subtableCav {
    width: 85%;
    margin: 10px auto 40px;
    border: 1px solid #ddd;
}

.nodata {
    font-style: italic;
}

a.action_enattenteSupprime {
    z-index: 10000;
}

.help-block {
    font-size: 0.9em;
    color: #777;
}

ZZ#theError,
ZZ#theMessage {
    margin: 0 !important;
}

#loading-image {
    ZZdisplay: none !important;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#loading-image span {
    font-style: italic;
}

.ibanpart {
    width: 60px !important;
}

.form-check {
    border-color: #d8dbe0;
}

.ta_activite {
    width: 100%;
    min-height: 80px;
}

.tab-content .card .col-form-label {
    line-height: 1 !important;
}

/** Offline **/
#flag_online,
#flag_offline {
    height: 20px;
    width: 20px;
    background-color: green;
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    margin-top: 0.6em;
}

#flag_offline {
    background-color: red;
}

.offline {
    display: none;
}

.qte_min {
    line-height: 2.5em;
    font-size: 0.8em;
    font-style: italic;
    padding-left: 0.5em;
}

.center2d {
    text-align: center;
    color: #484848;
}

.center2d img {
    margin: 5% auto 0 auto;
}

.center2d hr {
    width: 400px;
    margin: 5% auto;
}

.fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.delayed {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.pending_action {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color: orange;
    fill: orange;
}

@keyframes blink-animation {
    to {
        opacity: 0.2;
    }
}

@-webkit-keyframes blink-animation {
    to {
        opacity: 0.2;
    }
}

.completed_action {
    color: #15e615;
    fill: #15e615 !important;
}

#offlinePanel {
    display: block;
    font-size: 0.9em;
    background-color: #444;
    padding: 3px 8px;
    border-radius: 4px;
    text-align: center;
}

.offlineMenuLabel {
    font-style: italic;
}

.ol-c-header-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.ol-c-header-nav LI {
    margin-right: 10px;
}

#sendLocalCommande {
    padding: 0.125rem 0.25rem !important;
    display: none;
}

.c-subheader-right {
    margin: 0.75em;
    position: absolute;
    right: 1.5em;
    /* font-style: italic; */
}

.ol_part_selected {
    color: #39f;
    fill: #39f !important;
}

BODY.env_offline .only_online {
    background-color: #444;
}

.bg_kpi_ca {
    background-color: rgb(75, 192, 192) !important;
    color: #fff !important;
}

#KPI .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #768192;
    /* background-color: #ebedef; */
    border-color: #c4c9d0 #c4c9d0 transparent !important;
}

.gratuit_qty {
    /* width: 15px; LRC01-76 */
    width: auto;
    display: inline-block;
    text-align: center;
}

/*Pour LRC01-76*/
.bg-lightblue {
    background-color: #AFD6EF !important;
}

/* Kpi Qtevendues */
.titres_verticaux th {
    writing-mode: vertical-lr;
    writing-mode: sideways-lr;
    vertical-align: top !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    font-weight: normal;
    text-align: left;
}

.titres_verticaux th:first-letter {
    text-transform: uppercase;
}

.enGras {
    font-weight: bold !important;
}

.bodyValQteVendues {
    /* GetQteParCyle */
}

.valQteVendues td:first-child {
    text-align: left;
}

.valQteVendues td {
    text-align: center;
}

.qteVenduesNomProduit {
    width: 450px;
}

.lg_colonne {
    min-width: 40px;
    text-align: center;
}

.lg_colonneRight {
    min-width: 40px;
    text-align: right !important;
}

/* Fin Kpi Qtevendues */

.txt_black,
.txt_black a {
    color: rgb(79, 93, 115);
}

.pjClient img {
    margin: 5px 5px 5px 0;
    height: 75px;
    width: auto;
}

.btnPjClientSpan {
    margin-bottom: 15px;
    display: block;
}

.labelLignePanier{
    max-width: 60%;
}

.sidebar-console {
    background-color: black;
}

.sidebar-console > li > a {
    color: white !important;
}

.console-card .card-header{
    font-weight: bold;
    font-size: 1.1em;
}

.console-ul-card {
    padding-left: 0px;
    list-style: none;
    margin: 0;
}

.console-ul-card li {
    margin-bottom:10px;
}

.console-ul-card2 li {
    margin-bottom:5px;
}

.console-ul-card li:last-child {
    margin-bottom:0px;
}

.console-lien-li::before {
    content : '👉 ';
}

.console-lien-li{
    font-weight: 600;
}
.console-lien-li2::before {
    content : '➙ ';
}

.console-lien-li2{
    font-weight: initial;
    padding-left:25px;
}
.console-lien-li2-first{
    margin-top: 5px;
    display: inline-block;
}

.hidden-important {
    display: none !important;
}