﻿.newsfeed {
    padding: 5px;
}

.display-wrapper {
    background-color: #ddd;
    border-radius: 20px;
    max-width: 800px;
    margin: 5px auto;
}

    .display-wrapper:hover {
        background-color: #ccc;
    }

    .display-wrapper .k-dropdown-wrap {
        border-radius: 20px;
    }

.newsfeed .k-listview {
    border: none;
    outline: none;
    margin: 0 !important;
}

#actorsList {
    width: 800px !important;
}

    #actorsList .k-input {
        height: 60px;
        padding-left: 20px !important;
    }

.k-item.k-state-selected:hover {
    color: #fff !important;
}

.k-list-optionlabel {
    min-height: 40px;
    line-height: 40px;
    padding: 0 0 0 30px;
    font-weight: bold;
}

.actor-table .text-cell {
    vertical-align: middle;
}

.newsfeed-selector {
    margin-bottom: 15px;
}

.k-animation-container {
    height: auto !important;
    max-height: 300px;
    overflow: auto;
}

.edit-button {
    font-size: 30px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 15px;
}

    .edit-button:hover {
        background-color: #fff;
    }

.edit-menu {
    width: 100px;
    left: -65px !important;
}

.activity-title {
    padding-bottom: 10px;
}

.comment-placeholder {
    width: 100%;
    background-color: #fff;
    line-height: 30px;
    border-radius: 20px;
    padding-left: 20px;
    color: gray;
}

.comment {
    position: relative;
    display: inline-block;
    width: calc(50% - 3px);
}

.reaction-popup {
    position: relative;
    display: inline-block;
    width: calc(50% - 3px);
}

.popup-content {
    visibility: hidden;
    transition: top 0.3s ease-out;
    opacity: 0;
    position: absolute;
    background-color: #efefef;
    min-width: 265px;
    z-index: 1000;
    top: 0px;
    border-radius: 50px;
}

.reaction-popup:hover .popup-content {
    visibility: visible;
    opacity: 1;
    top: -50px;
}

.action-button {
    height: 30px;
    width: 100%;
    font-size: 1rem;
    line-height: 20px;
    border-radius: 6px;
    background-color: transparent;
    color: #027A0E;
    border-radius: 6px !important;
}

    .action-button:hover {
        background-color: #efefef;
    }

    .action-button i {
        margin-right: 5px;
    }

.schedule-published-display {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
}

    .schedule-published-display hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }

schedule-published a.link {
    color: #039411 !important;
}

.schedule-published-table {
    width: 100%;
    color: #292b2c;
}

.schedule-published-display td {
    padding: 5px;
}

.schedule-stats-table {
    width: 100%;
    font-size: 14px;
}

    .schedule-stats-table th {
        width: 20%;
        white-space: nowrap;
        padding: 10px 0;
    }

.user-image {
    height: 50px;
    width: 50px;
}

.text-cell {
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
}

.image-cell {
    vertical-align: top;
    width: 60px;
}

.comments-table {
    width: 100%;
}

    .comments-table td {
        padding: 5px 0 5px 5px
    }

.comments-user-image {
    height: 30px;
    width: 30px;
}

.comments-text-cell {
    width: 100%;
}

.comments-image-cell {
    vertical-align: top;
    width: 35px;
}

.comments-text {
    display: block;
    background-color: #fff;
    width: 100%;
    min-height: 30px;
    border-radius: 30px;
    padding: 2px 20px 5px 20px;
    line-height: 18px;
    resize: vertical;
    overflow: hidden;
    border: none;
    word-break: break-all;
}

    .comments-text:focus {
        outline: none;
    }

    .comments-text[contenteditable]:empty::before {
        content: "Write a comment...";
        color: gray;
    }

.comments-count {
    cursor: pointer;
}

.comment-user-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.timeago {
    font-size: 10px;
    cursor: pointer;
}

.number-circle {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}

    .number-circle.unfilled {
        border: 1px solid #039411;
        color: #039411 !important;
    }

    .number-circle a.number-circle-anchor {
        color: white !important;
        font-weight: bold !important;
    }

    .number-circle a.number-circle-anchor-na {
        color: white !important;
        font-weight: bold !important;
        font-size: 13px !important;
    }

.emoji {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.emoji-small {
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.emoji-button {
    color: orange;
    text-transform: capitalize;
}

.emoji-link {
    color: orange !important;
    text-transform: capitalize;
}

.user-name {
    cursor: pointer;
}

.mce-content-body {
    background-color: #fff;
    min-height: 30px;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 5px;
}

.mce-edit-focus {
    outline: none !important;
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
    left: 20px !important;
    top: 3px !important;
}

::-webkit-resizer {
    display: none;
}

.comments-menu {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
}

.comments-reactions {
    background-color: #a8a8a8;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    bottom: -3px;
    padding: 4px 4px 0 4px;
}

.comments-menu a:hover {
    text-decoration: underline !important;
}

.comments-reaction-popup {
    position: relative;
    display: inline;
}

.comments-popup-content {
    visibility: hidden;
    transition: top 0.3s ease-out;
    opacity: 0;
    position: absolute;
    background-color: #efefef;
    min-width: 320px;
    z-index: 1000;
    top: 0px;
    border-radius: 50px;
}

.comments-reaction-popup:hover .comments-popup-content {
    visibility: visible;
    opacity: 1;
    top: -48px;
    left: -5px;
}

.comments-user-image {
    height: 30px;
    width: 30px;
}

.comments-text-cell {
    width: 100%;
}

.comments-image-cell {
    vertical-align: top;
    width: 35px;
}

.comments-count {
    cursor: pointer;
}

.comments-user-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}



.notification-wrapper {
    border-radius: 6px;
    margin: 5px;
}

    .notification-wrapper:hover {
        background-color: #ccc !important;
    }

.mark-unread {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    cursor: pointer;
}

.indicator {
}

    .indicator:after {
        content: attr(data-count);
        position: absolute;
        background: red;
        height: 1.5rem;
        top: -8px;
        right: -20px;
        width: 1.5rem;
        text-align: center;
        line-height: 1.5rem;
        font-size: 0.75rem;
        border-radius: 50%;
        color: white;
        border: 1px solid red;
    }

    .indicator[data-count="0"]:after {
        display: none;
    }

#notificationToggle:after {
    display: none;
}

.notification-dropdown {
    position: absolute;
    width: 360px;
    max-height: calc(100vh - 125px);
    left: auto;
    right: 2px;
    top: 51px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    overflow-y: auto;
    z-index: 999999;
}

.notification {
    padding: 5px;
    position: relative;
}

.notification-badge {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 35px;
    left: 30px;
    font-size: 26px !important;
    color: #027A0E;
    border-radius: 26px;
    background-color: #fff;
    border: 1px solid #027A0E;
    text-align: center;
    line-height: 26px;
}

.notification a.link {
    color: #039411 !important;
}

.notification a:hover {
    text-decoration: none;
}

.notification-table {
    color: #333;
    min-height: 60px;
}

.notification-user-image {
    height: 50px;
    width: 50px;
}

.notification-image-cell {
    vertical-align: top;
}

.notification-text-cell {
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    padding-left: 10px;
}
