.comm-log-container {
    border: 1px solid #ccc;
    padding: 20px;
    display: inline-block;
    background: linear-gradient(to right, #e5e5e5, #fff, #fff, #fff, #fff, #e5e5e5);
}
.comm-log-entries {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 10px;
    overflow-x: hidden;
}
.comm-log .comm-log-entry {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.comm-log .comm-log-entry:hover {
}
.comm-log .comm-log-container {
}


.comm-log-placeholder {
    border: 1px solid #ccc;
    padding: 20px;
    display: inline-block;
    /* background: linear-gradient(to right, #e5e5e5, #fff, #fff, #fff, #fff, #e5e5e5); */
    width: 100%;
    text-align: center;
    height: 620px;
}
.comm-log .comm-log-header {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}
.comm-log .profile-img {
    width: 40px;
}
.comm-log .profile-img img {
}
.comm-log .other-user .profile-img {
    float: left;
    margin-right: 5px;
    width: 34px;
}
.comm-log .current-user .chat-content {
    border-radius: 8px;
    font-size: 12px;
    position: relative;
    float: right;
    width: calc(100% - 45px);
}
.comm-log .other-user .chat-content {
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    float: right;
    width: calc(100% - 45px);
    margin-bottom: 2px;
}
.chat-content .comment-msg {
    max-width: 280px;
}
.chat-content .comment-msg p {
    word-wrap: break-word;
}
.chat-content .comment-msg p a {
    word-wrap: break-word;
}
.comm-log .current-user .profile-img {
    float: left;
    margin-right: 5px;
    width: 34px;
}
.comm-log .chat-content p {
    margin-bottom: 10px;
    font-size: 12px;
}
.comm-log .chat-content p:nth-last-child(1) {
    margin-bottom: 0px;
}
.comm-log .add-response .textarea-section {
    width: calc(100% - 50px);
    float: left;
}
.comm-log .mini-name {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-right: 8px;
}
.comm-log .add-response .current-user-img {
    width: 40px;
    float: right;
}
.comm-log .add-response .current-user-img img {
    border-radius: 100%;
}
.comm-log .chat-content-text {
    padding-right: 10px;
    width: calc(100% - 100px);
    float: left;
    font-size: 12px;
}
.comm-log .chat-time-date {
    float: left;
    font-size: 13px;
    color: grey;
}
.comm-log .edit-comment {
    position: absolute;
    display: none;
    top: 0;
    right: 23px;
    font-size: 14px;
    color: grey;
    cursor: pointer;
}
.edit-comment.hover-edit {
    right: 16px;
}
.delete-comment.hover-delete {
    right: 0px !important;
}
.comm-log .delete-comment {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #a90505;
    cursor: pointer;
}
.comm-log-entry:hover .delete-comment {
    display: block;
}
.comm-log-entry:hover .edit-comment {
    display: block;
}
.comm-log .save-cancel-btn {
    border: 1px solid grey;
}

.comm-log .other-user .chat-content:hover .edit-comment {
    display: inline-block;
}
.comm-log .comm-log-container::-webkit-scrollbar {
    width: 8px;
    background: #f4f3f3;
}
.comm-log .comm-log-container::-webkit-scrollbar-thumb {
    background: #c7c7c7;
}


/*Mark as Complete / Task Items*/
.action-items {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 6px;
}
label.action-item .checkmark-col {
    float: left;
    max-height: 24px;
}
label.action-item .hashtag-col {
    float: left;
}
label.action-item .completed-col {
    float: right;
}
label.action-item {
    margin: 0;
    margin-bottom: 2px;
    width: 100%;
    max-width: 270px; /*Added 4/16/21*/
    display: inline-block;
    line-height: 24px;
    background: #f8f8f8;
    color: #5e5e5e;
    float: left;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
}
label.action-item .border-label{
    border: 1px solid #b2b2b2;
    width: 100%;
    display: block;
    float: left;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
    /* min-width: 220px; */
}
label.action-item .checkmark-col input {
    margin-top: 5px;
}
label.action-item.needs-action {
    background: #0080ff;
    color: #fff;
    /* min-width: 220px; */
}
.editableMsg {
    color: #000;
}
.msg_save{
    background: linear-gradient(gold, #ffeb7f, gold);
}
.box {
margin: 0 auto;
overflow: auto;
padding: 2px;
background: white;
}
.tagPhoto{
    max-width: 24px;
    max-height: 24px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
ul.cke_autocomplete_panel {
    width: 300px;
    margin-top: 5px;
    max-width: 265px;
}
.cke_autocomplete_panel li img {
    height: 30px;
    border-radius: 50%;
    max-width: initial;
    max-height: initial;
}
.cke_autocomplete_panel .fullname {
    color: #1a1a1a,
}
.cke_autocomplete_panel .fullname span {
    color: #b7b7b7;
}
.image-loader .loading-indicator {
    background-image: url(../images/relationships_loading.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
    width: 25px;
    background-size: 25px;
}
#showMoreBtn {
    float: left;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 50px;
}
#showMoreBtn button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #f8f8f8;
    border: 1px solid grey;
    padding: 10px 60px;
    color: #333;
}
#showMoreBtn button:hover {
    background: #e2e2e2;
}
.press-enter-key-to-submit {
    font-size: 12px;
}

.press-enter-key-to-submit input {
    margin-top: 4px;
}
.media-object {
    float: left;
    width: 200px;
    height: 200px;
    position: relative;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.media-object img, .media-object video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.taggedUser {
}
.taggedUserGroup {

}
.hashtaggedUser {

}
.redBorder {
    border-color:red !important; 
}
.action_needed{
    margin:45px 10px 10px 25px;
    border:1px solid; 
}
.opaque{
    opacity: 0.7;
    pointer-events: none;
}
.errorBox{
    color: red;
}
.edit-text-box {
    width: 100%;
    display: inline-block;
}
/*admin-chat .cke_toolbox {
    display: none;
}
admin-chat .cke_inner {
    padding: 0px 16px 0px 8px;
}
admin-chat .cke_top {
    display:  none;
}*/

/*Common Email System --- Start*/
.attachment-item {
    border: 1px solid grey;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 0;
    word-break: break-all;
    width: 270px;
    float: left;
    color: initial;
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.attachment-items {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.attachment-item i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
    color: #024769;
}
.attachment-item i.fa-file-image {
    font-size: 20px;
}
.attachment-item i.fa-download {
    font-size: 12px;
    /* position: absolute; */
    top: 20px;
    bottom: 0;
    margin: auto;
    color: #024769;
    margin-left: 10px;
}
.attachment-item.pdf-file i:not(.blue) {
    color: #ff3b00;
}
.attachment-item:hover {
    background: #f8f8f8;
}
.attachment-item.image-file i {
    color: #024769;
    /* width: 25px; */
}
.attachment-item .file-name {
    font-size: 12px;
    line-height: 15px;
    display: block;
    float: left;
    width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.attachment-item.image-file i.fa-trash {
    font-size: 12px;
    text-align: right;
    margin-right: 0;
    float: right;
    color: #d20606;
}
.attachment-item .file-icons {
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.attachment-item .fa-trash {
    font-size: 12px;
    /* margin-top: 5px; */
    float: right;
    margin-right: 0;
    color: #d20606;
}
.attachment-item.document-file i {
    color: #0000d4;
}
.attachment-item.spreadsheet-file i {
    color: #005800;
}
.iframe_container iframe {
    width: 100%;
    min-height: 300px;
    box-shadow: none;
    border: 1px solid #ddd;

}
/*Common Email System --- End*/


/*Chat Formats*/
.comm-log .comm-log-entry.invoice-message {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding-top: 10px;
}
.comm-log-entry .invoice-notice {
    position: absolute;
    right: 10px;
    font-size: 11px;
}


.comm-log .comm-log-entry.quote-sent-message {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding-top: 10px;
}
.comm-log-entry .quote-notice {
    position: absolute;
    right: 10px;
    font-size: 11px;
}
.attachment-opt {
    padding: 5px 0 15px 0;
    display: inline-block;
}
.inline-block{
display: inline-block;
}
.invoice-message-content {
    font-style: italic;
    padding-bottom : 10px;
    margin-bottom : 10px;
}
.invoice-msg-border {
    border-bottom : 1px solid grey;
}

@media print {
    .action-items {
        display: none;
    }
    .comm-log-entries {
        max-height: initial;
    }
}
