﻿/*Forum General
------------------------------------------------------------------------------*/
.image {
    width: 34px;
    height: 28px;
    background: url('/Plugins/Messaging.Forums/Content/images/topic-type1.png') center no-repeat;
}

.forums-table-section .image div.sticky {
    background: url('/Plugins/Messaging.Forums/Content/images/topic-type2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
    background: url('/Plugins/Messaging.Forums/Content/images/topic-type3.png') center no-repeat;
}

.pager li {
    margin-left: 5px !important;
}

    .pager li > a {
        background-color: #8b6c5c !important;
        padding: 1px 14px !important;
    }

        .pager li > a:hover {
            background-color: #b08975 !important;
        }

.current-page > span {
    background-color: #f4e2c2 !important;
    color: black !important;
    padding: 1px 14px !important;
}

.topic-name {
    color: white;
}

.forum-group {
    padding: 10px 0 10px 0;
}

.topic-group {
    margin-top: 20px;
}

.active-discussions,
.forum-group,
.forum-page {
    display: flex;
    word-wrap: break-word;
}

.forum-details > div > p > a,
.author > a,
.origin > a,
.topic-title > a,
.topic-title > div > p > a,
.topic-starter > a {
    color: steelblue !important;
}

.topic-title {
    width: 30%;
}

.replies,
.views {
    width: 20%;
}

.latest-post,
.latest-post-discussions {
    width: 30%;
}

.forum-details {
    width: 70%;
}

.topics,
.posts {
    width: 30%;
}

.replies,
.views,
.topics,
.posts,
.latest-post,
.latest-post-discussions {
    text-align: center;
}

.forum-name {
    word-break: break-word;
}

.forum-stats > label:not(:first-child) {
    margin-left: 15px;
}

.forum-group-panel,
.active-discussions-panel {
    border-radius: 0;
}

    .forum-group-panel > .panel-heading,
    .active-discussions-panel > .panel-heading {
        border-radius: 0;
    }

.forum-group-panel,
.active-discussions-panel,
.topic-group {
    font-size: 13px;
}

.topic-header {
    font-size: 18px;
    word-break: break-word;
}

#forumId,
#within,
#limitDays {
    border-color: oldlace !important;
}

    #forumId:focus,
    #within:focus,
    #limitDays:focus {
        border-color: #f4e2c2 !important;
    }

#forums-small-searchterms {
    border-color: oldlace;
}

#searchterms {
    border-color: oldlace;
}

    #searchterms:focus,
    #forums-small-searchterms:focus {
        border-color: #f4e2c2;
    }

.forum-name {
    word-break: break-word;
}

.forum-name,
.forum-description {
    color: white;
}

.quote {
    border: 1px solid black;
    border-radius: 3px;
    background-color: whitesmoke;
    padding: 10px 0 25px 15px;
}

/*.nav-tabs > li > a {
    background-color: rebeccapurple;
    border: 1px solid rebeccapurple;
    color: white;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        background-color: blueviolet;
        border: 1px solid blueviolet;
    }

.nav-tabs > li.active > a {
    background-color: blueviolet;
    color: white;
}

    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: blueviolet;
        color: white;
    }*/

.label-default {
    background-color: #f4e2c2;
    font-size: 88%;
    display: inline-block;
    margin-bottom: 10px;
    color: #2c3e50;
}

.panel {
    background-color: transparent !important;
}

.panel-default {
    border-color: #8b6c5c !important;
}

    .panel-default > .panel-heading {
        background-color: #8b6c5c !important;
    }

.panel-primary {
    border-color: #8b6c5c !important
}

    .panel-primary > .panel-heading {
        background-color: #8b6c5c !important;
    }

.panel-heading {
    padding-left: 0px !important;
    border-color: #8b6c5c !important;
}

.panel-title {
    color: white;
    font-size: 25px;
}

.panel-body {
    background-color: ivory !important;
    font-size: 16px !important;
    border: 1px solid #2c3e50 !important;
}

.table {
    border-collapse: collapse;
    border: none;
}

    .table a {
        color: royalblue;
        text-decoration: none;
    }

        .table a:hover {
            color: blueviolet;
        }

    .table td {
        border: none !important;
    }

.table-bordered > thead > tr > th {
    border: none;
    border-bottom: 1px solid lightgrey;
}

.topic-post-header-row:not(:first-child) {
    border-top: 1px solid lightgrey;
}

.table-wrapper {
    border: 1px solid #2c3e50;
    border-radius: 5px;
    background-color: aliceblue;
    margin-bottom: 15px;
}

.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: none;
}

.forum-search-page,
.forum-edit-page {
    margin-bottom: 30px;
}

/*Forum Guidelines Page
------------------------------------------------------------------------------*/
.forum-guidelines-heading {
    color: white;
    width: 95%;
    margin: 20px auto 20px auto;
}

.forumguideline-container-outer {
    margin-top: 30px;
    padding-bottom: 30px !important;
}

.forumguideline-container {
    border-radius: 4px;
    background-color: whitesmoke;
    width: 95%;
    margin: auto;
}

.forumguideline-container-inner {
    width: 95%;
    padding: 5px 0 5px 0;
    margin: 10px auto 0 auto;
}


/*Forum Posts
------------------------------------------------------------------------------*/
.actions {
    margin-top: 25px;
}

.watch-topic-button,
.watch-forum-button {
    background-color: cornflowerblue !important;
    border: none !important;
}

    .watch-topic-button:hover,
    .watch-forum-button:hover {
        background-color: royalblue !important;
    }

.reply-post-button,
.quote-post-button,
.clear-flag-button,
.delete-post-button,
.edit-post-button,
.flag-post-button {
    padding: 5px !important;
}

.forum-manage-friends-button,
.forum-add-friend-button,
.reply-post-button,
.quote-post-button,
.forum-report-user-button,
.forum-unblock-user-button,
.clear-flag-button,
.delete-post-button,
.edit-post-button,
.flag-post-button,
.forum-message-user-button,
.forum-block-user-button {
    color: royalblue !important;
    text-decoration: none !important;
    cursor: pointer;
}

    .forum-manage-friends-button:hover,
    .forum-add-friend-button:hover,
    .reply-post-button:hover,
    .quote-post-button:hover,
    .forum-report-user-button:hover,
    .forum-unblock-user-button:hover,
    .clear-flag-button:hover,
    .delete-post-button:hover,
    .edit-post-button:hover,
    .flag-post-button:hover,
    .forum-message-user-button:hover,
    .forum-block-user-button:hover {
        color: #8b6c5c !important;
    }

.forum-report-user-button,
.forum-unblock-user-button {
    font-size: 13px;
}

.forum-manage-friends-button,
.forum-add-friend-button,
.forum-report-user-button {
    margin-left: 12px;
}

.topic-actions-upper {
    margin-bottom: 20px;
}

.topic-actions-lower {
    margin-top: 20px;
}

.forum-report-user-button {
    font-size: 13px;
}

.edit-post-button {
    margin-right: 7px;
}

.send-pm {
    margin: 0 !important;
}

label {
    margin: 0;
}

.post-container-outer,
.forumindex-container,
.forum-container,
.activetopics-container,
.forumgroup-container,
.forum-search-container {
    width: 95%;
    margin: auto;
}

.forum-search-container-outer {
    background-color: #8b6c5c;
    border-radius: 4px;
    padding: 25px 0 25px 0;
}

.topic-post-group,
.forumguideline-container-outer,
.forum-container-outer,
.forumgroup-container-outer,
.forumindex-container-outer,
.activetopics-container-outer {
    background-color: #8b6c5c;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 5px 0 15px 0;
}

.signature {
    width: 100%;
    font-size: 15px !important;
}

.post-body {
    position: relative;
}

.post-container {
    display: flex;
    border: 1px solid #f4e2c2 !important;
    border-bottom: none !important;
    word-break: break-all;
}

    .post-container > div {
        background-color: ivory;
        margin: 0;
        text-align: center;
        line-height: 1.5em;
    }

        .post-container > div:first-child {
            width: 25%;
        }

        .post-container > div:nth-child(2) {
            width: 75%;
        }

        .post-container > div > p {
            margin: 0;
        }

    .post-container .post-user {
        text-align: left;
        padding-top: 15px;
        padding-left: 10px;
    }

    .post-container .post-body {
        padding-top: 15px;
        padding-right: 10px;
        text-align: left;
    }

        .post-container .post-body > label {
            padding-bottom: 10px;
        }

        .post-container .post-body .post-id {
            text-align: right;
        }

.post-id-hidden {
    display: none;
}

.post-message {
    white-space: pre-line;
    word-break: normal;
}

.pm-avatar > a > img,
.blockeduser-avatar > p > a > img,
.friend-avatar > p > a > img,
.avatar-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar > a > img,
.forum-avatar-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.vcVerseLink {
    color: royalblue !important;
    text-decoration: underline !important;
}

    .vcVerseLink:hover {
        color: #2c3e50 !important;
    }


.a2a_default_style:not(.a2a_flex_style) a {
    padding: 0 5px !important;
}

.a2a_svg {
    width: 24px !important;
    height: 24px !important;
}

/*My Forums
------------------------------------------------------------------------------*/
.myforums-subs, .mytopics-subs {
    display: flex;
    word-wrap: break-word;
}

.myforums-title,
.mytopics-title {
    width: 50%;
    color: springgreen;
}

.myforums-actions,
.mytopics-actions {
    width: 50%;
}

.myforums-container-outer,
.mytopics-container-outer {
    background-color: #8b6c5c;
    border-radius: 0 0 4px 4px;
    padding: 5px 0 15px 0;
}

.myforums-container,
.mytopics-container {
    width: 96%;
    margin: auto;
    border-radius: 4px;
    background-color: ivory;
    margin-bottom: 30px;
}

.myforums-container-inner,
.mytopics-container-inner {
    width: 95%;
    padding: 5px 0 5px 0;
    margin: 15px auto 5px auto;
}

.view-forum-link {
    color: steelblue;
    text-decoration: underline;
}

    .view-forum-link:hover {
        color: #8b6c5c;
    }

.view-topic-link {
    color: steelblue;
    text-decoration: underline;
}

    .view-topic-link:hover {
        color: #8b6c5c;
    }

@media (max-width: 400px) {
    .forum-group {
        flex-direction: column;
    }

    .forum-details,
    .latest-post-main {
        width: 100%;
    }
}

@media (max-width: 519px) {
    .avatar > a > img,
    .forum-avatar-image {
        width: 50px;
        height: 50px;
    }

    .watched-tab {
        display: none;
    }
}

@media (max-width: 767px) {
    .post-container > div:first-child,
    .post-container > div:nth-child(2) {
        width: auto !important;
    }

    .post-container {
        flex-direction: column;
    }

        .post-container .post-user,
        .post-container .post-body {
            padding-left: 10px !important;
        }

    .signature {
        position: initial;
        bottom: initial;
    }

    .post-id-hidden {
        display: block;
        float: right;
        padding-right: 10px;
    }
}
