thead tr:first-child {
    background: #3d3d3d;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-color: transparent;
}

.table-bordered {
    border: transparent;
    border: none !important;
    border-color: transparent;
    margin-top: 70px;
}

.table-bordered>thead>tr:first-child th {
    border: none !important;
}

th {
    text-align: center;
    vertical-align: middle !important;
}


th img {
    margin: 0 auto;
    max-width: 40px !important;
}

tr.icone-table {background:#f5f5f5}
thead {background:#f5f5f5;border-right: 1px solid #ddd;border-left: 1px solid #ddd;}
table tr:nth-child(2n) th {
}
tbody tr:first-child td {
    border-top: 1px solid #019549 !important;
}
tr.icone-table th:first-child {
}

tbody tr:nth-child(odd) {
    background: #f5f5f5;
}
thead th {
    border: none !important;
}
tr.icone-table th:first-child {
    border-bottom: 1px solid #019549 !important;
}

tbody tr:nth-child(odd) {
    background: #f5f5f5;
}
thead th {
    border: none !important;
}
tr.icone-table th:first-child {
}
tr.icone-table th:nth-child(n+1) {
    border-right:1px solid #ddd !important;
}
tr th:nth-child(n+1) {
   border-right:1px solid #ddd !important;
}
tr:last-child th:nth-child(n+1):nth-child(even) {
    border-right: none !important;
}
tr:last-child th:nth-last-child(3) {
    border-left: 1px solid #ddd !important;
}
tr:last-child th:nth-child(n+1):last-child {
    border-right: none !important;
}