.thread_status {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative
}

.thread_status:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -6px;
    width: 15px;
    height: 15px;
    font-size: 20px;
    color: rgba(255,255,255,0.30)
}

.thread_status.dot_folder:before {
    content: "\f007"
}

.thread_status.dot_hotfolder:before {
    content: "\f007";
    color: #e74c3c
}

.thread_status.dot_hotclosefolder:before {
    content: "\f007";
    color: #e74c3c
}

.thread_status.dot_closefolder:before {
    content: "\f007"
}

.thread_status.dot_newfolder:before {
    content: "\f007"
}

.thread_status.dot_newhotfolder:before {
    content: "\f007";
    color: #e74c3c
}

.thread_status.dot_newhotclosefolder:before {
    content: "\f023";
    color: #e74c3c
}

.thread_status.dot_newclosefolder:before {
    content: "\f023"
}

.thread_status.folder:before {
    content: "\f15b"
}

.thread_status.hotfolder:before {
    content: "\f06d";
    color: #e74c3c
}

.thread_status.hotclosefolder:before {
    content: "\f023";
    color: #e74c3c
}

.thread_status.closefolder:before {
    content: "\f023"
}

.thread_status.movefolder {
    background-position: 0 -240px
}

.thread_status.newfolder:before {
    content: "\f15b"
}

.thread_status.newhotfolder:before {
    content: "\f06d";
    color: #e74c3c
}

.thread_status.newhotclosefolder:before {
    content: "\f023";
    color: #e74c3c
}

.thread_status.newclosefolder:before {
    content: "\f023";
    color: #e74c3c
}

		
		
		
		
		
		