

/* 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: 93px;
    height: 53px;
    margin-left: 55px;
}

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

/* Tamaño del logo cuando se encoje*/
.p{
    width: 51px;
    height: 38px;
    margin-left: 4px;
    margin-top: 11px;
}

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


/* 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;
   }





/* Estilo del formulario de actualizacion de datos  */


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


/*Estilo para el cliente*/
.cliente{

  color: #000000FF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align:center;
  font-size: 12px;
}
/*Estilo para el cliente*/
.clienten{

  color: #000000FF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align:center;
  font-size: 12px;
}

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

  background:#404040FF;
  color: #FFFFFFFF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align:center;
}


.letracliente {

  color: #000000FF;
}

.letracliente:hover
{

  color: #0094FFFF;
}










.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;
}



.fa-copy,.fa-file-excel,.fa-file-csv,.fa-file-pdf,.fa-print{
  color: #000000FF;
}







/****************    
CODIGO SPINNER
****************/
#contenedor-spinner {
  background-color: rgba(250, 240, 245, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition:  all 1s ease;
  z-index:10000;
}

.spinner,.spinner:after{
  display: block;
  margin: auto;    
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.spinner {
  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: 0;
  right: 0;
  bottom: 0;
}
@keyframes spinner-loading{
  0% {
    transform: rotate(0deg)
    } to {
      transform: rotate(1turn)
  }
}

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













/****************    
foto de perfil de tercero
****************/




.upload-btn:hover {
    background-color: #007bff;
    color:#FFFFFFFF;
    cursor: pointer;
}




.close{
    color: white;

}

.close:hover{

  color:#FFFFFFFF;
}



.total{
  background:#000000FF;
  color: #00FF21FF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align:center;
  font-size: 35px;
}




.navbar-navy{
    -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.75);
}



.multimediaFisica{

    border:black dashed 1px;
    height:100px;
    text-align:center;
    color:#000;
    padding-top:12px;
    cursor:pointer;
}
.active-drop{
    background:#77bafa !important;
    border:solid 2px blue !important;
    opacity:.5;
    color:black !important;
}






.datoscliente{

  color: #FFFFFFFF;

}


.datoscliente:hover{

  color: #0094FFFF;

}


.buscarinput{

    text-align: center;
    font-size: 20px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 2;
    text-align: center;
    font-weight: bold;
  
}















.iconobuscar{

    font-size: 20px;
    font-weight: bold;
}



.navbar-nav li:hover > ul{

  display: block;
}


.modal{

overflow-y: scroll; 
}




.bootstrap-select .dropdown-menu{
   max-width: 100%!important;
}


#divComboBusqueda .dropdown-toggle{
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: .25rem;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bootstrap-select .dropdown-menu{
   max-width: 100%!important;
}


.orden-clase{

    font-size: 20px;
}






/*css teclado virtual*/
/* Incluye aquí el CSS del teclado virtual */



.keyboard--hidden {
  bottom: -100%;
}

    .keyboard {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 5px 0;
      background: #000000;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      transition: bottom 0.4s;
       z-index: 9999; /* Ajusta el z-index aquí */
    }

    .keyboard--hidden {
      bottom: -100%;
    }

    .keyboard__keys {
      text-align: center;
    }

     .keyboard__key {
      height: 45px;
      width: 6%;
      max-width: 90px;
      margin: 3px;
      border-radius: 4px;
      border: none;
      background: rgba(255, 255, 255, 0.2);
      color: white;
      font-size: 1.05rem;
      outline: none;
      cursor: pointer;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: top;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      position: relative;
    }

    .keyboard__key:active {
      background: rgba(255, 255, 255, 0.12);
    }

    .keyboard__key--wide {
      width: 12%;
    }

    .keyboard__key--extra--wide {
      width: 36%;
      max-width: 500px;
    }

    .keyboard__key--activatable::after {
      content: "";
      position: absolute;
      top: 10px;
      right: 10px;
      width: 8px;
      height: 8px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
    }

    .keyboard__key--active::after {
      background: #08ff00;
    }

    .keyboard__key--dark {
      background: rgba(0, 0, 0, 0.25);
    }




#observacionesList {
    list-style-type: none; /* Quitar los puntos de la lista */
    padding: 0;
}

.observation-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px; /* Espacio entre las observaciones */
}

.observation-item span {
    flex-grow: 1; /* Permitir que el texto de la observación ocupe todo el espacio disponible */
    margin-right: 10px; /* Espacio entre el texto de la observación y el botón */
}

.btn-remove {
    margin-left: 10px;
}




/* teclado */
.keyboard__key {
  height: 25%;
  width: 6%;
  max-width: 50%;
  margin: 3px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 1.05rem;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.keyboard--hidden {
  bottom: -100%;
}



/* Contenedor de las teclas */
/*.keyboard__keys {
display: flex;
flex-wrap: wrap;
justify-content: center;
}*/


/* Estilo para teclas activas */
.keyboard__key:active {
background: rgba(255, 255, 255, 0.12);
}

/* Estilos para teclas más grandes */
.keyboard__key--wide {
width: 12%;
}

.keyboard__key--extra--wide {
width: 36%;
max-width: 500px;
}

/* Estilo para teclas activadas (como Caps Lock) */
.keyboard__key--activatable::after {
content: "";
position: absolute;
top: 10px;
right: 10px;
width: 8px;
height: 8px;
background: rgba(0, 0, 0, 0.4);
border-radius: 50%;
}

.keyboard__key--active::after {
background: #08ff00;
}

/* Estilo para teclas oscuras */
.keyboard__key--dark {
background: rgba(0, 0, 0, 0.25);
}








.parameter-card {
      box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
      margin-bottom: 1rem;
    }
    .required-field::after {
      content: " (*)";
      color: red;
    }
    .table-container {
      background: white;
      padding: 15px;
      border-radius: 3px;
      box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    }
    .form-section {
      background: white;
      padding: 20px;
      border-radius: 3px;
      margin-bottom: 20px;
    }
    .btn-toolbar {
      margin-top: 15px;
    }
    .tables-section {
      margin-top: 30px;
    }
    .nav-tabs {
      border-bottom: 2px solid #dee2e6;
    }
    .nav-tabs .nav-link.active {
      border-bottom: 2px solid #007bff;
      border-color: transparent transparent #007bff transparent;
    }













    .inspection-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.parameters-section {
    margin-bottom: 25px;
}

.section-title {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.parameter-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.parameter-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.parameter-label {
    color: #495057;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.parameter-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out;
}

.parameter-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.parameter-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

.parameter-select option {
    padding: 8px;
}

.observation-section {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.status-valid {
    background-color: #28a745;
}

.status-invalid {
    background-color: #dc3545;
}

.parameter-value {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 5px;
}

.numeric-input {
    position: relative;
}

.numeric-input::after {
    content: attr(data-unit);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.validation-message {
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
}

.validation-message.show {
    display: block;
}

.success {
    color: #28a745;
}

.error {
    color: #dc3545;
}


.btn-continuar {
  background-color: #28a745 !important;
  /* Color verde */
  color: white !important;
  /* Color del texto */
}



.table-container {
  overflow-x: auto;
}




.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999; /* Asegúrate de que esté por encima de otros elementos */
}


.toast-custom {
  font-size: 20px; /* Tamaño del texto */
  font-weight: bold; /* Negrita */
  text-align: center; /* Centrar el texto */
}















