/* 消息 -begin */
#notification{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
#notification .sub-navigator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
    z-index: 50;
    background-color: #f5f5f5;
    transition: right 218ms ease;
}
#notification .inbox-wrap .inbox-header {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}
#notification .inbox-wrap {
    margin: 0 auto;
    width: 996px;
    position: relative;
}
#notification .inbox-wrap .inbox-side {
    width: 100%;
    height: 100%;
}
#notification .inbox-wrap .detail-header, #notification .inbox-wrap .messages-header {
    height: 50px;
    padding: 0 20px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#notification .inbox-wrap .type-toggler {
    height: 100%;
}
#notification .inbox-wrap .detail-header .dropdown, #notification .inbox-wrap-view .messages-header .dropdown {
    position: relative;
    height: 100%;
}
#notification .inbox-wrap .messages-header .dropdown .inbox-sort-display, #notification .inbox-wrap .messages-header .dropdown .inbox-type-display {
    height: 100%;
    color: gray;
    text-decoration: none;
}
#notification .inbox-wrap .messages-header .dropdown .inbox-sort, #notification .inbox-wrap .messages-header .dropdown .inbox-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 5px;
}
#notification .inbox-wrap .messages-header .dropdown .inbox-sort .icon, #notification .inbox-wrap .messages-header .dropdown .inbox-type .icon {
    padding: 0 5px;
    margin-right: 5px;
    font-size: 16px;
}
#notification .inbox-wrap .messages-header .dropdown .inbox-sort-display .icon-chevron-down, #notification .inbox-wrap .messages-header .dropdown .inbox-type-display .icon-chevron-down {
    font-size: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

#notification .inbox-wrap .detail-header .dropdown-menu, #notification .inbox-wrap .messages-header .dropdown-menu {
    top: 50px;
    left: -15px;
    margin-top: -1px;
    border-radius: 2px;
}
#notification .inbox-wrap .dropdown{
    display: inline-block;
    height: 100%;
}
#notification .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#notification .dropdown-menu {
    min-width: 170px;
    max-height: 220px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 0 none;
    -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.1);
    box-shadow: 0 7px 21px rgba(0,0,0,.1);
}
#notification li {
    line-height: 20px;
    list-style: none;
}
#notification .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: gray;
    white-space: nowrap;
}
#notification .dropdown-menu li>a {
    display: block;
    padding: 5px 35px 5px 15px;
    overflow: hidden;
    clear: both;
    line-height: 24px;
    color: gray;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    outline: 0 none;
}
#notification .inbox-wrap .detail-header .dropdown-menu li>a, #notification .inbox-wrap .messages-header .dropdown-menu li>a {
    padding: 7px 15px;
}
#notification .inbox-wrap .messages-header .type-toggler .dropdown .dropdown-menu>li>a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#notification .inbox-wrap .messages-header .dropdown .inbox-sort, #notification .inbox-wrap .messages-header .dropdown .inbox-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 5px;
}
#notification .inbox-wrap .messages-header .dropdown .inbox-sort .icon, #notification .inbox-wrap .messages-header .dropdown .inbox-type .icon {
    padding: 0 5px;
    margin-right: 5px;
    font-size: 22px;
}
#notification .inbox-wrap .messages-header .type-toggler .dropdown .dropdown-menu>li>a.active .icon-tick {
    visibility: visible;
}
#notification .inbox-wrap .messages-header .type-toggler .dropdown .dropdown-menu>li>a .icon-tick {
    margin-right: 0;
    font-size: 14px;
    visibility: hidden;
}
#notification .inbox-wrap .detail-header .dropdown-menu li>a .icon, #notification .inbox-wrap .messages-header .dropdown-menu li>a .icon {
    float: none;
    width: auto;
    padding: 0 5px;
}
#notification .dropdown-menu li>a .avatar, #notification .dropdown-menu li>a .icon {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: -2px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}
#notification .inbox-wrap .messages-header-right {
    height: 100%;
}
#notification .inbox-wrap .handler-wrapper {
    display: inline-block;
    margin-left: 10px;
}
#notification .inbox-wrap .detail-header .dropdown, #notification .inbox-wrap .messages-header .dropdown {
    position: relative;
    height: 100%;
}
#notification .inbox-wrap .handler-wrapper .handler-switch {
    font-size: 16px;
    cursor: pointer;
}
#notification .inbox-wrap .handler-switch, .inbox-wrap .inbox-title {
    display: inline-block;
    padding: 13px 15px;
}
#notification .inbox-wrap .handler-wrapper .handler-list {
    position: absolute;
    left: 74px;
    top: 50px;
    min-width: 168px;
    max-width: 260px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
#notification .inbox-wrap .handler-wrapper .handler-list li {
    height: 40px;
}
#notification .inbox-wrap .handler-wrapper .handler-list li .inbox-handler {
    width: 100%;
    padding: 8px 10px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-item: center;
}
#notification .inbox-wrap .detail-header .dropdown-menu li>a .icon, #notification .inbox-wrap .messages-header .dropdown-menu li>a .icon {
    float: none;
    width: auto;
    padding: 0 5px;
}

#notification.inbox-wrap {
    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: 50px 0 0;
    width: 996px;
    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 */