.notification-icon {
    height: 80px;
    width: 50px;
    padding-top: 0;
    line-height: 90px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    color: #EFEFEF;
}

@media (max-width: 767px) {
    .notification-icon {
        cursor: pointer;
        height: auto;
        width: auto;
        line-height: 16px;
        font-size: 16px;
        font-weight: 600;
        padding: 17px 0;
    }
}


.notification-icon:focus,
.notification-icon:hover {
    background-color: transparent;
}
.notification-icon > .glyphicon {
    line-height: inherit;
}
.label-as-badge {
    border-radius: 1em;
    font-size: 12px;
    padding: 0.2em .6em .3em .5em;
}

.glyphicon + .label-as-badge {
    top: -12px;
    margin-left: -15px;
    position: relative;
}
.notification-dropdown {
    right: 0;
    min-width: 25pc;
    margin-top: -1px;
    padding: 5px 0px 0px !important;
    background-color: #F0F0F0;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    border-radius: 1px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

@media (min-width: 768px) {
    .notification-dropdown {
        right: -52px !important;
    }
    .notification-dropdown:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: rgba(0,0,0,.2) transparent;
        display: block;
        width: 0;
        z-index: 0;
        margin-left: -7px;
        top: -11px;
        left: 80%;
    }
    .notification-dropdown:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: #F0F0F0 transparent;
        display: block;
        width: 0;
        z-index: 1;
        margin-left: -7px;
        top: -10px;
        left: 80%;
    }
}

.notification-menu-header {
    color: #666666;
    text-align: center;
    padding-bottom: 5px;
    font-weight: normal;
}
.notification-menu {
    list-style: none;
    left: 0;
    padding: 0;
}
.notification-title {
    font-size: 1.8rem;
}
.notification-item {
    margin: 16px 16px;
    padding: 16px 24px;
    color: #666666 !important;
    background-color: #FFF;
    border: 1px solid transparent;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.notification-item:hover {
    background-color: #F9F9F9 !important;
}
.notifications-empty-item {
    margin: 16px 16px;
    padding: 16px 24px;
    text-align: center;
    color: #666666 !important;
    background-color: #FFF;
    border: 1px solid transparent;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.notification-item button.close {
    font-size: 26px;
    margin: -10px -10px 0 13px;
}
.notification-details-btn {
    padding: 8px !important;
    background-color: #E5E5E5;
    width: 100%;
}
.notification-details-btn:hover {
    background-color: rgba(0,0,0,0.1);
}
.notification-details-menu .notification-item {
    background-color: #FFF;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    border: 1px solid transparent;
}
.notification-details-menu .notification-item {
    font-size: 15px;
    margin: 16px 0;
}

.notification-document {
    margin-top: 10px;
    display: inline-block;
    color: #0069a7;
}
