#Greeting { padding: 4px; }
#notificationDrawer {
    background-color: rgba(250,250,250,0.95);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-sizing: border-box;
    height: 100%;
    overflow-y:scroll;
    padding: 0px 12px;
    position: fixed;
    right: -320px;
    top: 0px;
    width: 320px;
    z-index: 10;
}
#notificationDrawer a { background-color: rgb(221,221,221); border-radius: 4px; color: white; cursor: pointer; font-size: 6pt; font-weight: bolder; padding: 2px 4px;}
#notificationDrawer a:hover { color: rgb(69, 69, 69); }

#notificationDrawer h1 {
    font-weight: lighter;
    margin: 24px 0px 16px 0px;
}

#notificationDrawer>h1>div {
    background: url('/style/images/button/close.png') center center no-repeat;
    background-size: cover;
    cursor: pointer;
    float: right;
    height: 32px;
    margin: 8px;
    width: 32px;
}
#notificationList .card { background: rgb(221,221,221); border-radius: 4px; font-size: 8pt; margin: 4px 0px; padding: 4px; }
#notificationList .card .date { font-size: 7pt; font-weight: bold; text-align: right;}
#notificationList .card .subject { font-weight: bold; }

#ProfileContainer .icon { 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="642px" height="642px"><path fill-rule="evenodd" fill="rgb(38,55,128)" d="M615.964,445.610 C599.840,483.732 576.759,517.966 547.362,547.362 C517.966,576.759 483.732,599.840 445.610,615.964 C406.137,632.660 364.212,641.125 320.1000,641.125 C277.788,641.125 235.863,632.660 196.390,615.964 C158.268,599.840 124.034,576.759 94.637,547.362 C65.241,517.966 42.160,483.732 26.036,445.610 C9.340,406.137 0.875,364.212 0.875,320.1000 C0.875,277.788 9.340,235.863 26.036,196.390 C42.160,158.268 65.241,124.034 94.637,94.637 C124.034,65.241 158.268,42.160 196.390,26.036 C235.863,9.340 277.788,0.875 320.1000,0.875 C364.212,0.875 406.137,9.340 445.610,26.036 C483.732,42.160 517.966,65.241 547.362,94.637 C576.759,124.034 599.840,158.268 615.964,196.390 C632.660,235.863 641.125,277.788 641.125,320.1000 C641.125,364.212 632.660,406.137 615.964,445.610 ZM320.1000,621.117 C396.684,621.117 465.904,592.944 518.753,546.551 C498.619,466.998 425.664,409.860 343.021,409.860 L298.984,409.860 C216.340,409.860 143.384,466.1000 123.251,546.554 C176.100,592.946 245.318,621.117 320.1000,621.117 ZM320.1000,389.852 C381.313,389.852 430.381,340.784 430.381,280.471 C430.381,220.159 381.313,171.091 320.1000,171.091 C260.687,171.091 211.619,220.159 211.619,280.471 C211.619,340.784 260.687,389.852 320.1000,389.852 ZM320.1000,20.883 C155.515,20.883 20.883,155.515 20.883,320.1000 C20.883,402.694 53.708,476.855 106.843,531.025 C111.860,514.954 118.883,499.588 127.826,485.171 C139.653,466.104 154.483,449.237 171.902,435.038 C189.475,420.714 209.146,409.549 230.369,401.854 C239.622,398.499 249.076,395.850 258.679,393.896 C248.106,388.068 238.282,380.736 229.509,371.963 C205.070,347.524 191.611,315.032 191.611,280.471 C191.611,245.910 205.070,213.418 229.509,188.980 C253.947,164.542 286.439,151.083 320.1000,151.083 C355.561,151.083 388.053,164.542 412.492,188.980 C436.930,213.418 450.389,245.910 450.389,280.471 C450.389,315.032 436.930,347.524 412.492,371.963 C403.719,380.736 393.895,388.067 383.323,393.896 C392.927,395.849 402.382,398.498 411.636,401.854 C432.859,409.549 452.530,420.714 470.103,435.038 C487.522,449.237 502.352,466.104 514.179,485.171 C523.121,499.587 530.144,514.952 535.161,531.022 C588.294,476.851 621.117,402.692 621.117,320.1000 C621.117,155.515 486.485,20.883 320.1000,20.883 Z"/></svg>'); 
}
#ProfileContainer .icon:hover { 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="642px" height="642px"><path fill-rule="evenodd" fill="rgb(118,151,189)" d="M615.964,445.610 C599.840,483.732 576.759,517.966 547.362,547.362 C517.966,576.759 483.732,599.840 445.610,615.964 C406.137,632.660 364.212,641.125 320.1000,641.125 C277.788,641.125 235.863,632.660 196.390,615.964 C158.268,599.840 124.034,576.759 94.637,547.362 C65.241,517.966 42.160,483.732 26.036,445.610 C9.340,406.137 0.875,364.212 0.875,320.1000 C0.875,277.788 9.340,235.863 26.036,196.390 C42.160,158.268 65.241,124.034 94.637,94.637 C124.034,65.241 158.268,42.160 196.390,26.036 C235.863,9.340 277.788,0.875 320.1000,0.875 C364.212,0.875 406.137,9.340 445.610,26.036 C483.732,42.160 517.966,65.241 547.362,94.637 C576.759,124.034 599.840,158.268 615.964,196.390 C632.660,235.863 641.125,277.788 641.125,320.1000 C641.125,364.212 632.660,406.137 615.964,445.610 ZM320.1000,621.117 C396.684,621.117 465.904,592.944 518.753,546.551 C498.619,466.998 425.664,409.860 343.021,409.860 L298.984,409.860 C216.340,409.860 143.384,466.1000 123.251,546.554 C176.100,592.946 245.318,621.117 320.1000,621.117 ZM320.1000,389.852 C381.313,389.852 430.381,340.784 430.381,280.471 C430.381,220.159 381.313,171.091 320.1000,171.091 C260.687,171.091 211.619,220.159 211.619,280.471 C211.619,340.784 260.687,389.852 320.1000,389.852 ZM320.1000,20.883 C155.515,20.883 20.883,155.515 20.883,320.1000 C20.883,402.694 53.708,476.855 106.843,531.025 C111.860,514.954 118.883,499.588 127.826,485.171 C139.653,466.104 154.483,449.237 171.902,435.038 C189.475,420.714 209.146,409.549 230.369,401.854 C239.622,398.499 249.076,395.850 258.679,393.896 C248.106,388.068 238.282,380.736 229.509,371.963 C205.070,347.524 191.611,315.032 191.611,280.471 C191.611,245.910 205.070,213.418 229.509,188.980 C253.947,164.542 286.439,151.083 320.1000,151.083 C355.561,151.083 388.053,164.542 412.492,188.980 C436.930,213.418 450.389,245.910 450.389,280.471 C450.389,315.032 436.930,347.524 412.492,371.963 C403.719,380.736 393.895,388.067 383.323,393.896 C392.927,395.849 402.382,398.498 411.636,401.854 C432.859,409.549 452.530,420.714 470.103,435.038 C487.522,449.237 502.352,466.104 514.179,485.171 C523.121,499.587 530.144,514.952 535.161,531.022 C588.294,476.851 621.117,402.692 621.117,320.1000 C621.117,155.515 486.485,20.883 320.1000,20.883 Z"/></svg>'); 
}
