#datatable th
{
  text-align:center;
}

/* -------------------- */
/*  customization body */
/* -------------------- */

body{
    background-color: #e9ecef;
}
/* -------------------- */
/* customization fil de navigation */
/* -------------------- */

/* Add a color to all links inside the list */
  .breadcrumb {
    /* padding: 0px 15px !important; */
    padding: 0px 15px;
  }
  ol.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }

  /* Add a color on mouse-over */
  ol.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }


/* -------------- */
/* SPINNER LOADER */

.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader > img {
    width: 100px;
}

.loader.hidden {
    animation: fadeOut 2s;
    animation-fill-mode: forwards;
}

.ajaxSpinner
{
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  /* opacity: 0.3; */
  object-fit: fill;

}

.ajaxSpinner > img {
  width: 100px;
}

.ajaxSpinner.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}


@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}

/* -------------- */

input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #03a9f4;
  border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}
.range-wrap{
  width: 500px;
  position: relative;
}
.range-value{
  position: absolute;
  top: -50%;
}
.range-value span{
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}


/* --------------------------------- */
/* Gestion affichage onglet sticket  */
/* --------------------------------- */

#ticketList1
{
  margin: auto;
  width: 70% !important; 
  box-sizing: border-box;
  max-width:100%"
}

#ticketList2
{
  margin: auto;
  width: 70% !important; 
  box-sizing: border-box;
  max-width:100%"
}

#ticketList3
{
  margin: auto;
  width: 100% !important; 
  box-sizing: border-box;
  max-width:100%"
}