.project-taskList-late {
    font-size: 10pt;
    color : #ef2222;
}

.project-taskList-soon { 
    font-size: 10pt;
    color : #efb000;
}


.project-taskList-table {
    display: block;
    overflow-x: auto;
}

.project-taskList-table-header-row  {
    background-color: #bbbbbb;
}

.project-taskList-table-header-column  {
    font-size: 12pt;
    font-weight: bold;
    padding: 6px 20px 6px 20px;
}

.project-taskList-table-row  {
}

.project-taskList-table-row:nth-child(even)  {
    background-color: #cccccc;
}

.project-taskList-table-row:nth-child(odd)  {
    background-color: #dddddd;
}

.project-taskList-table-column  {
    padding: 6px 20px 6px 20px;
    font-size: 10pt;
}

.project-taskList-table-column-center {
    text-align: center;
}


.project-taskList-table-criticity-2 {
    background-color: #fd3d2e;
}


.project-taskList-table-criticity-1 {
    background-color: #f6d11c;
}


.project-taskList-table-criticity-0{

}


.project-taskList-table-column-open::before,
.project-taskList-table-column-in-progress::before,
.project-taskList-table-column-waiting::before,
.project-taskList-table-column-done::before,
.project-taskList-table-column-closed::before,
.project-taskList-table-column-cancelled::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 2px;
    border-radius: 2px;
}


.project-taskList-table-column-open::before {
    content: '\f5fd';
    background-color: #b2e8f0;
}


.project-taskList-table-column-in-progress::before {
    content: '\f85e';
    background-color: #ffbf8f;
}

.project-taskList-table-column-waiting::before {
    content: '\f251';
    background-color: #ffbf8f;
}

.project-taskList-table-column-done::before {
    content: "\f00c";
    background-color: #b3d449;
}

.project-taskList-table-column-closed::before {
    content: "\f560";
    background-color: #ccffcc;
}

.project-taskList-table-column-cancelled::before {
    content: "\f05e";
    background-color: #ffcccc;
}
