.notification-container {

    position: relative;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 15px;
}

i {

    color: black;
}

.message-counter {

    left: 12px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    font: 9px Verdana;
}

#myNotification:hover {

    color: black;
    text-decoration: underline;
}

.containerForMessagesScroll {

    max-height: 250px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#elementsTitle {

    font-size: 16px;
    text-align: right;
}

.sendNewTitle {

    font-size: 10px;
    text-align: right;
    cursor: pointer;
}

.sendNewTitle:hover {

    text-decoration: underline;
    cursor: pointer;
}

.replyTitle {

    font-size: 10px;
    text-align: right;
    cursor: hand;
}

.replyTitle:hover {

    text-decoration: underline;
    cursor: hand;
}

.latestTitle {

    color: #224474;
    font-size: 10px;

}

.latestTitle:before {

    content:"*";
}

#typeTitle {

    font-size: 10px;
    text-align: right;
}

.messageContainer {

    height: 50px;
    width: 485px;

    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
    padding-right: 5px;
}

.messageContainer:hover {

    background-color: #cbddee;
    cursor: pointer;
    border-right: 1px solid black;
}

.notificationDetails {
    text-align: right;

}

.notificationTitle {

    font-size: 12px;
    color: #e46062;
}

#mainContentContainer {

    margin-top: 5px;
}

#mainContentContainer .notificationTitle {

    color: black;
}

.notifications_table {

    padding-top: 10px;
}

#notificationUl {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #224474;
    border-radius: 50px;
    border: 1px solid #1d385e;
}

#notificationLi {

    float: left;
    margin-left: 15%;
}

#notificationLi a {

    display: block;
    color: black;
    text-align: center;
    padding: 14px 38px;
    text-decoration: none;
}

#notificationLi a:hover {

    background-color: #3e5f8f;
    cursor: pointer;
    color: white;
}

#notificationUl .active {

    background-color: #3e5f8f;
    color: white;
}

.noNewNotifications {

    color: #e46062;
    float: right;
}

.notificationContentTitle {

    font-size: 14px;
    color: #e46062;
}

#mainContentContainer a:hover {

    color: #e46062;
}


#label_div {

    float: left;
    width: 50%;
}

.dialogLabel {

    float:right;
}

#data_div {

    float: right;
    width: 50%;
    line-height: 100%;
}

#notification_message {

    height: 120;
}

#send_notification_button:hover {

    cursor: pointer;
}

#download_button {

    cursor: pointer;
}