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

/*

	-- -- -- -- -- -- --
	Members Contributions plugin CSS
	-- -- -- -- -- -- --

*/

/* Item listing */

	.results .resource .title {
		margin-right: 220px;
	}
	.results .stats { 
		margin: -1.5em 0 0 0;
		float: right;
		width: 190px;
		background: none;
	}
	.results .resource .stats p,
	.stats p { 
		color: #999; 
		font-size: 90%;
		margin: 0 0 0.5em 0;
		padding: 0;
	}

	.moreresults {
		display: none;
	}

	.results .resource .title .resource-status {
		color: #aaa;
		font-size: 85%;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 1em;
	}
	.results .resource .title .internal {
		color: blue;
	}
	.results .resource .title .deleted {
		color: #000;
	}
	.results .resource .title .pending {
		color: blue;
	}
	.results .resource .title .draft {
		color: orange;
	}
	.results .resource .title .published {
		color: green;
	}
	.results .resource .title .unpublished {
		color: red;
	}

/* Category list */
	.order-options a:before {
		content: "\2193";
		font-family: "Fontcons";
		margin-right: 0.2em;
	}
	.order-options a.desc:before {
		content: "\2191";
	}

	.member_contributions .filter-options {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.member_contributions .filter-options li {
		border: none;
		position: relative;
	}
	.member_contributions .filter-options li a:after {
		content: " \f0dc";
		font-family: "Fontcons";
	}
	.member_contributions .filter-options ul {
		list-style: none;
		margin: 0;
		padding: 1em;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 798;
		width: 200px;
		background-color: #999;
	}
	.member_contributions .filter-options ul:after {
		content: "";
		border-color: transparent transparent #999 transparent;
		border-style: dashed dashed solid dashed;
		border-width: 0 4px 4px 4px;
		height: 0;
		width: 0;
		display: block;
		overflow: hidden;
		position: absolute;
		top: -4px;
		left: 3em;
	}
	.member_contributions .filter-options ul ul {
		padding: 0;
		margin: 0;
		top: auto;
		left: auto;
		position: static;
		width: auto;
		visibility: hidden;
	}
	.member_contributions .filter-options ul li {
		float: none;
		margin: 0;
		padding: 0;
		position: static;
	}
	.member_contributions .filter-options ul li a:after {
		content: "";
		display: none;
	}
	.member_contributions .filter-options ul li a {
		text-shadow: none;
		text-decoration: none;
		font-weight: normal;
		line-height: 1em;
		border: none;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		margin: 0;
		padding: 0.4em 0.75em;
	}
	.member_contributions .filter-options ul li a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.member_contributions .filter-options .item-count:before {
		content: "(";
	}
	.member_contributions .filter-options .item-count:after {
		content: ")";
	}
	.member_contributions .filter-options a:before {
		display: none;
	}
	.member_contributions .filter-options ul li.active>a {
		background-color: #666;
	}
	.member_contributions .filter-options li.active ul ul a,
	.member_contributions .filter-options ul ul a {
		padding-left: 2em;
	}
	.member_contributions .filter-options li:hover ul,
	.member_contributions .filter-options li:focus ul {
		visibility: visible;
	}
