
.thread_status {
	height: 12px;
	width: 12px;
	display: inline-block;
	border-radius: 50%;
	border: 0;
	vertical-align: middle;
	background: radial-gradient(circle at center, #777777 0 2.5px, #262626 3px);
}

.thread_status.newfolder,
.thread_status.newhotfolder,
.thread_status.dot_newfolder,
.thread_status.dot_newhotfolder {
	background: radial-gradient(circle at center, #ffffff 0 2.5px, #c0392b 3px);
}

.thread_status.lockfolder,
.thread_status.newlockfolder {
	background: radial-gradient(circle at center, #ffffff 0 2.5px, #5e1812 3px);
}
		