﻿.appnotification-container {
    margin-top: 10px;
    font-size: 25px;
}


#nav div a {
    color: #CCC;
    text-decoration: none;
}

#nav li a:hover {
    color: #006699;
    text-decoration: none;
}

.notification_select {
    position: absolute;
    margin-top: 25px;
    margin-left: -5px;
}

#toast-container > .toast-info {
    background-color: #2D8D46 !important;
}

.notification-modal-body {
    overflow-x: auto;
    min-height: 190px;
    max-height:400px;
}

.notification-modal-content {
    width: 720px !important;
}

#notification_li {
    position: relative;
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, 0.4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 55px;
    right: 20px;
    width: 450px;
    max-height: 475px;
    z-index: -1;
    display: none;
}

    #notificationContainer:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent white;
        margin-top: -20px;
        margin-left: 188px;
    }

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 25px;
    position: fixed;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    z-index: 1000;
    width: 432px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dddddd;
}

#notificationLink {
    cursor: pointer;
    margin-top: 7px;
    display:inline-block;
    float:right;
    margin-right:60px;
}

#notificationsBody {
    padding: 100px 10px 10px 10px !important;
    min-height: 300px;
}

.select_notification {
    padding-top: 65px;
    border-bottom: 1px solid #FE692C;
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 10px;
}

span.notificationMarkasRead {
    font-size: 16px;
    color: #262121;
    text-align: end;
    flex: 1;
    margin-top: 10px;
    cursor: pointer;
    padding-right: 5px;
}

span.notificationMute {
    font-size: 16px;
    color: #262121;
    text-align: end;
    flex: 1;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 30px;
}

span.notificationClearSelected {
    font-size: 16px;
    color: #262121;
    text-align: end;
    flex: 1;
    padding-right: 5px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 30px;
}

span.notificationMarkasRead:hover {
    color: #FE692C;
    cursor: pointer;
    text-shadow: 5px 5px 10px rgb(254, 105, 44,0.4);
}

span.notificationMute:hover {
    color: #FE692C;
    cursor: pointer;
    text-shadow: 5px 5px 10px rgb(254, 105, 44,0.4);
}

span.notificationClearSelected:hover {
    color: #FE692C;
    cursor: pointer;
    text-shadow: 5px 5px 10px rgb(254, 105, 44,0.4);
}

span.notificationMute.muted {
    background-color: #FE692C;
    padding: 10px;
    border-radius: 30px;
    color: white;
}

.notification_clear:hover {
    color: #FE692C;
    text-shadow: 5px 5px 10px rgb(254, 105, 44,0.4);
}

.notification_clear {
    color: grey;
    font-size: 20px;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 2px;
    transform: translateY(-38px);
    transition-duration: 300ms;
}

.notificationText {
    flex: 1;
}

span.notificationRecent, span.notificationOlder, span.notificationLastWeek {
    font-size: 16px;
    font-weight: 600;
    color: #262121;
    cursor: pointer;
    margin-right: 25px;
}

    span.notificationRecent.active, span.notificationOlder.active, span.notificationLastWeek.active {
        color: #FE692C;
        cursor: pointer;
        text-shadow: 5px 5px 10px rgb(254, 105, 44,0.4);
    }

    span.notificationRecent:hover, span.notificationOlder:hover, span.notificationLastWeek:hover {
        color: #FE692C;
        cursor: pointer;
        text-shadow: 5px 5px 10px rgb(254, 105, 44,0.4);
    }

.recentcnt, .lastweekcnt, .oldercnt {
    padding: 1.5px 6px;
    background: #FE692C;
    color: #ffffff;
    margin-top: -15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    font-size: 14px !important;
    margin-left: -4px;
}

.oldercnt {
    margin-left: 1px !important;
}

#notificationsBody .notification_item {
    border-bottom: 1px solid #FE692C;
    padding: 8px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: normal;
}

    #notificationsBody .notification_item.unread {
        background-color: #FFF;
        border-bottom: 1px dashed #FE692C;
        font-weight: bold;
    }

    #notificationsBody .notification_item.error {
        color: #CA0201;
    }

body.modal-open {
    overflow: auto;
}

    body.modal-open #wrapper {
        -webkit-filter: blur(5px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(5px);
        overflow-x: hidden;
    }

#notificationsBody .notification_item:hover {
    border-bottom: 1px dashed #FE692C;
}

#notificationsBody .notification_item_heading {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}

#notificationsBody .notification_item_details {
    font-size: 15px;
    font-weight: 100;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #FE692C;
    color: #ffffff;
    margin-left: 5px;
    font-weight: bold;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    font-size: 11px;
}


    #notification_count.emptylist {
        display: none;
        visibility: hidden;
    }


#notificationModal .modal-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification_item_timestamp {
    font-weight: 400;
    font-size: 12px;
    color: grey;
    display: block;
    text-align: end;
    margin-top: 7px;
    margin-bottom: -7px;
}

.modal-timestamp {
    flex: 1;
    color: grey;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

i.fas.fa-bell.notification-bell-icon {
    color: #F2F2F2;
    font-size: 25px;
    margin-top: 10px;
    transition-duration: 1000ms;
    transition-timing-function: ease-in-out;
}

    i.fas.fa-bell.notification-bell-icon:hover {
        color: #FFF;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
    }


@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #f4662c, 0 0 20px #f4662c, 0 0 25px #f4662c, 0 0 30px #f4662c, 0 0 40px #f4662c;
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #FF862D, 0 0 20px #FF862D, 0 0 25px #FF862D, 0 0 30px #FF862D, 0 0 35px #FF862D, 0 0 50px #FF862D;
    }
}
