.forum-block {
	padding: 15px;
    float: left;
    width: 100%;
}
.panel-forum {
	border-radius: 0 !important;
    float: left;
    width: 100%;
    border: 0;
    margin-bottom: 10px !important;
}
.panel-forum > .panel-heading {
    background-color: #1FA67A;
    border-radius: 0;
    color: #ffffff;
    float: left;
    width: 100%;
}
.panel-title a:hover {
    color: #ffffff;
}
.forum-part-title {
	border-bottom: 1px dotted #ffffff;
    text-transform: uppercase;
}
.forum-part-title:hover {
	text-decoration: none;
}
.category-collapse {
    float: left;
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #ffffff;
}
.sub-category-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.sub-category-header {
    width: 100%;
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    min-height: 75px;
}
.sub-category-header:hover {
    opacity: 0.7;
}
.sec-description {
    display: block;
    font-size: 11px;
    color: #cccccc;
    margin-top: 12px;
}
.sub-category-header .sub-category-left-side a {
    display: inline-block;
    font-size: 18px;
    color: #6a6a73;
}
.sub-category-header .sub-category-left-side a:hover {
    text-decoration: none !important;
}

.forum-stat-avatar {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #eee;
}
.sub-category-left-side {
    position: relative;
}
.sub-category-forum-list {
    width: 100%;
    float: left;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    list-style: square outside;
}
.sub-category-forum-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sub-category-forum-list li a {
    color: #148DCC;
    font-size: 14px;
}
.last-activity {
    position: relative;
}
.last-activity a {
    color: #148DCC;
    display: inline-block;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.last-activity-stat {
    width: 150px;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: right;
    color: #cccccc;
    padding-top: 0px;
    padding-right: 15px;
    border-right: 1px solid #eee;
    font-size: 12px;
    display: block;
    margin-top: 1px;
}
.last-activity-stat span {
    margin-bottom: 8px;
    display: block;
}
.last-activity-stat span:last-child {
    margin-bottom: 0;
}
.last-activity-stat span b {
    color: #6a6a73;
    font-weight: normal;
    font-size: 11px;
}
.last-activity-stat span b:first-child {
    font-size: 10px;
    background-color: #dd4b39;
    color: #ffffff;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    border-radius: 3px;
    position: relative;
    top: -1px;
}
.last-activity {
    font-size: 13px;
    padding-left: 15px !important;
}
.last-activity span {
    display: block;
}
.section-last-activity a {
    margin-top: 5px;
    margin-bottom: 0;
}
/*
forum posts
 */
.post-top-info {
    width: 100%;
    float: left;
    background-color: #1fa67a;
    color: #ffffff;
    padding-left: 15px;
}
.forum-thread-title {
    width: 100%;
    float: left;
}
.forum-thread-posts-block {
    width: 100%;
    float: left;
    position: relative;
}
#thread-add-form-btn {
    float: right;
}
.forum-posts-list {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.forum-posts-list li {
    min-height: 150px;
    border: 1px solid #eeeeee;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.forum-posts-profile {
    width: 15%;
    float: left;
    padding: 15px;
}
.forum-posts-profile a {
    position: relative;
}
.forum-posts-profile a .forum-online-status {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.forum-posts-profile .user-name {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #148DCC;
}
.forum-posts-profile .status {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.forum-posts-profile img {
    width: 65px;
    border: 1px solid #eeeeee;
}
.forum-profile-actions {
    width: 100%;
    float: left;
    text-align: center;
}
.forum-profile-actions a {
    display: inline-block;
    margin-right: 5px;
}
.forum-posts-content {
    width: 85%;
    float: left;
    padding-left: 0px;
    padding-top: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}
.signatuge {
    position: absolute;
    bottom: 0;
    min-height: 30px;
    width: 83.3%;
    border-top: 1px dotted #dd4b39;
    font-size: 13px;
}
.signatuge .post-actions span a {
    color: #148DCC;
}
.forum-posts-text {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
}
.forum-posts-text p {
    line-height: 1.3;
    font-size: 14px !important;
}
.forum-posts-text .reply-link:nth-child(2) {
    display: none;
}
.forum-posts-text p img {
    padding: 3px;
    max-width: 100%;
}
.forum-posts-text blockquote {
    background-color: #fff7e4;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #dd4b39;
    width: 100%;
    float: left;
}
.forum-posts-text blockquote img {
    max-width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.forum-posts-text blockquote p iframe {
    width: 250px;
    height: 150px;
    margin-bottom: 0;
    float: left;
}
.forum-post-build {
    border: 1px solid #eeeeee;
    width: 50%;
    margin-bottom: 15px;
}
.forum-post-build tr td {
    padding: 5px;
}
.forum-online-status {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
.sub-category-title {
    width: 100%;
    float: left;
    margin-bottom: 13px;
    position: relative;
}
.sub-category-title .sec-description {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 18px;
}
.sub-category-title h2 {
    width: 80%;
    display: inline-block;
    border: 0;
    font-size: 20px;
    padding-bottom: 0;
    margin: 0;
}
.sub-category-pager {
    width: 100%;
    float: left;
}
.add-thread-btn {
    position: absolute;
    right: 20px;
    top: 24px;
}
.thread-add-block {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#thread-add-form > .form-group {
    margin-right: 0;
    margin-left: 0;
}
#thread-text {
    max-width: 100%;
    min-height: 200px;
    resize: none;
}
.bootstrap-tagsinput {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    line-height: 1.8 !important;
}
.bootstrap-tagsinput .tag {
    font-size: 13px;
}
.thread-add-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}
.thread-add-loading .loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    text-align: center;
}

.thread-add-loading span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.thread-added-mess {
    width: 100%;
    float: left;
    text-align: center;
}
.thread-added-mess a {
    display: block;
    width: 20%;
    margin: 0 auto;
    margin-top: 20px;
}
.thread-list-item {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
}
.thread-list-item:last-child {
    border-bottom: 1px solid #eee;
}
.thread-avatar {
    width: 35px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.thread-avatar img {
    width: 100%;
    border: 1px solid #eee;
}
.thread-title {
    font-size: 14px;
    color: #148DCC;
}
.thread-text {
    margin-top: 5px;
    display: block;
    color: #ccc;
    font-size: 12px;
}
.field-thread-text {
    width: 100%;
    float: left;
}
/**
 * show thread item
 */
.forum-thread-header {
    width: 96.7%;
    float: left;
    position: relative;
    background-color: rgba(249, 249, 249, 0.39);
    padding: 15px;
    margin: 15px;
    border: 1px solid #eee;
}
.forum-thread-header h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
}
.thread-avatar-inner {
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px
    text-align: center;
    font-size: 14px;
    position: relative;
    color: #158dcc;
    text-align: center;
}
.thread-avatar-inner .online-status {
    position: absolute;
    bottom: 20px;
    right: 11px;
}

.thread-avatar-inner img {
    width: 75px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid #eee;
}
.thread-text-inner {
    width: 100%;
    color: #263238;
    line-height: 1.4;
    font-size: 15px;
}
.thread-text-inner p iframe {
    text-align: center;
}
.post-reply {
    width: 100%;
    min-height: 200px;
    border: 1px solid #eeeeee;
    padding: 10px;
}
.post-reply-block {
    width: 100%;
    float: left;
    padding: 15px;
}
.post-reply-block form {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.reply-quote {
    background-color: #fff7e4;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #dd4b39;
    width: 100%;
}
.reply-quote > img {
    max-width: 200px;
    padding: 2px;
}
.post-actions {
    width: 100%;
    float: left;
    padding-top: 7px;
}
.post-actions span {
    width: 33.3%;
    display: block;
    float: left;
}
.post-actions span:last-child {
    text-align: right;
}
.actions-group-btn {
    text-align: center;
}
.actions-group-btn a {
    padding-left: 10px;
    padding-right: 10px;
}
.actions-group-btn a:hover {
    text-decoration: underline;
}
.post-add-loading {
    width: 96.8%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: none;
}
.post-add-loading .loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.post-add-loading span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.error-content {
    width: 100%;
    float: left;
    background-color: #dd4b39;
    color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: none;
}
.post-num {
    color: #777;
    margin-right: 7px;
}
.previous-posts {
    width: 100%;
    float: left;
    background-color: #566cbb;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    color: #ffffff;
}
.previous-posts a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
}
.show-draft-btn {
    font-size: 16px;
    position: relative;
    float: right;
    top: 0px;
}
.thread-tools {
    position: absolute;
    top: 15px;
    right: 15px;
}
.reply-link {
    width: 100%;
    font-size: 11px;
    padding-bottom: 15px;
}
.restore-post {
    color: #148dcc;
}
.preview-content {
    width: 100%;
}
.delete-options {
    width: 100%;
    list-style: none;
    padding: 0;
}
.delete-options li {
    width: 100%;
    margin-bottom: 35px;
}
.delete-options li label input {
    margin-right: 7px;
}
.delete-options li .hint {
    color: #cccccc;
    margin-top: 10px;
    font-size: 14px;
}
.delete-reason {
    width: 100%;
    resize: none;
    border: 1px solid #eee;
    padding: 7px;
    margin-top: 10px;
}
.post-deleted {
    opacity: 0.4;
    text-align: center;
    padding-top: 70px;
}
.hidden-show-action {
    display: none;
}
.hidden-content {
    height: 200px;
    overflow: hidden;
    border-bottom: 3px solid #dd4b39;
}
.hidden-content .hidden-show-action {
    display: block;
    position: absolute;
    top: 97px;
    height: 100px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
    z-index: 10;
    color: blue;
}
.hidden-content .hidden-show-action a {
    background: #DD4B39;
    color: #fff;
    padding: 2px 5px 2px 5px;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 40px;
}
.hidden-content .hidden-show-action a:hover {
    cursor: pointer;
}
.caterory-title {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 18px;
}
.no-subcategories {
    width: 100%;
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    color: #ccc;
}
