/**
* jQuery asTooltip v0.4.2
* https://github.com/amazingSurge/jquery-asTooltip
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.asTooltip{position:absolute;top:50%;left:50%;z-index:9999;-webkit-box-sizing:border-box;box-sizing:border-box}.asTooltip-content{display:block}.asTooltip-inner{position:relative}.asTooltip-close,.asTooltip-loading{display:none}.asTooltip-loading{position:relative;width:20px;height:20px;margin:0 auto;text-align:center;-webkit-animation:chasingDotsRotate 2s infinite linear;animation:chasingDotsRotate 2s infinite linear}.asTooltip-loading:after,.asTooltip-loading:before{position:absolute;top:0;display:inline-block;width:60%;height:60%;content:"";background-color:#333;border-radius:100%;-webkit-animation:chasingDotsBounce 2s infinite ease-in-out;animation:chasingDotsBounce 2s infinite ease-in-out}.asTooltip-loading:before{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes chasingDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes chasingDotsRotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes chasingDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes chasingDotsBounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.asTooltip_isLoading .asTooltip-loading{display:block}.asTooltip_isLoading .asTooltip-content{display:none}.asTooltip_hasClose .asTooltip-close{display:block}.asTooltip .asTooltip-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:.2em .6em;font-size:1.1em;line-height:1.5em;color:#fff;background-color:#434240;border-radius:3px}.asTooltip .asTooltip-inner:before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:0;height:0;content:"";border:6px solid transparent}.asTooltip .asTooltip-loading:after,.asTooltip .asTooltip-loading:before{background-color:#fff}.asTooltip.asTooltip-element-top .asTooltip-inner{margin-bottom:6px}.asTooltip.asTooltip-element-top .asTooltip-inner:before{top:100%;border-top-color:#434240}.asTooltip.asTooltip-element-left .asTooltip-inner{margin-right:6px}.asTooltip.asTooltip-element-left .asTooltip-inner:before{left:100%;border-left-color:#434240}.asTooltip.asTooltip-element-right .asTooltip-inner{margin-left:6px}.asTooltip.asTooltip-element-right .asTooltip-inner:before{right:100%;border-right-color:#434240}.asTooltip.asTooltip-element-bottom .asTooltip-inner{margin-top:6px}.asTooltip.asTooltip-element-bottom .asTooltip-inner:before{bottom:100%;border-bottom-color:#434240}.asTooltip.asTooltip-element-left.asTooltip-arrow-middle .asTooltip-inner:before,.asTooltip.asTooltip-element-right.asTooltip-arrow-middle .asTooltip-inner:before{top:50%;margin-top:-6px}.asTooltip.asTooltip-element-bottom.asTooltip-arrow-middle .asTooltip-inner:before,.asTooltip.asTooltip-element-top.asTooltip-arrow-middle .asTooltip-inner:before{left:50%;margin-left:-6px}.asTooltip.asTooltip-arrow-left .asTooltip-inner:before{left:6px}.asTooltip.asTooltip-arrow-right .asTooltip-inner:before{right:6px}.asTooltip.asTooltip-arrow-top .asTooltip-inner:before{top:6px}.asTooltip.asTooltip-arrow-bottom .asTooltip-inner:before{bottom:6px}