/* prevent text from appearing underneath the icon */
input[am-reset-field] {
  padding-right: 25px;
  display: inline;
}

/* hide the built-in IE10+ clear field icon */
input[am-reset-field]::-ms-clear {
  display: none;
}
/* hide cancel icon for search type */
input[am-reset-field]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* icon styles */
input[am-reset-field] + .fa {
  position: relative;
  right: 25px;
  padding: 5px;
  color: #606060;
  cursor: pointer;
  cursor: hand;
}
