What do you think about moving the Save Search Filter Button under the filter fields so it is not hidden under the "all" dropdown? 
For example: /client/res/templates/record/search.php
	My code example doesn't work, it is just an example of what I mean.  
When we use this filter some people forget that the save button is under the "all" dropdown.
					For example: /client/res/templates/record/search.php
Code:
	<div class="advanced-filters-bar" style="margin-bottom: 12px;"></div>
<div class="row advanced-filters hidden">
{{#each filterList}}
    <div class="filter {{./this}} col-sm-4 col-md-3">
        {{{var this ../this}}}
  <!-- Save Filter Button -->
        <a href="javascript:" data-action="savePreset">{{translate 'Save Filter'}}</a>
    </div>
{{/each}}
</div>
When we use this filter some people forget that the save button is under the "all" dropdown.
