/* Headway App */
#HW_badge_cont {
  position: absolute !important;
  right: 0px;
  top: -15px;
}
#HW_badge {
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 11px;
}
/* Titre dans la navigation */
li.nav-item>h4 {
  font-weight: 600;
}
/* Select d'établissement dans la navigation */
li.nav-item>div>.custom-select {
  height: 30px;
  font-size: 0.9em;
  margin-top: -5px;
  border: inherit !important;
  border-radius: inherit !important;
}

/* http://tobiasahlin.com/spinkit/ */

.warningText {
 color: orange;
 font-weight: 600;
}

button:disabled {
  cursor: not-allowed !important;
}
.spinnerligne {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }

  .spinnerligne > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelayLigne 1.2s infinite ease-in-out;
    animation: sk-stretchdelayLigne 1.2s infinite ease-in-out;
  }

  .spinnerligne .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .spinnerligne .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .spinnerligne .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .spinnerligne .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  .vs__selected {
    height: unset!important;
  }

  @-webkit-keyframes sk-stretchdelayLigne {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
  }

  @keyframes sk-stretchdelayLigne {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }
