/*
div {
  margin-top: 10px;
} */


a:hover{color:#7a7a7a;}


#denuncia-form {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

/*
#consulta-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
} */

#masinfo-form {
  width: 100%;
  margin: 0 auto;  
}

#consultalegal-form {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

#consultaticketing-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.label {
  display: inline-block;
  text-align: right;
  float: left;
  padding-top: 5px;
  width: 200px;
  margin-right: 20px;
}

.cajatexto {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 350px;
}

.cajatextomodal {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 450px;
}

.cajatextoresaltada {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 350px;
  background-color: red;
}

.tooltip {
  margin-left: 5px;  
}

.implicados{
  margin-top: 15px;  
}

#submit {
  border-radius: 5px;
  font-size: 153:48 PM 6/2/2022px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 400px;
  width: 100px;
  height: 40px;

}

#btnsubmit {
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 400px;
  width: 100px;
  height: 40px;
					   
  }

#newimplicado {
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
  width: 200px;
  height: 40px;

}

.boton {
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
  width: 200px;
  height: 40px;

}

input[type=radio] {
  margin-left: 100px;
  margin-bottom: 15px;
  vertical-align: baseline;
  margin-top: 10px;
}

#submitconsulta {
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 40px;

}

.content-1{
  margin-left: 100px;
  margin-right: 100px;  
  width: 650px;
}

.referencia {
  color:darkorange;
  font-weight: bold;  
}

.solicitudes {
  color:red;
}

.separacion {
  margin-top: 30px;
}

.left {
  text-align: left; 
  float: left;  
}

.right {
  text-align: right; 
  float: right;
}

.obligatorio {
  color: red;
}

.error {
  color: red;
  padding: 1em;
  margin-bottom: 1em;
}


/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }  

  /* Spinner */
  .loader {
    width: 20px;
    height: 20px;
    border: 20px solid #f3f3f3;
    margin:5% auto;
    border-left: 30px solid #FF5D00;
    border-right: 30px solid #FF5D00;
    border-radius: 50%;
    transition: transform;
    animation: spinIT .8s linear infinite;
    filter: drop-shadow(0px 0px 8px gray);
  }

  @keyframes spinIT {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } 

  @-webkit-keyframes spinIT {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  .animated{
    animation: animate 3s;
  }

  @keyframes animate{ 
    from{opacity:0 } 
    to{opacity:1 }
  }

  .spinner {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    width: 36px;
    height: 36px;
    
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

/* Fondo modal: negro con opacidad al 50% */
.modal {
  display: none; /* Por defecto, estará oculto */
  position: fixed; /* Posición fija */
  z-index: 1; /* Se situará por encima de otros elementos de la página*/
  padding-top: 150px; /* El contenido estará situado a 200px de la parte superior */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Algura completa */
  overflow: auto; /* Se activará el scroll si es necesario */
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75); /* Color negro con opacidad del 50% */  
}

.contenido-modal {
  position: relative; /* Relativo con respecto al contenedor -modal- */
  background-color: #fefefe;
  margin: auto; /* Centrada */
  padding: 20px;
  border: 1px solid lightgray;
  border-top: 10px solid #58abb7;
  width: 50%;
  -webkit-animation-name: animarsuperior;
  -webkit-animation-duration: 0.5s;
  animation-name: animarsuperior;
  animation-duration: 0.5s;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.cerrar {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}
.cerrar:hover,
.cerrar:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#pmensaje {
  font-size: 14px;  
}

/* nuevo */
.modalspinner {
  display: none; /* Por defecto, estará oculto */
  position: fixed; /* Posición fija */
  z-index: 1; /* Se situará por encima de otros elementos de la página*/
  padding-top: 250px; /* El contenido estará situado a 200px de la parte superior */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Algura completa */
  overflow: auto; /* Se activará el scroll si es necesario */
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.60); /* Color negro con opacidad del 50% */  
}

.contenido-modalspinner {
  position: relative; /* Relativo con respecto al contenedor -modal- */
  margin: auto; /* Centrada */
  padding: 20px;
  width: 50%;
  -webkit-animation-name: animarsuperior;
  -webkit-animation-duration: 0.5s;
  animation-name: animarsuperior;
  animation-duration: 0.5s
}

.lds-spinner {
  color: official;
  margin:5% auto;
  width: 80px;
  height: 40px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #1e73be;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#mensajeSpinner {
  color: #ffffff;
}												




