﻿.no-display {
    display: none;
}

.display-inline {
    display: inline;
}

span.notification-bubble-control {
    left: -50px !important;
    background-color: #BCE65C !important;
}

.currentNotificationsTable {
    margin: auto; 
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 10px;
    table-layout: fixed;
}

.currentNotificationsTable tr {
    cursor: pointer;
}

.currentNotificationsTable tr:hover{
    background-color: lightblue;
}

.currentNotificationsTable tr td {
    text-align: left;
}

/*.trim-text {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

/* https://icatsoftware.atlassian.net/browse/ICATCLOUD-445 */
.trim-text {
    max-height: 140px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.was-read {
    color: gray;
}

#noty_top_layout_container li, 
#noty_bottomRight_layout_container li {
    background-image: none !important;
}

#noty_bottomRight_layout_container .noty_type_information
{
    background: #cef9ff !important;
    color: black !important;
}