<table class="table table-responsive">
<thead>
<tr>
<th style="color: blue;"><i class="fas fa-id-card"></i> Fatura Rapor Cari </th>
<th style="color: green;"><i class="fas fa-calendar-day"></i> Rapor Başlangıç Tarihi </th>
<th style="color: red"><i class="fas fa-calendar-alt"></i> Rapor Bitiş Tarihi</th>
<th style="color: darkgoldenrod;"><i class="fas fa-project-diagram"></i> Rapor Projesi </th>
<th style="color: black;"><i class="fas fa-project-diagram"></i> Tüm Projeler </th>
<th style="color: indianred;"><i class="fas fa-receipt"></i> Hizmet Bedeli </th>
</tr>
</thead>
<tbody>
<tr>
<td>
<asp:DropDownList ID="Cariler" CssClass="form-control " Width="150 px" runat="server">
</asp:DropDownList>
</td>
<td>
<asp:TextBox ID="araBas" CssClass="form-control " TextMode="Date" required="true" runat="server"></asp:TextBox></td>
<td>
<asp:TextBox ID="araSon" CssClass="form-control " TextMode="Date" required="true" runat="server"></asp:TextBox></td>
<td>
<asp:DropDownList ID="ProjeDrp" CssClass="form-control " Width="150 px" runat="server">
</asp:DropDownList>
</td>
<td>
<asp:CheckBox ID="HepsiProje" CssClass="form-checkbox" runat="server" /></td>
<td>
<asp:CheckBox ID="Hizmet" CssClass="form-checkbox" runat="server" /></td>
<td>
<asp:Button ID="AraBTN" CssClass="btn btn-outline-secondary" runat="server" Text="Raporla" OnClick="AraBTN_Click" /></td>
</tr>
</tbody>
</table>