/*FONTS*/

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/*GENERIQUE*/
html,
body{
    font-family:'Raleway', sans-serif;
    color:#3C3C3B;
}
.bg-primary {
    background-color: #F8F9FE !important;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #2CAE87;
    border-color: #2CAE87;
}
.table td, .table th{
    vertical-align:middle;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.eot');
    src: url('../fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family:'Brandon Grotesque';
    font-weight:500;
}
/*HEADER*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.breadcrumb-dark .breadcrumb-item a,
.breadcrumb-dark .breadcrumb-item a:hover,
.navbar-dark .navbar-nav .nav-link,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item.active,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
 {
    color:#3C3C3B;
}
.navbar-dark .navbar-nav .nav-link {
    font-size:12px;
    font-weight:500;
}
.breadcrumb-dark .breadcrumb-item a:hover,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item.active,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    opacity:0.6;
}
.page-title{
    font-size:30px;
}
.user_initiale{
    background:#b0eed3;
    color:#2CAE87;
    text-transform:uppercase;
    font-weight: semi-bold;
    height:40px;
    width:40px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
/**/

.progress-bar.bg-default{
    background:#2CAE87;
}

/**/
/*LIVE SCREEN*/
.container-live-screen{

}
.card.card-dark{
  background:#3C3C3B;
  color: white;
}
.card.card-dark .card-header {
    background:#3C3C3B;
    color: white;
}
.card.card-dark h3{
    color:#FFF;
}
.card.card-dark .table td, .card.card-dark .table th{
    padding-left: 0.5rem;
    padding-right: 0.5rem;

}
.card.card-dark .table td{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.card-dark .table .thead-light th{
    background:#3C3C3B;
    color: white;
}
.card-dark .user_card ul{
    display:block;
}
.card-dark .user_card ul li{
    color:#FFF;
    width: auto;
    padding-left:0;
}
.card-dark td .icon{
    height: 1.75rem;
    width: 1.75rem;
}
.ibc_container{
    padding:1.25rem 1.5rem;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.ibc_item  {
    width: 46.5%;
}
.ibc_header{
    display:flex;
    flex-direction:row;
    align-items:center;
}
.ibc_item_title{
    font-weight: bold;
}
.ibc_item_title span{
    color:#2CAE87;
}
.ibc_contenance{
    margin-left: auto;
    font-weight: bold;
    color:#2CAE87;
    display: flex;
}
.ibc_item .ibc_contenance .icon_alerte{
    display:none;
    
}
.ibc_item.ibc_item--alert  .ibc_contenance{
    color:#DD3A3A;
}
.ibc_item.ibc_item--alert  .ibc_contenance .icon_alerte{
    display:block;
    width: 1.125rem;
}
.ibc_contenance .icon_alerte svg{
    display:block;
    height: auto;
    width: 1.125rem;
}
.ibc_progress_bar_container{
    display:flex;
    align-items:center;
}
/* .ibc_progress_bar{
    width: calc(100% - 40px);
} */
.ibc_progress_bar_container .status_icon{
    /* width: 30px;
    height: 30px;
    margin-left: 10px; */
    border-radius:100%;
    background:#2CAE87;
}
.ibc_item.ibc_item--alert .ibc_progress_bar_container .status_icon{
    background:#DD3A3A;
}
.ibc_progress_bar{
    position:relative;
    /* padding-top: 30px; */
}
.ibc_echelle{
    position: absolute;
    top: 0.563rem;
    width: 100%;
    z-index:1;
}
.ibc_echelle .echelon{
    position:absolute;
    height: 0.625rem;
    width: 1px;
    background:white;
}
.ibc_echelle .echelon span{
    position:absolute;
    top: -1.5rem;
    left: 0;
    transform: translateX(-50%);
    font-weight: bold;
}
.echelon.echelon-0{
    left: 0;
}
.echelon.echelon-1{
    left: 20%;
}
.echelon.echelon-2{
    left: 40%;
}
.echelon.echelon-3{
    left: 60%;
}
.echelon.echelon-4{
    left: 80%;
}
.echelon.echelon-5{
    left: 100%;
}
.ibc_fluid{
    position:relative;
    width: 100%;
    border-radius:20px;
    background:rgba(255,255,255,0.2)
}
.ibc_fluid .quantite{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    border-radius:20px;
    background:#2CAE87;
    transition: 0.5s;
}

.ibc_item.ibc_item--alert .ibc_fluid .quantite{
    background:#DD3A3A;
}
.ibc_item .alerte_texte{
    margin-bottom: 0;
    display:none;
}
.ibc_item.ibc_item--alert .alerte_texte{
    color:white;
    display:inline-block;
    font-weight:600;
    background: #DD3A3A;
    padding: 0 10px;
    border-radius:6px;
}

.ibc_form{
    margin-top: 0.625rem;
}
.ibc_form, .ibc_form form{
    display:flex;
    flex-direction:row;
    align-items:center;
}
.ibc_form .qtyless{
    border-radius:0 none;
    border:0;
    font-weight: bold;
    border-bottom:2px solid white;
    background:transparent;
    color:white;
    margin:0 0.625rem;
    padding:0.625rem 0 0.625rem 0.625rem;
}
.ibc_form input[type="submit"]{
    margin-left: 1.25rem;
}
/*LIVE SCREEN FONT-SIZE*/
.card-header h3{
    font-size:1.125rem;
}
.ibc_item_title{
    font-size:1.375rem;
    font-weight: 600;
}
.ibc_contenance{
    font-size:1.25rem;
    align-items:center;
}
.ibc_item.ibc_item--alert .ibc_contenance .icon_alerte{
    width: 1.125rem;
    margin-right: 0.625rem;
}
.ibc_echelle .echelon{
    font-size:0.688rem;
    height: 0.563rem;
    width:1px;
}
.ibc_progress_bar {
    width: calc(100% - 3.313rem);
}
.ibc_item .ibc_progress_bar_container .status_icon{
    margin-left: 1.25rem;
    width: 2.188rem;
    height: 2.188rem;
    background-color:#B0EED3;
    background-position:center center;
    background-size:1.25rem;
    background-image:url("../img/icon_fav.svg");
    background-repeat:no-repeat;
    margin-top: 1rem;
}
.ibc_item.ibc_item--alert .ibc_progress_bar_container .status_icon{
    background-color:#FDD1DA;
    background-size:1.25rem;
    background-image:url("../img/icon_alert_fav.svg");
    background-repeat:no-repeat;
    background-position:center center;
}
.ibc_item.ibc_item--alert .alerte_texte{
    font-size:0.875rem;
}
.ibc_form, .ibc_form form{
    font-size:1rem;
    font-weight:500;
}
.ibc_form .qtyless{
    width: 3rem;
    min-width:60px;
}
.ibc_progress_bar{
    padding-top: 1.245rem;
}
.ibc_echelle .echelon span{
    top: -1.75rem;
}
.user_card ul li span.material-icons{
    font-size:1.25rem;
}
.card-dark .user_card ul li{
    font-size:0.875rem;
    display:flex;
    align-items:center;
}
.ibc_fluid,
.ibc_fluid .quantite{
    height: 1.5rem;
}
.ibc_progress_bar{
    padding-top: 1.25rem;
}
.ibc_echelle .echelon span{
    top: -0.875rem;
}
.ibc_header .ibc_item_img{
    margin-right: 1.5rem;
    width: 2.625rem;
}
.ibc_header .ibc_item_img img{
    display:block;
    max-width:100%;
}
.ibc_item{
    margin-bottom: 2.5rem;
}
.menu_icon{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 10px;
}
.menu_icon svg,
.menu_icon img{
    display:block;
    width:1.5rem;
    height: 1.5rem;
}
.navbar-vertical.navbar-expand-xs{
    max-width:3.875rem;
}
.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
    margin-left: 3.875rem;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: 0.675rem 1.125rem;
}
/* .table .thead-light th{
    background: rgba(44,174,135,0.05);
} */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    background: rgba(44,174,135,0.1);
    margin-right: 0;
    margin-left: 0;
}
/*ALERTS*/
.alerts{
    position: absolute;
    z-index: 2;
    left: 30px;
    width: calc(50% - 45px);
    top: 15px;
    display: flex;
    flex-direction:row-reverse;
    flex-wrap:wrap;
}
.alerts .alert{
    width: 100%;
    padding:1rem;
    position: relative;
    margin-bottom: 0.25rem;
    background-color:#06ADCB;
    border-color:#06ADCB;
    /* box-shadow: */
}
.alerts .alert input{
    display: none !important;
}
.alerts .close{
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1;
}
.alerts .close > span:not(.sr-only){
    color: white;
}

@media (min-width: 1200px) {
    .g-sidenav-pinned .sidenav {
        max-width: 15.625rem !important;
    }
    .sidenav:hover {
        max-width: 15.625rem;
    }
    .g-sidenav-pinned .sidenav.fixed-left + .main-content {
        margin-left: 15.625rem;
    }
    .nav-item .material-icons{
        font-size:1.5rem;
    }
    .nav-item .nav-link .nav-link-text{
        font-size:1rem;
    }
    .sidenav-toggler-inner, 
    .sidenav-toggler-line{
        width: 1.125rem;
    }
    .sidenav-toggler-line:not(:last-child){
        margin-bottom: 0.188rem;
    }
    .sidenav-toggler-line {
        height: 0.125rem;
    }
    .sidenav-toggler.active .sidenav-toggler-line:first-child,
    .sidenav-toggler.active .sidenav-toggler-line:last-child{
        width: 0.813rem;
        transform: translateX(0.313rem);
    }
}
#get-storage-space-dt-listing-table_processing {
  top: -10px;
  width: auto;
  margin: 0;
  transform: translateX(-50%);
}
.table .dataTables_processing2,
.dataTables_wrapper .dataTables_processing {
    display:none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 25px;
    margin-left: -50%;
    text-align: center;
    font-size: 1rem;
    background-color: rgba(255,255,255,0.2);
    color:#2CAE87;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); */
}
@media (min-width: 2500px) {
    html{
        font-size:24px;
    }
    /* body{
        background: green;
    } */
    .ibc_echelle .echelon{
        /* font-size:22px; */
        /* height: 18px; */
        width:2px;
    }
}
@media (min-width: 3000px) {
    html{
        font-size:32px;
    }
    /* body{
        background: red;
    } */
    .ibc_echelle .echelon{
        /* font-size:22px; */
        /* height: 18px; */
        width:2px;
    }
}


/*TOASTS*/
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}
.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}
.toast-message a,.toast-message label{color:#FFF}
.toast-message a:hover{color:#CCC;text-decoration:none}
.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}
.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}
.rtl .toast-close-button{left:-.3em;float:left;right:.3em}
button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.toast-top-center{top:0;right:0;width:100%}
.toast-bottom-center{bottom:0;right:0;width:100%}
.toast-top-full-width{top:0;right:0;width:100%}
.toast-bottom-full-width{bottom:0;right:0;width:100%}
.toast-top-left{top:12px;left:12px}
.toast-top-right{bottom:12px;right:12px}
.toast-bottom-right{right:12px;bottom:12px}
.toast-bottom-left{bottom:12px;left:12px}
#toast-container{position:fixed;z-index:999999;pointer-events:none}
#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:360px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px rgba(0,0,0,0.08);-webkit-box-shadow:0 0 12px rgba(0,0,0,0.08);box-shadow:0 0 12px rgba(0,0,0,0.08);color:#FFF;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}
#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}
#toast-container>div:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}
#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}
#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}
#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}
#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}
#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}
#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}
.toast{background-color:#030303}
.toast-success{background-color:#2CAE87}
.toast-error{background-color:#BD362F}
.toast-info{background-color:#2F96B4}
.toast-warning{background-color:#F89406}
.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}
@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}
#toast-container>div.rtl{padding:8px 50px 8px 8px}
#toast-container .toast-close-button{right:-.2em;top:-.2em}
#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}
}
@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}
#toast-container>div.rtl{padding:8px 50px 8px 8px}
#toast-container .toast-close-button{right:-.2em;top:-.2em}
#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}


/*CARACTERISTIQUES CONSOMMABLES*/
.conso-car,
.conso-car .update-car,
.create-car{
    display:flex;
    align-items:flex-end;
}
.conso-car .update-car .form-group,
.create-car .form-group{
    margin-bottom:0;
}
.conso-car{
    margin-top:1.5rem;
    padding-top:1.5rem;
    border-top:1px solid rgba(0, 0, 0, 0.05);
}
.conso-car .form-group,
.create-car .form-group,
.conso-car .btn{
    margin-right:1rem;
}
// ACCORDION
.accordion_item {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
}
.accordion_item  .accordion_header {
    cursor: pointer;
    position:relative;
    padding-right:30px;
}
.accordion_item  .accordion_header .icon{
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 0;
    max-width:20px;
}
.accordion_item  .accordion_header .icon svg{
    max-width:20px;
    transition: 0.3s;
}
.accordion_item .accordion_header {
    font-size:1.125rem;
    font-weight: 500;
    position: relative;
    padding-right: 40px;
    transition: 0.2s;
    margin-bottom: 0;
}

.accordion_item .accordion_content {
    max-height: 0;
    padding-top: 0;
    padding-left:1rem;
    display: none;
    animation: fadeTopEffect 0.4s;
    overflow: hidden;
    opacity: 0;

}
.accordion_item .accordion_content label span{
    display:none;
}
.accordion_item.open .accordion_content {
    display: block;
    animation: fadeTopEffect 0.4s;
    max-height: 800px;
    padding-top: 20px;
    opacity: 1;
}
.accordion_item.open .accordion_header .icon svg{
    transform:rotate(180deg);
}
@keyframes fadeTopEffect {
    from {
        opacity: 0;
        padding-top: 0
    }
    to {
        opacity: 1;
        padding-top: 20px;
    }
}
.accordion_item{
    /* border:1px solid #2CAE87;
    border-radius:10px;
    padding:10px; */
}
/* .restock-commande {
    overflow-x:hidden;
} */
.restock-commande .card-title{
    background:transparent;
    box-shadow:none;
    text-align:center;
}
.restock-commande .card-header{
    background:transparent;
}
.restock-commande .form-group{
    margin-bottom: 0;
}
.restock-commande .card{
    margin-bottom: 10px;
}
.restock-commande .card .card-body{
    padding:0.5rem;
}
.restock-commande .card.card-comment .card-body{
    padding:1rem;
}
.restock-commande .increment{
    /* flex-direction: row-reverse; */
    flex-direction:row;
    width: 100%;
}
.restock-commande .increment label{
    margin-left: 0;
    margin-right: 10px;
    font-size:0.875rem;
    font-weight: 500;
}
.restock-commande .increment .content_number{
    margin-left: auto;
}
.restock-commande .increment img,
.accordion-header h3 img{
    margin-right: 10px;
    max-width: 60px;
    max-height: 70px;
    width: auto !important;
    height: auto;
}
.restock-commande .accordion_item .increment{
    padding: 0.5rem 0;
    border-top:1px solid rgba(0, 0, 0, 0.05);
}
.livescreen-header{
    margin-top: -4rem;
}
.user_card ul{
    margin-bottom: 0;
    margin-top: 1rem;
}
/*TABLEAU HEADER*/
.table .thead-light th {
    color: rgb(60, 60, 59);
    background:#F8F9FE;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
    opacity: 1;
    font-size:0.875rem;
}

.custom-toggle input:checked + .custom-toggle-slider {
    border: 1px solid #2CAE87;
}
.custom-toggle input:checked + .custom-toggle-slider::before {
    background: #2CAE87;
}

/*COMMANDE NEW*/
.collapse .card-body .card,
.collapsing .card-body .card{
    margin-bottom:0;
    box-shadow:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.collapse .card-body .card:last-child,
.collapsing .card-body .card:last-child{
    border-bottom:0 none;
}
.accordion .card:not(:first-of-type):not(:last-of-type){
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.accordion .card-header[aria-expanded="true"] {
    background:#3C3C3B;
    color: white;

}
.accordion .card-header[aria-expanded="true"] h2{
    color: white;
}
.accordion_item .card-header{
    padding:0.5rem 0;
    border-bottom:0;
}
.accordion .accordion_item .card-header[aria-expanded="true"]{
    background:transparent;
    color:#3C3C3B ;
    border-bottom:0 none;
}
.accordion .accordion_item .card-header::after {
    right: 0.5rem;
    /* top: calc(50% - 8px); */
}
.accordion .accordion_item .card-header[aria-expanded="true"]::after {
    transform: rotate(180deg) translateY(-50%);
}
.accordion .accordion_item .card-header[aria-expanded="true"],
.accordion .accordion_item .card-header[aria-expanded="true"] h3{
    color: #2CAE87;
}
.increment .content_number input{
    width: 35px;
}

.basket_line{

}
.restock-commande .basket_line {
    flex-direction: row-reverse;
}
.basket_line {
    display: flex;
    justify-content: start;
    align-items: center;
    margin:1rem 0;
    font-weight:600;
}
.basket_line label{
    margin-bottom: 0;
}
.restock-commande .basket_line .content_number {
    margin-left: auto;
    
}
.basket_line .content_number {
    display: flex;
    align-items: center;
    margin-right:10px;
}
.basket_line .content_number .increment_button {
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #DEE2E6;
    border-radius: 3px;
    transition: 0.2s;
    opacity: 0.8;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.basket_line .content_number input[type="number"] {
    -moz-appearance: textfield;
}
.basket_line .content_number input {
    width: 35px;
}
.basket_line .content_number input {
    border: 0 none;
    background: transparent;
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2CAE87;
    outline: none !important;
}
.swal2-popup #swal2-content .basket_container,
.swal2-popup #swal2-content .basket_container span{
    font-size:18px;
}

.accordion .card .accordion-bg {
    background:rgba(44,174,135,0.05);
    margin-bottom: 7px;
    border-radius:4px;
}
.accordion .card .accordion-bg .card {
    background:transparent;
}
.ordered-list{
    display:flex;
    width: 100%;
    flex-direction:column;
}
.ordered-list .order-1{
    order:1;
}
.ordered-list .order-2{
    order:2;
}
.increment label.form-group-label span {
    display: none;
}

/*view password functionnality*/
span.view-pass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    color:#2CAE87;
    font-size:0.875rem;
}
span.view-pass .material-icons{
    font-size:22px;
}

/*BTN MAIL*/
.btn-outline-primary.btn-mail{
        color: #fff;
        background-color: #06adcb;
        border-color: #06adcb;
        margin-right: 2rem;
}
.btn-outline-primary.btn-mail + .btn-outline-primary{
    background:rgba(255,255,255,0.9);
    float:right;
}
.actions a{
    display:inilne-block;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
@media (max-width: 700px) {
    .btn-outline-primary.btn-mail + .btn-outline-primary{
        float:none;
    }
    .actions a.btn{
        display:block;
        margin-right: 0;
    }
}