/* DO NOT EDIT THIS FILE ::: if it is NOT the SCSS file, your changes will be overwritten. This is a dynamically generated file. */
/* DO NOT EDIT THIS FILE ::: if it is NOT the SCSS file, your changes will be overwritten. This is a dynamically generated file. */
/* vars */
@import "_vars.scss";

/* Existing Selectors *//* Existing Selectors *//* Existing Selectors *//* Existing Selectors *//* Existing Selectors */
/*
* TOOLTIPS
*/
/* NONE */

/* --- */
/* --- */

/* Custom Selectors*//* Custom Selectors*//* Custom Selectors*//* Custom Selectors*//* Custom Selectors*//* Custom Selectors*/
/*
* TOOLTIPS
*/
/* NONE */

/* --- */
/* --- */

/* UNSORTED */
a.tooltip,
a.tooltip_left,
a.tooltip_bottomleft{
	width:           16px;
	text-decoration: none;
	color:           #424242;
	zoom:            1;
	filter:          alpha(opacity=50);
	opacity:         0.5;
}


a.tooltip:hover,
a.tooltip_left:hover,
a.tooltip_bottomleft:hover{
	color:   #0074A2;
	zoom:    1;
	filter:  alpha(opacity=100);
	opacity: 1.0;
}


.ui-tooltip{
	padding:               18px;
	position:              absolute;
	z-index:               9999999;
	max-width:             300px;
	color:                 #000000;
	text-shadow:           1px 1px 1px #FFFFFF;
	font-size:             1.0em;
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius:         6px;
	-webkit-box-shadow:    0 8px 6px -6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:       0 8px 6px -6px rgba(0, 0, 0, 0.3);
	box-shadow:            0 8px 6px -6px rgba(0, 0, 0, 0.3);
}


body .ui-tooltip{
	border:           4px solid #999999;
	background-color: #EDEDED;
}


body .ui-tooltip h6{
	color:       #0E6085;
	font-size:   1.1em;
	font-weight: bold;
	margin:      0 0 3px 0 !important;
	padding:     0 !important;
}
