= javascript_include_tag "bomcobox" section.widget.widget-search style="margin-top: 15px" header h5 b CONSULTAR RECEITAS .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: portal_da_transparencia_receita_path(tipo_de_poder: session[:tipo_de_ambiente]), :html => {class: "form-vertical"}, builder: SimpleForm::FormBuilder do |f| fieldset .form-group .row.alinhar .col-sm-2 = f.input :orcamento_id_eq, label: 'Orçamento' , collection: @orcamentos, label_method: :exercicio, selected: @orcamento, include_blank: 'Selecione', input_html: {class: 'form-control s2'} .col-sm-2 = f.input :data_do_talao_gteq, as: :string, wrapper: :calendar_field, label: 'Data Inicial', input_html: {class: 'form-control date-picker'} .col-sm-2 = f.input :data_do_talao_lteq, as: :string, wrapper: :calendar_field, label: 'Data Final', input_html: {class: 'form-control date-picker'} .col-sm-12.filter_column style="text-align: right;" .form-actions.form-search-actions = f.submit "Consultar", class: "btn btn_portal btn-default btn-md", id:"btn_consultar" / .form-group / .row.alinhar / .col-sm-12.filter_column style="text-align: right;" / .form-actions.form-search-actions / = f.submit "Consultar", class: "btn btn_portal btn-default btn-md", id:"btn_consultar"