/**
 * @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: 150px;
		max-height: 300px;
		padding: 0;
		margin: 0;
		display: block;
	}
	#group-owner .group-content {
		position: relative;
		padding: 0;
		margin: 1rem 0 0 0;
	}
    #group-owner .owner {
        display: block;
		margin-top: 1rem;
	}
	#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;
	}

    #group-owner .group-withlogo a {
        color: #fff;
    }
    
    #group-shared {
        margin-bottom: 2rem;
    }

    .shared-with-group {
        display: block;
        margin-top: 1rem;
    }

    .shared-with-group > .inner {
        display: flex;
        gap: 1rem;
        align-items: center;   
    }

    .shared-with-group > .inner > .img {
        flex-shrink: 0;
        line-height: 0;
    }

    .shared-with-group > .inner > .img img {
        width: 3.5rem;
    }

    .shared-with-group > .inner > p {
        margin: 0;
    }
