27 background: rgba(0, 0, 0, 0.4);
38 background-color: #eee;
40 border: 1px solid #555;
48 vertical-align: middle;
50 .grid .ui-grid-header-cell {
58 <div id="page-content">
59 <!-- <h1 class="heading2">{{reportData.reportName}} -->
60 <h1 class="heading-page">{{reportData.reportHeading}}
61 <a ng-href="{{reportEditURL}}" ng-show="reportData.allowEdit" class="icon-edit" style="font-size:20px;"></a>
63 <a ng-href="{{reportChartURL}}" ng-show="reportData.allowEdit && reportData.chartWizardAvailable" class="icon-bar-chart-vertical" style="font-size:20px;"></a>
64 <span ng-show="reportData.allowEdit && showFormFields" ><input type="checkbox" ng-model="showFormFieldIds" ng-true-value="Hide_IDs" ng-false-value="Show_IDs" att-toggle-main></span>
66 <!-- <a ng-href="{{reportChartURLNew}}" ng-show="reportData.allowEdit" class="icon-bar-chart-horizontal" style="font-size:20px;"></a> -->
69 <h3 class="heading3">{{reportData.reportSubTitle}} </h3>
71 <div ng-show="isInProgress" style="font-size:50px;color:#2ca02c">Loading...</div>
73 <form ng-show="showFormFields" class="row section-row" style="margin: 10px">
74 <form-builder ng-form-fields="reportData.formFieldList" ng-show-field-id="showFormFieldIds" ng-num-form-cols="reportData.numFormCols" ng-model="formFieldSelectedValues" ng-trigger-method="triggerOtherFormFields"></form-builder>
76 <button type="submit" style="width: 90px; height:35px;margin-top:20px; margin-left:5px;" class="btn btn-alt btn-small" ng-click="runReport()">Run</button>
78 <a type="submit" ng-show="showBackButton" style="margin: 10px" ng-href="report.htm#/report_run/{{parentReportUrlParams}}" att-button btn-type="primary" size="small" title='Back'>Back</a>
79 <iframe id="chartiframe" ng-show="showChart" width="100%" height="450px" style="border: none" scrolling="no"></iframe>
80 <div id="errorDiv"></div>
81 <div ng-if="showGrid">
82 <div id="grid1" ui-grid="gridOptions" ui-grid-pagination ui-grid-pinning ui-grid-resize-columns class="grid" style="height: {{gridHeight}}">
83 <div class="no-rows" ng-show="!gridOptions.data.length">
85 <span>{{reportData.message}}</span>
90 <!-- <a type="submit" ng-show="showBackButton" style="margin: 10px" ng-href="report.htm#/report_run/{{parentReportUrlParams}}" att-button btn-type="primary" size="small" title='Back'>Back</a> -->