html {
    overflow: auto !important;
}
.ui-autocomplete-category {
    padding: .2em .4em;
    line-height: 1.5;
    background-color: rgba(0,0,0,0.2);
    font-weight: bold;
}
.spinner-loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #a19c9c; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}
.spinner-loader2 {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #a19c9c; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}
.spinner-loader3 {
    border: 3px solid #0088cc;
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    vertical-align: baseline;
    display: inline-block;
    animation: spin 1s linear infinite;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #888;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.sticky-tree {
    position: fixed !important;
    width: 500px;
    border-radius: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.ui-menu {
    background-color: #f2f2f2;
    line-height: 20px;
    color: #000;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    z-index: 9999 !important;
    position: fixed;
    overflow: scroll;
    max-height: 500px;
    overflow-x: hidden;
}

    .ui-menu .ui-menu-item a {
        margin-left: 10px;
    }

        .ui-menu .ui-menu-item a:hover {
            margin-left: 10px;
            background-color: red;
        }

@media only screen and (max-width: 767px) {


    .ui-autocomplete {
        top: 0;
        bottom: 0;
        border-color: crimson;
        background-color: #dcdcdc;
        border-radius: 0px 0px 8px 8px;
        position: absolute;
    }

    .ui-autocomplete-category {
        border: none;
        font-weight: bold;
        line-height: 30px;
        padding: 0;
        margin: 0;
        padding-left: 5px;
    }

    .ui-menu {
        background-image: linear-gradient(#728396,#505d6b);
        width: 50%;
        line-height: 30px;
        position: fixed;
        overflow-x: hidden;
        font-family: "Open Sans";
        font-size: 18px;
        color: #fff;
    }

        .ui-menu .ui-menu-item a {
            padding: 0px;
            margin: 0px;
            line-height: 20px;
            padding-left: 35px;
            background-color: #728396;
            border: none;
            color: #fff;
        }

            .ui-menu .ui-menu-item a:hover {
                margin: 0px;
                background-color: #34495e;
                border: none;
                box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
                transition: background-color 1s;
            }
}

.affreport-titre {
    margin-left: 23px;
}

.affreport-desc {
    margin-left: 32px;
}

.affreport {
    margin: -15px;
    margin-bottom: 15px;
    padding: 10px;
}

    .affreport:hover {
        background-color: rgba(128, 128, 128,0.2);
    }

#recherche_tog {
    background-color: #728396;
    padding-left: 10px;
    font-size: 18px;
    box-shadow: none;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    border-radius: 16px;
}

    #recherche_tog:hover {
        border: none;
        box-shadow: none;
        box-shadow: 0px 0px 5px 0px rgba(0,185,206,0.8);
    }
.no-wrap {
    word-wrap: normal;
}
.bigblock {
    float: left;
    transition: box-shadow, 0.3s;
    word-wrap: normal;
    width: 100%;
}

    .bigblock:hover {
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        cursor: pointer;
    }

.html.dark .bigblock:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    cursor: pointer;
    background-color: #3b444f;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

html.dark a {
    color: #81b2c4;
}

html.dark select {
    background-color: #282d36;
    border: none;
    border-radius: 0px;
    height: 34px;
}

select {
    padding: 0px;
    padding-left: 5px;
    height: 34px;
    border: 1px solid #cccccc;
    transition: box-shadow 0.3s;
    border-radius: 4px;
}

    select:focus {
        border-color: #66afe9;
        box-shadow: 0 0 8px rgba(102, 175, 233, 0.6), 0 0 8px rgba(102, 175, 233, 0.6);
    }



html.dark body {
    color: #c8c8c8;
}

html.dark .widget-summary .summary-icon {
    color: #2e353e;
}



html.dark .ios-switch .handle {
    background-color: #282d36;
    background-image: none;
}

html.dark .alert-info {
    color: #fff !important;
    background-color: #171717;
    border: none;
}

    html.dark .alert-info h4 {
        color: #fff !important;
    }

html.dark .timeline .tm-items > li .tm-icon {
    border-color: #a19c9c;
    color: #a19c9c;
}

html.dark .timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #a19c9c;
}

html.dark .ui-menu {
    background-color: #2e353e;
    color: #fff;
    border: none;
}

html.dark .header .toggle-sidebar-left {
    color: #8e9093;
}

@media only screen and (max-width: 767px) {
    .header .logo-container .logo {
        margin-top: -2px;
    }
}

#tctidiv {
    display: none;
}

.effacer_txt {
    font-size: 28px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: -30px;
    cursor: pointer;
}

.maj {
    text-transform: uppercase;
}

.lien {
    cursor: pointer;
}
.ligne-affaire:hover {
    background-color: none;
    transition:background-color 0.5s
}
.ligne-affaire:hover {
    background-color: rgba(0,0,0,0.1);
}

.panel-featured-left:hover {
    border-left: 10px solid #485360;
}

.modal-backdrop .fade .in {
    filter: blur(5px);
}
.etq-encours {
     background-image:linear-gradient(#a76e1f 50%, #ed9c28);

}
.etq-termine {
    background-image:linear-gradient(#347934 50%, #47a447);

}
.etq-non-traite {
    background-image:linear-gradient(#942420 50%, #d2322d);
}
.etq-magasin {
    background-image:linear-gradient(#025680 50%, #0088cc);
}
.etq-magasin a:hover {
    color: white;
}
.etq {
    border-radius: 5px;
    padding: 5px 15px;
    display: inline;
    color: white;
    font-weight: bold;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,1), inset 0px 2px 2px 0px rgba(0,0,0,0.3), 0px 0px 2px 0px #fff;
    text-shadow: 0px 1px rgba(0,0,0,0.3); 
}

.arbo {
    overflow-y: scroll;
    max-height: 61vh;
}
.wizard {
    width:100%;
    margin-left:8px;
    margin-top:15px;
}

.wizard ul {
    width: 100%;
    overflow:hidden;
  /*  height:60px; */
    padding:0;
    font-weight:bold;
}

    .wizard ul li {
        display: inline-block;
        height: 60px;
        line-height: 60px;
        width: 150px;
        margin: 0 1px 0 0;
        text-indent: 35px;
        position: relative;
        transition:width 0.5s;

    }
    .wizard ul li:hover {
        width: 180px;
    }


    .wizard ul li:before {
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        left: -2px;
        border-style: solid;
        border-width: 30px 0 30px 15px;
        border-color: transparent transparent transparent #fff;
        z-index: 0;
    }

.wizard ul li:first-child:before {
    border-color: transparent;
}
    .wizard ul li:last-child:after {
        border-color: transparent;
    }
        .wizard ul li a:after {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -15px;
            border-style: solid;
            border-width: 30px 0 30px 15px;
            border-color: transparent transparent transparent #eee;
            z-index: 10;
            transition: border-color 0.5s;
        }
        .solde:after {
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            right: -15px;
            border-style: solid;
            border-width: 30px 0 30px 15px;
            border-color: transparent transparent transparent #fff !important;
            z-index: 10;
            transition: border-color 0.5s;
        }
        html.dark .solde:after {
            border-color: transparent transparent transparent #2e353e !important;
        }
    

.wizard ul li.active a {
    background: #bbb;
    color:#fff;
    z-index: 100;
}
.wizard ul li.detail a {
    background: #0088cc;
    color:#fff;
    z-index: 100;
}


.wizard ul li.active a:after {
    border-left-color: #bbb;
}
.wizard ul li.detail a:after {
    border-left-color: #0088cc;
}
.wizard ul li a {
    display: block;
    background: #eee;
    transition: background 0.5s;
}
.solde a {
    /*display: block;*/
    background: #47a447 !important;
    color: #fff !important;

}


.wizard ul li a:hover {
    color:#fff;
    background: #aaa;
}

    .wizard ul li a:hover:after {
        border-color: transparent transparent transparent #aaa;
    }

.arrow-detail {
    display: none;
    content:'a';
    line-height: 10px;
    text-align: center;
    position:fixed;
    margin-top:-16px;
    color:#f8f8f8;
    font-size:28px;
    z-index:10;
}
.detail-process {
    background-color:#f8f8f8;
    color:#000;
   min-height:150px;
    width:100%;
    padding:15px;
    border : 1px solid #0088cc;
    border-radius:  0px 10px 10px 10px;
    position: relative;
    margin-top: 10px;
}
html.dark .detail-wrap p {
    color:#ddd;
}

.details-pieces {
    
    width: 100%;
    display: none
} 
.db-charts {
    margin-bottom: -65px;
    margin-top: 50px;
    font-size: 22px !important;
    font-weight: lighter;
}
.db-charts2 {
    margin-bottom: -65px;
    margin-top: 50px;
    margin-left:35px;
    font-size: 22px !important;
    font-weight: lighter;
}
.font-charts {
    font-size: 22px !important;
    font-weight: lighter;
}
.chiffers {color:#000 !important;}
.dark .chiffers {color:#fff !important;}
.cacher {
    display:none;
}
.vert-al {
   margin-top: 15px;
}
.montrer {
    display:block;
}
.ferme-detail {
    top:0;
    right:0;
    color:#888;
    position: absolute;
    margin: 10px;
}
.doublons {
    font-weight: bold;
    background-color : rgb(216, 101, 13);
    color:#fff;
} 
.acces-interdit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.verboten {
    padding:60px;
    background:#f8f8f8;
    border-radius:5px;
    box-shadow:  0px 4px 8px 3px rgba(0,0,0,0.5); 
}
.label-info {
    background-color: #0088cc !important;
    font-size: 12px;
}
.dev {
    font-size: 44px;
    font-weight: bold;
    color: red;
    margin-top: -45px;
}
    
*, *::after, *::before {
    box-sizing: border-box;
  }
  ol {
    list-style: none;
  }

  @media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
      /* reset basic style */
      background-color: transparent;
      padding: 0;
      display: flex;
    }
    .cd-breadcrumb.triangle li {
      position: relative;
      padding: 0;
      margin: 4px 4px 4px 0;
    }
    .cd-breadcrumb.triangle li:last-of-type {
      margin-right: 0;
    }
    .cd-breadcrumb.triangle li > * {
      position: relative;
      padding: 1em .8em 1em 2.5em;
      color: #2c3f4c;
      background-color: #edeff0;
      /* the border color is used to style its ::after pseudo-element */
      border-color: #edeff0;
      margin-left: -6px;
    }
   
    .cd-breadcrumb.triangle li.current > * {
      /* selected step */
      color: #ffffff;
      background-color: #aaa;
      border-color: #aaa;
    }
    .cd-breadcrumb.triangle > .solde li.current > * {
        /* selected step */
display:none
      }
    .cd-breadcrumb.triangle li:first-of-type > * {
      padding-left: 1.6em;
      border-radius: .25em 0 0 .25em;
    }
    .cd-breadcrumb.triangle li:last-of-type > * {
      padding-right: 1.6em;
      border-radius: 0 .25em .25em 0;
    }
    .no-touch .cd-breadcrumb.triangle a:hover {
      /* steps already visited */
      color: #ffffff;
      background-color: #2c3f4c;
      border-color: #2c3f4c;
    }
    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
      /* 
          li > *::after is the colored triangle after each item
          li::after is the white separator between two items
      */
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      content: '';
      height: 0;
      width: 0;
      /* 48px is the height of the <a> element */
      border: 22px solid transparent;
      border-right-width: 0;
      border-left-width: 20px;
    }
    .cd-breadcrumb.triangle li::after {
      /* this is the white separator between two items */
      z-index: 1;
      -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
      border-left-color: #ffffff;
      /* reset style */
      margin: 0;
      margin-top: -12px;
    }
    html.dark .cd-breadcrumb.triangle li::after {
        border-left-color: #2e353e;
    }
    .cd-breadcrumb.triangle li > *::after {
      /* this is the colored triangle after each element */
      z-index: 2;
      border-left-color: inherit;
    }
    .cd-breadcrumb.triangle  li.solde a::after, .cd-breadcrumb.triangle  li.solde a > *::after {
      /* hide the triangle after the last step */
      display: none;
    }
    .cd-breadcrumb.triangle.custom-separator li::after {
      /* reset style */
      background-image: none;
    }
    .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
      /* 50px is the height of the <a> element */
      border-top-width: 25px;
      border-bottom-width: 25px;
    }
    .solde a ::after {
        display:none
    }
  
    @-moz-document url-prefix() {
      .cd-breadcrumb.triangle li::after,
      .cd-breadcrumb.triangle li > *::after {
        /* fix a bug on Firefix - tooth edge on css triangle */
        border-left-style: dashed;
      }
    }
  }
  @media only screen and (min-width: 768px)
  {
    html.fixed .page-header {
        left:200px; 
    }
  }
  @media only screen and (min-width: 844px)
  {
    .contenu {
        margin-top:50px;
    }
  }
  @media only screen and (max-width: 843px)
  {
    .contenu {
        margin-top:-60px;
    }
  }
  @media only screen and (max-width: 767px)
  {
    .page-header {
        margin: 0 -15px 20px;
        left :unset !important;
    }
    .logo-compact {
        text-align:center;
    }
  }
  .userbox-header {
    display:none;
  }
  .logo-compact {
      display:none;
  }
  html.compact .mobile-nav,  html .mobile-nav {
    display:none;
}

  /* --------------- THEME COMPACT ------------- */

  html.compact .body header.header {
    display: none;
  }
  html.compact .page-header, html.compact .sidebar-left {
    background:#24212b;
  }
  html.compact  .sidebar-left {
    width:200px;
  }
  
  html.compact .menu-user {
    background:#111;
  }
  html.compact .dropdown-menu ul li a {
    color:#ccc !important;
  }
  html.compact .sidebar-left,   html.compact .body header.page-header {
    top:0;
  }
  html.compact .inner-wrapper {
    margin-top:-60px;
  }
  html.compact .userbox-header {
    display:inline-block;
    
  }
  html.compact .userbox .profile-picture img {
   margin-top: 3px;
  }
  html.compact .breadcrumbs {
    display:none;
   }
   html.compact .userbox .name {
    color:#ccc;
   }
   html.compact .userbox .profile-info {
    margin-top: 3px;
   }
   html.compact .sidebar-title {
    display:none;
   }
   html.compact .logo-compact {
    display:inline-block;
    padding: 7px;
    padding-left: 25px;
    width:100%;
    cursor: pointer;
}

html.sidebar-left-collapsed .sidebar-left {
    width:73px;
}
html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
    margin-bottom:0px;
}
html.compact .sidebar-copyright {
    background: #171717;
    font-size: 10px;
    padding: 7px;
    line-height: 12px;
    color: #ccc;
}
html.compact.sidebar-left-collapsed .sidebar-copyright {
    display:none;
}
@media only screen and (min-width: 844px)
{
    html.compact .content-body {
        margin-left:200px; 
      }
            
}
@media only screen and (min-width: 768px)
{
    html.compact {
          zoom:0.9;
      }
      html.compact.sidebar-left-collapsed .logo-compact {
        display:none;
    }
}
@media only screen and (max-width: 767px) 
  {
    html.compact .content-body {
        margin-left:0px;
        margin-top: 130px;
      }
      html.compact .page-header {
        position: fixed;
        width: 100%;
      }
      html.compact .userbox-header {
          display:none;
      }
      html.compact .mobile-nav {
        display:inline-block;
        color: #ddd;
        font-size: 20px;
        padding: 14px 25px 14px 25px;
        background-color: #171717;
        margin: 0;
        right: 0;
        position: fixed; 
    }
    
    
  }
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #24212b; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #171717; 
  }

  html.dark ::-webkit-scrollbar-track {
    background: #1d2127;
  }
   
  /* Handle */
  html.dark ::-webkit-scrollbar-thumb {
    background: #373f4b;
  }
  
  /* Handle on hover */
 html.dark ::-webkit-scrollbar-thumb:hover {
    background: #3d4653;
  }

  .searchbox-header {
   border:none;
    height: 50px;
    box-sizing:border-box;
    width:200px;
    max-width:0px;
    font-size: 18px;
    background-color: transparent;
    opacity:0;
    color: #ccc;
    transition: all .5s ease;
  }
  .searchbox-header.expanded {
    max-width:200px;
    opacity:1;
    padding-left: 20px;
  }
  .search-container {
    position: relative;
    display: -webkit-inline-box;
    height: 100%;
    background-color: transparent;
    transition: all .5s ease;
    
  } 
  @media only screen and (max-width: 767px)
  {
    .search-container {
        display:none;
    }
  }
  .search-container.exp {
     background-color: #000;
     border-bottom: 4px solid;
  }
  .search-button {
    height: 100%;
    font-size: x-large;
    color: #ccc;
    border: none;
   display: inline-block;
    padding: 12px;
    margin-left: -4px;
  
  }
  .search-button:hover {
    background-color: #000;
  }
  .about-button {
    height: 100%;
    font-size: x-large;
    color: #ccc;
    border: none;
   display: inline-block;
    padding: 12px;
    cursor:pointer;
    margin-left: -4px;
  transition: 'background-color 0.5s';
  }
  @media (max-width: 767px) {
    .about-button {
        display:none;
    }
  }
  .about-button:hover {
    background-color: #000;
  }
  .about-button i {
    padding-right:5px;
    padding-left:5px;
  }
  .retard-process{
      font-weight: bold;
      color:red;
  }
  .pas-de-date {
      color:transparent;
  }
  .case-process {
      transition:  background-color 0.3s;
  }
  .case-process:hover {
    background-color: rgba(226, 148, 45, 0.5)
}
.case-process a {
    color:#000;
    text-decoration: none;
}
.process-s-encours {
    background-color: rgba(30, 30, 30, 0.1)
}
.releasenote {
    text-align: left;
    background-color: #323233;
    color: #ddd;
    overflow-y: scroll;
    font-family: monospace;
    width: auto;
    word-wrap: break-word;
    height: 300px;
    border-radius: 5px;
}
.sidebar-left .sidebar-header {
    background-color: #171717;
}
html.dark .well {
    background-color: #14171c;
    color: #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    border:none;
}
html.dark h1, 
html.dark h2, 
html.dark h3, 
html.dark h4, 
html.dark h5 {
    color: #ddd;
}
html.dark .etq {
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,1), inset 0px 2px 2px 0px rgba(0,0,0,0.3), 0px 0px 2px 0px #000;
    color:#ddd;
}
html.dark .btn-primary {
    color: #ddd;
    background-color: #116691;
    border-color: #116691;
}
html.dark .label-info {
    color: #ddd;
    background-color: #116691 !important;
}
html.dark .charge table a {
    color:#2e353e;
}
html.dark .retard-process {
    color:#ff5f59;
}
html.dark .label-warning,
html.dark .label-primary,
html.dark .label-success,
html.dark .label-danger {
    color:#2e353e; 
}
html.compact.dark .page-header, html.compact.dark .sidebar-left {
    background: #111317;
    box-shadow: 1px 3px 0 1px #1d2127;
}
html.compact.dark  .page-header h2 {
     border-bottom-color: #116691;
    
}
html.compact.dark .search-container.exp  {
   border-bottom: 4px solid #555;
}
@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed.fixed.dark .sidebar-left .nano {
        background: #111317;
        box-shadow: none;
    }
}
html.dark .sidebar-left .sidebar-header, 
html.dark .sidebar-left .sidebar-header .sidebar-toggle, 
html.compact.dark .sidebar-copyright {
    background-color: #0a0c0e;
}
html.dark .nav-tabs li a {
    color:#ddd !important;
}
html.dark .nav-tabs li.active a {
    color:#eee;
    font-weight: bold;
} 
html.dark .progress .progress-bar-primary,
html.dark .pagination > li.active a, html.dark .pagination > li.active a {
    background-color: #116691;
}
html.dark div.dt-searchPanes div.pane div.title {
    background-color: #51565d;
}
html.dark div.dt-searchPanes div.pane {
    border-color: #51565d;
}
html.dark div.dt-searchPanes div.pane div.scroller ul li span.label {
    color:#ddd;
}
@media only screen and (min-width: 768px) {
    html.dark .cd-breadcrumb.triangle li > * {
        color: #aaaaaa;
        background-color: #14171c;
        border-color: #14171c;
    }
    html.dark .cd-breadcrumb.triangle li.current > * {
        color: #ffffff;
        background-color: #20242c;
        border-color: #20242c;
    }
}
.index-general-page-header {
    left:0 !important;
}
html.dark body .jstree-default .jstree-icon {
    color: #fcc160;
}
.icone-widget-accueil {
    background-color: rgba(0,0,0,0.2);
    height:90px;
    width:90px;
    border-radius:55px;
    color:#eee;
    font-size: 50px;
    padding-top: 20px;
    padding-left: 20px;
}
.widget-accueil:hover {
    box-shadow: none;
    transition: box-shadow .3s;
}
.widget-accueil:hover {
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}
.widget-title {
    color:#fff;
    font-size: 20px;
    margin-top:15px;
}
@media only screen and (max-width: 1092px) {
    .col-widg  {
        text-align:center;
    }
    .icone-widget-accueil {
        padding-left: 0;
    }
    
}
.indice-ca {
    text-align: right;
    font-weight: lighter;
    margin-top: 0px;
}
@media only screen and (max-width: 600px) {
    .indice-ca {
        padding: 0;
        margin: 0px 0px 0px 0px;
        font-size: 28px;
    }
    .tabs ul.nav li {
        width:  100%;
        text-align: center;
    }
    
}
.titre-well {
    background-color: rgba(0,0,0,0.2);
    margin: -19px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    color: #333;
}
html.dark .titre-well {
    color: #aaa;
}
#tbl-affaires tr span {
    font-size: smaller;
}
html.dark #tbl-affaires tr b {
    color:#ed9c28;
}
#tbl-affaires tr b {
    color:#000;
}
#tbl-affaires tr {
    cursor:pointer;
    animation: 'background-color 0.5s';
}
#tbl-affaires tr:hover {
    background-color:rgba(0,0,0,0.1);
}
#tbl-affaires tr:active {
    background-color: #839fa7;
    color: white;
}
.liste-pays {
    cursor:pointer;
    text-transform: uppercase;
}
.release-note-img {
    background: url(../images/logo_gpao_.png) top no-repeat;
    width: 100%;
    background-size: 50%;
    height: 100px;
}
html.dark .release-note-img {
    background: url(../images/logo_gpao_dark.png) top no-repeat;
    width: 100%;
    background-size: 50%;
    height: 100px;
}
.logo-bas-de-page-container {
    width: 100%;
    position: fixed;
    height: fit-content;
    z-index: -1;
}
.logo-bas-de-page {
    background: url(../../assets/images/logo_gpao_.png) bottom no-repeat;
    opacity: 0.2;
    width: 350px;
    background-size: 350px;
    height: 150px;
    right: 0;
    bottom: 0;
    margin: 0;
    position: fixed;
}
html.dark .logo-bas-de-page {
    background: url(../../assets/images/logo_gpao_dark.png) bottom no-repeat;
    opacity: 0.2;
    width: 350px;
    background-size: 350px;
    height: 150px;
    right: 0;
    bottom: 0;
    margin: 0;
    position: fixed;
} 
#users tr td:last-of-type {
    text-align: center;
}
#users tr td .btn {
    text-align: center;
}
.sidebar-tile {
    width: 130px;
    cursor:pointer; 
    margin: 5px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}
.sidebar-tile .tile-icone i {
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
    padding: 20px;
    background-color: #0000003d;
}
.sidebar-tile .tile-title {
    color:#fff;
}
.tile-container {
    background-color: #141415d1;
}
html.dark .tile-container {
    background-color: #ffffffd1;
}
.carte-user {
    border-radius: 5px;
    width: fit-content;
    display: inline-block;
    padding: 20px;
    background-color: #c7c1c161;
}

.sidebar-userphoto img {
 width:32px;
}
.sidebar-userphoto {
    display: contents;
   }
.user-sidebar{
    padding:10px;
    cursor:pointer
}
.sidebar-bottom-content {
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #ccc;
}
@media only screen and (min-width: 768px) {
    .user-sidebar{
        display:none;
    }
    .modal-detailusi {
        width:60%;
    }
}
.bg-six {
    background: #c68510;
    color: white;
}

@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-size: x-large;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
   animation-delay: .4s;
}

.class-arbre {
    cursor: default;
}
.class-arbre li span {
    border: 5px;
    padding: 2px;
}
.class-arbre li span {
    border: 5px;
    padding: 2px;
}

.node-select {
    background-color: rgba(0,0,0,0.2);
    color:black;
    border-radius: 5px;
    font-weight: bold;
    padding-left:8px !important;
    padding-right: 8px !important;
}
html.dark .node-select {
    background-color: rgba(0,0,0,0.5);
    color:rgba(255,255,255,0.8);

}
.class-arbre, .class-arbre ul, .class-arbre li {
    position: relative;
}

.class-arbre ul {
   list-style: none;
   padding-left: 32px;
}
.class-arbre li::before, .class-arbre li::after {
    content: "";
    position: absolute;
    left: -12px;
}
.class-arbre li::before {
    border-top: 1px solid #777;
    top: 9px;
    width: 8px;
    height: 0;
}
.class-arbre li::after {
    border-left: 1px solid #777;
    height: 100%;
    width: 0px;
    top: 2px;
}
.class-arbre ul > li:last-child::after {
    height: 8px; 
}
html.dark .class-arbre li::before {
    border-top: 1px solid #505d6b;
}
html.dark .class-arbre li::after {
    border-left: 1px solid #505d6b;
}
.node-affaire > span:hover,
.node-manip > span:hover,
.node-piece > span:hover {
    background-color: #81b2c459;
    border-radius: 3px;
}
.node-affaire > span > i,
.node-manip > span > i,
.node-piece > span > i {
    color:#c68510;
}
html.dark .node-affaire > span > i,
html.dark .node-manip > span > i,
html.dark .node-piece > span > i {
    color:#ed9c28;
}
