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

footer{
  margin-top: auto;
}

#erroresVal{
  margin-top: 70px;
}

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

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

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

.alieacionColor{
  background-color:#006657;
}

.pEspecial{
  padding-top: 80px;
}

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

#footer_modal{
  padding: 0px 0px;
  
}

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

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

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

#contPadre{
  display: flex;
}

#contPadre > div {
    display: flex;
    flex-direction: column;
}

.fields{
  flex: 1;
}

#contPadre2{
  display: flex;
}

#contPadre2 > div {
    display: flex;
    flex-direction: column;
}

.label_sobrescrito_cardText{
  top:0px;
}

.estiloExtra{
  font-size: 13px;
}

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

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

.btnSpan{
  transition: all 300ms;
}

.scroll-vertical{
  overflow: auto;
}

.height-proveedor{
  height: 270px;
}

.efecto_radio {
  -webkit-appearance: none;
 /* remove default */
  display: block;
  margin: 5px;
  width: 15px;
  height: 15px;
  border-radius: 12px;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;
  background-color: hsla(0,0%,0%,.2);
  background-image: -webkit-radial-gradient( hsla(200,100%,90%,1) 0%, hsla(200,100%,70%,1) 15%, hsla(200,100%,60%,.3) 28%, hsla(200,100%,30%,0) 70% );
  background-repeat: no-repeat;
  -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1),
    -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
  outline: none;
}

.efecto_radio:checked {
  -webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1),
    -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
}

.efecto_radio:active {
  -webkit-transform: scale(1.5);
  -webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
}



/* The up/down direction logic */

.efecto_radio,
.efecto_radio:active {
  background-position: 0 24px;
}

.efecto_radio:checked {
  background-position: 0 0;
}

.efecto_radio:checked ~ .efecto_radio,
.efecto_radio:checked ~ .efecto_radio:active {
  background-position: 0 -24px;
}

.height-card-claves{
  height: 400px;
}

.height-card-claves_fijas{
  height: 462px;
}

.no_click {
    pointer-events: none; 
}

.form-claves{
  width: 50%;
}

.form-claves-lote{
  width: 70px;
}

.fecha_cadu{
  width: 100%;
}

/*Estilo para Check con ejecto*/

.checkbox-wrapper * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.checkbox-wrapper label {
  --size: 25px;
  --shadow: calc(var(--size) * .07) calc(var(--size) * .1);
  position: relative;
  display: block;
  width: var(--size);
  height: var(--size);
  margin: 0 auto;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #10312B 0%, #235B4E 46%, #691C32 100%);
  border-radius: 50%;
  box-shadow: 0 var(--shadow) #ffbeb8;
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
      0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}

.checkbox-wrapper label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: calc(var(--size) * .7);
  height: calc(var(--size) * .7);
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 var(--shadow) #ffbeb8;
  transition: 0.2s ease width, 0.2s ease height;
}

.checkbox-wrapper label:hover:before {
  width: calc(var(--size) * .55);
  height: calc(var(--size) * .55);
  box-shadow: inset 0 var(--shadow) #ff9d96;
}

.checkbox-wrapper label:active {
  transform: scale(0.9);
}

.checkbox-wrapper .tick_mark {
  position: absolute;
  top: -1px;
  right: 0;
  left: calc(var(--size) * -.05);
  width: calc(var(--size) * .6);
  height: calc(var(--size) * .6);
  margin: 0 auto;
  margin-left: calc(var(--size) * .14);
  transform: rotateZ(-40deg);
}

.checkbox-wrapper .tick_mark:before,
  .checkbox-wrapper .tick_mark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkbox-wrapper .tick_mark:before {
  left: 0;
  bottom: 0;
  width: calc(var(--size) * .1);
  height: calc(var(--size) * .3);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
  transform: translateY(calc(var(--size) * -.68));
}

.checkbox-wrapper .tick_mark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--size) * .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
  transform: translateX(calc(var(--size) * .78));
}

.checkbox-wrapper input[type="checkbox"]:checked + label {
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #10312B 0%, #235B4E 46%, #691C32 100%);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.checkbox-wrapper input[type="checkbox"]:checked + label:before {
  width: 0;
  height: 0;
}

.checkbox-wrapper input[type="checkbox"]:checked + label .tick_mark:before,
  .checkbox-wrapper input[type="checkbox"]:checked + label .tick_mark:after {
  transform: translate(0);
  opacity: 1;
}

#tablaClavesFijas tr th, #tablaClavesAbasto tr th{
  vertical-align: middle;
}

.desplazamientoCC{
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
}

.nueva-fila {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
}
.mostrar {
    opacity: 1;
    transform: translateX(0);
}

.salida {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.salidaFieldset{
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.fijarSave{
  position: fixed;
  top: 155px;
  right: 36px;
  display: flex;
  cursor: pointer;
}

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

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

@keyframes parpadeoI {
            0%, 100% { color: black; }
            50% { color: transparent; } /* Oculta el texto */
}

.input-parpadeo {
            font-weight: bold;
            text-align: center;
            animation: parpadeoI 2s infinite;
}

#proveedor_id{
  appearance: none;         /* Firefox, Safari, modern browsers */
  -webkit-appearance: none; /* Chrome */
  -moz-appearance: none;
}

.tamañoCR{
  width: 100%;
}

.posicion-fija{
  position: absolute;
  right: 15px;
  top:-25px;
}

.posicion-fija-salida{
  position: absolute;
  left: 0;
  top:-30px;
}

.posicion-padre{
  position:relative;
  display: inline-block;
}

.estiloResponsive{
  height: auto;
}




