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

/*

	-- -- -- -- -- -- --
	Resources groups plugin CSS
	-- -- -- -- -- -- --

*/
	#group-owner .group-img {
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#group-owner .group-img a {
		border: none;
		padding: 0;
		margin: 0;
		display: block;
	}
	#group-owner .group-img img {
		border: 1px solid #ccc;
		width: auto;
		max-height: 200px;
		padding: 0;
		margin: 0;
		display: block;
	}
	#group-owner .group-content {
		position: relative;
		padding: 0;
		margin: 0 0 2em 0;
	}
	#group-owner .group-withlogo {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 90.5%;
		margin: 0;
		padding: .618em 5%;
		background: rgba(67, 67, 67, 0.92);
		-webkit-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
		-ms-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
		-o-box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 0 0.27em rgba(0, 0, 0, 0.1);
		filter: alpha(opacity=@opacity * 100);
		-khtml-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transition: all ease-in-out 0.2s;
		-moz-transition: all ease-in-out 0.2s;
		-ms-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
		color: #fff;
		text-shadow: 0 1px 0 #121212;
	}
	#group-owner .group-content:hover .group-withlogo {
		filter: alpha(opacity=@opacity * 100);
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
