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

footer{
  margin-top: auto;
}

#erroresVal{
  margin-top: 50px;
}

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

.labelsPequenio{
  position: absolute;
  top:8px;
  left: 27px; 
  background-color: #fff;
  color: #80868b; 
  transition: .3s;
  z-index: 1;
  padding: 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;
}

.field:focus ~ .labelsPequenio{
  top: -10px;
  font-size: .7rem;
  color: #235B4E;
  font-weight: bold;
  z-index: 10;
  
}

.field:not(:placeholder-shown).field:not(:focus) ~ .labelsPequenio{
  top: -10px;
  font-size: .7rem;
  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;
}

.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{
  margin-left: -15px;
  margin-right: -15px;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.alieacionColor{
  background-color:#006657;
}

.pEspecial{
  padding-top: 80px;
}

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

#footer_modal{
  padding: 0px 0px;
  
}

.margen_entre{
  margin-bottom: 30px;
}

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

.color_primario{
  color: #235B4E;
}

.white{
  color: white;
}

.bordeHr{
  background-color: #BC955C;
  height: 2px;
}

.color_dorado{
  color: #DDC9A3;
  font-size: 12px;
}

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

.amarilloRelleno{
  background-color: #ffd200;
}

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

.negritas{
  font-weight: bold;
}

.flotante{
  float: right;
}

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

.estilo_readonly{
  background-color: white;
  pointer-events: none;
}

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

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

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

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

.color_institucional{
  color: #006657;
}

.stilo_tarjetas:hover > .btnSpan {  
  transform: scale(1.1);
  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.3);
  z-index: 11;
}

.btnSpan{
  transition: all 300ms;
}

.parpadeo {            
 animation: blink 1s infinite; 
}

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

.estilo_cambioPaswword{
  z-index: 1;
  margin-top: 80px;
}

.altura_estandar_form{
  height: 600px;
}

.altura_estandar_form_ajustado{
  height: 410px;
}

#tablaAnexo{
  font-size: 12px;
}

#tablaAnexo thead{
  background-color: #006657;
  color: white;
}

#tablaAnexo thead tr{
  border-bottom: solid 5px;
}

.estiloInputTabla{
  width: 50px;
  border: none;
  text-align: center;
  padding: 0;
}

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

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

.label_sobrescrito_cardText{
  top:0px;
}

.estiloExtra{
  font-size: 13px;
}

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

.estiloExtra thead{
  background-color: #235B4E;
  color: white;
  opacity: .9;
}

.height-remitente{
  height: 270px;
}

.scroll-vertical{
  overflow: auto;
}

.vista{
  border-radius: 100%;
  position: absolute;
  right: 15px;
}

.color_red{
  color: red;
  font-weight: bold;
  font-size: 12;
}

.estiloResponsive{
  height: auto;
}


.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
}

#btnCerrarObT{
  position: absolute;
  right:10px;
  top:10px;
}

.estiloContFlotante{
  position:absolute;
  z-index: 100; 
  background-color: whitesmoke;
}

.estiloOBT{
  font-size: 12px;
}

.sombra_img {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.tooltip-custom {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 999;
  max-width: 200px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  white-space: normal;
}

thead tr .centrado_vertical {
  vertical-align: middle;
}

.badge-anaranjado{
  color: #ffffffff;
  background-color: #fc4b08;
}

.tabla-contenedor {
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.tabla-scroll {
  width: 100%;
  border-collapse: collapse;
}

.tabla-scroll thead th {
  position: sticky;
  top: 0;
  background-color: #235B4E;
  z-index: 100;
  border-bottom: 2px solid #ccc;
  padding: 8px;
}

.tabla-scroll td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.card_dash {
      border-radius: 10px;
}
.card_dash i {
      font-size: 1.8rem;
}


/*----------------*/
.switch_boton {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
}

.switch_boton input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3C3C3C;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.4s;
  overflow: hidden;
}

/* Círculo blanco que se desliza */
.slider:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  left: 5px;
  background-color: white;
  border-radius: 50%;
  transition: left 0.4s ease;
  z-index: 2;
}

/* Desplazamiento completo del botón */
input:checked + .slider:before {
  left: calc(100% - 35px);
}

/* Texto centrado sobre el fondo */
.slider:after {
  content: "PROCESO DE ATENCIÓN";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  white-space: nowrap;
  z-index: 1;
}

/* Texto alternativo al activar el switch */
input:checked + .slider:after {
  content: "RESPONDIDO";
}

input:checked + .slider {
  background-color: #0E6EB8;
}

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


/*----------check estatus------------*/

.switch_boton_nuevo {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 40px;
}

.switch_boton_nuevo input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.slider_nuevo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3C3C3C;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.4s;
  overflow: hidden;
  text-align: center;
}

.slider_nuevo:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  left: 5px;
  background-color: white;
  border-radius: 50%;
  transition: left 0.4s ease;
  z-index: 2;
}

input:checked + .slider_nuevo:before {
  left: calc(100% - 35px);
}

.slider-texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 8px;
  font-family: sans-serif;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

/* Elimina los content del after */
.slider_nuevo:after,
input:checked + .slider_nuevo:after {
  content: none !important;
}

input:checked + .slider_nuevo {
  background-color: #0E6EB8;
}