.thread_status:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 600;
}
.thread_status.dot_folder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f1ae"
}
.thread_status.dot_hotfolder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f1ae"
}
.thread_status.dot_hotlockfolder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_lockfolder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_newfolder:before {
    color: #1D1D1D;
    content: "\f15c"
}
.thread_status.dot_newhotfolder:before {
    color: #1D1D1D;
    content: "\f06d"
}
.thread_status.dot_newhotlockfolder:before {
    color: #1D1D1D;
    content: "\f023"
}
.thread_status.dot_newlockfolder:before {
    color: #1D1D1D;
    content: "\f023"
}
.thread_status.folder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f15b"
}
.thread_status.hotfolder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f06d"
}
.thread_status.hotlockfolder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f023"
}
.thread_status.lockfolder:before {
    color: #1D1D1D;
	opacity:0.4;
    content: "\f023"
}
.thread_status.newfolder:before {
    color: #1D1D1D;
    content: "\f15b"
}
.thread_status.newhotfolder:before {
    color: #1D1D1D;
    content: "\f06d"
}
.thread_status.newhotlockfolder:before {
    color: #1D1D1D;
    content: "\f023"
}
.thread_status.newlockfolder:before {
    color: #1D1D1D;
    content: "\f023"
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		