﻿#notification-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    position: relative;
    margin-right: 7px;
}

    #notification-icon .notification-number {
        display: none;
        font-size: 8px;
        font-size: 0.5em;
        vertical-align: super;
        color: white;
        background-color: red;
        padding: 3px;
        border-radius: 3px;
        position: absolute;
        top: 6px;
        left: 25px;
    }

.noty-detail-icon {
    display: none;
    /* position: absolute; */
    float: right;
    right: 8px;
    margin-top: 28px;
    color: black;
    font-size: 1.4rem;
}

.notification-checkbox {
    margin-top: 160%;
}

#notyButtonGroup {
    margin-right: 4px;
}

#notification-display-wrapper {
    width: 360px;
    background-color: #0F436A;
    padding: 5px 2px 2px;
    z-index: 20;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

    #notification-display-wrapper::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: inherit;
        top: 66px;
        right: 226px;
        color: white;
        font-size: 28px;
    }

    #notification-display-wrapper .notification-list-wapper {
        min-height: 200px;
        max-height: 450px;
        background-color: white;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 0 20px 0;
        margin: 5px 0 0 0;
    }

ul.notification-list div.message {
    max-height: 60px;
    font-size: 1.0rem;
}
ul.notification-list div.header {
    max-height: 60px;
    font-weight:bolder;
    font-size: 1.2rem;
    background:none;
}
ul.notification-list div.dated {
    font-size: 0.8rem;
}

.notification-list {
    background-color: white;
    padding: 0;
    margin: 0;
}

textarea.noty-details-textarea {
    background-color: white !important;
}

.notification-list li {
    list-style: none;
    margin: 0;
    height: inherit;
    padding: 11px;
    border-top: 1.5px solid #E8E8E8;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    cursor: pointer;
}

    .notification-list li[data-is-seen="false"] {
        background-color: #FFFFE0;
    }

ul.dropdown-menu.notification-open {
    right: 5px;
}

    ul.dropdown-menu.notification-open::after {
        position: absolute;
        top: -6px;
        right: 9%;
        left: auto;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
    }

.notification-list li:hover {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5f4ff+0,91d6ff+100 */
    background: #e5f4ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5f4ff 0%, #91d6ff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f4ff), color-stop(100%, #91d6ff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5f4ff 0%, #91d6ff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5f4ff 0%, #91d6ff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5f4ff 0%, #91d6ff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e5f4ff 0%, #91d6ff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f4ff', endColorstr='#91d6ff', GradientType=0);
    /* IE6-9 */
}

.notification-list li.selected-notification-list-item {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
    background: #258dc8; /* Old browsers */
    background: -moz-linear-gradient(top, #258dc8 0%, #258dc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #258dc8 0%,#258dc8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}
/*# sourceMappingURL=notification.css.map */
