
.thread_status {
	width: 16px;
}

.thread_status.dot_folder {
	/*background-position: 0 0;
	border-left: 6px solid #83a5cf;*/
	
	border-width: 6px;
	border-style: solid;
	border-image:
	linear-gradient(
	to bottom,
	#83a5cf, #83a5cf
	) 0 0 0 1;
}

.thread_status.dot_hotfolder {
	border-left: 6px solid red;
}

.thread_status.dot_hotclosefolder {
	background-position: 0 -40px;
}

.thread_status.dot_closefolder {
	background-position: 0 -60px;
}

.thread_status.dot_newfolder {
	border-left: 6px solid #ffc107;
}

.thread_status.dot_newhotfolder {
	border-width: 6px;
	border-style: solid;
	border-image: linear-gradient(
	to bottom,
	red,#287347
	) 0 0 0 1;
}

.thread_status.dot_newhotclosefolder {
	background-position: 0 -120px;
}

.thread_status.dot_newclosefolder {
	background-position: 0 -140px;
}

.thread_status.folder {
	border-width: 6px;
	border-style: solid;
	border-image:
	linear-gradient(
	to bottom,
	#ffc107, #ffc107
	) 0 0 0 1;
}

.thread_status.hotfolder {
	border-width: 6px;
	border-style: solid;
	border-image: linear-gradient(
	to bottom,
	red,#ffc107
	) 0 0 0 1;
}

.thread_status.hotclosefolder {
	background-position: 0 -200px;
}

.thread_status.closefolder {
	border-left: 6px solid #287347;
	border-width: 6px;
	border-style: solid;
	border-image:
	linear-gradient(
	to bottom,
	red, red
	) 0 0 0 1;
}

.thread_status.movefolder {
	background-position: 0 -240px;
}

.thread_status.newfolder {
	border-left: 6px solid #287347;
	border-width: 6px;
	border-style: solid;
	border-image:
	linear-gradient(
	to bottom,
	#287347, #287347
	) 0 0 0 1;
}

.thread_status.newhotfolder {
	/*border:solid;
	border-image: linear-gradient(to top, red,#287347);
	max-width: 16px;*/
	border-width: 6px;
	border-style: solid;
	border-image:
	linear-gradient(
	to bottom,
	red,#287347
	) 0 0 0 1;
}

.thread_status.newhotclosefolder {
	background-position: 0 -300px;
}

.thread_status.newclosefolder {
	background-position: 0 -320px;
}

