/*!
 * bootstrap-notifications v1.0.3 (https://skywalkapps.github.io/bootstrap-notifications)
 * Copyright 2017 Martin Staněk
 * Licensed under MIT
 */
.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    max-width: 330px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #252525;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-container > .dropdown-menu {
    position: static;
    z-index: 1000;
    float: none!important;
    padding: 10px 0;
    margin: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 330px;
    overflow-y: auto;
}

.dropdown-container > .dropdown-menu + .dropdown-menu {
    padding-top: 0;
}
.dropdown-menu > li > a {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: none;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.dropdown-toggle {
    cursor: pointer;
}
.dropdown-header {
    white-space: nowrap;
}
.open > .dropdown-container > .dropdown-menu,
.open > .dropdown-container {
    display: block;
}
.dropdown-toolbar {
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-color: #252525;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 0 0;
}
.dropdown-toolbar > .form-group {
    margin: 5px -10px;
}
.dropdown-toolbar .dropdown-toolbar-actions {
    float: right;
}
.dropdown-toolbar .dropdown-toolbar-title {
    margin: 0;
    font-size: 14px;
    border: none;
}
.dropdown-toolbar a
{
    color: white;
}

.dropdown-toolbar a:hover
{
    color: lightgray;
}

.dropdown-footer {
    padding: 5px 20px;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
}
.anchor-block small {
    display: none;
}
@media (min-width: 992px) {
    .anchor-block small {
        display: block;
        font-weight: normal;
        color: #777777;
    }
    .dropdown-menu > li > a.anchor-block {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}
@media (min-width: 992px) {
    .dropdown.hoverable:hover > ul {
        display: block;
    }
}
.dropdown-position-topright {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
    margin-bottom: 2px;
}
.dropdown-position-topleft {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    margin-bottom: 2px;
}
.dropdown-position-bottomright {
    right: 0;
    left: auto;
}
.dropmenu-item-label {
    white-space: nowrap;
}
.dropmenu-item-content {
    position: absolute;
    text-align: right;
    max-width: 60px;
    right: 20px;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
small.dropmenu-item-content {
    line-height: 20px;
}
.dropdown-menu > li > a.dropmenu-item {
    position: relative;
    padding-right: 66px;
}
.dropdown-submenu .dropmenu-item-content {
    right: 40px;
}
.dropdown-menu > li.dropdown-submenu > a.dropmenu-item {
    padding-right: 86px;
}
.dropdown-inverse .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.9);
}
.dropdown-inverse .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #2b2b2b;
}
.dropdown-inverse .dropdown-menu > li > a {
    color: white;
}
.dropdown-inverse .dropdown-menu > li > a:hover,
.dropdown-inverse .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #262626;
}
.dropdown-inverse .dropdown-menu > .active > a,
.dropdown-inverse .dropdown-menu > .active > a:hover,
.dropdown-inverse .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.dropdown-inverse .dropdown-menu > .disabled > a,
.dropdown-inverse .dropdown-menu > .disabled > a:hover,
.dropdown-inverse .dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.dropdown-inverse .dropdown-header {
    color: #777777;
}
.table > thead > tr > th.col-actions {
    padding-top: 0;
    padding-bottom: 0;
}
.table > thead > tr > th.col-actions .dropdown-toggle {
    color: #777777;
}
.notifications {
    list-style: none;
    padding: 0;
}
.notification {
    display: block;
    padding: 9.6px 12px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #a0a0a0;
    background-color: #252525;
    color: white;
    text-decoration: none;
}
.notification:last-child {
    border-bottom: 0;
}
.notification:hover,
.notification.active:hover {
    background-color: #1e1e1e;
    border-color: #676666;
    cursor:pointer;
}
.notification.active {
    background-color: #1e1e1e;
}
a.notification:hover {
    text-decoration: none;
}

.notification .media-left {
    vertical-align: middle;
}

.notification-title {
    font-size: 15px;
    margin-bottom: 0;
}
.notification-desc {
    margin-bottom: 0;
}
.notification-meta {
    color: #777777;
}
.dropdown-notifications > .dropdown-container,
.dropdown-notifications > .dropdown-menu {
    width: 450px;
    max-width: 450px;
}
.dropdown-notifications .dropdown-menu {
    padding: 0;
}
.dropdown-notifications .dropdown-toolbar,
.dropdown-notifications .dropdown-footer {
    padding: 9.6px 12px;
}
.dropdown-notifications .dropdown-toolbar {
    background-color: #870000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ba0000),to(#870000));
    background-image: linear-gradient(to bottom,#ba0000 0%,#870000 100%);
    background-repeat: repeat-x;
}
.dropdown-notifications .dropdown-footer {
    background: #161616;
    background: -moz-linear-gradient(left,#161616 0%,#141414 100%);
    background: -webkit-linear-gradient(left,#161616 0%,#141414 100%);
    background: linear-gradient(to right,#161616 0%,#141414 100%);
}
.notification-icon {
    margin-right: 6.8775px;
}
.notification-icon:after {
    position: absolute;
    content: attr(data-count);
    margin-left: -6.8775px;
    margin-top: -6.8775px;
    padding: 0 4px;
    min-width: 13.755px;
    height: 13.755px;
    line-height: 13.755px;
    background: red;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 11.004px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.notification .media-body {
    padding-top: 5.6px;
}
.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;
}
.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;
}
.btn-xs .notification-icon {
    margin-right: 3.43875px;
}
