body {
    color: #444;
    font-family: 'Open Sans', sans-serif !important;
}

h2 {
    text-transform: uppercase;
    background-color: #444;
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

ul {
    padding: 0;
}

.mainInput {
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    padding: 20px 0;
    border-top: 5px solid #666;
    width: 100%;
}

/* style pour le step 1 */
.btn-group {
    margin-bottom: 3px;
}

.input-group-right {
    text-align: right;
}

/* style pour le dièse de l'ID d'expédition */
.id-expedition {
    font-size: 12px;
    color: #bbb;
}

/* style pour les boutons d'action */
.action {
    color: #999;
}

.action:hover {
    cursor: pointer;
    color: #000;
}

.current {
    color: #090;
}

/* Styles pour le mode fin de journée */
.input-group-right .btn-cloture {
    border-radius: 4px !important;
}

.cloture .input-group-right .btn-cloture {
    background: #127ED6;
    color: white !important;
    text-shadow: none;
    cursor: default;
}

.cloture .navbar .navbar-nav > li > a {
    color: inherit;
}

.cloture .navbar .navbar-nav .btn,
.cloture .navbar .navbar-nav .navbar-text,
.cloture .navbar .navbar-header .navbar-brand,
.cloture .navbar-default .navbar-nav>.active>a,
.cloture .navbar-default .navbar-nav>.active>a:hover,
.cloture .navbar-default .navbar-nav>.active>a:focus,
.cloture h3,
.cloture .well,
.cloture .mainInput .btn-default,
.cloture .navbar {
    color: #127ED6;
}

body.cloture {
    background-color: #EFF8FF;
}

.flex {
    display: flex;
    justify-content: center;
}

/* styles pour le main badge */
.box {
    font-size: 18px;
    border-radius: 0;
}

.imgWrapper {
    position: inherit;
}

/* Fond rouge pour le badge courant */
.badge-important {
    background-color:#b94a48;
}

/* style pour les groupes */
.gang.selected {
    background-image: none;
    background-color: black;
    color: #fff;
}

.gang:hover {
    background-image: none;
    border-color: #000;
}

/* style pour les boutons refresh */

button .fa-spinner {
    display: none;
}

button .fa-spin {
    display: inline;
}

.fa-refresh {
    cursor: pointer;
    color: #999;
}

.fa-refresh:hover {
    cursor: pointer;
    color: #444;
}

.fa-spin {
    color: #444;
}

#warning .fa-exclamation-triangle, 
#popupOverweight .fa-exclamation-triangle, 
#blocagePalette .fa-exclamation-triangle, 
.clientVista .fa-exclamation-triangle,
#packagingModal .fa-exclamation-triangle {
    display: inline-block;
    font-size: 64px;
    color: #900;
    margin-right: 10px;
    -webkit-animation: flash 5s infinite;
}

.msg-error {
    display: inline-block;
    font-size: 24px;
    margin: auto;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 25px;
    line-height: 27px;
}

/* commande en cours */

.infos {
    margin: 10px 0;
}

.block {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 5px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.block.order_id {height: 58px;}
.block.quantity {height: 58px; font-size: 30px; padding-top: 20px;}

.b50 {
    width: 50%;
}

.productId {
    color: #888;
    font-size: 12px;
}

.nbColis {
    width: 40px;
    color: #444;
    text-align: center;
}

.nbColis:focus {
    background-color: #e1edf7;
    outline: 0;
}

.noExpedito {
    background-color: #e4b9c0;
    color: #db1717;
    text-transform: uppercase;
    font-size: 14px;
}

/* style pour le 3ème colonne */

.shipment {
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    width: 100px;
    margin: 5px;
    font-size: 12px;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
}

.shipment:hover {
    border-color: #bbb;
}

.shipment .order {
    padding: 0 3px;
}

.shipmentId {
    background-color: #bbb;
    padding: 0 2px;
    color: #fff;
    margin-top: 3px;
}

.shipment:hover .shipmentId {
    background-color: #666;
}

.shipment .actions {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 0;
    right: 0;
}

.shipment:hover .actions {
    visibility: visible;
}

.shipment:hover .order {
    opacity: 0.5;
}

/*
    ZPL section
*/

.zplCode {
    width: 500px;
    height: 140px;
}

/*
    Aniamations for list
*/
.repeated-item.ng-enter, .repeated-item.ng-move {
    -webkit-transition:0.5s linear all;
    -moz-transition:0.5s linear all;
    -o-transition:0.5s linear all;
    transition:0.5s linear all;
    opacity:0;
}

.repeated-item.ng-enter.ng-enter-active,
.repeated-item.ng-move.ng-move-active {
    opacity:1;
}

.repeated-item.ng-leave {
    -webkit-transition:0.5s linear all;
    -moz-transition:0.5s linear all;
    -o-transition:0.5s linear all;
    transition:0.5s linear all;
    opacity:1;
}

.repeated-item.ng-leave.ng-leave-active {
    opacity:0;
}

/* group colors */
.btn.group-blue {background-image: none; background-color: blue; color: #fff;}
.btn.group-green {background-image: none; background-color: green; color: #fff;}
.btn.group-orange {background-image: none; background-color: orange; color: #fff;}
.btn.group-purple {background-image: none; background-color: purple; color: #fff;}
.btn.group-red {background-image: none; background-color: red; color: #fff;}


dl {
    font-size: 20px;
}

.navbar {
    margin-bottom: 20px;
}

.navbar .navbar-header .navbar-brand:hover {
    color: #444;
}

footer {
    margin-top: 100px;
}

.line {
    padding: 10px 0;
}

.doc:last-child, .hu:last-child {
    border-bottom: none;
}

.action {
    cursor: pointer;
}

#delivered .important, #too-old .important, #mediapost .important {
    color: #900;
}

#too-old .modal-footer, #mediapost .modal-footer {
    text-align: center;
}

#comment {
    width: 100%;
    height: 150px;
}

.panel-heading h3 {
    height: 22px;
    line-height: 22px;
}

.favorite-list-header a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 3px;
}
.favorite-list-header a:hover {
    text-decoration: none;
    background-color: #CCCCCC;
}

.favorite-list-header i {
    height: 25px;
    line-height: 25px;
}

.favorite-list a {
    cursor: pointer;
}

.favorite-list {
    margin-bottom: 0;
}

.favorite-list .favorite-name {
    font-weight: bold;
}

.favorite-actions {
    margin-bottom: 20px;
}

.favorite-panel-header-action {
    margin-right: 10px;
}

.search-favorites {
    margin-bottom: 15px;
}
.no-results {
    text-align: center;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/* Center the Label preview on Reseach tab */
#labelContainer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
}


#labelPreview {
    display: block;
    position: absolute;
    left: 52%;
    top: 40px;
    width: auto;
    height: 90%;
}

#labelPreview img {
    position: relative;
    left: -55%;
    height: 100%;
}

.family-split-title {
    font-family: sans-serif;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px #ccc solid;
}

.family-check{
    margin-bottom: 5px;
}

.family-separator{
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #ccc solid;
}

.workshop-selector {
    float: right;
    background-color: #f7f7f7;
}

.buttons button {
    margin-top: 10px
}

.designSelect {
    margin: 2% 0;
}
.pastille {
    display: inline-table;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #bbb;
    border-color: white;
    border-width: 0.5px;
    border-style: solid;
}
.designModal {
    display: initial;
}

.designModal div {
    margin: 10px 0px;
}

#mep {
    /* Fixe l'image en haut à gauche de la page */
    position: fixed;
    top: 0;
    left: 0;
    /* Préserve le ratio de l'image */
    min-width: 100%;
    min-height: 100%;
}

.textMep {
    position: absolute;
    bottom: 55px;
    font-family: monospace;
    font-size: XXx-large;
    text-align: center;
    color: black;
    margin: 1%;
    width: 98%;
    font-weight: bold;
    padding: 37px;
    background: #ffffff;
}

.btn-img {
    margin-left: 1%;
}

.flexFakeMM {
    display: flex;
    margin-bottom: 2%;
}

.flexFakeMM div {
    margin-right: 2%;
}

#showOrder {
    z-index: 111111;
}

.colorNbFakeMM {
    color: black;
}

#warning {
    z-index: 1200;
}

/* NEW TAB EDI */
/* custom btn */
.btn-dachser-edi, .btn-xpo-edi {
    background: #5b5b5b;
    color: #f3f3f3;
    margin-top: 20px;
}

.btn-dachser-edi:hover, .btn-xpo-edi:hover, .btn-dachser-edi:focus, .btn-xpo-edi:focus {
    color: #f3f3f3;
}

.backgroundTransporteur {
    background: #f3f3f3;
}

.textBold {
    -webkit-text-stroke-width: 1px;
}

.textColorRed {
    color: #c10000;
}

.flexText {
    display: flex;
}

.marginText {
    margin: 0 3px;
}

/* NEW TAB MULTIPOINT */
.inputOrderId {
    width: 250px;
}

.inputMail {
    text-align: center;
}

.inputMail input {
    width: 450px;
    margin: 0 auto!important;
}

/* BUTTON ACTION */
.btnActionMultipoint button, .divBtnEmailExa div, .divBtnEmailExt div {
    margin: 0 10px 10px 0;
    padding: 5px 25px 7px 25px;
}

.btnCopyLien {
    padding: 4px 30px;
    display: flex;
    align-items: center;
    background: white;
    height: 32px;
}

.btnActionMultipoint {
    text-align: end;
}

.styleBtnAdd {
    width: 500px;
    height: 56px;
    background: #f9f9f9;
    font-size: xx-large;
    color: #05c992;
    border: 1px solid #05c992;
}

.showLink {
    border: none;
    width: 320px;
    padding-left: 26px;
}

.btnEditLine {
    border: 1px orange solid;
}

.btnDeleteLine {
    border: 1px red solid;
}

.btnGenerateLabelLine {
    border: 1px green solid;
}

.btnEmailExt {
    background: #0c6984;
    border: 1px #0c6984 solid;
    color: white;
}

.btnEmailExa {
    background: #5bc0de;
    border: 1px #5bc0de solid;
    color: white;
}

.btnActionEmail {
    display: inline-flex;
}

.divBtnEmailExa div {
    color: #5bc0de;
}

.divBtnEmailExt div {
    color: #0c6984;
}

.btnLivraisonUsine {
    background: #80808057;
}

.divBtnEmailExa div, .divBtnEmailExt div {
    margin-bottom: initial;
    padding-bottom: initial;
}

/**/

/* TABLE */
.inputCommandeMultipoint {
    margin: 100px auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.divTabMultipoint {
    padding: 1%;
}

.divTabMultipoint tbody td {
    border: 1px #e4e4e4 solid;
    text-align: center;
    vertical-align: middle!important;
}

.multipointContainer .divTabMultipoint thead th, .multipointContainer input, .multipointContainer .noDataTab, .multipointContainer .btnMultipoint, .multipointContainer .titreMultipoint, .multipointContainer .modalAddMultipoint.selectTransporteur, .multipointContainer .modalAddMultipoint #selectTransporteurMiseADispo {
    text-align: center;
}

.colorTitleTab {
    background: #00c99245;
}

#selectTransporteur, #selectTransporteurMiseADispo, .inputNbColis {
    padding: 6px 12px;
    border: 1px solid rgb(204, 204, 204);
}

.duplicateTransporteur {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.btnDuplicateTransporteur {
    width: 1px;
    margin-left: 5px;
    margin-right: 5px;
}
/**/

/* MODAL ADD*/
.opacityModalAdd {
    background: #00000085;
}

.btnValiderUpdateStyle {
    color: white;
    background: orange;
    border: initial;
    text-transform: uppercase;
    width: 140px;
}

.btnValiderAddStyle {
    color: white;
    background: #56ae59;
    border: initial;
    text-transform: uppercase;
    width: 140px;
}

.modalAddMultipoint .modal-body h4 {
    margin: 10px 0 5px 0;
    padding: 6px;
    border-bottom: 1px solid #e4e4e4;
}

.modalAddMultipoint input, .modalAddMultipoint .selectTransporteur ,.modalAddMultipoint #selectTransporteurMiseADispo {
    margin: 10px 0;
    box-shadow: none;
    border: 1px solid #0000001f;
    border-radius: initial;
}

.modalAddMultipoint .modal-dialog {
    width: 90%;
    overflow-y: initial !important;
}

.modalAddMultipoint .modal-body {
    max-height: 500px;
    overflow: auto;
}

.modalFlexInput {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.inputCountLine {
    height: 41px;
    background: #e7e7e7;
    display: flex;
}

.blocInputCountLine {
    display: flex;
    position: absolute;
    right: 28px;
    top: 6px;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btnDuplicateWidth {
    width: 10px;
    margin-left: 5px;
}

.inputCountLine input {
    background: #e7e7e7;
}

.clickCountDiv {
    padding: 0 1%;
    text-align: center;
}

.clickCountDiv, .logoDuplicate {
    cursor: pointer;
}

.nbCountLine {
    width: 120px;
    align-self: center;
    text-align: center;
}

.flexInput {
    display: flex;
    align-items: center;
}

/**/

.taillePoids {
    width: 140px;
}

/* LOADER */
.spinner-container {
    background-color: white;
    width: 257px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    border-radius: 1em;
    line-height: 25px;
}

.loader-container {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate-spin {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/**/
@media (min-width: 1200px) {
    .multipointContainer {
        width: 99%!important;
    }
}
