#commonNotify{position:fixed;z-index:10;top:57px;right:42px;left:42px;padding:0;height:30px;overflow:hidden;border-radius:top right 2px,top left 2px;}#commonNotify .notify__container{position:absolute;z-index:1;top:0;right:0;left:0;margin:-30px 0 0;padding:0 10px;height:30px;font-size:13px;line-height:28px;visibility:hidden;opacity:0;transition:margin .5s ease,opacity .5s ease;box-shadow:inset 0 2px 3px -3px #d3e5ed}#commonNotify.alert .notify__container{color:#c09853;background-color:#fcf8e3}#commonNotify.success .notify__container{color:#468847;background-color:#dff0d8}#commonNotify.warning .notify__container{color:#b94a48;background-color:#f2dede}#commonNotify .notify__text_progress,#commonNotify .notify__text_result{position:relative;display:none}#commonNotify .notify__text_progress .fa-spinner{position:absolute;top:8px;right:0}#commonNotify.on .notify__container{visibility:visible;opacity:1;margin:0}#commonNotify.progress .notify__text_progress,#commonNotify.result .notify__text_result{display:block}#commonNotify.off .notify__container{margin:-30px 0 0}