@charset "UTF-8";@keyframes three-quarters-loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ui-widget{position:relative}.ui-widget.busy{pointer-events:none;color:#999}.ui-widget.busy::before{display:block;position:absolute;left:50%;top:50%;margin-left:-36px;margin-top:-36px}.ui-widget.busy::before{animation:three-quarters-loader 800ms infinite linear;border:4px solid rgba(180,180,180,.3);border-right-color:transparent;border-radius:36px;box-sizing:border-box;position:absolute;overflow:hidden;text-indent:-9999px;width:72px;height:72px;content:"";z-index:1000}.ui-notifier{position:absolute;top:80px;right:40px;z-index:1500;width:450px}.ui-notification-bubble{position:relative;max-height:500px}.ui-notification-bubble .inner-content{cursor:pointer;margin-bottom:20px;color:#fff;background-color:#444;box-shadow:0 3px 12px rgba(0,0,0,.23),0 3px 12px rgba(0,0,0,.16);opacity:.9;padding:10px 15px 10px 25px}.ui-notification-bubble .dismiss-button{position:absolute;top:-7px;right:-7px;height:26px;width:26px;font-weight:700;font-size:20px;line-height:22px;padding:0;border:2px solid #fff;border-radius:20px}.ui-notification-bubble:hover{opacity:1}.notification-bubble-primary .inner-content{border-left:4px solid #4caf50}.notification-bubble-success .inner-content{border-left:4px solid #5cb85c}.notification-bubble-info .inner-content{border-left:4px solid #5bc0de}.notification-bubble-warning .inner-content{border-left:4px solid #f0ad4e}.notification-bubble-danger .inner-content{border-left:4px solid #d9534f}