/* Qtip2 */

.ui-tooltip, .qtip
{
    max-width: none;
	line-height: 25px;
	font-size: 10px;
}

.qtip .form-action-container
{
	margin-bottom: 0px;
}

.qtip .ui-state-default, .qtip .ui-tooltip-icon
{
	border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0px;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0px;
    border-top-style: none;
    border-top-width: 0px;
    cursor: pointer;
    margin-top: -13px;
    outline-color: none;
    outline-style: none;
    outline-width: 0px;
    position: absolute;
    right: 7px;
    top: 50%;
	background: none;
}