span.task-time-estimated {
    color: black;
    font-size: 11px;
    border: 1px solid black;
    padding: 2px;
    border-radius: 3px;
    opacity: 1;
    background-color: white;
    letter-spacing: 1px;
}

span.task-date-overdue {
    opacity: 1;
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 2px;
    font-size: 11px;
    border-radius: 3px;
    border: 1px solid black;	
}

.derniere .assigned-other-label,
.derniere .task-board-header,
.derniere span,
.derniere .avatar,
.derniere .task-tags,
.derniere br,
.derniere .task-board-icons{
    display:none;
}

.derniere .task-board-icons, 
.derniere .task-board-icons-row, 
.derniere span.task-time-estimated{
    display:initial;
    line-height: initial;
}

.derniere span.task-time-estimated{
    position: absolute;
    right: 4px;
    bottom: 4px;
}

/* Dans mes taches */
.table-list-row.color-brown {
    display: none;
}

.task-board {
    border: none;
    border-radius: 3px;
}

span.depasse{
	color: white;
    background-color: #FC5B76;
    font-weight: bold;
    padding: 3px;
}

span.depasse.de50{
	background-color: #FA2C4E ;
}

span.depasse.de100{
	background-color: #C90929  ;
}

span.depasse.de200{
	background-color: #8A051B   ;
}
span.pourc100{
	color: black;
    background-color: #E0F7CB;
}
span.pourc25{
	color: black;
    background-color: #2AE535;
}
span.pourc50{
	color: black;
    background-color: #97F29C;
}
span.pourc75{
	color: black;
    background-color: #B4F6B8;
}
