﻿/*
* Copyright (c) 1998-2023 Inovalon Provider, Inc. All Rights Reserved.
* 
* This computer program is CONFIDENTIAL and a TRADE SECRET of Inovalon Provider, Inc.
* The receipt or possession of this program does not convey any rights to use,
* reproduce or disclose its contents in whole or in part, without the specific
* written consent of Inovalon Provider, Inc. Any use, reproduction or disclosure of
* this program without the express written consent of Inovalon Provider, Inc. is a
* violation of the copyright laws and may subject you to criminal prosecution.
*/
.tooltip {
	cursor: help; 
	text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: -330px;
	width: 250px;
	margin-top:-38px;
	overflow:visible;
}
.ie8 .tooltip:hover span {
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: -330px;
	width: 250px;
	margin-top:-30px;
	overflow:visible;
	behavior:url(../PIE/PIE.htc);
}
.ie8 .tooltip span {
	margin-left: -999em;
	position: absolute;
}
.ie7 .tooltip:hover span {
/*	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
*/	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
/*	left: 1em;
*/	top: 2em;
	z-index: 99;
	margin-left: -320px;
	width: 250px;
	margin-top:-40px;
	overflow:visible;
	behavior:url(../PIE/PIE.htc);
}
.tipContent {padding: 0.8em 1em; background: #f1f6fe; border: 3px solid #a7cdfa; margin-left:-350px; }

* html a:hover { background: transparent; }