.notification-item {
    color: #8e070e;
    padding: 10px;
    margin: 5px;
    background: #eee;
    border-radius: 4px;
}

.notification-item-enabled {
    color: #999;
    cursor: not-allowed;
    padding: 10px;
    margin: 5px;
    background: #eee;
    border-radius: 4px;
}


.notification-item-hover {
    background: #ed1c27 !important;
    color: white !important;
}


.glyphicon-bell,
.glyphicon-envelope {
    font-size: 2.5rem;
    float: right;
}

.icon-Color:hover {
    color: #fff;
}

/*Selector Message*/
.Selector {
    float: right;
}

.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: 2.0rem;
}

.notifications a.content {
    text-decoration: none;
    background: #fff;
}

.notifications content-enabled {
    text-decoration: none;
    background: #999;
}

#dLabel {
    background-color: transparent;
}


.item-info {
    font-size: 1.2rem;
    background: transparent !important;
}

.not-allowedPointer {
    cursor: not-allowed;
}

/*Buttom Accept*/
.BtnNotificationAccept {
        color: #fff;
        background-color: #c70812;
        border-color: #c70812;
    }
