.forum a {
    outline: none;
}

.forum-threads .item-list li {
  display: block;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}

.forum .forums-header:after,
.forum-list li:after,
.forum-threads .forum-topic-box:after,
.forum-threads .item-list li:after {
    content: "";
    clear: both;
    display: block;
}

.forum .forums-header h1 {
    float: left;
}

.forum .forums-header .search-term {
    float: right;
    margin: 5px 0 0;
}

.forum .search-time-select,
.forum .search-forum-select {
    display: inline;
    margin-right: 30px;
}

.forum .search-term.search-page:before {
    float: none;
    margin-top: 13px;
}

.forum #content-header .left-links,
.forum #content-header .right-links {
    display: inline-block;
}

.forum #content-header .left-links {
    float: left;
}

.forum #content-header .right-links {
    float: right;
}

.forum #content-header .left-links li,
.forum #content-header .right-links li {
    margin-left: 0;
    list-style: none;
}

.forum #content-header .left-links > *,
.forum #content-header .right-links > * {
    display: inline-block;
    vertical-align: middle;
}

.forum #content-header .right-links > * {
    margin-left: 8px;
}

.forum #content-header .subscription-wrapper {
    padding: 0 5px;
    border: 1px solid #0197cd;
    border-radius: 5px;
}

.forum #content-header .subscription-wrapper input,
.forum #content-header .subscription-wrapper label {
    display: inline-block;
    vertical-align: middle;
}

.forum #content-header .subscription-wrapper label {
    margin: 0;
    font: 16px "bariol_regularregular", Helvetica, Sans-serif;
}

.forum #content-header .subscription-wrapper input,
.forum .search-term {
    margin: 0;
}

.forum .search-term input {
    margin: 0;
    padding: 0 5px 0 0;
    width: 160px;
    height: 25px;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    outline: none !important;
}

div.sidebar-box.forum-sidebar-box h2 {
    font-weight: bold;
    font-size: 14px;
}

.forum-sidebar-box .popular-forums li {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

.forum-sidebar-box .popular-forums li.see-all {
    margin-top: 25px;
    font-weight: normal;
    list-style: none;
}

.forum .left-links {
    float: left;
}

.forum .right-links {
    float: right;
}

.forum .push-button {
    border: 1px solid #0098ce;
    box-shadow: 0 1px 1px #fff inset;
    color: #0098ce;
    font: bold 16px/27px "bariol_regularregular", Helvetica, Sans-serif;
    text-decoration: none;
}

.forum #bd #page #content-header {
    padding: 10px 30px 22px;
}

.forum #bd #page #content {
    margin: 0 30px;
}

.forum #bd #page #content-wrapper {
    padding: 0;
}

.forum #bd #page #content-header #content-menu,
#bd #page #content-header .content-menu {
    padding: 0;
}

#content-menu:after {
    content: "";
    display: block;
    clear: both;
}

.forum-list li {
    overflow: hidden;
    margin: 0 0 26px;
    padding-bottom: 26px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    vertical-align: top;
}

.forum-list li h2 {
    margin-bottom: 8px;
    width: 50%;
    font-weight: bold;
    font-size: 20px;
}

.forum-list li h2 a {
    outline: none;
}

.forum-list li .description,
.forum-list li .stats {
    float: left;
    width: 50%;
    vertical-align: top;
}

.forum-list li .description {
    padding-right: 15px;
}

.forum-list li .stats {
    padding-left: 15px;
}

.forum-list li .stats p {
    margin: 0;
    line-height: 20px;
}

.forum-threads {
    font: 16px/27px "bariol_regularregular", Helvetica, Sans-serif;
}

.forum-threads a {
    outline: none;
}

.forum-threads h1 {
    font-weight: bold;
    font-size: 30px;
}

.forum-threads .active_threads {
    margin-top: 25px;
}

.forum-threads .active_threads h2 {
    color: #999;
    font-weight: bold;
    font-size: 20px;
}

.forum-threads .active_threads h4.scroll {
    text-align: center;
}

.forum-threads .active_threads-box {
    margin: 10px 0;
    padding: 0 15px;
    border-top: 1px solid #f1f1f1;
}

.forum-threads .forum-topic-box {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.forum-threads .author-avatar-wrapper {
    float: left;
    padding: 0 5px;
    width: 150px;
    text-align: center;
    word-wrap: break-word;
}

.forum-threads .avatar-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
}

.forum-threads .avatar-wrapper a,
.forum-threads .avatar-wrapper span {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 3px solid #d7d7d7;
}

.forum-threads .avatar-wrapper.admin-avatar a,
.forum-threads .avatar-wrapper.admin-avatar span {
    border-color: #63baf2;
}

.forum-threads .avatar-wrapper.large-avatar a,
.forum-threads .avatar-wrapper.large-avatar span {
    width: 60px;
    height: 60px;
}

.forum-threads .avatar-wrapper a img,
.forum-threads .avatar-wrapper span img {
    width: 100% !important;
    height: 100% !important;
}

.forum-threads .avatar-wrapper.admin-avatar:before {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -4px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/admin-bubble-small.png) no-repeat left top;
}

.forum-threads .avatar-wrapper.admin-avatar.large-avatar:before {
    right: -6px;
    bottom: -4px;
    width: 25px;
    height: 25px;
    background: url(../img/admin-bubble-large.png) no-repeat left top;
}

.forum-threads .content-wrapper {
    overflow: hidden;
    padding: 0 2px;
    height: auto !important;
}

.forum-threads .content-wrapper .topic-title {
    color: #006ed5;
    font-weight: bold;
    font-size: 16px;
}

.forum-threads .topic-actions {
    margin-top: 10px;
}

.forum-threads .topic-actions > * {
    vertical-align: middle;
}

.forum-threads .topic-actions .latest_post {
    margin-right: 20px;
    font-weight: bold;
    font-size: 12px;
}

.forum-threads .topic-actions .latest_post-label,
.forum-threads .topic-actions .latest_post-date,
.forum-threads .topic-actions .latest_post-by {
    color: #999;
}

.forum-threads .topic-actions .latest_post-link {
    text-decoration: none;
}

.forum-threads .topic-actions .latest_post-link * {
    color: #006ed5;
}

.forum-threads .topic-info {
    overflow: hidden;
    padding: 10px 0 0;
    height: auto !important;
}

.forum-threads .forum-topic-box.pending-posts,
.sidebar-box-content .pending-posts,
.forum-threads .forum-topic-box.pending,
.sidebar-box-content .pending,
.forum-threads .forum-topic-box.moderation-required,
.sidebar-box-content .moderation-required,
.forum-threads .item-list li.pending-posts,
.forum-threads .item-list li.pending,
.forum-threads .item-list li.moderation-required {
    background-color: #ffeea6;
}

.forum-threads .forum-topic-box.rejected-posts,
.sidebar-box-content .rejected-posts,
.forum-threads .forum-topic-box.rejected,
.sidebar-box-content .rejected,
.forum-threads .item-list li.rejected-posts,
.forum-threads .item-list li.rejected {
    background-color: #ffb2d1;
}

.forum-threads .topic-comment-number-wrapper {
    float: right;
    padding: 10px 0 0;
    width: 130px;
    text-align: center;
    word-wrap: break-word;
}

.forum-threads .topic-comment-number-wrapper .topic-comment-number {
    position: relative;
    display: block;
    margin: 0 auto 11px;
    padding: 5px 0;
    width: 70px;
    background: #fff;
    border: 2px solid #78c2f3;
}

.forum-threads .topic-comment-number-wrapper .topic-comment-number .amount-of-posts {
    color: #898989;
    font-size: 18px;
}

.forum-threads .topic-comment-number-wrapper .topic-comment-number .amount-of-posts:after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: -12px;
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(../img/comment-number-arrow.png) no-repeat 0 bottom;
}

.forum-threads .rose-button.rose-active {
    color: #333;
    text-decoration: none;
}

.forum-threads .rose-counter,
.forum-threads .rose-counter:active {
    cursor: pointer;
    text-decoration: none;
}

.forum-list .private .loading-indicator,
.forum-list .general .loading-indicator,
.sidebar-box-content .loading-indicator {
  list-style: none;
  text-align: center;
  margin: 0;
}

.forum-list .private .loading-indicator:before,
.forum-list .general .loading-indicator:before,
.sidebar-box-content .loading-indicator:before {
  content: "";
  background: url("../../images/spinner32g.gif") no-repeat scroll center center transparent;
  display: inline-block;
  height: 36px;
  width: 36px;
}

.search-post-widget .backgrid-paginator {
  border-radius: 0 0 4px 4px;
  border-top: medium none;
  box-sizing: border-box;
  text-align: left;
}

.search-post-widget .backgrid-paginator ul {
    display: inline-block;
    margin: 5px 0;
}

.search-post-widget .backgrid-paginator ul > li {
    display: inline;
    text-align: center;
}


.search-post-widget .backgrid-paginator ul > .active > a,
.search-post-widget .backgrid-paginator ul > .active > span,
.search-post-widget .backgrid-paginator ul > .disabled > a,
.search-post-widget .backgrid-paginator ul > .disabled > a:hover,
.search-post-widget .backgrid-paginator ul > .disabled > span {
    color: #999;
    cursor: default;
}

.search-post-widget .backgrid-paginator ul > .active > a,
.search-post-widget .backgrid-paginator ul > .active > span,
.search-post-widget .backgrid-paginator ul > li > a:hover {
    background-color: #f5f5f5;
}

.search-post-widget .backgrid-paginator ul > li > a,
.search-post-widget .backgrid-paginator ul > li > span {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
    width: 30px;
    border: none;
    background-color: transparent;
    border-color: #63baf2;
    outline: none;
}

.form-horizontal .control-text {
    margin-bottom: 0;
    padding-top: 7px;
}

@media (max-width: 600px) {
    .row {
        margin: 0;
    }
    .forum #bd #page #content {
        margin: 0;
    }
    .forum #content-header .left-links,
    .forum #content-header .right-links {
        display: block;
        float: none;
        text-align: center;
    }
    .forum #content-header .left-links {
        margin-bottom: 20px;
    }
    .topic #main-col #content-header .left-links li {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: normal;
        text-align: center;
    }
    .topic #content-header li:before {
        display: none;
    }
    .forum-threads .author-avatar-wrapper,
    .forum-threads .topic-comment-number-wrapper {
        float: none;
        width: auto;
    }
    .forum-threads .topic-info {
        text-align: center;
    }
    .forum-threads .active_threads h2 {
        text-align: center;
    }
    #bd #page #content {
        margin-left: 0;
    }
    #bd #page #content-wrapper {
        padding: 0;
    }
    #main-col .section {
        margin-bottom: 10px;
        padding: 12px 20px;
    }
    dl.form dt,
    dl.form dd {
        float: none;
        margin: 0;
    }
    dl.form dd {
        margin-bottom: 10px;
    }
    #main-col,
    div.sidebar-box {
        border-radius: 0;
    }
    #main-col {
        margin-bottom: 20px;
    }
    #sidebar {
        padding: 0;
    }
    .forum .forums-header h1 {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .forum .forums-header .search-term {
        float: none;
        margin: 0 auto;
    }
    .forum-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .forum-list li h2 {
        width: auto;
    }
    .forum-list li .description,
    .forum-list li .stats {
        float: none;
        padding: 0;
        width: auto;
    }
}

#rosed-by-modal.modal .item-list-wrapper {
    height: 560px;
    overflow-y: auto;
}
