#notify-widget .link-notification i {
    font-size: 19px;
}

#notify-widget .link-notification span {
    position: relative;
    top: -8px;
    left: -5px;
}

#notify-widget > ul {
    min-width: 300px;
    margin: 0;
    padding: 0;
}

#notify-widget ul li.dropdown-content {
    padding: 0;
    background-color: #FFF;
}

#notify-widget ul li.dropdown-content .scroll-content {
    max-height: 370px;
    position: static;
    overflow: auto;
}

#notify-widget ul li.dropdown-content .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    display: block;
    float: none;
    border-width: 0;
    position: static;
    z-index: auto;
}

.dropdown-navbar > li {
    padding: 0 8px;
    position: relative;
    /*background-color: #FFF;*/
}

.dropdown-navbar > li:hover {
    background-color: #f4f9fc;
}

.dropdown-navbar > li:first-child > a {
    border-top: 0;
}

.dropdown-navbar > li > a {
    padding: 10px 2px;
    margin: 0;
    border-top: 1px solid #e4ecf3;
    font-size: 12px;
    line-height: 16px;
    color: #555 !important;
    background-color: transparent !important;
    white-space: normal;
}

#all-notification .msg-photo,
.dropdown-navbar .msg-photo {
    max-width: 42px;
    float: left;
    margin-top: 2px;
}

#all-notification .msg-photo {
    max-width: 100px;
}

#all-notification .msg-body,
.dropdown-navbar .msg-body {
    display: block;
    line-height: 20px;
    white-space: normal;
    vertical-align: middle;
    margin-left: 50px;
}

#all-notification .msg-body {
    margin-left: 110px;
}

#notify-widget.notifications .msg-body {
    margin-left: 15px;
}

#all-notification .msg-title,
.dropdown-navbar .msg-title {
    display: inline-block;
    line-height: 14px;
    padding-right: 10px;
}

#all-notification .msg-time,
.dropdown-navbar .msg-time {
    display: block;
    font-size: 11px;
    color: #777;
}

#notify-widget ul li.dropdown-header {
    font-size: 13px;
    background-color: #ecf2f7;
    color: #8090a0;
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid #bcd4e5;
}

#notify-widget ul li.dropdown-footer {
    color: #4F99C6 !important;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    background-color: transparent !important;
    white-space: normal;
}

#notify-widget ul li.dropdown-footer a {
    padding: 7px 2px;
    margin: 0;
}

#notify-widget ul li.dropdown-footer:hover a {
    text-decoration: underline;
}

#all-notification .letter-status,
#notify-widget ul li.dropdown-content .letter-status {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

#notify-widget ul li.dropdown-content .content_icon {
    position: absolute;
    top: 12px;
    left: 8px;
}

#notify-widget ul li.dropdown-content .time {
    font-size: 10px;
    color: #999;
}

/************************************** END WIDGET *****/

.label-logout img {
    width: 20px;
    height: auto;
    opacity: 0.5;
}

.label-logout:hover img {
    opacity: 0.9;
}

#all-notification .time {
    font-size: 11px;
    color: #999;
}

#client-box {
    max-height: 420px;
    overflow: auto;
}

#mailing_content ul,
#mailing_content ol {
    padding-left: 35px;
}