@keyframes vex-fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes vex-fadein{0%{opacity:0}100%{opacity:1}}@keyframes vex-fadeout{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes vex-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes vex-rotation{0%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0)}100%{transform:rotate(359deg);-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg)}}@-webkit-keyframes vex-rotation{0%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0)}100%{transform:rotate(359deg);-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg)}}.vex,.vex *,.vex :after,.vex :before{box-sizing:border-box}.vex{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1111;top:0;right:0;bottom:0;left:0}.vex-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.vex-overlay{background:rgba(0,0,0,.4);filter:alpha(opacity=40);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";animation:.2s vex-fadein;-webkit-animation:.2s vex-fadein;-moz-animation:.2s vex-fadein;-ms-animation:vex-fadein .2s;-o-animation:.2s vex-fadein;-webkit-backface-visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0}.vex.vex-closing .vex-overlay{animation:.2s vex-fadeout;-webkit-animation:.2s vex-fadeout;-moz-animation:.2s vex-fadeout;-ms-animation:vex-fadeout .2s;-o-animation:.2s vex-fadeout;-webkit-backface-visibility:hidden}.vex-content{animation:.2s vex-fadein;-webkit-animation:.2s vex-fadein;-moz-animation:.2s vex-fadein;-ms-animation:vex-fadein .2s;-o-animation:.2s vex-fadein;-webkit-backface-visibility:hidden;background:#fff}.vex.vex-closing .vex-content{animation:.2s vex-fadeout;-webkit-animation:.2s vex-fadeout;-moz-animation:.2s vex-fadeout;-ms-animation:vex-fadeout .2s;-o-animation:.2s vex-fadeout;-webkit-backface-visibility:hidden}.vex-close:before{font-family:Arial,sans-serif;content:"\00D7"}.vex-dialog-form{margin:0}.vex-dialog-button{text-rendering:optimizeLegibility;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.vex-loading-spinner{animation:.7s linear infinite vex-rotation;-webkit-animation:.7s linear infinite vex-rotation;-moz-animation:.7s linear infinite vex-rotation;-ms-animation:vex-rotation .7s linear infinite;-o-animation:.7s linear infinite vex-rotation;-webkit-backface-visibility:hidden;box-shadow:0 0 1em rgba(0,0,0,.1);position:fixed;z-index:1112;margin:auto;top:0;right:0;bottom:0;left:0;height:2em;width:2em;background:#fff}body.vex-open{overflow:hidden}