/* module-key = 'com.adaptavist.confluence.forums:resttopicsummary-resources', location = '/forum/css/restforum.css' */
#forumSearchForm > fieldset {
    margin-bottom: -20px;
    max-width: 700px;
}

#forumSearchForm .aui-dd-parent .aui-dropdown {
    padding-right: 5px;
}

#forum-filters.aui-group {
    margin-top: 10px;
}

#stickyDiv {
    color: #707070;
    margin-top: 0;
}

.restforum,
.restforumsummary,
.resttopicsummary {
    margin-bottom: 40px;
}

.restforum h2 {
    font-size: 18px;
    margin: 10px 0 4px;
}

.restforum .aui-group > .aui-item + .aui-item {
    padding-left: 0;
}

.restforum .aui-item > label {
    display: block;
}

.restforum .aui-group.filter-topics {
    table-layout: fixed;
    width: 66%;
}

#author-topic-filter-input {
    padding-left: 3px;
}

.restforum .forum-date-range > label {
    display: inline-block;
}

.restforum form.aui .long-field {
    max-width: 83%;
    min-width: 80%;
}

#newFeaturePopup {
    max-width: 50px;
}

#searchBox {
    height: 33px;
    max-width: 50%;
    min-width: 200px;
}

#resetSearch {
    background: white;
    height: 33px;
    border-color: #D8D8D8 #D1D1D1 #BABABA;
}

#searching-tips {
    margin-right: 10px;
}

#forumSearchForm .aui-select2-container {
    max-width: 215px;
}

form.aui .text.author-field {
    max-width: 200px;
}

#forumSearchForm .aui-dd-parent .aui-dropdown {
    min-width: 193px;
}

div.restforumMessages {
    margin-bottom: 10px;
    margin-top: 10px;
}

#filters-fieldset {
    margin-top: 10px;
}

form.aui .forum-date-range {
    margin-top: 10px;
}

#forum-filters .short-date-field[data-date-field] {
    max-width: 90px;
}

#forum-filters .forum-date-range-hide {
    visibility: hidden;
}

.restforum form.aui .field-group {
    padding-left: 44px;
}

.restforum form.aui fieldset .field-group:first-child {
    padding-left: 0;
}

.restforumTable td {
    background: #ffffff;
}

.restforumTable th.heading.title {
    min-width: 10em;
    width: 40%;
}

.restforumTable th.heading.status {
    min-width: 50px;
    width: 5%;
}

.restforumTable th.heading.replies, th.heading.views,
.restforumTable th.heading.activityscore {
    width: 8%;
}

.restforumTable th.heading.creationdate,
.restforumTable th.heading.createdby,
.restforumTable th.heading.lastactivitydate,
.restforumTable th.heading.lastcommentby {
    width: 10%;
}

.restforumTable th.heading.creationdate,
.restforumTable th.heading.lastactivitydate {
    min-width: 84px;
}

.restforumTable div.tablesorter-header-inner {
    background-color: inherit;
    color: inherit;
}

tr.topic:nth-child(odd) > td {
    background: #f2f2f2;
}

tr.topic:nth-child(even) > td {
    background: #fff;
}

/* add topic button */
#add-new-forum-topic-button {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

#add-new-forum-topic-button .aui-icon {
    right: 3px;
    top: 3px;
}

#add-new-forum-topic-button .aui-icon-small:before {
    font-size: 14px;
}

/* search tips popup */
dl.forum-tooltip {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin-bottom: 10px;
    padding-top: 10px;
}

.forum-tooltip dt {
    font-weight: bold;
}

.forum-tooltip dd {
    margin: 0 0 10px 16px;
}

.forum-tooltip .bigger {
    font-size: 22px;
    margin-bottom: -18px;
}

.forum-tooltip .smaller {
    font-size: 12px;
    margin-left: 10px;
}

.forum-options {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top: 10px;
}

/* user avatar spacing */
.column .aui-avatar.aui-avatar-small {
    margin-right: 10px;
    margin-top: 4px;
}

.column .userLogoLink {
    line-height: normal;
}

/* rest forum summary macro and rest topic summary macro */
.restforumsummarytable th,
.resttopicsummarytable th {
}

.restforumsummarytable td,
.resttopicsummarytable td {
    background: #ffffff;
}

.restforumsummarytable th.heading,
.resttopicsummarytable th.heading {
    white-space: nowrap;
    width: 15%;
}

.resttopicsummarytable th.heading.status {
    min-width: 50px;
    width: 5%;
}

.restforumsummarytable th.heading.forum,
.resttopicsummarytable th.heading.topic {
    min-width: 10em;
    width: 50%;
}

.restforumsummarytable th.heading.forum {
    width: 55%;
}

.restforumsummarytable td.title,
.resttopicsummarytable td.title {
    vertical-align: middle;
}

.restforumsummarytable td.replies, td.views,
.resttopicsummarytable td.replies, td.views {
    text-align: center;
    vertical-align: middle;
}

.restforumsummarytable th.replies, th.views,
.resttopicsummarytable th.replies, th.views {
    text-align: center;
}

.topicforumlink:before {
    content: "[";
}

.topicforumlink:after {
    content: "]  ";
}

.aui-button.btnShowHide {
    font-size: 12px;
}

.aui-button.btnShowHide ~ .aui-button.btnShowHide {
    margin-left: 0;
}

/* hide export links */
#action-export-word-link {
    display: none;
}

#inline-dialog-pdfLink {
    z-index: 1100;
}

/* general formatting */
.restforum .pull-left {
    float: left;
}

.restforum .pull-right {
    float: right;
}

.has-not-been-viewed {
    color: #3572b0 !important;
}

.has-been-viewed {
    color: #654982 !important;
}

#aui-flag-container {
    margin: 50px 10px 0 0;
    positon: relative;
}

table.aui > tbody > tr > td[class*="lastcommentby"] {
    vertical-align: inherit;
}

/* @media rules for smaller page sizes */

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 920px) {
    .restforum .aui-group > .aui-item + .aui-item {
        padding-left: 10px;
    }

    #forum-filters .short-date-field[data-date-field] {
        display: block;
    }

    th.heading.title {
        min-width: 6em;
    }

    .restforum .headings th {
        min-width: unset;
    }

}

@media screen and (max-width: 830px) {
    #forum-filters .aui-group {
        max-width: 90%;
    }

    .section-view-page .forum-filter-item div:first-child {
        float: left;
    }

    .section-view-page form.aui .forum-date-range {
        margin-top: 20px;
    }

    .section-view-page .forum-date-range > label {
        margin-left: 10px;
    }

    .section-view-page .forum-sort > label {
        display: block;
    }

}
/* module-key = 'com.adaptavist.confluence.forums:resttopicsummary-resources', location = '/forum/css/common/paginate.css' */
.paginate {
    display: table;
    margin: 20px auto;
}

.paginate .aui-nav-first a:before {
    content: "<< ";
}

.paginate .aui-nav-last a:after {
    content: " >>";
}

.paginate .aui-nav-previous a:before {
    content: "< ";
}

.paginate .aui-nav-next a:after {
    content: " >";
}

.paginate li.aui-nav-item > a {
    padding: 10px 4px 0;
}

.paginate li.aui-nav-selected {
    padding-left: 4px;
    padding-right: 4px;
}