.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;
}
		