﻿.portal-notification a {
    text-decoration: none;
    color: inherit !important;
}

.portal-notification a:hover, .notification-filter a:hover {
    background-color: #dcdcdc;
}

.portal-notification .panel-collapse {
    padding-bottom: 10px;
}
.portal-notification .row.indent {
    margin-left: 0;
}

.row.indent .notification-place {
    margin: 3px;
}

.portal-notification .row.back-link {
    font-weight: bold;
    color: #fff;
}
.notification-box {
    display: inline;
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    margin-left: 20px;
    width: 60px;
}

.notification-box:has(.fa-envelope){
    padding-left:14px;
}

.notification-box span.badge.up{
    font-size:12px;
    font-weight:bold;
    border-radius: 50%;
    padding:8px 11px;
    position:absolute;
    top:0;
}

.notification-actions {
    text-align: left !important;
    font-size: 16px;
    margin: 15px 0;
}

.notification-actions i {
    margin-right: 5px;
}
/*.notification-attachments {
    border-left: 1px solid #777;
}*/
.notification-attachments ul {
    list-style-type: none;
    font-size: 16px;
    padding-left: 5px;
}
.notification-attachments li {
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notification-attachments i {
    font-size: 22px;
    margin-right:5px;
}