/**
 * @package     hubzero-cms
 * @file        components/com_members/assets/css/orcid.css
 * @copyright   Copyright 2005-2015 HUBzero Foundation, LLC.
 * @license     http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	com_members ORCID CSS
	-- -- -- -- -- -- --

*/

#component-body h3 {
	margin: 0 0 1em 0;
	padding: 0 0 0.2em 0;
	border-bottom: 2px solid #ccc;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#component-body fieldset {
	padding: 1em;
	border: none;
	background: #f9f9f9;
	background: rgba(100, 100, 100, 0.05);
	-webkit-border-radius: 0.25em;
	   -moz-border-radius: 0.25em;
	    -ms-border-radius: 0.25em;
	     -o-border-radius: 0.25em;
	        border-radius: 0.25em;
}
#component-body .orcid-search {
	border-bottom: 1px solid #e1e1e1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding-bottom: 2em;
}
#component-body fieldset legend {
	display: none;
}
#component-body fieldset p {
	margin-top: 0;
	padding-top: 0;
}
#component-body fieldset label input {
	width: 100%;
}
#component-body table.results {
	margin: 1.5em 0 0 0;
	padding: 0;
}
#component-body table.results,
#component-body table.results tr td,
#component-body table.results tr th {
	border: none;
}
#component-body table.results tr:nth-child(odd) {
	background-color: #f9f9f9;
	background-color: rgba(100, 100, 100, 0.05);
}
#component-body .no-results {
	text-align: center;
	font-style: italic;
}
#component-body h4 {
	font-weight: bold;
	margin: 1.5em 0 0 0;
}