body > div > div.dropdown.open {
    position: absolute;
}

.notificationItem {
    color: red !important;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 85px;
}

.notificationItem:hover {
    background-color: #f3f3f3;
}

.notificationItem:before {
    content: '';
    display: block;
    height: 1px;
    margin-left: -7px;
    margin-top: -3px;
    width: 110%;
    background-color: #f3f3f3;
}

.notificationItem:first-child:before {
    background: none;
}

/*
.dropdown-menu-right {
    left: auto !important;
    right: -104px !important;
}
*/

@media (min-width: 768px){
    .modal-dialog-form {
        width: 80% !important;
        max-width: 800px !important;
    }
}