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

/*

	-- -- -- -- -- -- --
	Members Blog plugin CSS
	-- -- -- -- -- -- --

*/

	.time-periods ul {
		display: none;
		margin: 0 0 1em 0;
		list-style: none;
		text-align: center;
		background: rgba(0, 0, 0, 0.05);
	}
	.time-periods li {
		display: inline-block;
		padding: 0;
		margin: 0.5em 1em;
	}
	.time-periods li.active a {
		font-weight: bold;
		color: #333;
	}

	.chart-wrap {
		position: relative;
	}
	.chart-download {
		font-size: 0.7em;
		line-height: 1;
		margin: 0;
		padding: 0.5em 0.7em;
		position: absolute;
		bottom: 95px;
		left: 50%;
		margin-left: -2em;
		display: none;
	}
	.chart-wrap:hover .chart-download {
		display: block;
	}

	.usage-summary {
		padding: 1em;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.usage-summary + .usage-summary {
		margin-top: 30px;
	}
	.usage-summary h3 {
		margin-top: 0;
		padding-top: 0;
	}
	.grid .col {
		padding: 1em 0;
	}
	.usage-stats {
		padding: 2em 0;
		background: rgba(0, 0, 0, 0.02);
		/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	}
	.usage-stat {
		text-align: center;
	}
	.usage-value {
		font-size: 1.5em;
		font-weight: 500;
		line-height: 1;
		display: block;
		margin: 0;
		padding: 0;
	}
	.usage-label {
		display: block;
		margin: 0.5em 2em 1em 2em;
		padding: 0;
		color: rgba(0, 0, 0, 0.4);
	}
	.chart {
		margin: 1em 0;
	}
	.chart.line {
		min-width: 300px;
		height: 200px;
	}
	.chart.multi-line {
		margin-top: 2em;
		height: 220px;
	}
	.chart.overview {
		margin-top: 0;
		height: 100px;
	}
	.chart.overview .flot-y-axis {
		color: transparent;
	}
	.chart.pie {
		min-width: 13em;
		height: 13em;
	}
	.chart table {
		width: auto;
		margin-top: 4em;
	}
	.chart table tbody td {
		padding: 0.2em;
	}
	.chart table tbody td.legendColorBox {
		padding-left: 1em;
	}

	/*.charts tbody th span {
		display: inline-block;
		width: 0.65em;
		height: 0.65em;
		line-height: 1;
		padding: 0;
		margin-right: 0.5em;
		border: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	}*/

	#flotTip {
		background: #111111;
		background: rgba(0, 0, 0, 0.8);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		font-size: 0.85em;
		padding: 0.25em 0.75em;
		color: #fff;
		text-shadow: 0 -1px 0 #000;
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		-ms-border-radius: 0.25em;
		border-radius: 0.25em;
	}

	#statistics .legend table {
		border: none;
		margin: 0;
	}
	#statistics .legend table td {
		padding: 0.2em 0;
		border: none;
	}
	#statistics .legend table td.legendColorBox {
		padding: 0.2em 0.2em 0.2em 1em;
	}

	#statistics .charts table {
		border-bottom: none;
		margin-bottom: 0;
	}
	#statistics .charts caption {
		padding: 0;
	}
	#statistics .charts tbody th,
	#statistics .charts tbody td {
		padding: 1em 0 0 0;
		border: none;
	}
	#statistics .charts tbody td {
		width: 20%;
	}

	.bar-table {
		padding: 0 1em;
		text-align: left;
	}
	.bar-table h4 {
		padding: 0 0 0.4em 0;
		border-bottom: 2px solid #ddd;
	}
	.bars {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.bars li {
		margin: 0.7em 0;
		padding: 0;
	}
	.bars .item-value {
		float: right;
		text-align: right;
	}
	.bar-container {
		display: block;
		position: relative;
		height: 0.3em;
		width: 100%;
		background: rgba(0, 0, 0, 0.05);
	}
	.bar-value {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
	}
	.bar-label {
		position: absolute;
		left: 0.5em;
	}

	.zoom-controls {
		display: none;
		position: absolute;
		top: 0;
		left: 3em;
		background: #111111;
		background: rgba(0, 0, 0, 0.8);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		padding: 0.25em 0.5em;
		color: #fff;
		text-shadow: 0 -1px 0 #000;
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		-ms-border-radius: 0.25em;
		border-radius: 0.25em;
	}
	.chart-wrap:hover .zoom-controls {
		display: block;
	}
	.zoom {
		display: inline-block;
		width: 1em;
		height: 1em;
		line-height: 1;
		font-size: 1.3em;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
		color: rgba(255, 255, 255, 0.7);
	}
	.zoom:hover {
		color: #fff;
	}
	.zoom:before {
		content: "";
		font-family: "Fontcons";
		margin-right: 2em;
	}
	.zoom-in:before {
		content: "\f00e";
	}
	.zoom-out:before {
		content: "\f010";
	}

@media (max-width: 40em) {
	.grid [class*="span"] {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.chart {
		min-width: 200px;
		height: 150px;
	}
}