﻿#receiveMessagesSubpage .cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 80px;
    padding-right: 0;
    position: absolute;
}
#receiveMessagesSubpage .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
     margin-bottom: 30px;
}

#receiveMessagesSubpage .cbp_tmtimeline > li .cbp_tmicon {
    left: 100px;
    margin-left: -4px;
}

#receiveMessagesSubpage .cbp_tmtimeline:before {
    left: 117.5px;
    margin-left: 0;
}

#receiveMessagesSubpage .cbp_tmtimeline > li .cbp_tmlabel {
    margin-left: 160px;
    margin-bottom: 20px;
    width: 490px;
    padding: 10px 15px !important;
}
#receiveMessagesSubpage .cbp_tmtimeline > li .cbp_tmlabel.add-new-note {
    padding: 10px !important;
}
#receiveMessagesSubpage .cbp_tmtimeline {
     margin: 20px 20px 0 0;
}

#receiveMessagesSubpage .user-name {
    border-bottom: 1px dashed #737881;
    font-style: italic;
    font-size: 14px;
    color: #737881;
}

#receiveMessagesSubpage p.message {
    color: #303641;
    margin-top: 5px;
}

#receiveMessagesSubpage .new-note-icon {
    cursor: pointer;
}


#receiveMessagesSubpage span.add-new-title {
    font-size: 15px;
    opacity: 1 !important;
}

#receiveMessagesSubpage .avatar-image {
    width: 100%;
    height: 100%;
}

#receiveMessagesSubpage .avatar-container {
    position: relative;
    overflow: hidden;
}

#receiveMessagesSubpage .message-dismiss {
    position: absolute;
    top: 2px;
    right: 7px;
    cursor: pointer;
}

#receiveMessagesSubpage .cbp_tmtimeline:before {
    margin-left: -4px !important;
}

#receiveMessagesSubpage #subpage_updatebutton {
    display: none !important;
}

#broadcastLink {
    display: none;
    align-items: center;
    font-size: 14px;
}

#broadcastLink i {
    margin-top: 6px;
    font-size: 19px;
}

#receiveLink span {
    background-color: #ee4749;
    padding: 3px 5px;
    z-index: 5;
    position: absolute;
    top: 6px;
    left: 16px;
}

#receiveLink i {
    position: absolute;
    top: 9px;
    z-index: 1;
    left: 0;
}

#receiveLink {
    font-size: 19px;
    position: relative;
}


:host {
    width: 100%;
}

#broadcastWrapper {
    background-color: #f5f5f5;
    padding: 15px;
}

h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

h4:first-of-type {
    margin-top: 0;
}

h4:not(:first-of-type) {
    margin-top: 25px;
}

:host>>> .expanding-textarea-wrapper {
    min-height: 200px !important;
}

.button-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#sendButton {
    width: 100px;
}

#resetLink {
    padding-bottom: 0;
}

#broadcastMessageSubpage .update-button {
    display: none !important;
}

#broadcastMessageSubpage .subpage-footer {
    display: none !important;
}


#broadcastMessageSubpage textarea {
    width: 650px;
    height: 250px;
    resize: none;
}


#broadcastMessageSubpage h4 {
    font-weight: bold;
}