.report-weekly-table {
    margin-bottom: 0px;
}

.report-weekly-table th {
    /* background-color: #607d8b; */
    background-color: #0e72b1;
    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;
}

.green_btn {
    background-color: green;
    color: #fff;
    border-radius: 25px;
    font-size: .875rem;
    line-height: 30px;
    padding: 0px 15px;
}

.blue_btn {
    background-color: #10759a;
    color: #fff;
    border-radius: 25px;
    line-height: 30px;
    min-width: 70px;
    margin: 5px 0px;
}

.red_btn {
    background-color: #e8383d;
    color: #fff;
    border-radius: 25px;
    line-height: 30px;
    min-width: 70px;
    margin: 5px 0px;
}

table {
    table-layout: fixed;
}