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

.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: #1a73e8;
  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); 
}

.estiloFactura{
  font-size: 12px;
}

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

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

}

#footer_modal{
  padding: 0px 0px;
  
}

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

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

.labels-input-groups{
  margin-left: 20px;
}

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

.btnSpan{
  transition: all 300ms;
}

.iconVerde{
  color: #235B4E;
}

.iconAmarillo{
  color: #f3d301;
}

.iconAzul{
  color: #1576bb;
}

.iconWhite{
  color: white;
}

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

.height-pantalla{
  height: 80vh;
}

.scroll-vertical{
  overflow: auto;
}

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

.tamañoDatosF{
  font-size: 11px;
}

.ntamaño{
  font-size: 10px;
}

.tamanio_detalle{
  font-size: 11px;
  color: white;
}

.height-estandar{
  height: 250px;
}

.height-listado{
  height: 450px;
}

.posicion{
  position: absolute; 
  right: 5px;
  top:2px;
}


