﻿/* CSS used here will be applied after bootstrap.css */

.dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
    position: initial;
}


.glyphicon-bell {
    font-size: 1.5rem;
}

.notifications {
    min-width: 420px;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}


.notification-heading, .notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    font-size: 1.3rem;
    color: #000;
}

.notifications a.content {
    text-decoration: none;
    background: #ccc;
}

.notification-item {
    padding: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 4px;
}

.dropdown-menu-list li {
    display: list-item;
    text-align: -webkit-match-parent;
}


    .dropdown-menu-list li a {
        display: block;
        clear: both;
        font-weight: 300;
        line-height: 20px;
        white-space: normal;
        font-size: 13px;
        padding: 16px 15px 18px;
        text-shadow: none;
    }

.dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

#ulNotificationBody a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

#ulNotificationBody a {
    border-bottom: 1px solid #EFF2F6 !important;
    color: #888888;
}

#ulNotiMain {
    min-width: 160px;
    max-width: 275px;
    width: 275px;
    z-index: 9995;
    left: 830px !important;
}

    #ulNotiMain li.external {
        width:100%;
        display: block;
        overflow: hidden;
        padding: 15px 15px;
        letter-spacing: 0.5px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    #ulNotiMain li.external a {
        display: inline-block;
        padding: 0;
        background: none;
        clear: inherit;
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        right: 10px;
        border: 0;
        margin-top: -1px;
    }

#ulNotificationBody > li > a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    /* white-space: normal; */
    font-size: 13px;
    padding: 16px 15px 18px;
    text-shadow: none;
}

#ulNotificationBody > li a .details .label-icon {
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

        #ulNotiMain li.external > h3 {
            margin: 0;
            padding: 0;
            float: left;
            font-size: 13px;
            display: inline-block;
        }



#ulRightUlMenu .badge {
    bottom: 15px;
    position: relative;
    right: 20px;
}
