section.widget.widget-search header h5 Filtros .widget-controls a data-widgster="expand" href="#" style="display: none;" title="Expand" i.icone-cadastrar a data-widgster="collapse" href="#" title="Collapse" i.glyphicon.glyphicon-minus .widget-body = search_form_for @q, url: intermodulos_movimentacoes_do_estoque_path(), :html => {class: "form-vertical"}, builder: SimpleForm::FormBuilder do |f| fieldset .form-group .row .col-sm-3 = f.input :movimentacoes_do_estoque_data_da_movimentacao_gteq, label: "Data inicial", as: :string, wrapper: :calendar_field, input_html: { class: "date-picker" } .col-sm-3 = f.input :movimentacoes_do_estoque_data_da_movimentacao_lteq, label: "Data final", as: :string, wrapper: :calendar_field, input_html: { class: "date-picker" } .col-sm-3 = f.input :unidade_orcamentaria_id_eq, label: "Unidades Orçamentárias", collection: @unidades_orcamentarias, label_method: :codigo_e_nome, include_blank: "Selecione", input_html: { class: "s2" } .col-sm-3 = f.input :almoxarifado_id_eq, label: "Almoxarifado", collection: @almoxarifados, label_method: :codigo_e_nome, include_blank: "Selecione", input_html: { class: "s2"} .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"