﻿.tooltip,
#admin-styles .responsive-css .tooltip {
	text-transform: none;
	display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.42857;
    opacity: 0;
    overflow-wrap: normal;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}

.tooltip-inner {
    max-width: 400px;
}

.tooltip.in,
#admin-styles .responsive-css .tooltip.in { opacity: 0.9; }

.popover,
#admin-styles .responsive-css .popover {
	z-index: 999999;
}

.tooltip-text,
#admin-styles .responsive-css .tooltip-text {
	border-bottom: 1px dotted;
	cursor: pointer;
}