#notifications-btn {
    position: relative;
    margin-top: 10px;
    background: #F6F6F6;
    color: #6D6A69;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 30px;
}

#notifications-btn .fa-bell-o {
    color: #6C6A69;
}

@media (max-width: 979px) {
    #notifications-btn {
        margin-top: 9px;
    }
}

@media (max-width: 880px) {
    #notifications-btn {
        margin: 0;
        line-height: 29px;
        font-size: 14px;
        height: 39px;
    }
}

@media (max-width: 767px) {
    #notifications-btn {
        max-width: 60px;
    }
}

#notifications-btn .badge {
    background: #FAA516 !important;
}

#notifications-btn .activity-dropdown i {
    font-size: 16px;
}

#notifications-btn span b.badge {
    position: absolute;
    top: -5px;
    right: -13px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 10px;
    text-align: center;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
}

#header > div.ajax-dropdown {
    display: none;
    height: unset;
    vertical-align: unset;
    float: unset;
}

.ajax-dropdown {
    display: none;
    top: 48px;
    left: 66px;
}

.fixed-header #header {
    z-index: 1033;
}

.hidden-menu #left-panel {
    z-index: 1032;
}

@media (max-width: 479px) {
    .ajax-dropdown {
        left: 80px;
    }

    #notifications-btn {
        left: 46px;
    }
}

.ajax-dropdown > .ajax-notifications-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.empty-list__icon i {
    width: 80px !important;
    height: 80px !important;
    padding-left: 12px;
}

.empty-list__icon {
    margin-bottom: 20px;
}

.ajax-notifications .empty-list {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.ajax-notifications .notification-item {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.ajax-notifications .notification-item.new,
.m-notification-row-new,
.m-notification-row-new > td {
    background: #FFFFE0 !important;
}

.ajax-notifications .notification-item__message {
    color: #333;
}

.ajax-notifications .notification-item__title {
    font-weight: 700;
    color: #333;
}

.ajax-notifications .notification-item__time {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    white-space: normal;
    background: unset;
    min-height: unset;
    padding: unset;
}

.ajax-notifications.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

.notification-body {
    padding: 0 3px 0 3px;
}

.ajax-notifications-footer a.disabled {
    color: #999;
}

.text-back {
    color: black;
}

.db-cell-link:visited {
    color: #3276b1;
}

.link-decorated {
    color: #3276b1;
    text-decoration: none;
}

.link-decorated:hover {
    text-decoration: underline;
}
