/* 消息 -begin */

#notification.inbox-view {
    position: fixed;
    z-index: 51;
    top: 45px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #F5F9F9;
    border-top: 1px solid #f1f1f1;
}
#notification .inbox-content {
    position: relative;
    height: 100%;
    padding: 0px 0 0;
    width: 1096px;
    margin: 0 auto;
}
#notification .message-list {
    position: relative;
    overflow: hidden;
}
#notification .inbox-side {
    width: 38%;
    height: 100%;
}
.flex-static {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#notification .messages-scroll {
    height: 100%;
    padding: 0px 20px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#notification .messages-wrapper {
    min-height: 100%;
    background-color: #FFFFFF;
    border-radius: 2px;
}
#notification .messages, #notification .detail-panel {
    position: relative;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
}
#notification .messages-wrapper .message-view:first-child {
    border-radius: 2px 2px 0 0;
}
.message-view {
    padding: 20px 15px;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}
.flex-vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-horiz {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#notification .message-detail {
    overflow: hidden;
}
.flex-fill {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.message-view .object-content-wrapper {
    position: relative;
    font-size: 18px;
    margin-left: 5px;
    color: #383838;
    line-height: 16px;
}
.muted {
    color: #A6A6A6;
    font-weight: normal;
}
.flex-vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-horiz {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.message-view .object-content-wrapper .icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.message-view .object-content, .message-view .message-content, .message-view .message-content-subtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: normal;
    white-space: nowrap;
}
.message-view .object-content-wrapper .message-content-subtitle {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 10px;
    line-height: 18px;
}
.message-view .message-actions {
    font-size: 12px;
    line-height: 16px;
    color: #383838;
}
.flex-vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.message-view .message-actions .unread-activities-count {
    display: inline-block;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    line-height: 16px;
    text-align: center;
    background-color: #3da8f5;
    opacity: 0.9;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 8px;
}
.message-view .message-actions .actions-handler {
    display: none;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 18px;
    font-size: 14px;
}
.message-view .message-actions .actions-handler .icon {
    display: inline-block;
    padding: 0 3px;
    margin-left: 7px;
    color: #808080;
}
.message-view .object-content-wrapper .icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.message-view .message-content-wrapper {
    margin-top: 10px;
    font-size: 14px;
    color: #383838;
}

.message-view .message-isread{
    color:#A6A6A6;
}

.flex-horiz {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.message-view .message-content-wrapper .avatar {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
}
.message-view .notification-infos-icon{
    line-height: 36px;
    font-size: 22px;
    padding-right: 5px;
}
.message-view .message-content-title-wrapper {
    max-height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    word-break: break-all;
}
.message-view .message-content-wrapper .message-content-title {
    word-break: break-all;
}
.message-view .message-content-wrapper .time {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    -webkit-align-self: top;
    -ms-flex-item-align: top;
    align-self: top;
    color: #808080;
    margin-left: 5px;
}
.react-time-stamp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.message-view .message-content-wrapper .time {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    -webkit-align-self: top;
    -ms-flex-item-align: top;
    align-self: top;
    color: #808080;
    margin-left: 5px;
}
.message-view:hover, .message-view.active {
    background-color: #F7F7F7;
}
#notification .close-float-handler {
    position: absolute;
    top: 0;
    right: 4px;
    padding: 5px;
    color: #808080;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
}
#notification #myModal_notification{
    height: 100%;
}
#notification .modal-content{
    border: none;
    height: 100%;
}
#notification .modal-content .modal_form{
    height: 100%;
}
#myModal_notification .wrapper{
    max-height: inherit;
    height: inherit;
    padding-bottom: 140px;
}
#myModal_notification .comment-box-wrap{
    background-color: #fff;
    z-index: 900;
    position: fixed;
    bottom: 0px;
    width: 662px;
    border-left: none;
}
#notification .modal-body{
    height: inherit;
    max-height: inherit;
    overflow-y: scroll;
    padding: 0;
}
/* 消息 -end */