/*
 * MyBB: Cerulean Frontend Theme 
 *
 * File: thread_status.css
 * 
 * Author: Vintagedaddyo
 *
 * MyBB Version: 1.8
 *
 * Theme Version: 1.3
 * 
 */


.thread_status {
    display: inline-block;
}

.thread_status.dot_folder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #017DCC;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_folder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_hotfolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_hotfolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_hotclosefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_hotclosefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_closefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FFD700;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_closefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_newfolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FFD700;
    content: "\f023";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_newfolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_newhotfolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_newhotfolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_newhotclosefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_newhotclosefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.dot_newclosefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FFD700;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_newclosefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.folder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #C6C6C6;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.folder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.hotfolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.hotfolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.hotclosefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.hotclosefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.closefolder:before {
    font-family: FontAwesome;
    font-size: 14px;
    color: #333;
    content: "\f023";
    position: absolute;
    z-index: 1;
}

.thread_status.closefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.movefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FFD700;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.movefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.newfolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #BDE1A0;
    content: "\f111";
    position: absolute;
    z-index: 1; 
}

.thread_status.newfolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.newhotfolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.newhotfolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.newhotclosefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #FA6A6A;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.newhotclosefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}

.thread_status.newclosefolder:before {
    font-family: FontAwesome;
    font-size: 8px;
    color: #AEAEAE;
    content: "\f111";
    position: absolute;
    z-index: 1;
}

.thread_status.newclosefolder:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    content: "\f15c";
    position: relative;
    z-index: 0;
    background-color: #333;
    border: #333 1px solid;
}	
		
		
		
		