.thread_status {
	display: inline-block;
	width: 16px;
	height: 24px;
	color: #fff;
	font-family: "bootstrap-icons";
    font-size: 22pt;
	position: relative;
	top: -8px;
	left: -15px;
	white-space: nowrap;
}

.thread_status.dot_folder::before, .thread_status.dot_hotfolder::before, .thread_status.dot_newfolder::before, .thread_status.dot_newhotfolder::before {
	content: '\F4C9';
	color: black;
	display: inline-block;
	font-size: 10pt;
	/*transform: rotate(-90deg);*/
	position: relative;
	left: 31px;
	top: -3px;
}
.thread_status.dot_hotclosefolder::before, .thread_status.dot_closefolder::before, .thread_status.dot_newhotclosefolder::before, .thread_status.dot_newclosefolder::before {
	content: '\F4C9';
	color: white;
	display: inline-block;
	font-size: 10pt;
	/*transform: rotate(-90deg);*/
	position: relative;
	left: 50px;
	top: -3px;
}

.thread_status.folder::before, .thread_status.hotfolder::before, .thread_status.hotclosefolder::before, .thread_status.closefolder::before, .thread_status.newfolder::before, .thread_status.newhotfolder::before, .thread_status.newhotclosefolder::before, .thread_status.newclosefolder::before,.thread_status.movefolder::before {
	content: '\2000';
}

.thread_status.dot_folder::after {
	content: '\F369';
}

.thread_status.dot_hotfolder::after {
	content: '\F369';
}

.thread_status.dot_hotclosefolder::after {
	content: '\F36F';
}

.thread_status.dot_closefolder::after {
	content: '\F36F';
}

.thread_status.dot_newfolder::after {
	content: '\F369';
}

.thread_status.dot_newhotfolder::after {
	content: '\F369';
}

.thread_status.dot_newhotclosefolder::after {
	content: '\F36E';
}

.thread_status.dot_newclosefolder::after {
	content: '\F36E';
}

.thread_status.folder::after {
	content: '\F369';
}

.thread_status.hotfolder::after {
	content: '\F369';
}

.thread_status.hotclosefolder::after {
	content: '\F36F';
}

.thread_status.closefolder::after {
	content: '\F36F';
}

.thread_status.movefolder::after {
	content: '\F143';
}

.thread_status.newfolder::after {
	content: '\F369';
}

.thread_status.newhotfolder::after {
	content: '\F369';
}

.thread_status.newhotclosefolder::after {
	content: '\F36E';
}

.thread_status.newclosefolder::after {
	content: '\F36E';
}