html{
  height: 100%;
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn_pag{
  background: #84b813 !important;
    color: #ffffff !important;
}

thead{
  background: #122b27;color: white;
}
#tabla{
  position: sticky;
  height: 100%;
}

#tabla:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../../img/logo.png) 0 0 repeat;
  background-size: 80px 50px;
  background-position: center;
  opacity: 0.19;
}

.filtros {
  font-size: 13px;
  border: 1.2px solid #607d8b5c;
  background: #f5f5f54d;
  /* padding: 15px 15px; */
  border-radius: 15px;
  background: #ddd3;
  transition: all 0.5s ease;
  /* -webkit-transition: all 0.5s ease; */
  /* -webkit-box-shadow: 0px 0px 28px 1px rgb(0 0 0 / 34%); */
  -moz-box-shadow: 0px 0px 28px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 15%);
}
.estatus-badge{
  font-size: 13px;
  /* color: #0F3D3E; */
  /* font-weight: bold; */
  text-align: center;
}
