/* @override
	http://www.crowe.civicsciencedev.com/css/help.css
	https://www.crowe.civicsciencedev.com/css/help.css */

span.help_anchor {
	border-bottom: 1px dashed #999;
	cursor: help;
}

.target_definition:hover::after {
	position: absolute;
	width: 200px;
	display: inline-block;
	content: "Targets are a set of unique settings that represent a poll that is hosted on a website.";
	margin: -20px 0 0 10px;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #ffffcc;
}

span.help_trigger {
	color: #aaa;
	cursor: help;
}

span.help_trigger:hover::after {
	position: absolute;
	width: 200px;
	display: inline-block;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	background: rgba(254, 254, 204, 0.9);
	z-index: 9999;
	color: #222;
	margin: -45px 0 0 -150px;
}

.filter.question_type .help_trigger:hover::after {
	content: "Use this control to filter by Engagement, Value, or Profile.";
}

.filter.question_type.data_customer .help_trigger:hover::after {
	content: "Use this control to switch between Custom and Syndicated questions.";
}

.filter.just_for_fun .help_trigger:hover::after {
	content: "Include 'Just for Fun' questions, which are designed to engage respondents and not meant to be used for research purposes."
}

.filter.watch_list .help_trigger:hover::after {
	content: "Show only questions that have been favorited.";
}

.filter.my_account .help_trigger:hover::after {
	content: "Show only questions that have been created by a member of your account.";
}

.filter.live .help_trigger:hover::after {
	content: "Show only questions that are currently being asked.";
}

.filter.pinned .help_trigger:hover::after {
	content: "Show only questions that are currently pinned.";
}

.filter.response_threshold .help_trigger:hover::after {
	content: "Show only questions that have a statistically significant number of responses.";
}

.filter.launched_after .help_trigger:hover::after {
	content: "Show only questions that were launched after a specific date.";
}


.filter.completed_before .help_trigger:hover::after {
	content: "Show only questions that were completed before a specific date.";
}

.filter.target .help_trigger:hover::after {
	content: "Show only questions that are being asked on a specific target.";
}

.filter.feed .help_trigger:hover::after {
	content: "Show only questions that are being asked in a specific feed.";
}
