.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: "\f406"
}
.thread_status.dot_hotfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f406"
}
.thread_status.dot_hotclosefolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_closefolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_newfolder:before {
    color: #27ae60;
    content: "\f406"
}
.thread_status.dot_newhotfolder:before {
    color: #27ae60;
    content: "\f406"
}
.thread_status.dot_newhotclosefolder:before {
    color: #27ae60;
    content: "\f023"
}
.thread_status.dot_newclosefolder:before {
    color: #27ae60;
    content: "\f023"
}
.thread_status.folder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f44e"
}
.thread_status.hotfolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f44e"
}
.thread_status.hotclosefolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.closefolder:before {
    color: #27ae60;
	opacity:0.4;
    content: "\f023"
}
.thread_status.newfolder:before {
    color: #27ae60;
    content: "\f44e"
}
.thread_status.newhotfolder:before {
    color: #27ae60;
    content: "\f44e"
}
.thread_status.newhotclosefolder:before {
    color: #27ae60;
    content: "\f023"
}
.thread_status.newclosefolder:before {
    color: #27ae60;
    content: "\f023"
}

.thread_status.movefolder:before {
    color: #27ae60;
    content: "\f30b"
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		