﻿#content.notificationPage  {
    padding-bottom: 0;
}

/* NOTIFICATION PAGE */
.notificationPage #notificationSearch {
    float: right;
}

.notificationPage .tabBox .content {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
}

.notificationPage #notificationContainer .content.loading {
    background-image: url(../Images/icons/32x32/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.notificationPage #notificationContainer .notificationSection h2 {
    font-weight: normal;
    margin-bottom: 10px;
}

.notificationPage #notificationContainer .notificationSection > ul {
    list-style: none;
    padding: 0;
    color: #4c4c4c;
    margin-top: 10px;
}

.notificationPage #notificationContainer .notificationSection > ul > li {
    margin-bottom: 7px;
    background-image: url(../images/notification-icon-small.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    position: relative;
}

.notificationPage #notificationContainer .notificationSection > ul > li.isNotified {
    background-image: url(../images/notification-icon-small-inactive.png);
}

.notificationPage #notificationContainer .notificationSection > ul > li a.message:hover {
    text-decoration: underline;
}

.notificationPage #notificationContainer .notificationSection > ul > li a.flag {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 12px;
    display: block;
}

.notificationPage #notificationContainer .etabs li {
    position: relative;
}

.notificationPage #notificationContainer .etabs li.search {
    display: none;
}

.notificationPage #notificationContainer .etabs li.search > .cancel {
    background-image: url(../images/icons/16x16/cross_slim_gray.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
}

.notificationPage #notificationContainer .etabs li.search > .cancel:hover {
    background-image: url(../images/icons/16x16/cross_slim_purple.png);
}

.notificationPage #notificationContainer.searchMode .etabs li {
    display: none;
}

.notificationPage #notificationContainer.searchMode .etabs li.search {
    display: block;
}

.notificationPage #notificationContainer .placeholder.loading {
    background-image: url(../Images/icons/32x32/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 32px;
    margin-top: 50px;
}

.notificationPage #notificationMarkAsRead {
    float: right;
    margin-top: 12px;
}