.dropdown-large {
    min-width: 350px !important
}

#bravo_notify .dropdown-container > .dropdown-menu + .dropdown-menu, .dropdown-notifications .dropdown-container > .dropdown-menu + .dropdown-menu {
    padding-top: 0
}

#bravo_notify .dropdown-menu > li > a, .dropdown-notifications .dropdown-menu > li > a {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: none;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: none
}

#bravo_notify .dropdown-toggle, .dropdown-notifications .dropdown-toggle {
    cursor: pointer
}

#bravo_notify .dropdown-header, .dropdown-notifications .dropdown-header {
    white-space: nowrap
}

#bravo_notify .open > .dropdown-container, #bravo_notify .open > .dropdown-container > .dropdown-menu, .dropdown-notifications .open > .dropdown-container, .dropdown-notifications .open > .dropdown-container > .dropdown-menu {
    display: block
}

#bravo_notify .dropdown-toolbar, .dropdown-notifications .dropdown-toolbar {
    padding: 6px 20px 5px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

#bravo_notify .dropdown-toolbar > .form-group, .dropdown-notifications .dropdown-toolbar > .form-group {
    margin: 5px -10px
}

#bravo_notify .dropdown-toolbar .dropdown-toolbar-actions, .dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions {
    float: right;
    line-height: 12px
}

#bravo_notify .dropdown-toolbar .dropdown-toolbar-title, .dropdown-notifications .dropdown-toolbar .dropdown-toolbar-title {
    margin: 0;
    font-size: 14px
}

#bravo_notify .dropdown-footer, .dropdown-notifications .dropdown-footer {
    padding: 5px 20px;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 4px 4px
}

#bravo_notify .anchor-block small, .dropdown-notifications .anchor-block small {
    display: none
}

@media (min-width: 992px) {
    #bravo_notify .anchor-block small, .dropdown-notifications .anchor-block small {
        display: block;
        font-weight: 400;
        color: #777
    }

    #bravo_notify .dropdown-menu > li > a.anchor-block, .dropdown-notifications .dropdown-menu > li > a.anchor-block {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (min-width: 992px) {
    #bravo_notify .dropdown.hoverable:hover > ul, .dropdown-notifications .dropdown.hoverable:hover > ul {
        display: block
    }
}

#bravo_notify .dropdown-position-topright, .dropdown-notifications .dropdown-position-topright {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
    margin-bottom: 2px
}

#bravo_notify .dropdown-position-topleft, .dropdown-notifications .dropdown-position-topleft {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    margin-bottom: 2px
}

#bravo_notify .dropdown-position-bottomright, .dropdown-notifications .dropdown-position-bottomright {
    right: 0;
    left: auto
}

#bravo_notify .dropmenu-item-label, .dropdown-notifications .dropmenu-item-label {
    white-space: nowrap
}

#bravo_notify .dropmenu-item-content, .dropdown-notifications .dropmenu-item-content {
    position: absolute;
    text-align: right;
    max-width: 60px;
    right: 20px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis
}

#bravo_notify small.dropmenu-item-content, .dropdown-notifications small.dropmenu-item-content {
    line-height: 20px
}

#bravo_notify .dropdown-menu > li > a.dropmenu-item, .dropdown-notifications .dropdown-menu > li > a.dropmenu-item {
    position: relative;
    padding-right: 66px
}

#bravo_notify .dropdown-submenu .dropmenu-item-content, .dropdown-notifications .dropdown-submenu .dropmenu-item-content {
    right: 40px
}

#bravo_notify .dropdown-menu > li.dropdown-submenu > a.dropmenu-item, .dropdown-notifications .dropdown-menu > li.dropdown-submenu > a.dropmenu-item {
    padding-right: 86px
}

#bravo_notify .dropdown-inverse .dropdown-menu, .dropdown-notifications .dropdown-inverse .dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0, 0, 0, .9)
}

#bravo_notify .dropdown-inverse .dropdown-menu .divider, .dropdown-notifications .dropdown-inverse .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #2b2b2b
}

#bravo_notify .dropdown-inverse .dropdown-menu > li > a, .dropdown-notifications .dropdown-inverse .dropdown-menu > li > a {
    color: #ccc
}

#bravo_notify .dropdown-inverse .dropdown-menu > li > a:focus, #bravo_notify .dropdown-inverse .dropdown-menu > li > a:hover, .dropdown-notifications .dropdown-inverse .dropdown-menu > li > a:focus, .dropdown-notifications .dropdown-inverse .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #262626
}

#bravo_notify .dropdown-inverse .dropdown-menu > .active > a, .dropdown-notifications .dropdown-inverse .dropdown-menu > .active > a, .dropdown-notifications .dropdown-inverse .dropdown-menu > .active > a:focus, .dropdown-notifications .dropdown-inverse .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #337ab7
}

#bravo_notify .dropdown-inverse .dropdown-header, #bravo_notify .dropdown-inverse .dropdown-menu > .disabled > a, .dropdown-notifications .dropdown-inverse .dropdown-header, .dropdown-notifications .dropdown-inverse .dropdown-menu > .disabled > a, .dropdown-notifications .dropdown-inverse .dropdown-menu > .disabled > a:focus, .dropdown-notifications .dropdown-inverse .dropdown-menu > .disabled > a:hover {
    color: #777
}

#bravo_notify .table > thead > tr > th.col-actions, .dropdown-notifications .table > thead > tr > th.col-actions {
    padding-top: 0;
    padding-bottom: 0
}

#bravo_notify .table > thead > tr > th.col-actions .dropdown-toggle, .dropdown-notifications .table > thead > tr > th.col-actions .dropdown-toggle {
    color: #777
}

#bravo_notify .notifications, .dropdown-notifications .notifications {
    list-style: none;
    padding: 0
}

#bravo_notify .notification, .dropdown-notifications .notification {
    display: block;
    padding: 9.6px 12px;
    border: solid #eee;
    border-width: 0 0 1px;
    background-color: #fff;
    color: #333;
    text-decoration: none
}

#bravo_notify .notification:last-child, .dropdown-notifications .notification:last-child {
    border-bottom: 0
}

#bravo_notify .notification:hover, .dropdown-notifications .notification.active:hover, .dropdown-notifications .notification:hover {
    background-color: #f9f9f9;
    border-color: #eee
}

#bravo_notify .notification.active, .dropdown-notifications .notification.active {
    background-color: #f4f4f4
}

#bravo_notify .active .markAsRead, .dropdown-notifications .active .markAsRead {
    font-weight: 700 !important
}

#bravo_notify a.notification:hover, .dropdown-notifications a.notification:hover {
    text-decoration: none
}

#bravo_notify .notification-title, .dropdown-notifications .notification-title {
    font-size: 15px;
    margin-bottom: 0
}

#bravo_notify .notification-desc, .dropdown-notifications .notification-desc {
    margin-bottom: 0
}

#bravo_notify .notification-meta, .dropdown-notifications .notification-meta {
    color: #777;
    font-size: 12px
}

#bravo_notify #bravo_notify > .dropdown-container, #bravo_notify #bravo_notify > .dropdown-menu, #bravo_notify .dropdown-notifications > .dropdown-container, #bravo_notify .dropdown-notifications > .dropdown-menu, .dropdown-notifications #bravo_notify > .dropdown-container, .dropdown-notifications #bravo_notify > .dropdown-menu, .dropdown-notifications .dropdown-notifications > .dropdown-container, .dropdown-notifications .dropdown-notifications > .dropdown-menu {
    width: 350px;
    max-width: 350px
}

#bravo_notify .dropdown-menu, .dropdown-notifications .dropdown-menu {
    padding: 0
}

#bravo_notify .dropdown-footer, #bravo_notify .dropdown-toolbar, .dropdown-notifications .dropdown-footer, .dropdown-notifications .dropdown-toolbar {
    padding: 9.6px 12px
}

#bravo_notify .dropdown-toolbar, .dropdown-notifications .dropdown-toolbar {
    background: #fff
}

#bravo_notify .dropdown-footer, .dropdown-notifications .dropdown-footer {
    background: #1a2b48
}

#bravo_notify .dropdown-footer a, .dropdown-notifications .dropdown-footer a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    padding: 0 100px
}

#bravo_notify .notification-icon, .dropdown-notifications .notification-icon {
    position: absolute;
    top: -7px;
    left: 8px
}

#bravo_notify .notification .media-body, .dropdown-notifications .notification .media-body {
    padding-top: 5.6px
}

#bravo_notify .btn-lg .notification-icon:after, .dropdown-notifications .btn-lg .notification-icon:after {
    margin-left: -8.253px;
    margin-top: -8.253px;
    min-width: 16.506px;
    height: 16.506px;
    line-height: 16.506px;
    font-size: 13.755px
}

#bravo_notify .btn-xs .notification-icon:after, .dropdown-notifications .btn-xs .notification-icon:after {
    content: "";
    margin-left: -4.1265px;
    margin-top: -2.06325px;
    min-width: 6.25227273px;
    height: 6.25227273px;
    line-height: 6.25227273px;
    padding: 0
}

#bravo_notify .btn-xs .notification-icon, .dropdown-notifications .btn-xs .notification-icon {
    margin-right: 3.43875px
}

#bravo_notify .media-object .avatar-text, #bravo_notify .media-object img, .dropdown-notifications .media-object .avatar-text, .dropdown-notifications .media-object img {
    border-radius: 50%;
    text-align: center;
    background: #e67e22;
    color: #fff;
    font-size: 17px;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-right: 10px
}

#bravo_notify .media-left, .dropdown-notifications .media-left {
    margin: 10px
}

#bravo_notify a:active, #bravo_notify a:hover, #bravo_notify a:visited, .dropdown-notifications a:active, .dropdown-notifications a:hover, .dropdown-notifications a:visited {
    text-decoration: none
}

#bravo_notify .markAllAsRead, #bravo_notify .notification .media-body a, .dropdown-notifications .markAllAsRead, .dropdown-notifications .notification .media-body a {
    color: #212529 !important
}

#bravo_notify .notification .media-body a:hover, .dropdown-notifications .notification .media-body a:hover {
    background: none !important
}

.user-form-settings #bravo_notify, .user-form-settings .dropdown-notifications {
    top: 5px;
    right: 10px
}

.user-form-settings .notification-icon {
    min-width: 15px !important;
    top: -1px;
    left: 14px;
    font-size: 9px !important
}

.user-form-settings .notification .media-body a {
    font-size: 12px
}

@media (max-width: 990px) {
    .user-form-settings #bravo_notify, .user-form-settings .dropdown-notifications {
        left: -35px;
        top: 5px
    }
}
