/* qTip2 v2.2.1 | Plugins: viewport | Styles: core | qtip2.com | Licensed MIT | Mon Sep 08 2014 16:00:07 */
/**
 * Sticky Admin - Tooltips CSS
 *
 * @version 1.0.0
 * @copyright 2015
 * @author Dorian Tudorache
 * @link www.stickyadmin.net
 *
 * @license See Licensing folder
 *
 * @package Sticky Admin
 *
 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    direction: ltr;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.025);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,.025);
            box-shadow: 0 1px 1px rgba(0,0,0,.025);
    padding: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body.tip-b .qtip-default {
    border: 1px solid rgba(0,0,0,.05);
}
body.tip-w .qtip-default {
    border: 1px solid rgba(255,255,255,.05);
}
body.tip-b .qtip-default:before {
    border-top-color: rgba(0,0,0,.05)
}
body.tip-w .qtip-default:before {
    border-top-color: rgba(255,255,255,.05)
}
.qtip-content {
    position: relative;
    padding: 5px 10px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}
.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700
}
.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}
.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}
* html .qtip-titlebar .qtip-close {
    top: 16px
}
.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}
.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}
.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: 400 bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}
.qtip-default {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: opacity .15s ease-in-out;
       -moz-transition: opacity .15s ease-in-out;
         -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
}
.qtip-default:after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 5px;
    margin-left: -5px;
}
.qtip-default:before {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 6px;
    margin-left: -6px;
}
.qtip-default.sticky_wpab:after {
    top: auto;
    bottom: 100%;
    border-top-color: transparent!important;
}
