@keyframes noty_anim_in{to{transform:translate(0);opacity:1}}@keyframes noty_anim_out{to{transform:translate(50%);opacity:0}}.noty_message{text-align:right!important;border-radius:4px 4px 4px 4px;height:50px}.flat .noty_bar{text-align:center;padding:12px 15px 13px;position:relative;border:2px solid #eee;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.flat:first-child .noty_bar{border-top-width:2px;border-top-left-radius:0;border-top-right-radius:0}#noty_top_layout_container .flat:first-child .noty_bar{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.flat:last-child .noty_bar{border-bottom-width:2px;border-bottom-left-radius:0;border-bottom-right-radius:0}#noty_bottom_layout_container .flat:last-child .noty_bar{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.flat .noty_bar.noty_type_error{background-color:#f55145;border-color:#c0392b;color:#fff}.flat .noty_bar.noty_type_warning{background-color:#fbc53c;border-color:#f39c12;color:#fff}.flat .noty_bar.noty_type_success{background-color:#8cc63f;border-color:#27ae60;color:#fff}.flat .noty_bar.noty_type_information{background-color:#14b9d6;border-color:#2d95c5;color:#fff}.flat.noty_container_type_alert+.flat.noty_container_type_alert,.flat.noty_container_type_confirm+.flat.noty_container_type_confirm,.flat.noty_container_type_error+.flat.noty_container_type_error,.flat.noty_container_type_information+.flat.noty_container_type_information,.flat.noty_container_type_success+.flat.noty_container_type_success,.flat.noty_container_type_warning+.flat.noty_container_type_warning{margin-top:-2px}.noty_buttons .btn{margin:5px;min-width:80px}.noty_theme__relax.noty_bar{text-align:center;margin:4px 0;overflow:hidden;border-radius:0 4px 4px 0;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border-radius:0 4px 4px 0;color:#444}.noty_theme__relax.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#ff8181;border:1px solid #e25353;color:#fff}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__relax.noty_type__success{background-color:#bcf5bc;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50c24e}.noty_effects_open{opacity:0;transform:translate(50%);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55)}.noty_effects_close{animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55)}