﻿.dropdown-menu > li.external {
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
}

li.dropdown-notification {
    border-right: none !important;
    padding: 0px 18px 0 8px !important;
}

.dropdown-menu > li.external > h3 {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.dropdown-menu > li.external {
    background: #eaedf2 none repeat scroll 0 0;
}

    .dropdown-menu > li.external > h3 {
        color: #62878f;
    }

    .dropdown-menu > li.external > a {
        color: #5b9bd1;
    }

.dropdown-notification .dropdown-menu > li.external > a:hover {
    color: #3175af;
    text-decoration: none;
    background: none;
}

.dropdown-menu .dropdown-menu-list > li > a {
    border-bottom: 1px solid #eff2f6 !important;
    color: #888888;
}

.dropdown-menu .dropdown-menu-list > li a .time {
    font-size: 12px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
}

.dropdown-menu > li.external > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    clear: inherit;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: 10px;
}

.dropdown-menu .dropdown-menu-list > li > a {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    white-space: normal;
}

    .dropdown-menu .dropdown-menu-list > li > a .time {
        background: #f1f1f1 none repeat scroll 0 0;
    }

.dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    margin-right: 10px;
}

li.dropdown > .dropdown-toggle > .badge {
    font-family: "Open Sans",sans-serif;
    padding: 3px 6px;
    position: absolute;
    right: 8px;
    top: -5px;
}

.dropdown-notification .dropdown-menu {
    max-width: 275px;
    min-width: 160px;
    width: 275px;
    z-index: 9995;
}

li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
    overflow: hidden;
}

.scroller {
    padding: 0px !important;
}

.dropdown-menu {
    box-shadow: 2px 2px rgba(102, 102, 102, 0.1);
}

.dropdown-notification .dropdown-menu ul > li > a:hover {
    background-color: #fcfcfc;
    color: #262626;
    text-decoration: none;
}

.dropdown-notification .dropdown-menu ul > li {
    position: relative;
}

.dropdown-notification .dropdown-menu .active > a {
    background-color: #f5f5f5;
}

.removenoti {
    position: absolute;
    top: 40%;
    right: 6px;
    cursor: pointer;
}
