/** Header Nav - Notifs **/
.badge.notifs-events {
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 9px;
    font-size: 9px;
    background-color: #ff2929;
    display: none;
    cursor: pointer;
}
.badge.notifs-mailbox {
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 9px;
    font-size: 9px;
    background-color: #ff2929;
    display: none;
    cursor: pointer;
}
.badge.notifs-home {
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 9px;
    font-size: 9px;
    background-color: #ff2929;
    display: none;
    cursor: pointer;
}
.badge.notifs-count-total {
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 18px;
    font-size: 9px;
    background-color: #ff2929;
    display: none;
    cursor: pointer;
}

/** Home Panel Section - Notifs List **/
#slide_notif_home,
#slide_notif_home .carousel-inner {
    height: 100%
}
.notifs-menu {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 44px;
}
.notifs-menu li {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 22px;
    padding: 13px;
    cursor: pointer;
    float: left;
}
.notifs-menu li.active {
    background-color: #edf1f5;
}
.notifs-menu li span,
.notifs-menu li i {
    vertical-align: middle;
}
.notifs-menu li:hover {
    background-color: #bdc4cc; 
}
.notifs-menu li:nth-child(2) {
    border-left: 1px solid #ccc;
}  
.badge.notifs-count-general,
.badge.notifs-count-friend {
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 9px;
    font-size: 9px;
    background-color: #ff2929;
    display: none;
    cursor: pointer;
}
.notifs-list {
    
}
.notif-line {
    width: 100%;
    padding: 10px;
    height: 70px;
    background-color: #edf1f5;
    cursor: pointer;
} 
.notif-line:hover {
    background-color: #e1e7ec;
} 
.notif-line .author_img {
    float: left;
    height: 50px;
    border: 0;
} 
.notif-line .username {
    font-weight: bold;
} 
.notif-line .notif-text {
    height: 100%;
    margin-left: 60px;
    margin-right: 60px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.notif-line .notif-text span {
    white-space: nowrap;
} 
.notif-line .notif-date {
    color: #777;
}
.notif-line .notif-preview {
    height: 50px;
    float: right;
    line-height: 50px;
}

.notif-att-preview {
    width: 50px;
    height: 50px;
    background-size: cover;
}


/********** WonderPush ***********/
#wonderpush-subscription-switch {
    display: none;
}