/*.thread_status:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 600;
}
.thread_status.dot_folder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f1ae"
}
.thread_status.dot_hotfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f1ae"
}
.thread_status.dot_hotlockfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_lockfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_newfolder:before {
    color: #27ae60;
    content: "\f15c"
}
.thread_status.dot_newhotfolder:before {
    color: #27ae60;
    content: "\f06d"
}
.thread_status.dot_newhotlockfolder:before {
    color: #27ae60;
    content: "\f023"
}
.thread_status.dot_newlockfolder:before {
    color: #27ae60;
    content: "\f023"
}
.thread_status.folder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f15b"
}
.thread_status.hotfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f06d"
}
.thread_status.hotlockfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.lockfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.newfolder:before {
    color: #27ae60;
    content: "\f15b"
}
.thread_status.newhotfolder:before {
    color: #27ae60;
    content: "\f06d"
}
.thread_status.newhotlockfolder:before {
    color: #27ae60;
    content: "\f023"
}
.thread_status.newlockfolder:before {
    color: #27ae60;
    content: "\f023"
}*/

.thread_status {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../../../images/folders_sprite.png);
	background-size: 40px 680px;
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-position: 0 0;
}

.thread_status.dot_hotfolder {
	background-position: 0 -40px;
}

.thread_status.dot_hotlockfolder {
	background-position: 0 -80px;
}

.thread_status.dot_lockfolder {
	background-position: 0 -120px;
}

.thread_status.dot_newfolder {
	background-position: 0 -160px;
}

.thread_status.dot_newhotfolder {
	background-position: 0 -200px;
}

.thread_status.dot_newhotlockfolder {
	background-position: 0 -240px;
}

.thread_status.dot_newlockfolder {
	background-position: 0 -280px;
}

.thread_status.folder {
	background-position: 0 -320px;
}

.thread_status.hotfolder {
	background-position: 0 -360px;
}

.thread_status.hotlockfolder {
	background-position: 0 -400px;
}

.thread_status.lockfolder {
	background-position: 0 -440px;
}

.thread_status.movefolder {
	background-position: 0 -480px;
}

.thread_status.newfolder {
	background-position: 0 -520px;
}

.thread_status.newhotfolder {
	background-position: 0 -560px;
}

.thread_status.newhotlockfolder {
	background-position: 0 -600px;
}

.thread_status.newlockfolder {
	background-position: 0 -640px;
}

.thread_status_text {
	margin-left: 5px;
}

/****** Ajouts ******/

.search_content tr:first-child td {
  border-top-left-radius : 4px;
  border-top-right-radius : 4px;
}

.search_content tr:last-child td:last-child {
  border-bottom-left-radius : 4px;
  border-bottom-right-radius : 4px;
}
