/*.table{*/
    /*border: none;*/
/*}*/
/*.table>theader>tr>th{*/
    /*border: none;*/
/*}*/
/*.table > tfoot > tr > td{*/
    /*border: none;*/
/*}*/
/*.table > tbody > tr > td{*/
    /*border: none;*/
/*}*/
 /*.table>thead:first-child>tr:first-child>th {*/
     /*border: none;*/
/*}*/

.table >tbody>tr:nth-child(2n){
    background: #f7f9fb;
}
.table >tbody>tr:nth-child(2n-1){
    background: #ffffff;
}
 /*.table >tbody>tr:nth-child(2n)>td{*/
     /*background: #f7f9fb;*/
 /*}*/
/*.table >tbody>tr:nth-child(2n-1)>td{*/
    /*background: #ffffff;*/
/*}*/
/*.table >tbody>tr:nth-child(2n)>td>textarea{*/
    /*background: #f7f9fb;*/
/*}*/
/*.table >tbody>tr:nth-child(2n-1)>td>textarea{*/
    /*background: #ffffff;*/
/*}*/
.table>thead>tr>th{
    font-size: 13px;
    font-weight: bold;
}
 .table>thead>tr>th>.fa{
     color: #01c4c6;
     font-weight: normal;
 }
.pagination{
    margin: 0;
}