html,
body {
  height: 100%;
}

.navbar-brand>img {
  height: 30px;
  width: auto;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.subcard:hover {
  transform: scale(1.2);
}

.btnh:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.copyright {
  font-size: .75rem;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.438);
}

.breadcrumb li.active {
  color: rgba(255, 255, 255, 0.438);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

#mesaje {
  position: relative;
}

#mesaje #clopotel.activ>.bi {
  animation: bell 2.2s linear infinite;
  transform-origin: 50% 0%;
}

@keyframes bell {

  0%,
  25%,
  75%,
  100% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(10deg);
  }

  45% {
    transform: rotate(-10deg);
  }

  55% {
    transform: rotate(8deg);
  }

  60% {
    transform: rotate(-8deg);
  }
}

#clopotel-num {
  position: absolute;
  left: 50%;
  font-size: 0.7rem;
  width: 1em;
  height: 1em;
  color: #FFFFFF;
  text-align: center;
  display: none;
}

#clopotel:focus {
  box-shadow: none;
}

tr.hh-buttons .btn {
  opacity: 0;
  padding: 0;
}

tr.hh-buttons:hover .btn {
  opacity: 1;
}

.nowrap {
  white-space: nowrap;
}

.sticky-offset {
  top: 56px;
}

.float-btn {
  right: 2px;
  top: 2px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: top ease 0.5s;
  transition-property: opacity;
  transition-delay: 0.3s;
}

.float-btn-show:hover>.float-btn {
  opacity: 1;
  text-align: right;
}

.animate svg {
  transition: transform 0.3s ease;
}

.animate:hover svg {
  transform: scale(1.5);
  filter: drop-shadow(0px 0px 5px currentcolor);
}

.is-hidden {
  display: none;
}

.di-select {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);

}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.alerta {
  background: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

form.filter {
  background: #ffe1cc;
}

.text-lung {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px;
}

.text-lung:hover {
  overflow: visible;
  white-space: normal;
}