
  /* Classement catégories par drag and drop */
   
   .box
   {
    width:1270px;
    padding:20px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    margin-top:25px;
   }

/* enlève le fond jaune mis par firefox sur les champs déjà renseigné */
input{
  filter: none;
}







  /* CSS CLASSEMENT CATEGORIE */
   #page_sort li
   {
    padding:16px;
    background-color:#f9f9f9;
    border:1px dotted #ccc;
    cursor:move;
    margin-top:12px;
   }
   #page_sort li.ui-state-highlight
   {
    padding:24px;
    background-color:#eeffd4;
    border:1px dotted #ccc;
    cursor:move;
    margin-top:12px;
   }




   /* CSS CLASSEMENT PRODUITS */
   .page_sort li {
    padding: 10px;
    background-color: #f0f0ef;
    border: 1px dotted #eeffd4;
    cursor: move;
    margin-top: 12px;
    }


    .page_sort li.ui-state-highlight
   {
    padding:20px;
    background-color:#eeffd4;
    border:1px dotted #ccc;
    cursor:move;
    margin-top:12px;
   }



.period_display{
font-size:10px;
}

.stock_display{
font-size:11px;
}




  .brand-text
  {
    text-transform: none;
  }



 /* CSS CLASSEMENT GALERIE */
   .page_sort_horiz ul
   {
    list-style-type: none;
   }
   
   .page_sort_horiz li
   {
    display: block;
    float: left;
    margin:14px;
    cursor:move;
    width:110px;
    height:110px;
   }

   .page_sort_horiz li.ui-state-highlight
   {
    background-color:#eeffd4;
    border:1px dotted #ccc;
    cursor:move;
    padding:10px;
    margin:14px;
    width:110px;
    height:110px;
   }




.site-menubar-unfold .site-menu-category{
  margin-top:7px;
}

/* COULEUR LIEN PAGE LOGIN */
.card-login
{
  
  border-radius: 8px;
  border: 2px solid #f34040;
  padding: 8px;
  margin-top:15px;
  margin-bottom:15px;
  width: 100%;
  height: auto; 
}

.card-token
{
  border-radius: 8px;
  padding: 8px;
  margin-top:15px;
  margin-bottom:15px;
  width: 100%;
  height: auto; 
}

.card-recover
{
  
  border-radius: 8px;
  padding: 8px;
  margin-top:15px;
  margin-bottom:15px;
  width: 100%;
  height: auto; 
}


.page-login{
font-family: 'Open Sans', sans-serif;
color: #fff;
}

.page-login form a {
color: #91d91f; 

}


.page-login form a:hover{
color: #a4f91d;
    text-decoration: none;

}

.btn-login{
  background-color: #85c61f;
}
.btn-login:active{
/*formatting goes here*/
background-color: #a4f91d;
}

.btn-login:hover{
/*formatting goes here*/
background-color: #a4f91d;
}

.btn-login:focus{
/*formatting goes here*/
background-color: #a4f91d;
}


.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #83c023; }

.vert{
  color:#85c61f;
}
.rouge{
    color:#c62b1f;
}

.vert2{
color:#b8e473;
}
  /* AUTOCOMPLETE */
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 8px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { color: #83c023; font-family: "Roboto", sans-serif;}
.autocomplete-group { padding: 8px 5px; font-size: 16px; color: #83c023; display: block; border-bottom: 1px solid #000; font-family: "Roboto", sans-serif;}

.btn-vert{
  background-color:#85c61f;
  color:#FFFFFF;
}



/* STEP ORDER */
.mt-4,
.my-4 {
    margin-top: 2.25rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 2.25rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 4.5rem !important;
}
.horizontal-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.horizontal-steps:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2em;
    background-color: #e2e6e7;
}
.horizontal-steps .process-line {
    display: block;
    position: absolute;
    width: 50%;
    height: 0.2em;
    background-color: #263238;
}
.horizontal-steps .horizontal-steps-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.horizontal-steps .horizontal-steps-content .step-item {
    display: block;
    position: relative;
    bottom: calc(100% + 1em);
    height: 8px;
    width: 8px;
    margin: 0 2em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #263238;
    background-color: currentColor;
    border: 0.25em solid #fafbfe;
    border-radius: 50%;
    z-index: 5;
}
.horizontal-steps .horizontal-steps-content .step-item:first-child {
    margin-left: 0;
    color: #6fb0bd;
}


.horizontal-steps .horizontal-steps-content .step-item:nth-child(2) {
    margin-left: 10;
    color: #db6e2d;
}


.horizontal-steps .horizontal-steps-content .step-item:last-child {
    margin-right: 0;
    color: #85c61f;
}
.horizontal-steps .horizontal-steps-content .step-item span {
    position: absolute;
    top: calc(100% + 1em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    color: #adb5bd;
}
.horizontal-steps .horizontal-steps-content .step-item.current:before {
    content: "";
    display: block;
    position: absolute;
    top: 47.5%;
    left: 51%;
    padding: 1em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    -webkit-animation-name: animation-steps-current;
    animation-name: animation-steps-current;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.horizontal-steps .horizontal-steps-content .step-item.current span {
    color: #263238;
}





/* LIGNE PRODUIT NON VISIBLE */
.display_prod{
  color:#dcdee0;

}

.display_prod img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}



@-webkit-keyframes animation-steps-current {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}
@keyframes animation-steps-current {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}
@media (max-width: 767.98px) {
    .horizontal-steps .horizontal-steps-content .step-item span {
        white-space: inherit;
    }
}





.range_custom .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.57142857;
    color: #76838f;
    text-align: center;
    white-space: nowrap;
    background-color: #e4eaec;
}


.range_custom .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.45rem 0.5rem;
    font-size: 1rem;
    line-height: 1.57142857;
    border-radius: .215rem;
}


.checkbox-custom {
    padding-left: 0px;
}

/* Pour affichage pointer dans heading des accordions dans livraison_retrait par ex */
.panel-title{
  cursor:pointer;
}
