.main-tasks-table-href-name {
    display: inherit;
    font-size: 17.5px;
}
.staff-profile-image-small {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}
table.dataTable thead tr>th,
.table.dataTable>thead:first-child>tr:first-child>th {
    color: #00398c;
    background: #004d99;
    vertical-align: middle;
    border-bottom: 10px solid;
    border-color: #5297d2 !important;
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 8px;
}
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    background: #626f80;
    font-size: 16px;
    color: #323a45;
}
.task-finished-icon {
    color: #fff;
    border: 3px solid #5a9a00;
    background-color: #5a9a00;    
}

.task-unfinished-icon {
    color: #fff;
    border: 3px solid #ababab;
    background-color: #ababab;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #333333;
}
