/**
 * @package    hubzero-cms
 * @copyright  Copyright (c) 2005-2020 The Regents of the University of California.
 * @license    http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	mod_reportproblems
	-- -- -- -- -- -- --

*/

/* Help Tab */
	#tab {
		display: block;
		position: absolute;
		top: 76px;
		right: 30px;
		width: 5em;
		height: 3em;
		text-align: right;
		margin: 0;
		line-height: 1.2em;
		font-size: 90%;
	}
	#tab.active {
		background: #000;
	}
	#tab a { 
		padding: 0;
		color: #fff;
		height: 3em;
		display: block;
		border: none;
	}
	#tab a span { 
		padding: 1em 0 0 0;
		color: #fff;
		height: 2em;
		display: block;
		border: none;
	}
	#tab small.tab-before,
	#tab a span:before {
		content: "\f059";
		font-family: "Fontcons";
		margin-right: 0.2em;
	}
	#tab a:hover {
		color: #d7c2ef;
		background: #616161;
	}
	#tab a:hover span {
		color: #d7c2ef;
	}
