.ag-search-wrapper .form-item {
  margin: 10px 0 !important;
}
.ag-search-wrapper .form-item input {
  height: 2em;
  line-height: 2em;
  /*width: 100%;*/
  border: 1px solid #dfdfdf;
  padding: 0 40px 0 5px; /* LTR */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#header-searchbox {
  overflow: visible !important;
}
#header-searchbox .container-inline {
  position: relative;
}
#header-searchbox .container-inline .ag-search-wrapper {
  position: absolute;
  top: 0;
  right: 0; /* LTR */
}
#header-searchbox .container-inline .form-actions {
  position: absolute;
  top: 6px;
  right: 0; /* LTR */
}
#header-searchbox .container-inline .form-actions input.form-submit {
  text-indent: -9999px;
  background: transparent;
  border: none;
}
