.report-weekly-table {
    margin-bottom: 0px;
}

.report-weekly-table th {
    /* background-color: #607d8b; */
    /* background-color: #0e72b1; */
    background-color: #63ac6e;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px !important;
}

.report-weekly-table td {
    padding: 10px 10px;
    font-size: .875rem;
    vertical-align: middle;
}
.report-weekly-table tbody tr {
    height: 101px;
}

.report-weekly-table-hc {
    min-width: 35px;
}


.report-weekly-table>*>tr:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.report-weekly-table>:first-child>*>th:first-child,
.report-weekly-table>:not(:first-child)>*>th:first-child,
.report-weekly-table>*>th:first-child {
    border-right: 1px solid #e5e5e5;
}

.report-weekly-table>:first-child>*>th:not(:first-child),
.report-weekly-table>:not(:first-child)>*>th:not(:first-child),
.report-weekly-table>*>th:not(:first-child) {
    border-left: 1px solid #e5e5e5;
}

.report-weekly-table>:first-child>*>td:first-child,
.report-weekly-table>:not(:first-child)>*>td:first-child,
.report-weekly-table>*>td:first-child {
    border-right: 1px solid #e5e5e5;
}

.report-weekly-table>:first-child>*>td:not(:first-child),
.report-weekly-table>:not(:first-child)>*>td:not(:first-child),
.report-weekly-table>*>td:not(:first-child) {
    border-left: 1px solid #e5e5e5;
    text-align: right;
}

.color_btn {
    min-width: 70px;
    margin: 5px;
}

table {
    table-layout: fixed;
}