﻿#ToasterContainer {
    top: 80px;
    right: 10px;
    position: absolute;
    z-index: 999;
}

.ToasterDiv {
    cursor: pointer;
    margin-top: 5px;
    min-height: 100px;
    width: 300px;
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 10px;
}

.CloseToaster {
    width: 10px;
    margin-left: auto;
    color: #afafaf;
    cursor: pointer;
    height: 20px;
}

.ToasterDivIcon {
    height: 40px;
    min-width: 40px;
    background-color: #ffefd2;
    border: 1px solid #fafafa;
    border-radius: 50px;
    background-image: url('../../Images/icons/Notification-icon.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
}

.ToasterDivText {
    padding-left: 5px;
    line-height: 18px;
}


.BerichtBody {
}

.BerichtOnderwerp {
    background-color: #daafaf;
    height: 20px;
}

.BerichtCloseButtonDiv {
    margin-top: 20px;
}

.ui-dialog-titlebar {
    display: none
}

.NotificationDivTitle {
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
    color: #005da5;
}

.NotificationDivDate {
    font-size: 14px;
    color: #ababab;
    margin-bottom: 5px;
}

.NotificationDivBody {
    font-size: 13px;
    margin-bottom: 15px;
    line-height:15px;
}

    .NotificationDivBody a {
        text-decoration: underline;
        color: #278bda
    }

    .NotificationDivBody ul {
        list-style: disc;
        /*list-style-position: inside;*/
        padding-left: 1.5em;
    }

    .NotificationDivBody ol {
        list-style-type: decimal;
        list-style-position: inside;
        padding-left: 1.5em;
    }

.NotificationDivCloseButton {
    justify-content: end;
    display: flex;
    margin-bottom:7px;
}
