
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    color: #2e2e2e;
    border: 0;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-bottom: 1px solid rgba(0,0,0,0.22);
    background: none;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
  }
  input, textarea, .uneditable-input {
    width: 100%;
  }  
  button.gomb {
    border: medium none;
    font-weight: bold;
    padding: 10px 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .disabled {
    opacity: 0.6;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  button.oriasp {
    background: #c1512c;
    color: #fff;
  }
  button.LCDTV, button.undefined {
    background: #3132AF;
    color: #fff;
  }
  button.clp {
    background: #f68028;
    color: #fff;
  }
  button.osszes {
    background: #1d1d1d;
    color: #fff;
  }