body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #dcdcdc;  
}

footer{
  margin-top: auto;
}

#erroresVal{
  margin-left: 25%;
  margin-top: 40px;
}

.labels{
  position: absolute;
  top:8px;
  left: 27px; 
  background-color: #fff;
  color: #80868b; 
  transition: .3s;
  z-index: 0;
}

.label_sobrescrito_cardText{
  top:0px;
}

.labels_with_icon{
  position: absolute;
  top:8px;
  left: 55px; 
  background-color: #fff;
  color: #80868b; 
  transition: .3s;
  z-index: 0;
}

#spinner_principal{
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 100; 
}

.field{
  outline: none;
  background-color:transparent;   
}

.field:focus ~ .labels, .field:focus ~ .labels_with_icon{
  top: -10px;
  font-size: .8rem;
  color: #235B4E;
  font-weight: bold;
  z-index: 10;
  
}

.field:not(:placeholder-shown).field:not(:focus) ~ .labels, .field:not(:placeholder-shown).field:not(:focus) ~ .labels_with_icon{
  top: -10px;
  font-size: .8rem;
  font-weight: bold; 
  z-index: 10;
}

.sombra{
  box-shadow: 3px 3px 7px #999;
  border-radius: 5px;
}

.sombra_ligera{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.oculto{
  display: none;
}

#btnforma, #btnX{
  padding: 10px 10px 14px 10px; 
  background-color: #235B4E;
  border: solid 1px whitesmoke;  
}

.estilo_tabla #column_id, .estilo_tabla thead{
  background-color: rgba(0, 0, 0, 0.03); 
  border-right: solid 1px rgba(0,0,0,0.2);
  border-left: solid 1px rgba(0,0,0,0.2); 
}

.estilo_tabla thead{
  border-bottom: solid 3px rgba(0,0,0,0.2); 
}

.estilos_header ol li{
  font-weight: bold;
  padding-left: 20px;

}

#footer_modal{
  padding: 0px 0px;
  
}

#footer_modal .btnInstitucional{
  background-color: #235B4E;
}

.estilo_row{
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 width: 20px;
 height: 30px;
 text-align: center;
}

.estilo_row_principal{
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 width: 170px;
 height: 30px;
 text-align: right;
 margin-bottom: 3px;
}

.columPrimer{
  width: 250px;
}

.estilo_grupo{
  font-size: 10px;
  font-weight: bold;
}

.separacion{
  color: transparent;
  border-top: transparent;
  border-bottom: transparent;
}

.cambio_hover{
  background-color: #235B4E;
  color:white;
  opacity: .9;
  padding: 10px 3px 10px;
}

.cont_tabla{
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: auto;
  padding: 0px;
  height: 75vh;
}

.funcionalidad_equipo_m{
  font-size: 10px;
  
}

.funcionalidad_equipo_m .fija{
  position: sticky;
  left: 0;
}

.funcionalidad_equipo_m thead tr .fija{
  background-color: #235B4E;
  color:white;
  opacity: .9;
}

.funcionalidad_equipo_m .estilo_header{
  background-color: #235B4E;
  color:white;
  opacity: .9;
  position: sticky;
  top: 0;

 
}

.funcionalidad_equipo_m tbody tr #columUnidades, .funcionalidad_equipo_m tbody tr .columUnidades2{
  border-right: solid 2px rgba(0, 0, 0, 0.2);
  text-align: right;  
  font-weight: bold;
}

.funcionalidad_equipo_m thead tr th{
  vertical-align: middle;
}

.funcionalidad_equipo_m tr:nth-child(even){
background-color: rgba(0, 0, 0, 0.03); 
}

.funcionalidad_equipo_m tbody tr td{
  padding: 0px;
}

.border_der{
  border-right: solid 2px rgba(0, 0, 0, 0.2);
}

.border_top{
  border-top: solid 2px rgba(0,0,0,0.2);
}

.contenedorPrin{
   max-height: calc(100vh - 10px);
}

.color_primario{
  color: #235B4E;
}

.campos{
  background-color:white;
  color: black;
  font-style: italic; 
}

.titulos{
  background-color: gray;
  text-align: right;
  width: 45%;
  color: white;
}

.extratemporanea{
  background-color: orange;
}

.estilo_tablaEstadistica{
  font-size: 10px;
}

.estilo_tablaEstadistica tbody tr #columUnidades, .estilo_tablaEstadistica tbody tr .columUnidades2{
  border-right: solid 2px rgba(0, 0, 0, 0.2);
  text-align: right;
  background-color: white;
  font-weight: bold;
}

.border_der{
  border-right: solid 2px rgba(0, 0, 0, 0.2);
}

.estilo_tablaEstadistica thead tr th{
  vertical-align: middle;
}

.estilo_tablaEstadistica tr:nth-child(even){
background-color: rgba(0, 0, 0, 0.03); 
}

.estilo_tablaEstadistica tbody tr td{
  padding: 2px;
}

.rojoRelleno{
  background-color: red;
  color: white;
}

.amarilloRelleno{
  background-color: #ffd200;
}

.verdeRelleno{
  background-color: green;
  color:white;
}

.negritas{
  font-weight: bold;
}

#flotante{
  float: right;
}



.columnas{
   font-size: 10px;
   column-count:2;
   column-gap:10px;
   list-style: none;

   -webkit-column-count:2;
   -webkit-column-gap:10px;   

   -moz-column-count:2;
   -moz-column-gap:10px;   

   -o-column-count:2;
   -o-column-gap:10px; 

   -ms-column-count:2;
   -ms-column-gap:10px;
   padding-left: 20px;
  
}

.columnas li{
}

#table_detalles{
  font-size: 11px;
}

fieldset {
  border: solid 2px #dee2e6;
  border-radius: 4px;  
}

.estilo_legend{
  font-size: 12px;
  font-weight: bold;
  color: #235B4E;
}

.estilo_readonly{
  background-color: white;
  pointer-events: none;
  user-select: none;     
  cursor: default;  
}

.estilo_readonly_especial{
  pointer-events: none;
  user-select: none;     
  cursor: default;  
}

.borde_institucional{
  border-top: solid 2px #BC955C;
}

#tablaP, #tablaI, .bienesAasignar{
  font-size: 13px;
}

#tablaP thead, #tablaI thead, .bienesAasignar thead{
  background-color: #235B4E;
  color: white;
  opacity: .9;
}

.estilo_legend{
  font-size: 12px;
  font-weight: bold;
  color: #235B4E;
}

#circulo{
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;  
}

.estilo_asunto{
  font-weight: bold;
  font-size: 16px;
}

.estilo_cliente{
  font-size: 12px;
  font-style: italic; 
}

.estilo_unidad{
  font-size: 10px;
  font-weight: bold;
  font-style: italic; 
}

.baja{  
  border-radius: 100%;
  height: 10px;
  width: 10px;
  filter: brightness(1.1);
  box-shadow: 0 0 15px #28a745;
  background-color: #28a745;
  color: #28a745;
}

.alta{
  height: 10px;
  width: 10px;
  border-radius: 100%;
  filter: brightness(1.1);
  box-shadow: 0 0 15px red;
  background-color: red;
  color: red;
}

.media{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  filter: brightness(1.1);
  box-shadow: 0 0 15px #ffd200;
  background-color: #ffd200;
  color: #ffd200;
}

#divPrioridad{
  display: flex;

}

#divPrioridad p{
  margin-top: -5px;margin-left: 5px;
}

.tamaño-12{
  font-size: 12px;
}

.tamaño-13{
  font-size: 13px;
}

.tamaño-14{
  font-size: 14px;
}

.tamaño-15{
  font-size: 15px;
}

.card_focus:hover{
  color: #495057;
  background-color: #fff;
  box-shadow: 0 4px 2px -2px gray;
  cursor: pointer;
}

.fondo_insitucional_gris:hover{
  background-color: #6F7271;
}

.fondo_insitucional_verde:hover{
  background-color: #235B4E;
}

.fondo_insitucional_dorado:hover{
  background-color: #DDC9A3;
}

.fondo_insitucional_guinda:hover{
  background-color: #9F2241;
}

.text_white{
  color: white;
}

.fondo_insitucional_rojo:hover{
  background-color: #9F2241;
}

.height-pantalla{
  height: 110vh;
}

.scroll-vertical{
  overflow: auto;
}

.estilo_p{
  font-size: 12px;
  margin-left: -15px;
  margin-right: -15px;
  text-align:center;
  margin-bottom: 0px;
}

.estilo_pDetail{
  font-size: 11px;
  margin-left: -12px;
  margin-right: -15px;
  text-align:left;
  margin-bottom: 0px;
}

.estilo_pAsignado{
  font-size: 11px;
  margin-left: -12px;
  margin-right: -15px;
  text-align:center;
  margin-bottom: 0px;
}

.estilo_pTitle{
  font-size: 11px;
  margin-left: -15px;
  margin-right: -15px;
  text-align:right;
  margin-bottom: 0px;
}

.estilo_pTitle2{
  font-size: 11px;  
  text-align:left;
  margin-bottom: 0px;
}

.color_institucional{
  color: #235B4E;
}

.imgBanderin{
  position: absolute;
  z-index: 10;
  left: -10px;
  top:-10px;
}

.contSubmenuValidar{
  min-height: 120px;
  position: absolute;
  z-index: 9;
}

.cardSubmenu{
  width: 250px;
  padding:0;
  font-size: 10px;
  font-weight: bold;
}

.cardSubmenu a{
  padding-top: 7px;
  padding-bottom: 7px;
}

.transparencia{
  background-color: transparent;
  border-color: transparent;
}

.sin_padding{
  padding: 0px;
}

.centrar_vertical_horizontal{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.estilo_sobreescrito{
  font-size: 10px;
}

.float_derecha{
  float: right;
}

.posicion_absoluta{
  position: absolute;
  right: 0;
}

.invisible{
  visibility: hidden;
}

.estilo_boton_icon{
  padding: 0px;
  margin-top:-7px;
  margin-bottom: -10px;
}

.t_400{
  height: 400px;
}

.sin_padding_left_right{
  padding-left:0px;
  padding-right: 0px;
}
#contenedorBienesMostrar{
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1.5s ease, height 1.5s ease;
}

#contenedorBienesMostrar.show{
  opacity: 1;
  height: auto;
}

#busqFiltroBienesAsignados, #busqFiltroBienesxAsignar, #busqFiltroBienSalidas{
  font-size: 15px;
}

.ligero_margin_top{
  margin-top: -5px;
}

#modalMenuresguar a{
  padding: 2px 30px;
  font-size: 14px;
  font-weight: bold;
  
}

.fondo_insitucional_verde{
  background-color: #235B4E;
}

.fondo_insitucional_dorado{
  background-color: #DDC9A3;
}

.fondo_insitucional_rojo {
  background-color: #9F2241;
}

.fondo_insitucional_gris{
  background-color: #6F7271;
}

.fondo_insitucional_guinda{
  background-color: #9F2241;
}

.stilo_tarjetas:hover > .btnSpan {
  
  transform: scale(1.3);
  z-index: 11;
}

.seleccion{
  transform: scale(1.1);
  -webkit-box-shadow:inset 1.95px 1.95px 5px #999;
  -moz-box-shadow:inset 1.95px 1.95px 5px #999;
  box-shadow:inset 1.95px 1.95px 5px #999;
}

.stilo_tarjetas_m:hover > .btnSpan {  
  transform: scale(1.1);
  z-index: 11;
}

.btnSpan{
  transition: all 300ms;
}

.posicionBtnEditar{
  position: absolute;
  right: 5px;
  top: 10px;
}

.color_white{
  color: white;
}

.posicionFija{
  position:absolute;
  right: 5px;
  top:5px
}

.parpadeo {            
 animation: blink 1s infinite; 
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tamañoControlResguardo{
  height: 300px;
  overflow-y: auto;
}

#contenedorControlResguardo{
  border:solid #e0e0e0 1px;
  height: 255px;
}

#contIconos{
  height: 30px;
}

#contenedorEquipoResguardo{
  border:solid #e0e0e0 1px;
}

.estiloBtn{
  color: black;
}

.color_rojo{
  color: red;
}

#divspiner_indiv{
  margin-left: 75px;
  display: none;
}


.fondo_institucional{
  background-color: #006657;
  color: white;
}

.fondo_institucional_secundario{
  background-color: #BC955C;
  color: white;
}

.fondo_institucional_tercero{
  background-color: #DDC9A3;
  color: white;
}

#tablaControlResguardo tbody tr:hover{
  background-color: #006657;
  color: white;
}

.margen_alrededor{
  border:solid #e0e0e0 1px;
}

.tamaño_comun{
  height: 500px;
}

.estilotabs .active{
  font-weight: bold;
  box-shadow: 3px 3px 7px #999;
}

.estilotabs :not(.active){
  color: black;
  border: solid 1px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 1.95px 1.95px 5px #999;
  -moz-box-shadow:inset 1.95px 1.95px 5px #999;
  box-shadow:inset 1.95px 1.95px 5px #999;
}

.estilo_tabla_tot{
  font-size: 11px;  
  margin-bottom: 0px;
}

.estilo_tabla_tot thead{
  background-color: rgba(0, 0, 0, 0.03); 
  border-right: solid 1px rgba(0,0,0,0.2);
  border-left: solid 1px rgba(0,0,0,0.2);
  border-bottom: solid 3px rgba(0,0,0,0.2); 
}

.estilo_tabla_tot .Pcolumn{
  border-right: solid 2px rgba(0,0,0,0.2);
  background-color: rgba(0, 0, 0, 0.03); 

}


.card_tabla_sinPadd{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.inactivo{
  background-color: gray;
  color: white;
}

#contSVG svg {
    width: 100%;   /* Adapta el tamaño al 100% del contenedor */
    height: auto;  /* Mantiene la relación de aspecto */
}

.estilo_boton{
  margin-top: -10px;
}


.sheet {
            width: 8.5in;
            height: 11in;
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 3 columnas */
            grid-template-rows: repeat(10, 1fr);  /* 10 filas */
            gap: 0.1in; /* Espaciado entre etiquetas */
            padding: 0.5in; /* Márgenes alrededor de la hoja */
            box-sizing: border-box;
        }

        .label {
            width: 100%;
            height: 100%;
            border: 1px solid #ccc;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px; /* Tamaño de texto */
            text-align: center;
            box-sizing: border-box;
        }

        /* Para ocultar márgenes adicionales en la impresión */
        @media print {
            body {
                margin: 0;
            }
            .sheet {
                margin: 0;
            }
        }

#listadoTickets .pagination{
  margin-bottom: 0px;
  float: right;
}

.alto_catalogos{
  height: 220px;
}

.alto_cat_unidades{
  height: 80vh;
}

.tabla_catalogos tbody{
  text-align: center;
  font-size: 12px;
}

.tamaño_obGeneral{
  height: 100px;
}

.sombra_img {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
.card_dash {
      border-radius: 10px;
}
.card_dash i {
      font-size: 1.8rem;
}

.titulo_CotAnt{
  text-align: center;
  font-weight: bold;
}

