
/*  Tamaño del formulario */ 
.Ingre {
    width: 100%;
    padding: 1% 0 0;

    }

    /* Botón Guardar*/
    #btnSave:enabled{
      color: #00c3ff;
    }
    #btnSave:disabled{
      color: #4d4e4e;
    }
    
      /*  Estilo de la tabla  */ 
      .ingred {
        position: relative;
        z-index: 1;
        background: rgb(238, 243, 251) ;
        max-width: 1200px;
        margin: 0 auto 5px;
        padding: 4px;
        text-align: center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        }

        .ingred .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
        }
        .ingred .message a {
        color: #4CAF50;
        text-decoration: none;
        }
        .ingred .register-form {
        display: none;
        }
       

    /* Estilo del campo descripcion/nombre de ingred*/
     .styled-input {
      height: fit-content;
      font-size: small;
      outline: none;
      padding: 3px !important;
      transition: all 0.3s ease;
      position: relative;
  }

  .styled-input:valid {
    background-color: white; 
    box-shadow:2px 2px 5px 0px #93d4ff; 
    border:1px solid #0AA6C5;
    color: #000000;
  }
      
  .styled-input:invalid {
    background-color: white; 
    box-shadow:2px 2px 5px 0px #ff3e3e; 
    border:1px solid #b11515;
    color: #000000;
  }
      
  .styled-input .text {
    margin-top: 1px;
    color: black;
  }
      
  .styled-input:disabled {
    color: #000000;
  }


  #filtroing option,
  #filtroing2 option{
      background-color: white; 
      color: black; 
  }
  
  #filtroing:hover ,
  #filtroing2:hover {
      background-color: rgb(166, 243, 243); 
      color: black; 
      font-weight: bold;
  }

  .divDesc{
    width: 40%; 
    position: relative;
    margin-top:-3vh;
  }

  .input1{
    height: 10%; 
    background-color: white; 
    box-shadow:2px 2px 3px 0px #5a5d61; 
    border:1px solid #5a5d61
  }