﻿/* Style the whole window */
.RadNotification {
    border: 5px solid #ed8a4a;
    background: white;
}

    .RadNotification .rnTitleBar {
        font-size: 20px !important;
    }

    .RadNotification .rnTitleBarTitle {
        font-size: 35px;
        width: 94% !important;
        padding: 0 10px;
        display: block;
        word-wrap: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .RadNotification .rnContent {
        font-size: 12px;
        padding: 10px 6px 10px 15px !important; /* 20px 30px !important; */
    }

    .RadNotification .rnContentInner {
        font-size: 12px;
        padding: 10px 6px 10px 15px !important; /* 20px 30px !important; */
        max-height: 430px;
        overflow-y: scroll;
    }

    .RadNotification .rnContentWrapper {
        /*max-height: 630px;
        overflow-y: scroll;*/
    }

    .RadNotification p {
        line-height: normal;
    }

/* Close Button */
.RadNotification_Metro .rnCommands a {
    background-image: url('WebResource.axd?d=edCVZSIre1uXFifD7ZnYg7-t0UZYIKlP-scSkdn3l8yiYvA6OtbZfcK4Hyulv5mjs9v0qsM2ilwkw5_v7x7x172x1RyjGQC4-RLRyLFnM5SZzwn-B87U7wpoh6gwEe_MIIEV8nMoRuGqF1jbsHLrezN5eVNB7EOpEe19bj8zREeoMttb0&t=636319077127927408')
}


/* Reset ol/ul to show bullets/numbers */
.RadNotification ul {
    list-style-type: disc;
    list-style-position: inside;
}

.RadNotification ol {
    list-style-type: decimal;
    list-style-position: inside;
}

    .RadNotification ul ul, .RadNotification ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .RadNotification ol ol, .RadNotification ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

.RadNotification h1 {
    font-size: 2em;
    margin: .67em 0;
}

.RadNotification h2 {
    font-size: 1.5em;
}

.RadNotification h3 {
    font-size: 1.16em;
}

.RadNotification h4 {
    font-size: 1em;
}

.RadNotification h5 {
    font-size: .83em;
}

.RadNotification h6 {
    font-size: .7em;
}
