table.bt,
table.sortable {
    border-radius: 7px;
    /* Esquinas superiores redondeadas */
    overflow: hidden;
    /* Para que el border-radius funcione correctamente */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    /* display: block; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle !important;
    /* IE 9 */
    float: left\9;
    width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: 80px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: middle !important;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
    display: none;
}

table.bt tbody tr {
    border: 1px solid #ddd;
}

table.bt thead th {
    height: 60px;
    background: #36304a;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    background: #404040;
    color: white;
    margin-right: 10px;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}

span.bt-content a {
    margin-left: 0px;
}

table.bt>tbody>tr>td {
    padding: 2px;
}

#table td,
#table th,
table.bt td>span,
table.bt th>span {
    vertical-align: middle !important;
}

table.bt thead tr,
table.sortable thead tr {
    height: 35px;
    background: #36304a;
    border: 5px solid #36304a;
}