.project-list table.dc-table tbody > tr.sumbitted:hover,
.project-list table.dc-table tbody > tr.sumbitted.selected {
  background: #d5fcad;
}

    .project-list table.dc-table thead > tr > th:first-child,
    .project-list table.dc-table tbody > tr > td:first-child {
        padding-left: 18px;
    }
.project-list table.dc-table tbody > tr > td {
    padding: 0px 8px;
    position: relative;
    height: 45px;
}
.project-list table.dc-table tbody > tr > td .unit-type {
    bottom: -14px;
    font-size: 8px;
    height: 14px;
    width: 45px;
    background: #3d4d98;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.01em;
}
.project-list table.dc-table tbody > tr > td .unit-type.status-installation {
    background: #e9a21e;
}

.project-list table.dc-table tbody > tr > td .unit-type.status-records {
    background: #e91e63;
}

