@-webkit-keyframes ax-toast-bottom{from{-webkit-transform:translateY(-100px)}to{-webkit-transform:translateY(0px)}}@-moz-keyframes ax-toast-bottom{from{-moz-transform:translateY(-100px)}to{-moz-transform:translateY(0px)}}@keyframes ax-toast-bottom{from{-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);-ms-transform:translateY(-100px);-o-transform:translateY(-100px);transform:translateY(-100px)}to{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes ax-toast-top{from{-webkit-transform:translateY(100px)}to{-webkit-transform:translateY(0px)}}@-moz-keyframes ax-toast-top{from{-moz-transform:translateY(100px)}to{-moz-transform:translateY(0px)}}@keyframes ax-toast-top{from{-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-ms-transform:translateY(100px);-o-transform:translateY(100px);transform:translateY(100px)}to{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes ax-toast-removed-bottom{from{-webkit-transform:translateX(0px);opacity:1.0}to{-webkit-transform:translateX(100px);opacity:0.0}}@-moz-keyframes ax-toast-removed-bottom{from{-moz-transform:translateX(0px);opacity:1.0}to{-moz-transform:translateX(100px);opacity:0.0}}@keyframes ax-toast-removed-bottom{from{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);opacity:1.0}to{-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px);opacity:0.0}}@-webkit-keyframes ax-toast-removed-top{from{-webkit-transform:translateX(0px);opacity:1.0}to{-webkit-transform:translateX(-100px);opacity:0.0}}@-moz-keyframes ax-toast-removed-top{from{-moz-transform:translateX(0px);opacity:1.0}to{-moz-transform:translateX(-100px);opacity:0.0}}@keyframes ax-toast-removed-top{from{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);opacity:1.0}to{-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px);opacity:0.0}}@-webkit-keyframes ax-toast-destroy{from{-webkit-transform:scale(1);opacity:1.0}to{-webkit-transform:scale(0.7);opacity:0.0}}@-moz-keyframes ax-toast-destroy{from{-moz-transform:scale(1);opacity:1.0}to{-moz-transform:scale(0.7);opacity:0.0}}@keyframes ax-toast-destroy{from{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1.0}to{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);-o-transform:scale(0.7);transform:scale(0.7);opacity:0.0}}[data-ax6ui-toast-container]{z-index:2000;position:fixed;width:auto;max-width:100%;padding:10px 0;box-sizing:border-box}[data-ax6ui-toast-container] *,[data-ax6ui-toast-container] *:before,[data-ax6ui-toast-container] *:after{box-sizing:border-box}[data-ax6ui-toast-container] [data-ax6ui-toast]{box-sizing:border-box;border:1px solid #c6c6c6;opacity:.9;border-radius:1px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.175);position:relative;margin:5px 0px 5px 0px;display:table;padding:6px;background:#eee;color:#333}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-icon{display:table-cell;padding:6px;text-align:left;font-size:24px;width:24px;vertical-align:middle}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-body{display:table-cell;padding:6px;text-align:left;vertical-align:middle}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-buttons{display:table-cell;padding:6px;text-align:right;vertical-align:middle}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-buttons button:not(:last-child){margin-right:3px}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-close{display:table-cell;padding:6px;text-align:right;vertical-align:top;text-decoration:none;cursor:pointer}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-icon{color:#333}[data-ax6ui-toast-container] [data-ax6ui-toast] .ax-toast-close{color:#333}[data-ax6ui-toast-container][data-toast-container-position="bottom-left"]{left:10px;bottom:0}[data-ax6ui-toast-container][data-toast-container-position="bottom-left"] [data-ax6ui-toast]{-webkit-animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-ax6ui-toast-container][data-toast-container-position="bottom-left"] [data-ax6ui-toast].removed{-webkit-animation:ax-toast-removed-bottom .3s ease forwards;-moz-animation:ax-toast-removed-bottom .3s ease forwards;animation:ax-toast-removed-bottom .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="bottom-left"] [data-ax6ui-toast].destroy{-webkit-animation:ax-toast-destroy .3s ease forwards;-moz-animation:ax-toast-destroy .3s ease forwards;animation:ax-toast-destroy .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="bottom-right"]{right:10px;bottom:0}[data-ax6ui-toast-container][data-toast-container-position="bottom-right"] [data-ax6ui-toast]{-webkit-animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-ax6ui-toast-container][data-toast-container-position="bottom-right"] [data-ax6ui-toast].removed{-webkit-animation:ax-toast-removed-bottom .3s ease forwards;-moz-animation:ax-toast-removed-bottom .3s ease forwards;animation:ax-toast-removed-bottom .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="bottom-right"] [data-ax6ui-toast].destroy{-webkit-animation:ax-toast-destroy .3s ease forwards;-moz-animation:ax-toast-destroy .3s ease forwards;animation:ax-toast-destroy .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="bottom-center"]{left:50%;bottom:0}[data-ax6ui-toast-container][data-toast-container-position="bottom-center"] [data-ax6ui-toast]{position:relative;left:-50%;-webkit-animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:ax-toast-top .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-ax6ui-toast-container][data-toast-container-position="bottom-center"] [data-ax6ui-toast].removed{-webkit-animation:ax-toast-removed-bottom .3s ease forwards;-moz-animation:ax-toast-removed-bottom .3s ease forwards;animation:ax-toast-removed-bottom .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="bottom-center"] [data-ax6ui-toast].destroy{-webkit-animation:ax-toast-destroy .3s ease forwards;-moz-animation:ax-toast-destroy .3s ease forwards;animation:ax-toast-destroy .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="top-left"]{left:10px;top:0}[data-ax6ui-toast-container][data-toast-container-position="top-left"] [data-ax6ui-toast]{-webkit-animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-ax6ui-toast-container][data-toast-container-position="top-left"] [data-ax6ui-toast].removed{-webkit-animation:ax-toast-removed-top .3s ease forwards;-moz-animation:ax-toast-removed-top .3s ease forwards;animation:ax-toast-removed-top .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="top-left"] [data-ax6ui-toast].destroy{-webkit-animation:ax-toast-destroy .3s ease forwards;-moz-animation:ax-toast-destroy .3s ease forwards;animation:ax-toast-destroy .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="top-right"]{right:10px;top:0}[data-ax6ui-toast-container][data-toast-container-position="top-right"] [data-ax6ui-toast]{-webkit-animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-ax6ui-toast-container][data-toast-container-position="top-right"] [data-ax6ui-toast].removed{-webkit-animation:ax-toast-removed-top .3s ease forwards;-moz-animation:ax-toast-removed-top .3s ease forwards;animation:ax-toast-removed-top .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="top-right"] [data-ax6ui-toast].destroy{-webkit-animation:ax-toast-destroy .3s ease forwards;-moz-animation:ax-toast-destroy .3s ease forwards;animation:ax-toast-destroy .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="top-center"]{left:50%;top:0}[data-ax6ui-toast-container][data-toast-container-position="top-center"] [data-ax6ui-toast]{left:-50%;-webkit-animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:ax-toast-bottom .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-ax6ui-toast-container][data-toast-container-position="top-center"] [data-ax6ui-toast].removed{-webkit-animation:ax-toast-removed-top .3s ease forwards;-moz-animation:ax-toast-removed-top .3s ease forwards;animation:ax-toast-removed-top .3s ease forwards}[data-ax6ui-toast-container][data-toast-container-position="top-center"] [data-ax6ui-toast].destroy{-webkit-animation:ax-toast-destroy .3s ease forwards;-moz-animation:ax-toast-destroy .3s ease forwards;animation:ax-toast-destroy .3s ease forwards}
