/* Tamaño del logo para los informes */
.logoinforme{
  width: 160px;
  height: 100px;
}
/*foto del fondo del login */
.login-page{
  margin: 0;
  padding: 0;
  background: #F3F3F3;
  background-size: cover;
  background-position: center;
  font-family: sans-serif;
}


/* Tamaño del logo dentro del programa */
.logo{
  width: 160px;
  height: 50px;
  margin-left: 50px;
}

/* Tamaño del logo cuando se encoje*/
.p{
  width: 50px;
  height: 50px;
}

/* tamaño de logo en el acceso */
.logologin{
  width: 190px;
  height: 90px;
}


/* tamaño de logo al actualizar datos */
.logod{
  width: 150px;
  height:70px;
}

/* zoom para la imagenes */
.zoom{
  /* Aumentamos la anchura y altura durante 2 segundos */
  transition: width 2s, height 2s, transform 2s;
  -moz-transition: width 2s, height 2s, -moz-transform 2s;
  -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
  -o-transition: width 2s, height 2s,-o-transform 2s;
}
.zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
        su tamaño con scale(2). */
        transform : scale(3);
        -moz-transform : scale(3);      /* Firefox */
        -webkit-transform : scale(3);   /* Chrome - Safari */
        -o-transform : scale(3);        /* Opera */
      }


      
      /* stilo iconos  */

      .nav-icon{
       color: #FFFFFF;
     }
     .nav-icon:hover{
       color: #FFFFFF;
     }

     /* stilo letras  */
     .letra{
       color: #FFFFFF;
     }
     .letra:hover{
       color: #FFFFFF;
     }


     /* Tamaño de letras de los listares */
   /*  th {
      font-size: 14px;
    }

    tbody {
      font-size: 14px;

    }*/


    /* Estilo del formulario de actualizacion de datos  */


    /*.cuadro{
      background: #F3F3F3;
      color: #000000;
    }*/




    /*Estilo para el cliente nuevo*/
    .clienten{

      padding-top: 8px;
      padding-right: 8px;
      padding-bottom: 8px;
      padding-left:8px;
      text-align:center;

    }

    .letracliente {

      color: #000000FF;
      font-size: 20px;
    }

    .letracliente:hover
    {

      color: #0094FFFF;
    }





    thead{

      background-color:#000000!important;
      color:white;


    }


    tfoot{


      color:#000000FF


    }





    .dataTables_wrapper .dataTables_paginate .paginate_button,.icon{

      font-size: 13px
    }



    /*datos de pago*/
    .numero{

      font-size:15px; 
      font-family: Arial;
      color: #000000;
    }



    .colormenu{
      background: #000000;
    }
    
    .brand-link{
      background: #FFFFFFFF;
    }



    






/****************    
CODIGO SPINNER
****************/
    #caja-spiner {
      background-color: rgb(0 0 0);
      height: 100%;
      width: 100%;
      position: fixed;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition:  all 1s ease;
      z-index:10000;
    }

    .spiner,.spiner:after{
      display: block;
      margin: auto;    
      width: 60px;
      height: 60px;
      border-radius: 50%;
    }
    .spiner {
      /* background-color: transparent; */
      /* border-top: 5px solid rgb(220, 53, 69); */
      /* border-right: 5px solid rgb(220, 53, 69); */
      /* border-bottom: 5px solid rgb(220, 53, 69); */
      /* border-left: 5px solid rgba(66,139,202,.2); */
      /* animation-iteration-count: infinite; */
      /* animation-timing-function: linear; */
      /* animation-duration: .8s; */
      /* animation-name: spinner-loading; */
      position: absolute;
      top: 0;
      left: 0px;
      right: 0;
      bottom: 0;
      white-space: nowrap;
      color: white;
      font-size: 26px;
      font-weight: bold;
    }

/*@keyframes spinner-loading{
  0% {
    transform: rotate(0deg)
  } to {
    transform: rotate(1turn)
  }
}*/

/****************    
FIN CODIGO SPINNER
****************/










.modal-header{

  background: #007bff;
  color: white;
}




.textol{

 color:#FFFFFFFF;
}






.bienvenida{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;

}







.main {
  margin:auto;
  border:1px solid #7C7A7A;
  width:70%;
  text-align:left;
  padding:30px;
  background:#85c587
}
.evidencias[type=submit] {
  background:#6ca16e;
  width:100%;
  padding:5px 15px;
  background:#ccc;
  cursor:pointer;
  font-size:16px;
}
.evidencias[type=text] {
  width:40%;
  padding:5px 15px;
  height:25px;
  font-size:16px;
}


/*css de la cortina al cargar una pagina*/
.preloader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100%;
  transition: height 200ms linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.dark-mode .preloader {
  background-color: #454d55 !important;
  color: #fff;
}









.tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}





@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}


.texto{
  font-size:29px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 1.25rem;
}

.cajatexto {

  min-height: 33px;
  padding: -4.5rem;
  position: relative;
  width: 100%;
}

.link{

  color: #FFFFFFFF;
}


.link:hover{

  color: #C0C0C0FF;
}


.txtotales{

  color: #4CFF00FF;
}

.modalSolicitud{
  max-height: calc(107vh - 200px);
  overflow-y: auto;
}


.textzona{
  white-space: pre;
}

.coger {
  cursor: move;
}




.text-colo{

  color: #FFFFFFFF;
}




.text-red{

  color: #FF0000FF;
}





.user-block .description {
  color: #6c757d;
  font-size: 5px;
  margin-top: -3px;
}



.listahorario{
  padding: 3px;
  margin: 0px;
  box-sizing: border-box;
}

.iconfas {
  cursor: move;
}


.colosap{

  background: rgb(104, 189, 255);
  color: #000000;
}

.colosap1{

  background: rgb(255, 215, 104);
  color: #000000;
}


.colosap2{

  background: rgb(141, 180, 13);
  color: #000000;
}



.txZona{

  font-family: sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
}


.txresumen{

  background:#000 ;
}


.txtitulo{
  white-space: nowrap;
  font-size: 14px;
  text-align: center;

}

.txtitulo2{

  font-size: 14px;
  float: right;
}


/****************    
CODIGO SPINNER
****************/
#caja-spiner {
  background-color: rgb(0 0 0);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition:  all 1s ease;
  z-index:10000;
}

.spiner,.spiner:after{
  display: block;
  margin: auto;    
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.spiner {
  /* background-color: transparent; */
  /* border-top: 5px solid rgb(220, 53, 69); */
  /* border-right: 5px solid rgb(220, 53, 69); */
  /* border-bottom: 5px solid rgb(220, 53, 69); */
  /* border-left: 5px solid rgba(66,139,202,.2); */
  /* animation-iteration-count: infinite; */
  /* animation-timing-function: linear; */
  /* animation-duration: .8s; */
  /* animation-name: spinner-loading; */
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  color: white;
  font-size: 26px;
  font-weight: bold;
}



.cuadro {
margin: 10px;

}

.seleccionado {
  background-url: http://api.thumbr.it/whitenoise-361x370.png?background=f2f2f2ff&noise=626262&density=15&opacity=15
 -webkit-box-shadow: 6px -5px 19px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 6px -5px 19px -11px rgba(0,0,0,0.75);
box-shadow: 6px -5px 19px -11px rgba(0,0,0,0.75);
}




/*spiner para cargar al subir evidencias */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Agrega aquí la animación CSS o utiliza una imagen GIF animada */
.loading-spinner {
  border: 4px solid rgba(255 255 255);
  border-top: 4px solid #ff0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.btn-reasignar {
  white-space: nowrap; /* Evita que el texto haga saltos de línea */
  display: inline-block; /* Asegura que el botón se mantenga en línea */
}