/** TOOLTIP INICIO **/

#tooltip {
	position: absolute;
	border-color: #dadada !important;
	/*width: 180px;
    height: 110px;*/
    width: 242px;
    height: 124px;
    background: white;
    border: 1px solid;
    z-index: 10;
}

#tooltip:after, #tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #FFFFFF;
  border-width: 9px;
  margin-left: -9px;
}

#tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #dadada !important;
  border-width: 10px;
  margin-left: -10px;
}

#tooltip .tooltip_sup {
	margin: 0 3px;
	height: 60px;
    border-bottom: 1px solid;
    border-color: inherit;
}

#tooltip .tooltip_med {
	width: 241px;
    height: 22px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #6c6c6c;
    font-size: 10px;
    background: #b2f7d2;
}

#tooltip .tooltip_color_zona {
	width: 20px;
    height: 20px;
    border-radius: 50%;
	margin-left: 10px;
	margin-right: 7px;
    margin-top: 10px;
	float: left;
	border: 1px solid black
}

#tooltip .tooltip_zona {
	margin: 3px 2px;
	float: left;
	margin-left: 4px;
	width: 80%;
}

#tooltip .tooltip_header_txt {
	font-size: 11px;
    font-weight: bold;
    /*font-family: monospace;*/
    /*color: rgb(28, 28, 205);*/
    color: #9a9a9a;
    /*margin-top: -3px;*/
    margin-top: 0px;
    margin-left: 3px;
}

#tooltip .tooltip_dato_txt {
	font-size: 22px;
    font-weight: bold;
    color: rgb(74, 74, 74);
    text-align: center;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tooltip .tooltip_zona_valor {
    font-size: 18px;
    text-align: left;
    margin-left: 3px;
}

#tooltip .tooltip_container_mini {
	width: 70px;
	height: 55px;
    margin: 3px 2px;
    float: left;
    border-right: 1px solid #dadada;
}

#tooltip .tooltip_precio {
	width: 88px;
}

#tooltip .tooltip_container_mini:last-of-type {
  border: none;
}

/** TOOLTIP FIN **/