<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
            @media screen and (max-width:1400px) {
                .notification_container {
                    position: absolute;
                    right: 8%;
                    z-index: 10000;
                }
            }

            @media screen and (min-width:1601px) {
                .notification_container {
                    position: absolute;
                    right: 6%;
                    z-index: 10000;
                }
            }

            @media screen and (min-width:1401px) and (max-width:1600px) {
                .notification_container {
                    position: absolute;
                    right: 7%;
                    z-index: 10000;
                }
            }

.notification {
    color: #555555;
    text-decoration: none;
    padding: 12.5px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
	margin-right: 40px;
}

            .notification_bellicon
            {
                font-size:larger;
            }

            .notification .notification_counter {
                position: absolute;
                top: 10px;
                right: 5px;
                min-width: 20px;
                background-color: #D93F3F;
                border-radius: 5px;
                text-align: center;
                color: white;
                font-size: small;
                font-weight: bold;
                font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
            }

            .notification_header_info
            {
                font-size: 12px;
                padding: 10px 10px 0px 10px;
                color: white;
                display: block;
                background-color: indianred;
                border-radius: 5px 5px 0px 0px;
            }

              .notification_header_info:after {
                content: ""; 
                display: block; 
                margin: 0 auto;
                width: 80%; 
                padding-top: 10px;
                border-bottom: 2px solid white;
            }

            .notification_header_actions {
                background-color: #e6e6e6;
                color: #4CAF50;
                padding: 5px;
                text-align: right;
                display: block;
                border-bottom: 1px dotted black;
            }

             .notification_header_actions i
            {
                padding: 5px;
            }

                .notification_header_actions i:hover {
                    /*background-color: dimgrey;*/
                    border-radius: 2px;
                    background: #007d93 url(../Common/Gradients/radGradientLightV50.png) 0 0 repeat-x;
                    _background-image: none;
                    background-image: -webkit-linear-gradient(top, #00a9c7 0%, #007d93 100%);
                    color: white;
                    cursor: pointer;
                }

.notification_message {
    /*font-size: 0.7em;*/
    font-weight: 600;
    display: block;
    /*color: #252525;*/
}



.dropdown_item_hover:hover {
    color: white;
}


.notification_time {
    /*font-size: 0.6em;*/
    /*color: #060606;*/
}



    #notification_view_all
            {
                border:unset;
            }


#notification_view_all:hover {
    border-radius: 0 0 5px 5px!important;
}

            #notification_view_all .notification_message 
            {
                 font-weight:unset;
            }

            .dropdown-content {
                display: none;
                position: absolute;
                min-width: 260px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                z-index: 1;
                right: 10%;
                background-color: #fbfbfb; /* grey */
                border-radius: 5px;
            }

            .dropdown-content a {
              color: black;
              padding: 10px;
              text-decoration: none;
              display: block;
              border-bottom: 1px dotted;
            }

                .dropdown-content a .btnMarkAsRead {
                    color: #4caf4f; /*#b3b3b3*/
                    float: right;
                    display: block;
                    padding: 5px;
                }

                    .dropdown-content a .btnMarkAsRead:hover {
                        /*background-color: #7b7b7b;*/
                        border-radius: 2px;
                        cursor: pointer;
                        background: #007d93 url(../Common/Gradients/radGradientLightV50.png) 0 0 repeat-x;
                        _background-image: none;
                        background-image: -webkit-linear-gradient(top, #00a9c7 0%, #007d93 100%);
                        color: white;
                    }

.dropdown_item_hover:hover {
    /*background: #007d93 url(../Common/Gradients/radGradientLightV50.png) 0 0 repeat-x;
                    _background-image: none;
                    background-image: -webkit-linear-gradient(top, #00a9c7 0%, #007d93 100%);
                   
                    border-radius: 5px;*/
    background-color: #2dabc1;
    color: white!important;
}


                /*.dropdown_item_hover a:hover {
                    color: white !important;
                    border-radius: 5px;
                }*/

.notification_rows
{
    color:red;
}

/*.dropdown-content a:hover {
                    background-color: #c7c7c7;
                    background: #007d93 url(../Common/Gradients/radGradientLightV50.png) 0 0 repeat-x;
                    _background-image: none;
                    background-image: -webkit-linear-gradient(top, #00a9c7 0%, #007d93 100%);
                    color: white;
                    border-radius: 5px;
                }*/
/*.dropdown-content a:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

              /*.dropdown-content a:last-child:hover
             {
                    border-bottom-left-radius: 5px;
                    border-bottom-right-radius: 5px;
             }*/

            .show {display:block;}

div.callout {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
    position: relative;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #999;
    margin: 10px 15px;
    min-height: 50px;
    border: 1px solid #333;
}

            .callout::before {
                content: "";
                width: 0px;
                height: 0px;
                border: 0.8em solid transparent;
                position: absolute;
            }

            .callout.top-left::before {
                left: 7px;
                top: -20px;
                border-bottom: 10px solid #444;
            }

            /*crop text*/
/* .crop { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:300px; }*/

.actionable {
    /*color: #9e9e9e;*/
    border: unset;
    padding: unset;
    border-bottom: 1px solid;
    width: 300px;
    height: 100%;
    font-weight: 700;
}


            /*.actionable:hover {
                color: #c7c7c7;
            }*/</pre></body></html>