﻿body.notifications-page.tabber-active .content-view {
    overflow-y: auto;
    overflow-x: hidden;
}

.notifications {
    direction: rtl;
    padding-right: 40px;
    padding-top: 20px;
}

    .notifications .headers {
        font-size: 15px;
    }

        .notifications .headers span {
            margin-right: 10px;
        }

    .notifications .list {
        max-height: 800px;
    }

    .notifications .count {
        font-size: 14px;
        margin-right: 35px;
    }

    .notifications .item:not(.active-hash):hover {
        background-color: #fafaff;
    }

    .notifications .item {
        background-color: white;
        margin-bottom: 15px;
        box-shadow: 0px 1px 3px #E0E0E0;
    }

        .notifications .item > div {
            display: inline-block;
            vertical-align: middle;
        }

        .notifications .item .content {
            font-size: 14px;
            padding: 10px 20px;
            margin: 0 auto;
            width: calc(100% - 100px);
            background-color: white;
        }

            .notifications .item .content h3 {
                margin: 0;
                margin-bottom: 10px;
                padding: 0;
                font-size: 16px;
            }

        .notifications .item p {
            /*max-height: 70px;*/
        }

    .notifications .inactive {
        opacity: 0.3;
    }

    .notifications .active-hash {
        background-color: #118dcf;
    }

        .notifications .active-hash .content h3 {
            color: white;
            font-size: 1.9em;
        }

        .notifications .active-hash .content p {
            color: white;
            font-size: 1.3em;
        }

    .notifications .list .icons {
        text-align: right;
        padding-top: 10px;
        padding-right: 30px;
        width: 70px;
    }

    .notifications .list .icon {
        font-size: 2em;
        text-align: center;
        margin-top: 45px;
    }

        .notifications .list .icon.share {
            color: #A9EA2F;
        }

    .notifications .list .active-hash .icon.system {
        color: white;
    }

    .notifications .list .icon.system {
        color: #118dcf;
    }

    .notifications .list .icon.permissions {
        color: #cf1111;
    }

    .notifications .list .icon.bell {
        color: #FBA31A;
    }

    .notifications .header-border {
        border-bottom: 1px solid silver;
        padding-bottom: 10px;
        overflow: hidden;
    }

        .notifications .header-border .icons > a:hover {
            opacity: 1;
        }

        .notifications .header-border .icons > a {
            width: 20px;
            margin: 0 4px 0 0;
            color: #89898C;
            opacity: 0.8;
            font-size: 1em;
        }

        .notifications .header-border span {
            font-size: .8em;
        }
