
/* -------------- Scroll Personalizado ------------------*/

body::-webkit-scrollbar{
  width: 12px;
  background-color: #F1F1F1;
}

body::-webkit-scrollbar-thumb{
  background-color: #B2BABB;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover{
  background-color: #A8A8A8;
}

/* ---------- Fin Scroll Personalizado ------------------*/

/* -------------- Indicador de Carga ------------------*/

.contenedor_loader{
  position: fixed;
  width: 94vw;
  height: 50vh;
  z-index: 9999;
  transition: all 1.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader,
.loader:before,
.loader:after{
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: loader 1.5s infinite ease-in-out;
}

.loader{
  color: #1d525b;
  font-size: 13px;
  position: relative;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after{
  content: '';
  position: absolute;
  top: 0;
}

.loader:before{
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after{
  left: 3.5em;
}

@keyframes loader{
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* ------------- Fin Indicador de Carga ----------------*/



/* ------------------------------------------------------------------------------------------------------*/
/*               Estilos de Formulario de GERENTE Y ADMIN ( REGISTRO DE FORMULARIOS )                    */
/* ------------------------------------------------------------------------------------------------------*/



/* Estilos del boton ( guardar ) de registro de todos los formularios */

.botonreg{
	background-color: #1d525b;
	color: #fff;
	border: 1px solid #1d525b;
  border-radius: 10px;
  padding: 8px;
  width: 9rem;
  outline: none !important;
}

.botonreg:hover{
	background-color: #0062cc;
	border-color: #0062cc;
}

.botonenviar{
  background-color: #34495e;
  margin: 5px;
  color: #fff;
  border: 1px solid #34495e;
  border-radius: 10px;
  padding: 8px;
  width: 9rem;
  outline: none !important;
}

.botonenviar:hover{
  background-color: #42586d;
  border-color: #42586d;
}


/* Estilos de los colores de las letras del registro de formularios  */

.color{
	color: #000;
}

.rojo{
	color: #a94442;
}



/*  Estilos del Boton de ( Registrar ) de todos los formularios */

.btnagregar{
	background-color: #1d525b !important;
	border-color: #1d525b;
	color: #fff;
}

.btnagregar:hover{
	border-color: #0062cc;
	background-color: #0062cc !important;
	color: #fff;
  box-shadow: 2px 2px 10px rgba(33, 33, 33, 0.5) !important;
}


/* ------------------------------------------------------------------------------------------------------*/
/*             Fin Estilos de Formulario de GERENTE ( REGISTRAR EMPRESAS Y USUARIOS )                    */
/* ------------------------------------------------------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------------------*/
/*                    Inicio de Estilos de ( ADMIN )                           */
/* ------------------------------------------------------------------------------------------------------*/


/*  Estilos de la Barra de navegación */
.bg-gradient-primary {
  background-color: #1D525B !important;
  background-image: linear-gradient(180deg, #1D525B 10%, #1D525B 100%) !important;
  background-size: cover !important;
}


/* Estilos de la tarjetas (CARDS) de la pagina principal (index.php)*/

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

.small-box p {
  font-size: 1rem;
}

.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s linear;
}

.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.glyphicon, .small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon > i {
  font-size: 95px;
}

.small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.glyphicon, .small-box:hover .icon > i.ion {
  font-size: 75px;
}

@media (max-width: 767.98px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

.btn-danger{
  box-shadow: none !important;
}

.bg-success1{
  background-color: rgba(255,255,255) !important;
}

.bg-info1{
  background-color: rgba(255,255,255) !important;
}

.small-box-footer{
  background-color: rgba(52,73,94) !important;
  color: rgba(255,255,255) !important;
}

.detalle{
  background-color: rgba(61,97,85) !important;
  color: rgba(255,255,255) !important;
}

.pa{
  padding: 26px !important;
}


/*-----------------------------------Estilos del reloj del (index.php)----------------------------------*/

.widget p {
  display: inline-block;
  line-height: 1em;
}
.fecha {
  font-family: arial;
  text-align: center;
  font-size: 1.0em;
  background: rgba(29,82,91);
  color: #fff;
  padding-top: 3px;
  border-radius: 0.25rem;
}
.reloj {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2em;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: rgba(255,255,255);
  color: #1d525b;
  border-radius: 0.25rem;
}
.reloj .cajaSegundos {
  display: inline-block;  
}
.reloj .ampm, .reloj .segundos{
  display: block;
}

.contenedor1{
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}


/*---Estilos del reloj del (index.php) en pantalla pequeña----*/

@media (max-width: 855px){
  .reloj{
    font-size: 1.5em;
  }
}

/*----------------------------------- Fin Estilos del reloj del (index.php)----------------------------------*/



/*-----------------------------------Inicio Estilos Tablas de empresas y usuarios--------------------------------*/



.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #1d525b !important;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sorting_asc{
  background: #0e6977;
  color: #fff;
}

.btn-success1{
  background-color: #0e6977;
  color: #fff;
}

.btn-success1:hover{
  border-color: #217b1c;
  color: #fff;
}

.badge-success-card{
  background-color: #34495e;
  border-bottom: none;
}

.badge-success-card:hover{
  border-color: #34495f;
  transform: scale(1.4);
}

.btnpdf{
  background-color: #b30b00 !important;
  color: #fff;
  border-color: #b30b00;
}

.btnpdf:hover{
  border-color: #ef271c;
  color: #fff;
  background-color: #b30b00 !important;
  outline-color: #ef271c;
}


.colorbtn{
  background-color: #34495e !important;
  color: #fff;
}

.colorbtn:hover{
  border-color: #22313f;
  color: #fff;
}


.form-control-sm:focus{
  border: border solid !important;
  border-color: #1d525b !important;
  box-shadow: 1px 0px 3px 3px rgba(29, 82, 91, 0.5) !important;
}

label{
  color: #000;
}

/*-----------------------------------Fin Estilos Tablas de empresas y usuarios--------------------------------*/



/*-----------------------------------Estilos Modificar Usuarios y Empresas-----------------------------------*/

/* Estilos Bonton Cancelar*/
.botoncan{
  background-color: #dc3545;
  margin: 4px;
  color: #fff;
  border: 1px solid #dc3545;
    border-radius: 10px;
    padding: 8px;
    width: 9rem;
    outline: none !important;
}

.botoncan:hover{
  border-color: #E11212;
  color: #fff;
  box-shadow: 2px 2px 10px rgba(33, 33, 33, 0.5);
}

/*--------------------------------Fin Estilos Modificar Usuarios y Empresas---------------------------------*/


/* Inicio Personalización checkbox de formularios */


/*
.formulario input[type="radio"]{
  display: none;
}

.formulario label{
  color: #1d525b;
  padding: 5px 15px 5px 51px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formulario label:hover{
  background-color: rgba(118,160,63,.2);
}

.formulario label:before{
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: none;
  border: 3px solid #1d525b;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  margin-top: 3px;
}

.formulario input[type="radio"]:checked + label{
  padding: 5px 15px;
  background: #1d525b;
  border-radius: 2px;
  color: #fff;
}

.formulario input[type="radio"]:checked + label:before{
  display: none;
}

*/
/* Fin Personalización checkbox de formularios */






/* ----------------- Estilos Canvas para firmas (Realizado Por) y (Recibido Por) ---------------------*/


#draw-canvas {
border: 2px dotted #CCCCCC;
border-radius: 5px;
cursor: crosshair;
}


#draw2-canvas {
border: 2px dotted #CCCCCC;
border-radius: 5px;
cursor: crosshair;
}

#draw3-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 5px;
  cursor: crosshair;
}

#draw4-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 5px;
  cursor: crosshair;
}

.buttonrealizado {
    background-color: #1D525B;
    color: #fff;
    border: 1px solid #1D525B;
    border-radius: 10px;
    width: auto;
    outline: none !important;
    height: 2rem;
    width: 5rem;
    margin-left: 5%;
}

.buttonrealizado:hover{
  border: 1px solid #495057;
  box-shadow: 2px 2px 10px rgba(33, 33, 33, 0.5);
}

.buttonborrar {
    background-color: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
    border-radius: 10px;
    width: auto;
    outline: none !important;
    height: 2rem;
    width: 5rem;
    margin-left: 5%;
}

.buttonborrar:hover{
  border: 1px solid #E11212;
  box-shadow: 2px 2px 10px rgba(33, 33, 33, 0.5);
}



.titulos_a{
  color: #1d525b !important;
}

.titulos_a:hover{
  color: #495057 !important;
  outline: none !important;
  text-decoration: none !important;
}



/* --------------------------- Estilos deL BOTON VER CHEQUEO -----------------------*/

.acta{
  color: white;
  text-align: center;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ad0b00 !important;
  outline: none !important;
}

.acta:hover{
  border: 1px solid #6d100c;
}



#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #1D525B;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-volver {
  background-color: #1D525B !important;
  border-color: #1D525B !important;
  color: #fff !important;
}

.btn-volver:hover {
  background-color: #153c43 !important;
  border-color: #153c43 !important;
  color: #fff !important;
}

/* Tarjetas Didácticas Modernas para Formatos */
.format-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border: 1px solid #eef2f5;
  display: flex;
  flex-direction: column;
  height: 250px; /* Consistent height */
}

.format-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(29, 82, 91, 0.15);
  border-color: #1d525b;
}

.format-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.format-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.format-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.format-card-counter {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1d525b;
}

.format-card-media {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  background: #f8fafc;
  border-radius: 12px;
  padding: 8px;
}

.format-card-img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.format-card:hover .format-card-img {
  transform: scale(1.1);
}

.format-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  padding: 10px 20px;
  border-top: 1px solid #eef2f5;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.format-card:hover .format-card-footer {
  background: #1d525b;
}

.format-card-link {
  color: #1d525b;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.format-card:hover .format-card-link {
  color: #ffffff;
}

.format-card-download-btn {
  background: #34495e;
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 0.75rem;
}

.format-card-download-btn:hover {
  background: #1d525b;
  transform: scale(1.05);
}


