.navbar.navbar-inverse.navbar-fixed-top .nav > li.msg-type > a {
   line-height: 40px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .icon i {
   color: #333;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content > .head-notifications {
   width: 190px;
}
p.truncate {
   white-space: inherit;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline {
   max-height: 450px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
   max-width: 475px;
}
.item-unread {
   background: rgba(33, 33, 33, 0.20);
}
.msg-type-btn.has-unread:after {
   content: "";
   width: 5px;
   height: 5px;
   display: block;
   background: #dc4666;
   position: absolute;
   top: 8px;
   right: 3px;
   border-radius: 15px;
}
.tab-struct .tab-pane {
   padding-top: 0px;
}
.customScrollDiv {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.list-notification {
  cursor: pointer;
}
.list-notification-title {
  display: block;
}
.list-notification-message {
  display: block;
  color: rgba(102, 102, 102, 0.50);
}
.table-notification td {
  cursor: pointer;
}
.sl-item-notification, .sl-item-notification b, .sl-item-notification strong {
  font-weight: 500 !important;
}
.sl-item-notification.item-unread, .sl-item-notification.item-unread .head-notifications,
.sl-item-notification.item-unread b, .sl-item-notification.item-unread strong {
  font-weight: bold !important;
}
.read-all.make-readed.disabled {
  color: rgba(135, 135, 135, 0.21) !important;
  cursor: no-drop;

}