.ii-single-row-text-field {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #34495E;
  border: 2px solid #e4eaee;
  border-radius: 3px;
  box-shadow: none;
  min-height: 32px;
  background-color: #ffffff;
  -webkit-transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
  -moz-transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
  -o-transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
  transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
  height: auto;
  filter: none;
  text-rendering: optimizelegibility;
}
.ii-single-row-text-field:focus {
  border-color: #5b6b75;
  outline: none;
}
.ii-single-row-text-field:invalid {
  border-color: #e11e3c !important;
}
