.forum-poster .Avatar img {
    width: 40px;
    max-width: unset;
}
.forum-poster.flex-container {
    column-gap: 10px;
    row-gap: 10px;
}
.feed-bottom-indicators.flex-container {
    margin: 5px auto 5px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}
.post-footer-container > div {
    margin-bottom: 5px;
}
.feed-bottom-indicators.flex-container>div {
    text-align: center;
    font-size: 1.25rem;
}
.feed-bottom-indicators i {
    color: #999;
}
.feed-bottom-indicators i:hover {
    color: #000;
    cursor: pointer;
}
.feed-bottom-indicators i.like-me-1 {
    color: red;
}
.group-posted {
    margin: 10px 0 0;
    text-align: right;
    font-size: .8rem;
    color: #ccc;
    display: none;
}
.group-posted a {
    color: #aaa;
}
.group-posted a:hover {
    color: #999;
}
.forum-topic {
    margin: 0 0 5px;
    width: 100%;
}
.forum-topic > div.topic-post {
    font-size: 1rem;
    margin: 0 0 10px;
    border-radius: 5px;
}
.forum-topic > div.topic-post>h1.QuestionTitleText {
    font-weight: 700;
    font-size: initial;
}
.forum-topic > div.poster-message {
    margin: 10px 0;
}
/*.forum-row a {
    text-decoration: none;
    color: #333;
}*/
.forum-row:hover {
    /*background-color: #f0f0f0;*/
    border-radius: 5px;
}
.forum-row {
    padding: 0 0 10px;
    border-bottom: 1px solid #BFBFC8;
    margin-bottom: 20px;
}
.feed-bottom-indicators .badge:empty {
    display: none;
}
.small-textt {
    font-size: .7rem;
}
.feed-bottom-indicators > div > span {
    cursor: pointer;
}
.post-header-detail {
    display: flex;
}
.post-header-detail > div:first-child {
    width: 60px;
}
.post-avatar-component .Avatar img {
    width: 60px;
    height: 60px;
}
.post-header-detail > div.post-name-component {
    margin-left: 10px;
}
.message-owners.MessageOwners .Names a {
    font-size: initial;
    font-weight: 700;
}
.MsgMeta_1_0 .Avatar img,
.MsgBroadcast_0.MsgMeta_2_2 .Avatar img,
.MsgBroadcast_2.MsgMeta_2_2 .Avatar img,
.MsgBroadcast_3.MsgMeta_2_2 .Avatar img,
.MsgMeta_500_0 .Avatar img,
.MsgMeta_510_2 .Avatar img,
.MsgMeta_400_2 .Avatar img {
    width: 60px;
    height: 60px;
}
.post-replies .Avatar >div {
    width: 100% !important;
}
.MsgMeta_1_0 .Avatar > div,
.MsgBroadcast_0.MsgMeta_2_2 .Avatar > div,
.MsgBroadcast_2.MsgMeta_2_2 .Avatar > div,
.MsgBroadcast_3.MsgMeta_2_2 .Avatar > div,
.MsgMeta_500_0 .Avatar > div,
.MsgMeta_510_2 .Avatar > div,
.MsgMeta_400_2 .Avatar > div {
    width: 48%;
    overflow: hidden;
}
.Avatar.flex-container {
    column-gap: 2%;
}
.MessageFlow .Comment > div {
    background-color: unset;
    min-height: unset;
    padding: unset !important;
}
.post-replies .Avatar .Poster,
.post-replies .Avatar {
    width: 40px !important;
    height: 40px !important;
    border: none !important;
}
.post-replies .post-header-detail > div:first-child {
    width: 40px;
}
.comments-container h1.question-title-text {
    margin: 10px 0 0;
}
.feed-container h2.message-header {
    margin: 40px 0 20px;
    font-weight: 700;
    font-size: 1rem;
}
.feed-container .latest-reply.small-text {
    display: none;
}
.feed-container .forum-row {
    border-bottom: unset;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.FeedItem .feed-container h2.message-header {
    margin: 10px 0;
    font-weight: 700;
    font-size: 1rem;
}
.feed-container .forum-row:hover {
    background-color: transparent;
}
.comments-container .comment-detail {
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
    min-height: 100px;
}
.comments-container .FeedItem div.Inner {
    background-color: transparent;
}
.comments-container .FeedItemOptions {
    background-color: transparent;
}
.comments-container.Comment > div {
    background-color: #f0f0f0;
    padding: unset !important;
}
.comments-container .feed-bottom-indicators.flex-container {
    margin: 15px auto 0;
    padding-bottom: unset;
}
.comments-container .FeedItem {
    margin-bottom: unset;
}
.post-share-action,
.ClosedMessage{
    display: none;
}
.feed-container .comments-container .post-share-action,
.feed-container .comments-container .post-analytics-action,
.feed-container .comments-container .post-comment-action,
.feed-container .comments-container .post-reply,
.feed-container .forum-row .post-footer-container .post-comment-action,
.feed-container .forum-row .post-footer-container .post-reply {
    display: none;
}
.port-container .post-analytics-action,
.port-container .post-share-action {
    display: none;
}
.feed-message-action-container {
    display: flex;
    column-gap: 1%;
}
.feed-container .Port.general-feed .MessageFlow {
    max-width: unset !important;
}
.feed-container .leave-a-message .Message {
    width: unset;
    border-radius: 5px;
}
.feed-container .leave-a-message .Message .Action {
    background-color: unset;
}
.feed-container .leave-a-message .Message .PostMessageOptions > div {
    color: #999;
}
.feed-container .leave-a-message .Message .PostMessageOptions > div:hover {
    color: #333;
}
.feed-container .leave-a-message .Message a.PostCancel {
    color: #333;
    text-decoration: initial;
    font-weight: 700;
}
h2.message-header > span.small-text {
    font-size: .8rem;
    font-weight: normal;
    color: #999;
    vertical-align: middle;
    margin-left: 10px;
}
.comment-detail .AttachedImages > div {
    text-align: center;
    float: left;
    background-position: center;
    overflow: hidden;
}
.formMessaging .AttachedURL {
    display: none;
}
.formMessaging .AttachedURL.Show {
    display: block;
}
.MessageFlow .AttachedURL {
    background-color: #fafafa;
    border: 1px solid #eee;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
}
.AttachedURL .BodyOfURL .URLImage {
    background-position: center center;
    background-size: cover;
    float: none;
    margin-right: unset;
    max-height: unset
    max-width: unset;
    overflow: hidden;
    position: relative;
    width: 27%;
}
.formMessaging .url-content {
    margin-left: 10px;
}
.comments-container .CommentItem > .Inner {
    padding: 0 !important;
}
.AttachedURL .BodyOfURL {
    width: 70%;
    margin-left: 10px;
}
.AttachedURL .URLImage {
    float: none;
    margin-right: 0;
}
.AttachedURL .URLBody:not(.VideoCollection) {
    position: relative;
    display: flex;
    width: unset;
    column-gap: 0;
}
.AttachedURL .VideoCollection .URLImage {
    max-height: unset;
    max-width: unset;
}
.VideoCollection .BodyOfURL {
    padding: 10px;
}
.VideoCollection .BodyOfURL .Description {
    padding: 0;
}
.AttachedURL .Title {
    color: #333333;
    font-weight: 700;
    margin-bottom: 5px;
    width: auto !important;
    padding: 0;
}
.AttachedURL .URLOptions {
    color: #999999;
    position: absolute;
    font-size: 1.25em;
    padding: 0px 8px 0;
    text-align: right;
    z-index: 1000;
    right: 0;
}
.AttachedURL .MessageImageView > div {
    float: none;
}
.AttachedURL .MessageCnt {
    background-color: unset !important;
    color: #333;
}
.AttachedURL .BodyOfURL .Description {
    line-height: 1.05rem;
}
.AttachedURL .BodyOfURL .Description {
    padding: 0;
}
div.CommentItem {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 5px;
}
div.CommentItem:last-child {
    border-bottom: 0;
}
h1.question-title-text {
    margin-top: 0;
}
.TopicCategory {
    float: left !important;
    display: none;
}
.feed-container {
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
}
.MESSAGE .feed-container {
    margin: 20px auto 0;
}
.edit-row {
    position: relative;
}
.post-list .edit-row {
    float: right;
}
div.question-list-optional {
    margin: 10px 0;
    font-weight: 700;
    display: none;
}
.port-container div.question-list-optional {
    display: block;
    font-size: 1.5rem;
}
.port-container div.question-list-optional a {
    color: #333;
}
.port-container h1.QuestionContainer {
    display: none !important;
}
.comments-container.no-comments {
    display: none;
}
.SingleMessage .comments-container.no-comments {
    display: block;
}
.post-footer-actions {
    position: relative;
}
.post-footer-actions .badge {
    position: absolute;
    left: 10px;
    bottom: 15px;
    top: unset;
    color: #333;
    font-weight: 700;
    background-color: transparent;
}
.post-replies .latest-reply {
    display: none !important;
}
.MessageContainer {
    margin-top: 40px;
}
.reply-to-container {
    padding: 20px 0 20px;
    text-align: center;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}
.post-action-button.btn  {
    margin: 0 auto;
    border-radius: 15px;
    border: 0;
}
.post-button-container {
    text-align: right;
    padding: 0 20px 0;
}
.post-button-container ul {
    width: 164px;
    position: absolute;
    left: unset;
    background-color: #f9f9f9;
    padding: 0;
    list-style: none;
    top: -9px;
    margin: 36px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 1000ms;
    opacity: 0;
    right: 40px;
    display: none;
}
.post-button-container:hover ul {
    transition: opacity 1000ms;
    opacity: 1;
    display: block;
}
.post-button-container ul li {
    padding: 5px 10px !important;
    text-align: left;
    font-weight: 700;
    cursor: pointer;
}
.post-button-container ul li:hover,
.post-button-container ul li *:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.Message {
    padding: 10px;
}
.QuestionTitle {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}
 .Message textarea.StatusUpdate {
    border: 1px solid #ccc;
    border-radius: 5px;
}
 .Message .MessageArea {
    padding: 0;
    margin-bottom: 10px;
}
.CategoryOptions input#Tag {
    width: 90% !important;
}
.CategoryTags:not(.typeaheadContainer) {
    display: flex;
}
.Message {
    width: auto;
    border: none;
}
.Message .PostMessageOptions > div>div:not(.btn):not(.reachInfo):hover {
    color: #333;
}
.Message .PostMessageOptions .typeaheadContainer i.fi-plus {
    font-size: 2em;
    position: initial;
    top: unset;
}
.QuestionCategoriesContainer {
    padding: 0;
}
.CategoryOptions.create {
    padding: 0;
}
.Message .PostMessageOptions {
    float: none;
    display: flex;
}
.Message .PostMessageOptions > div:not(.btn) {
    font-size: 1.5em;
    cursor: pointer;
    float: none;
    margin-right: 0;
    position: relative;
    color: #999;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.reachInfo {
    top: unset;
    font-size: .65em;
}
.AddFeedBroadcast {
    position: relative;
}
.AddFeedBroadcast.btn.btn-default {
    position: relative;
}
.Port.general-feed .MessageFlow,
div#Feed:not(.forum-list) {
    max-width: 650px !important;
    margin: 0 auto 0;
}


div#Feed.forum-list .post-button-container {
    z-index: 1000;
    right: unset;
    left: -20px;
    position: relative;
}
div#Feed.forum-list .post-button-container ul {
    left: unset;
    right: 0;
}

.leave-a-message .AddFeedBroadcast {
    display: none;
}
.FeedImageUploadArea .ImageCollection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    column-gap: 10px;
    row-gap: 36px;
}
.FeedImageUploadArea .CurrUploadImage {
    padding: 15px;
    text-align: center;
}
.FeedImageUploadArea .FeedImages .CurrUploadImage .fi-x {
    left: -7px;
    top: -7px;
    background-color: #ddd;
    color: #333;
}
.FeedImageUploadArea .CurrUploadImage {
    width: 22%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.modal-content #formMessaging_99 .Action .Functions {
    display: none;
}
.edit-post-row {
    float: right;
    position: relative;
}
.edit-post-row .dropdown-menu {
    display: block;
    animation: fadeIn 300ms ease;
}
.edit-post-row:hover {
    cursor: pointer;
}
.edit-post-row ul {
    padding: 0 !important;
    margin: 0 !important;
}
.edit-post-row ul > li {
    padding: 5px 10px !important;
}
.edit-post-row ul > li:hover {
    background-color: #f0f0f0;
}
.edit-post-row ul > li i {
    color: #999;
    margin-right: 10px;
}
.edit-post-row ul > li:hover i {
    color: #333;
}
.post-avatar-component > div img {
    background-color: #ccc;
}
.GroupPage_FORUM .QuestionOptions .all.btn {
    display: none;
}
.QuestionContainer.alert {
    padding: 15px 15px 23px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.share-post-container .post-footer-container,
.share-post-edit-container .post-footer-container {
    display: none;
}
.share-post-container .forum-row {
    border: 0;
}
.share-post-container .edit-post-row,
.share-post-edit-container .edit-post-row {
    display: none;
}
.SHARE .forum-row {
    border-radius: 5px;
    max-width: 650px;
}
.SHARE .ShareMessage {
    margin: 20px auto;
    width: 95%;
    max-width: 650px;
}
.SHARE .Message {
    max-width: 650px;
}
.SHARE .PostMessageOptions {
    display: none;
}
.SHARE .Feed .Message .Functions {
    float: none;
    text-align: right;
}
.SHARE .button-function-container {
    display: inline-block;
    position: relative;
}
.OpenFeedContainerOptions {
    display: none;
}
.ONLINE.FEED .OpenFeedContainerOptions {
    text-align: center;
    display: block;
}
.button-function-container {
    display: inline-block;
}
.poster-message .arrow-down {
    display: none;
}
.forum-row-post .Avatar img {
    width: 60px !important;
}
.CategoryOptions.create {
    padding: 0;
    display: flex;
    align-items: center;
}
.category-options-container {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
}
.category-options-container .CategoryTags.typeaheadContainer {
    width: 90%;
}
.category-options-container i.fi-plus {
    font-size: 1.5rem;
}
.category-options-container i.fi-plus:hover {
    cursor: pointer;
    color: #333;
}
.post-replies:empty {
    display: none;
}
.MessageFlow .Comment > div {
    overflow: initial !important;
}
.AttachedURL .MessageImageView {
    height: 131px;
    overflow: hidden;
    position: relative;
    width: 500px;
}
.AttachedURL .MessageCnt {
    background-color: rgba(0, 0, 0, 0.5) !important;
    bottom: 0;
    color: #cccccc;
    float: none !important;
    height: auto !important;
    padding: 6px;
    position: absolute;
    z-index: 1000;
}
.AttachedURL .MessageImageView > div {
    background-color: #fff;
    float: left;
    height: 125px;
    text-align: center;
    vertical-align: middle;
    width: 125px;
    position: absolute;
}
.AttachedURL .MessageImageView img {
    max-width: 100%;
    /*min-height: 105px;*/
    background-color: #ccc;
}
.AttachedURL .MessageCnt > div {
    float: right;
}
.AttachedURL .nav > i:hover {
    background-color: #fcfcfc   ;
    color: #333333;
    cursor: pointer;
}
.AttachedURL .nav > i.dim {
    opacity: .3;
}
.AttachedURL a, .AttachedURL a:hover {
    text-decoration: none;
    color: #666;
}
.MessageFlow .AttachedURL {
    background-color: #fafafa;
    border: 1px solid #eee;
    display: none;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1200px;
    /* margin: 10px auto 0 !important; */
    width: 70%;
    margin: 10px auto;
}

.MessageFlow .MsgMeta_1_0 .MessageOwners .Names > i.fi-play {
    display: inline;
}
.MessageFlow .MsgMeta_7_12 .MessageOwners .Names > i.fi-play {
    display:none;
}
.MessageFlow .MsgMeta_7_12 .MessageOwners .Names > i.fi-page-edit {
    display:inline;
}
.MessageFlow .MsgMeta_2_2 .MessageOwners .Names > i.fi-torsos {
    display: inline;
}
.MessageFlow .MsgMeta_3_10 .MessageOwners .Names > i.fi-photo {
    display: inline;
}
.MessageFlow .MsgMeta_2_2 .MessageOwners .Names > i.fi-play,
.MessageFlow .MsgMeta_3_10 .MessageOwners .Names > i.fi-play {
    display: none;
}
.MessageFlow .MsgMeta_400_0 .Avatar img.Recipient {
    display: none !important;
}
.MessageFlow .MsgMeta_400_0 .SharedItem .Avatar{
    left: 5px;
}
.MessageFlow .MsgMeta_7_12 .Avatar div:last-child {
    display: none;
}
.MessageFlow .MessageOwners .Names > i {
    vertical-align: middle;
}
.poster-gif {
    text-align: center;
    margin: 10px 0 20px;
}
.reportAbuseContainer ul.reasons {
    list-style: none;
    font-weight: 700;
    margin-bottom: 10px;
}
.reportAbuseContainer ul.reasons ul {
    font-size: .8em;
    font-weight: normal;
    margin-bottom: .8em;
    margin-top: .4em;
}
.reportAbuseContainer ul.reasons input {
    margin-right: .8em;
}
.OptAbuseComment {
    width: 90%;
    margin: 10px 5%;
}
textarea#AbuseMessage {
    width: 100%;
}
.abuse-moderation-buttons {
    column-gap: 10px;
    margin: 10px 0;
}