#loader {
  display:none;
  opacity:.3;
  width:80px;
  height:80px;
  position:fixed;
  top:50%;
  left:50%;
  margin:-70px 0 0 -40px;
}

.brand-link .brand-image {
  height:75px !important;
  max-height:none;
  margin-bottom:-7px;
}

.card-header {
  cursor:pointer;
  background-color:silver;
}

.level1 .card-header {
  background-color:#e1e1e1;
}

.level2 .card-header {
  background-color:#f7f7f7;
}

.card-title i.fas {
  color:gray;
}

.card-body legend {
  font-size:1rem;
  font-weight:bold;
  margin-top:10px;
}

.card-body span.graph-type {
  font-weight:bold;
}

.card-body span.graph-aucun {
  font-style:italic;
}

.nav-link:hover {
  border-bottom:2px solid #6a6a6a;
}

.nav-link.active {
  border-bottom:2px solid #fff;
}

.login-page {
  margin-top:-50px;
}

.login-box, .register-box {
  width:auto;
}

.login-card-body {
  background:#343a40!important;
}

.login-logo img {
  width:250px;
}

.login-card-body button.btn-block {
  width:auto;
}

.nav-item .user-login {
  display:block;
  padding:.5rem 1rem;
  color: #828282;
}

#page-supervision {
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}

button.collapse-all {
  display:none;
  position:fixed;
  transform-origin:left;
  transform: translate(20%, 150%) rotate(-90deg);
}

.container-iframe {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:90px;
}

#page-tickets iframe {
  background-color:#547ccc;
}

.jsgrid {
  height:100%;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.jsgrid-header-cell {
  white-space:nowrap;
}

.jsgrid-cell {
  vertical-align:top;
}

[data-link-rt] {
  color:#138496;
}
