.ui-input-wrap {
  background-color: #ebeced;
  height: 44px;
  display: -webkit-box;
  -webkit-box-align: center; }
  .ui-input-wrap .ui-btn, .ui-input-wrap i {
    margin-right: 10px; }

.ui-input {
  height: 30px;
  line-height: 30px;
  margin: 7px 10px;
  background: #fff;
  padding-left: 10px;
  -webkit-box-flex: 1; }

.ui-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0; }
