@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.thread_status.dot_folder {
	background-position: 0 0;
}

.thread_status.dot_hotfolder {
	background-position: 0 -20px;
}

.thread_status.dot_hotclosefolder {
	background-position: 0 -40px;
}

.thread_status.dot_closefolder {
	background-position: 0 -60px;
}

.thread_status.dot_newfolder {
	background-position: 0 -80px;
}

.thread_status.dot_newhotfolder {
	background-position: 0 -100px;
}

.thread_status.dot_newhotclosefolder {
	background-position: 0 -120px;
}

.thread_status.dot_newclosefolder {
	background-position: 0 -140px;
}

.thread_status.folder {
	background-position: 0 -160px;
}

.thread_status.hotfolder {
	background-position: 0 -180px;
}

.thread_status.hotclosefolder {
	background-position: 0 -200px;
}

.thread_status.closefolder {
	background-position: 0 -220px;
}

.thread_status.movefolder {
	background-position: 0 -240px;
}

.thread_status.newfolder {
	background-position: 0 -260px;
}

.thread_status.newhotfolder {
	background-position: 0 -280px;
}

.thread_status.newhotclosefolder {
	background-position: 0 -300px;
}

.thread_status.newclosefolder {
	background-position: 0 -320px;
}
.thread_status {
    position: relative;
    margin: 0px;
    text-align: center;
    width: 26px;
    vertical-align: middle;
    display: inline-block
}

.thread_status:after {
    position: relative
}

.thread_status:after,.thread_status[class*="lock"]:before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    content: "\E2C8";
    line-height: 1;
    font-size: 19px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga"
}

.movefolder:after {
    content: "\E154"
}

.thread_status[class*="hot"]:after {
    content: "\E617"
}

.thread_status[class*="dot"]:after {
    content: "\E2c9"
}

.thread_status[class*="new"]:after {
    content: "\E2CC"
}

.thread_status[class*="lock"]:before {
    content: "\E0DA";
    position: absolute;
    color: #2a2a2a;
    font-size: 10px;
    bottom: 6px;
    right: 5px;
    z-index: 2
}

.thread_status[class*="lock"]:after {
    content: "\E2C7"!important
}

.thread_status[class*="hot"]:after {
    color: #369336
}

.thread_status[class*="new"]:after {
    color: #bc3535
}
