﻿.notify {
    margin-bottom: 20px;
}
    .notify-content {
        list-style-type: none;
    }
    .notify .heading {
        font-size: 18px;
        font-weight: bold;
    }

    .notify hr {
        border-top: 1px solid #aaa;
        margin-bottom: 0px;
    }

    .notify ul {
        padding: 0px;
    }

    .notify ul li {
        margin: 0px;
        padding: 0px;
        cursor: pointer;
    }

    .notify ul .read{
        margin: 0px;
        background-color: #edf2fa;
    }

    .notify ul .read .fa-circle-o {
        display: none;
    }
    .notify ul .read .fa-circle {
        display: initial;
    }
    .notify ul .fa-circle {
        display: none;
    }

    .notify ul .fa-check-circle {
        color: #5dbd59   
    }
    .notify ul .fa-info-circle {
        color: #5dbd59;
        font-size:18px;   
    }

    .notify ul li:hover {
        background-color: #dae6fb;
    }

    .notify ul li:hover .notify-option {
        color: #90949e;
    }

    .notify ul li a {
        text-decoration: inherit;
        color: inherit;
    }
    .notify ul li a:hover {
        text-decoration: inherit;
        color: inherit;
    }

    .notify ul li img {
        height: auto;
        border-radius: 50%;
        width: 45px;
        height: 45px;
    }

    .notify ul li hr {
        border-top: 1px solid #dddfe2;
        margin-top: 10px;
    }

    .notify .message-content {
        font-size: 16px;
        color: #232B2B;
    }

    .notify .notify-option {
        color: transparent;
    }

    .notify .dropdown-item {
        padding: 7px 20px;
    }
    .notify .dropdown-item:hover {
        background-color: #40a2c9;
        color: #fff;
    }

/*BOX NOTIFY*/
.box-notify {
    border-radius: 0px;
    margin-top: 17px;
    padding: 0px;
}

.box-notify ul a {
    text-decoration: inherit;
    color: inherit;
}

.box-notify ul a:hover {
    text-decoration: inherit;
    color: inherit;
}

.box-notify h4 {
    margin: 15px 0px;
    text-align: center;
}

.box-notify ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 280px;
    text-align: left;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-height: 350px;
    overflow: auto;
}

.box-notify ul li {
    padding: 5px 10px;
    float: none !important;
    line-height: 1.4;
    background-color: #fff;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    min-height: 40px;
}

.box-notify ul li:hover {
    background-color: #0077ac;
    color: #fff;
}

.box-notify .read {
    background-color: #edf2fa;
}

.box-notify ul li .media-body, .box-notify ul li .media-left {
    vertical-align: middle;
}

.box-notify ul li .media-left .fa-info-circle, .box-notify ul li .media-left .fa-check-circle {
    font-size: 17pt !important;
}

#notify i.fa-check-circle {
    color: #5dbd59;
}

#notify i.fa-info-circle {
    color: #5dbd59;
}

#notify li:hover i {
    color: #fff;
}

#prepare:hover {
    background-color: #fff;
    cursor: wait;
}

#progress {
    background-color: #fff;
    cursor: wait;
}

.box-notify ul li:last-child {
    border-bottom: 0px;
}

.dropdown-menu.dropdown-menu-notify {
    width: 400px;
    padding: 0;
    border-radius: 0;
    border: 0;
    cursor: default;
    right: -22px;
    margin-top: 10px;
}

.dropdown-menu.dropdown-menu-notify:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    right: 24px;
    z-index: 1;
    border: 0 solid transparent;
    border-width: 0 8px 8px;
    border-bottom-color: #519b5f;
}

.panel.panel-notify {
    margin: 0;
    border-radius: 0;
}

.panel.panel-notify > .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #519b5f;
    color: #fff;
    border-radius: 0;
    line-height: 140%;
    font-size: 14px;
    font-weight: normal;
}

.panel.panel-notify > .panel-heading .pull-left {
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
}

.panel.panel-notify > .panel-heading .pull-left.active {
    opacity: 1.0;
}

.panel.panel-notify > .panel-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    text-align: center;
    line-height: 10px;
}

.panel.panel-notify > .panel-body .btn-custom {
    border-radius: 20px;
    background-color: #ececec;
    outline-color: transparent;
}

.panel.panel-notify > .panel-body .btn-custom:hover {
    background-color: #347ab8;
    color: #fff;
}

.panel.panel-notify > .panel-body {
    padding: 0;
    position: relative;
}

.panel.panel-notify > .panel-body .notify-content, .panel.panel-notify > .panel-body .notify-content-confirm {
    min-height: 60px;
    padding: 0px;
}
.panel.panel-notify > .panel-body .notify-content:empty:before, .panel.panel-notify > .panel-body .notify-content-confirm:empty:before {
    content: attr(data-empty);
    display: block;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    color: #999;
    line-height: 50px;
}

.panel.panel-notify > .panel-body i.fa {
    color: #bababa;
    font-size: inherit;
    cursor: pointer;
}

.panel.panel-notify > .panel-body hr:last-child {
    display: none;
}

#notify-viewcontent .notify-item .dropdown .dropdown-menu li {
    margin: 0px;
    padding: 0px 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: left;
    line-height: 40px;
    list-style-type: none;
    min-width: 165px;
    font-size: 14px;
    color: #333;
}
#notify-viewcontent .no-img {
    background: url(../images/Avatar/Default/no-avatar.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
}
#notify-viewcontent .notify-item .dropdown .dropdown-menu li:hover {
    background-color: #40a2c9;
    color: #fff;
}

#notify-viewcontent .notify-item .dropdown ul.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
}

#notify-viewcontent .pull-right > .dropdown-menu {
    right: 10px;
}

#notify-viewcontent .notify-item {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
    #notify-viewcontent .notify-item .mark-notify-read {
        display: none;
    }
    #notify-viewcontent .notify-item .mark-notify-unread {
        display: block;
    }

#notify-viewcontent .notify-item.NotRead {
    background-color: #edf2fa;
}
    #notify-viewcontent .notify-item.NotRead .mark-notify-read {
        display: block;
    }
    #notify-viewcontent .notify-item.NotRead .mark-notify-unread {
        display: none;
    }

#notify-viewcontent .notify-item:last-child {
    border-bottom: none;
}

#notify-viewcontent .notify-item .datetime {
    color: #b6b6b6;
    font-size: 13px;
}

#notify-viewcontent .notify-item button {
    line-height: 9px;
    padding: 8px 5px;
    margin: 24px 0px;
}

#notify-viewcontent .slimScrollDiv {
    position: relative;
    overflow: hidden;
    width: auto;
}

#notify-viewcontent .notify-item.Requested .media .media-body {
    width: 53%;
}

#notify-viewcontent .notify-item.Requested .media .media-right {
    width: 41%;
}
#notify-viewcontent  .text-right.dropdown {
    padding: 10px 10px 0px 0px;
}

.notify-admin #notify-viewcontent .pull-right > .dropdown-menu {
    top: 30px;
}

.notify-admin #notify-viewcontent  .text-right.dropdown {
    padding: 0px 10px 0px 0px;
}

