﻿
/* ------------------- Notification start -------------------*/
.en_bell{
    position:relative;
    font-size:24px
}
.en-scroll-number {
    overflow: hidden;
}

.en-badge-multiple-words {
    padding: 0 8px;
}
.en-badge-count {
    display:none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
    background: #f5222d;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform-origin: -10% center;
    transform-origin: -10% center;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    z-index:9999;
} 
/* ------------------- Notification end -------------------*/
.list-container {
    max-height: 400px;
    overflow: auto
}
.list-container .item-wrapper-background-color {
    background-color: #fdf4e5;
}
.list-container .item-wrapper {
   
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
    padding-left: 24px;
    padding-right: 24px
}
    
.list-container .item-wrapper .meta-wrapper {
    width: 100%
}
    
.list-container .item-wrapper .avatar-wrapper {
    background: #fff;
    margin-top: 4px
}
    
.list-container .item-wrapper:last-child {
    border-bottom: 0
}
    
.list-container .item-wrapper:hover {
    background: #e6f7ff
}
    
.list-container .item-wrapper .title-wrapper {
    font-weight: 400;
    margin-bottom: 8px
}

.ant-list-item-meta-top-content .ant-list-item-meta-title .title-top-wrapper {
    margin: 5px;
}
.ant-list-item-meta-top-content .ant-list-item-meta-title .title-top-wrapper .title-top-wrapper-right {
    float: right;
}
.ant-list-item-meta-top-content .ant-list-item-meta-title .title-top-wrapper .title-top-wrapper-right a:hover {
    text-decoration: underline;
}
.ant-list-item-meta-top-content {
    border-bottom: 1px solid #e8e8e8;
}

.ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-description .markasread {
    color:gray;
    font-size:8px;
    float:right;
}

.list-container .item-wrapper .description-wrapper {
    font-size: 12px;
    line-height: 1.5
}
    
.list-container .item-wrapper .datetime-wrapper {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.5
}
    
.list-container .item-wrapper .extra-wrapper {
    float: right;
    color: rgba(0,0,0,.45);
    font-weight: 400;
    margin-right: 0;
    margin-top: -1.5px
}
    
/*5914*/
.ant-avatar {
    font-family: Monospace Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    background: #ccc;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}
/*5936*/
.ant-avatar, .ant-avatar>* {
    line-height: 32px;
}
/*5976*/
.ant-avatar>img {
    width: 100%;
    height: 100%;
    display: block;
}
/* 7263*/
.ant-list {
    font-family: Monospace Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
/*7276*/
.ant-list * {
    outline: none;
}
/*7307*/
.ant-list-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}
/*7316*/
.ant-list-item-meta {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 0;
}
/*7326*/
.ant-list-item-meta-avatar {
    margin-right: 16px;
}
/*7330*/
.ant-list-item-meta-content {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
/*7335*/
.ant-list-item-meta-title {
    color: rgba(0,0,0,.65);
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
}
/*7352*/
.ant-list-item-meta-description {
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
}
/*7425*/
.ant-list-split .ant-list-item {
    border-bottom: 1px solid #e8e8e8;
}
    
.ant-list img {
    vertical-align: middle;
    border-style: none;
}
    
.ant-list h1,.ant-list h2,.ant-list h3,.ant-list h4,.ant-list h5,.ant-list h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
}
.qNotification {
    min-width:390px !important;
}
@media (min-width: 320px) and (max-width: 480px) {
    .qNotification {
        min-width: 375px !important;
    }
}
.qtip-content {
    padding: 0;
}
.xClickNotification.bg-primary *{
    color:#fff
} 

.notification__unread{
    background-color: #cacaca
}