.ianot-top-nav-li {
    height: 43px;
}

.ianot-top-nav-a {
    text-decoration: none;
}

.ianot-dropdown-menu {
    padding: 0px !important;
    max-width: 800px;
}

.ianot-dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    border-bottom-width: 1px;
}

.ianot-dropdown-header-div {
    background-color: #f4f4f4;
}

.ianot-dropdown-header-text {
    font-weight: bold;
    text-transform: uppercase;
}

.ianot-notification-unread-marker {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    background-color: var(--dark-red);
}

.ianot-notification-read-marker {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid grey;
}

.ianot-dropdown-notification-header {
    font-weight: bold;
}

.ianot-notification-header {
    font-weight: bold;
}

.ianot-notification-message {
    padding-bottom: 15px;
}

.ianot-dropdown-footer-div {
    background-color: #f4f4f4;
    text-align: center;
}

.ianot-dropdown-footer-text {
    font-weight: bold;
}

.ianot-notification-div {
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    border-bottom-width: 1px;
}

.ianot-searchbar-image {
    padding-right: 20px;
}

.ianot-searchbar-textbox {
    width: 95%;
}

.ianot-notification-actions-li {
    list-style-type: none;
}

.ianot-dropdown-notification-ago {
    padding-left: 30px;
    color: grey;
}
