
.dataTables_wrapper
{
  width: 100% !important;
}

.TablaDeRegistros_wrapper 
{
  /*
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  */
  /*width: 340px; */
  width: 100% !important;
}

@media (min-width: 1200px) 
{
  .dataTables_wrapper
    {
      width: 100% !important;
    }
    
  .TablaDeRegistros_wrapper 
    {
      width: 340px;
      /*width: 100% !important;*/
    }     
}

.TablaDeRegistros_wrapper .form-group label 
{
    display: block;
    margin-bottom: 5px; 
}


.DivContenedor 
{
  position: fixed;
  min-height: 96px;
  width: 96px;
  text-align: center;
  word-wrap: break-word;
  top:      20%;
  right:    45%; 
  z-index: 99999;
  visibility: hidden;
}

.DivWait 
{  
  width:      6rem; 
  height:     6rem;
  opacity: 0.4;
  animation: spinner-border .75s linear infinite !important;
  animation-iteration-count: 1;
}

.DivWait::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: red;
  background-clip: content-box;
  box-sizing: border-box;
}

.DivWait:hover {
  animation-iteration-count: infinite;
}

@keyframes DivWait 
{
  0%    { transform: rotate(0deg);    }
  100%  { transform: rotate(360deg);  }
}

.Image-div
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add the dimensions of your div */
  /*width: 50%;*/
  /*height: 50%;*/
 }

 .Image-div-Bottom
{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -1%);
  bottom: 0;
  width: 96px;
  height: auto;
 }

 .center-div
{
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Add the dimensions of your div */
  width: 80%;
  /*height: 50%;*/
 }

 .SombraDivRol
 {
  -webkit-box-shadow: 6px 6px 10px -2px rgba(128, 128, 128, 0.6);
  -moz-box-shadow: 6px 6px 10px -2px rgba(128, 128, 128, 0.6);
  box-shadow: 6px 6px 10px -2px rgba(128,128,128,0.6);
 }

 .tx-red-shadow
 {
  color : #f00;
  font-size: 22px !important;
  -webkit-box-shadow: 4px 4px 6px -2px rgba(74, 74, 74, 0.9);
  -moz-box-shadow: 4px 4px 6px -2px rgba(74, 74, 74, 0.9);  
  box-shadow: 4px 4px 6px -2px rgba(74,74,74,0.9)
 }

 .div-stop
 {
  display: flex; /* Utiliza Flexbox para centrar los elementos */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  height: 80vh; /* Altura completa de la ventana del navegador */
  width: 90vw; /* Ancho completo de la ventana del navegador */
  background: url('../img/mano_stop.png') no-repeat center center; /* Añade la imagen de fondo */
  background-size: 480px 480px; /* Tamaño de la imagen de fondo */
}

  .columnas-3
  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    margin: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .columnas-4
  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    margin: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
  }
  
  .columnas-4-item
  {
      background-color: #0168fa;
      color: white;
      font-size: 10px;
      text-align: center;
      padding: 2px;
      border-radius: 8px;
  }
  /*  ======================================  QR  ============================================ */
  .qr-video 
  {
    width: 99%;    /*width: 100%;*/
    height:240px;
    max-width: 400px;
    border-radius: 15px;
  }

  .qr-canvas 
  {
    display: none;
  }

  /*  ======================================================================================== */
  
  @media (max-width: 575.98px)
  {
    .no-space-lr
    {
      padding-bottom: 10px !important;
    }
    /*
    .btn, .ui-datepicker-buttonpane button, .sp-container button 
    {
      padding: 1px 1px  !important;
      font-size: 0.875rem !important;
    }
      */
  }
  
  /*
  @media (max-width: 767.98px)
  {
    .no-space-lr
    {
      padding-right: 1px !important;
      padding-left: 1px !important;
    }

    .btn, .ui-datepicker-buttonpane button, .sp-container button 
    {
      padding: 1px 1px  !important;
      font-size: 0.875rem !important;
    }
  }
  */