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

/*

	-- -- -- -- -- -- --
	Resources about plugin CSS
	-- -- -- -- -- -- --

*/

	.resource {
		border: none;
		padding-top: 0em;
	}
	.resource .resource-content {
		margin-bottom: 3em;
		padding: 0 0 0 1.5em;
	}
	.resource ul {
		margin-left: 1.5em;
		list-style: disc;
	}
	.resource #authorslist,
	.resource #authorslist p,
	.resource ul:first-child,
	.resource ul:first-child li:first-child {
		margin-top: 0;
		padding-right: 0;
		line-height: 1.6em;
	}
	.resource .citations {
		border: 0px;
		border-radius: 1em;
		background-color: #fafafa;
		padding: 0 1em;
		margin: 0;
		list-style: none;
		text-indent: -1em;
	}
	.resource .citations + .citations {
		margin-top: 1em;
	}
	.resource .citations li {
		border: none;
	}
	#component-body .abouttab {
		margin-right: 0;
	}
	#component-body #about-section {
		padding: 0;
	}

/* Screenshots list */
	.screenshots {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.screenshots li {
		margin: 0 10px 0 0;
		padding: 8px 0 0 7px;
		float: left;
		display: block;
		width: 98px;
		height: 67px;
	}
	.screenshots a,
	.screenshots a:hover,
	.screenshots img { 
		border: none;
	}

/* Screenshot slider */
	.sscontainer {
		display: block;
	}
	#showcase {
		background: #e8eaee;
		width: 100%;
		height: 90px; 
		margin-top: 0;
		overflow: hidden;
		position: relative;
		vertical-align: middle;
		z-index: 0;
	}
	#showcase img {
		background: #e8eaee none repeat scroll 0 0;
		border: 1px solid #e8eaee;
		margin: 4px;
		padding: 4px;
		float: left;
		position: relative;
	}
	#showcase img:hover {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #8fb9d0;
		margin: 3px;
		padding: 5px;
	}
	#showcase-prev, 
	#showcase-next {
		height: 90px;
		background: #f4f5f7;
		width: 20px;
		position: relative;
		display: inline;
		margin: 0;
		padding: 0;
		cursor: pointer;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	#showcase-prev:hover, 
	#showcase-next:hover {
		background-color: #FFF;	
		opacity: 0.7;
		filter: alpha(opacity=70);	
	}
	.inactive, 
	.inactive:hover {
		cursor: default !important;
		background-color: #e9e9e9 !important;
		opacity: 0.3 !important;
		filter: alpha(opacity=30) !important;
	}
	#showcase-prev {
		float: left;
		z-index: 2;
		border-right: 1px solid #c8cfd8;
		border-left: 1px solid #e8e8e8;
		background: #f4f5f7 url("/core/components/com_resources/site/assets/img/showcase_prev.png") 100% 50% no-repeat;
	}
	#showcase-next {
		float: right;
		border-left: 1px solid #c8cfd8;	
		border-right: 1px solid #e8e8e8;
		background: #f4f5f7 url("/core/components/com_resources/site/assets/img/showcase_next.png") 0 50% no-repeat;
	}
	#showcase-window {
		float: left;
		left: 0;
		position: relative;
		width: 90%;
	}
	.showcase-pane {
		width: 2000px;
		position: relative;
		left: 0;
	}
