.fade-cover{position: fixed;top:0;left:0;right:0;height:100%;background: rgba(0,0,0,0.7);display:none;z-index: 9999;}
.panel .fade-cover{position:absolute;z-index:100;top:0;left:0;right:0;height:100%;background:#fff;opacity:.7;display:none}
.panel .fade-cover .loader{position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;width:100px;height:100px;background:url('../images/main/ajax-loader.gif') no-repeat}
#dm-notify {
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 0;
    margin-top: 42px;
    margin-right: 15px;
    max-width: 400px;
}