.global-alert-popover .alertpopover-overflow-auto{
    overflow: auto !important;
    word-wrap: break-word;
}
.global-alert-popover .action-notify {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.global-alert-popover .notification-unread {
    font-weight: bold;
}
.global-alert-popover .fl-mark-read {
    position: absolute;
    right: 15px;
    top: 15px;
}
.global-alert-popover .alert-popover-max-height {
    max-height: calc(100vh - 200px) !important;
}
.global-alert-popover .fl-media-alert-container {
    width: calc(100% - 25px);
}
.global-alert-popover .action-notify {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.global-alert-popover .text-notify-header {
    font-size: .8em !important;
    line-height: 1.3;
}
.global-alert-popover ul#popover-content.list-group > li {
    border: 1px solid #f3f3f3 !important;
    margin: 10px 20px !important;
    border-radius: 4px !important;
    padding: 15px !important;
}
.global-alert-popover ul#popover-content.list-group li .media .pull-left {
    background-color: #e6e5e4;
    border-radius: 50%;
    padding: 10px;
}
.global-alert-popover ul#popover-content.list-group li .media img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.global-alert-popover .panel-heading {
    border-bottom: none !important;
}
