/* 
    Created on : 9 Feb 2022, 11:48:26
    Author     : Niklas Mäki
*/

.notifications-dropdown-contents {
    width:450px;
    display: none;
    text-align: left;
    background-color: white;
    border: 1px solid #d9d9d9;
    margin-top: -1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: absolute;
    padding: 0;
    border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    text-decoration: none !important;
    font-size: 12px;
}

#notifications-header {
    display: inline-block;
}

#all-notifications-button {
    float: left;
    cursor: pointer;
}

#notification-title {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 9px;
    margin-left: 8px;
    float: right;
}

#notification-title-empty {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 9px;
    margin-left: 8px;
    float: right;
    display: none;
}

.notifications-dropdown-contents button {
    font-size: 13.3333px;
    font-family: Noto Sans;
    color: #000000;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

.notifications ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.notifications ul li {
    float:none;

    padding: 20px 20px 20px 20px;
    text-align: left;
    background-color: white;
    border-top: 1px solid #d9d9d9;

}

.notifications:hover > ul {
    display:block;
}

.notifications-dropdown {
    display: inline-block;
    position: relative;
    top: 6px;
    left: -200px;
    z-index: 3;
}

#notification-bell-hidden {
    width: 20px;
    cursor: pointer;
    display: none;
}

#notification-bell {
    width: 20px;
    cursor: pointer;
}

.notification-date {
    color: #a6a6a6;
    font-style: italic;
}