/* Minification failed. Returning unminified contents.
(5,24): run-time error CSS1039: Token not allowed after unary operator: '-primaryC-color'
(18,28): run-time error CSS1039: Token not allowed after unary operator: '-tableHeader-color'
(34,16): run-time error CSS1039: Token not allowed after unary operator: '-navigationTxt-color'
(61,28): run-time error CSS1039: Token not allowed after unary operator: '-newTeal-color'
(87,17): run-time error CSS1039: Token not allowed after unary operator: '-secondaryC-color'
(94,17): run-time error CSS1039: Token not allowed after unary operator: '-primaryB-color'
(99,17): run-time error CSS1039: Token not allowed after unary operator: '-primaryD-color'
(104,17): run-time error CSS1039: Token not allowed after unary operator: '-secondaryD-color'
(114,33): run-time error CSS1039: Token not allowed after unary operator: '-secondaryE-color'
(116,17): run-time error CSS1039: Token not allowed after unary operator: '-secondaryD-color'
 */
/*Notifications Navigation*/
ul.nav li.open a.notificationNavigationIcon {
    background-color: transparent;
    border-bottom: 4px solid;
    border-color: var(--primaryC-color);
}

.notificationMenu {
    padding-bottom: 0px;
    min-width: 300px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}

.notificationMenuBottom {
    background-color: #f4f4f4;
    background-color: var(--tableHeader-color);
    padding: 5px;
}

.notificationNavigationIcon svg {
    height: 18px;
    margin-bottom: -3px;
    cursor: pointer;
}

.notificationNavigationIcon svg.newNotifications {
    display: none;
}

.notificationNavigationIcon svg path#Shape {
    fill: #95ACBF;
    fill: var(--navigationTxt-color);
}

.notificationMenu .notificationOverflow {
    overflow-y: auto;
    max-height: 390px;
}

.notificationUnreadList {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 5px;
    text-align: left;
}

.notificationUnreadList .notificationRow {
    height: 90px;
}

.notificationUnreadList .profileIconCell {
    padding-top: 20px;
    vertical-align: text-top;
}

.notificationUnreadList .notificationRow .profileIcon {
    display: inline-block;
    background-color: #45ACB1;
    background-color: var(--newTeal-color);
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.notificationUnreadList .notificationRow.read {
    background-color: #fff;
    cursor: default;
}

.notificationUnreadList td.deleteNotificationCell {
    width: 35px;
}

.notificationUnreadList .notificationTextArea {
    padding: 15px 0px;
}

.notificationUnreadList .eventAction {
    color: #5A656C;
    color: var(--secondaryC-color);
    margin-left: 5px;
}

.notificationUnreadList .notificationIcon {
    margin: 0px 2px;
    color: #95ACBF;
    color: var(--primaryB-color);
}

.notificationUnreadList .notificationLink {
    color: #046CE5;
    color: var(--primaryD-color);
}

.notificationUnreadList .notificationTime {
    color: #839199;
    color: var(--secondaryD-color);
    font-size: 12px;
}

.notificationUnreadList .notificationMessage {
    margin-left: 5px;
    margin-top: 3px;
    padding: 5px;
    padding-left: 7px;
    border-left: 2px solid #cfd7de;
    border-left: 2px solid var(--secondaryE-color);
    color: #839199;
    color: var(--secondaryD-color);
    font-size: 16px;
}

.notificationUnreadList .deleteNotificationBtn span {
    font-size: 18px;
}

.notificationUnreadList .deleteNotificationBtn span {
    font-size: 18px;
}

.notificationUnreadList .emptyNotificationRow {
    height: 100px;
    background-color: white;
    text-align: center;
}

.notificationUnreadList .emptyNotificationRow td {
    text-align: center;
}

.notificationUnreadList .emptyNotificationRow label {
    width: 100%;
}

.notificationUnreadList .emptyNotificationRow button {
    margin-top: 10px;
    margin-bottom: 50px;
}

.notificationUnreadList .emptyNotificationRow .emptyNotification {
    display: inline-block;
    width: 70px;
}
