﻿/* SPECIAL HANDLING in quoteequities.js */

.tooltip {
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  border-bottom: 2px solid #e72742;
  margin-bottom: -2px;
position: relative;
}

th.tooltip{
	display: table-cell;
}
 
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 30;
  bottom: calc(100% + 5px);
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 1.2em;
  font-weight: 400;
}

.tooltip .tooltip_managefee {
  visibility: hidden;
  width: 180px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px !important;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::before {
	content: "";
	position: absolute;
	width: 100%;
    height: 1em;
    left: 0;
    top: 100%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip .lhkexw_modal_link{
	color: #b7d3ff !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.label_managefee abbr {
    width: 20px;
    height: 20px;
    line-height: 1.4;
    text-shadow: 0 1px rgba( 0, 0, 0, .25 );
    color: #fff;
    border: none;
    cursor: help;
    display: inline-table;
}

.tooltiptext {
    font-size: 0.8rem !important;
}

.pd img {
    margin: 5px;
    height: 0.9rem;
}

tr .spnTooltip {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
th:hover .spnTooltip{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}