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

	.member_profile {
		margin: 0;
		padding: 0;
	}
	#profile {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #efefef;
	}
	#profile li.section {
		overflow: hidden;
		margin: 0;
		padding: 10px;
		border-top: 1px solid #efefef;
		position: relative;
	}
	#profile li .section-hover {
		background: #FF0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 777;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
		filter: alpha(opacity=10);
		opacity: 0.1;
		cursor: pointer;
	}
	#profile li .section-content {
		width: 95%;
		float: left;
	}
	#profile li .section-content .key {
		float: left;
		position: relative;
		width: 20%;
		margin: 0 2% 0 3%;
		padding: 0;
		font-weight: bold;
		color: #777;
	}
	#profile li .section-content .value {
		float: left;
		width: 75%;
		color: #222;
	}
	#profile li .section-edit {
		float: left;
		width: 5%; 
		text-align: right;
	}
	#profile li .section-edit a {
		font-size: 11px;
		color: #ccc;
		text-transform: uppercase;
		position: relative;
		z-index: 888;
		display: none;
	}
	#profile li:hover .section-edit a {
		color: #000;
	}
	#profile li .section-edit a.open {
		font-size: 18px;
		font-weight: bold;
	}
	#profile li .section-edit a.open:hover {
		border: none;
	}
	#profile .section-edit-container {
		display: none;
	}
	#profile .section-edit-content {
		padding: 10px;
		margin: 20px 0 10px 25%;
		background: #FFF;
		border: 1px solid #CCC;
		overflow: hidden;
	}
	#profile .section-edit-container .notice {
		margin: 10px 0 10px 25%;
	}
	#profile .section-edit-content .input-wrap {
		border-bottom: 1px solid #efefef;
		margin-bottom: 1em;
		padding: 0 0 1em 0;
	}
	#profile .section-edit-content label {
		font-weight: bold;
		display: block;
		padding-bottom: 10px;
	}
	#profile .section-edit-content label.side-by-side {
		float:left;
		width:49%;
		padding-right: 2%;
	}
	#profile .section-edit-content .block {
		display: block;
		margin-top: 1em;
		clear: both;
	}
	#profile .section-edit-content .block label {
		display: block;
		padding-top: 1em;
		border-top: 1px solid #efefef;
	}
	#profile .section-edit-content div.side-by-side {
		float:left;
		width:48%;
		padding-right: 2%;
	}
	#profile .section-edit-content .side-by-side label {
		display: inline;
		margin: 0.5em 0 0 0;
		border-bottom: none;
	}
	#profile .section-edit-content label.three {
		width: 32%;
		padding-right: 2%;
	}
	#profile .section-edit-content label.no-padding-right {
		padding-right: 0;
	}
	#profile .section-edit-content .input-wrap input[type=password],
	#profile .section-edit-content .input-wrap input[type=text],
	#profile .section-edit-content .input-wrap select,
	#profile .section-edit-content .input-wrap textarea {
		display: block;
		width: 100%;
	}
	.section-edit-submit:disabled {
		background: #81adfc;
		border: 1px solid #6389d0;
		color: #ccc;
	}
	#profile .section-edit-content .no-margin-top {
		margin-top: 0;
	}
	#profile .section-edit-content .sub {
	}
	#profile .section-edit-content .sub label {
		margin: 0 0 5px 0;
		padding: 0;
		font-weight: normal;
		border: none;
	}
	#profile .section-edit-content .sub-sub,
	#profile .section-edit-content label.indent { 
		margin: 0 0 10px 20px;
	}
	#profile .section-edit-content .hint {
		color: #999;
		font-size: 90%;
		font-weight: normal;
	}
	#profile .section-edit-content .token-input-list-act li p {
		font-weight: normal;
	}
	/* Overlay */
	.edit-profile-overlay.update {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #FFF;
		z-index: 88888;
		position: absolute;
		background: #FFF url("../img/updating.gif") no-repeat 50% 50%;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity:0.7;
	}
	/* Active Section */
	#profile li.section.active {
		background: #efefef;
	}
	/* Hidden Section */
	#profile li.section.hidden {
	}
	#profile li.section.hidden .key {
		color: rgba(0,0,0,0.3);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
	}
	#profile li.section.hidden .value {
		color: rgba(0,0,0,0.3);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
	}
	#profile li.section.hidden .key:before {
		content: "\f070";
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translate(0, -50%);
		width: 18px;
		height: 18px;
		font-size: 14px;
		font-family: 'Fontcons';
		color: #b2b2b2;
	}
	/* Private Section */
	#profile li.section.private {
		background-color: #efefef;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,
											color-stop(.25, rgba(255, 255, 255, .065)), color-stop(.25, transparent),
											color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .065)),
											color-stop(.75, rgba(255, 255, 255, .065)), color-stop(.75, transparent),
											to(transparent));
		background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
										transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
										transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
										transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
										transparent 75%, transparent);
		background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
										transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
										transparent 75%, transparent);
		background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
										transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
										transparent 75%, transparent);
		background-image: linear-gradient(-45deg, rgba(255, 255, 255, .065) 25%, transparent 25%,
										transparent 50%, rgba(255, 255, 255, .065) 50%, rgba(255, 255, 255, .065) 75%,
										transparent 75%, transparent);
		-webkit-background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		background-size: 30px 30px;
	}
	#profile li.section.private .key {
	}
	#profile li.section.private .key:before {
		content: "\f023";
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translate(0, -50%);
		width: 18px;
		height: 18px;
		font-size: 14px;
		font-family: 'Fontcons';
		color: #999999;
	}
	/* Profile Bio Section */
	#profile li.profile-bio p:first-child {
		margin-top:0;
	}
	#profile_bio {
		width:99%;
	}

	#profile .section-edit-content .input-wrap ul {
		list-style: none;
		margin: 0;
	}
	#profile .section-edit-content .input-wrap li {
		margin: 0;
		padding: 0.2em 0;
	}
	#profile .section-edit-content .input-wrap li label,
	#profile .section-edit-content .input-wrap li input[type=radio],
	#profile .section-edit-content .input-wrap li input[type=checkbox] {
		width: auto;
		display: inline-block;
		margin-right: 0.5em;
	}
	#profile .section-edit-content label {
		position: relative;
	}
	#profile .section-edit-content .input-wrap li label {
		font-weight: normal;
	}
	#profile .section-edit-content span.required {
		color: #c00;
		font-weight: normal;
		font-size: 0.85em;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: absolute;
		right: 0;
	}

/* Member Profile Completeness */
	#page_options #member-profile-completeness {
		position:relative;
		width:200px;
		border:none;
		font-size:9px;
		line-height:8px;
		font-weight:bold;
		text-transform:uppercase;
		color:#777;
		text-align: left;
	}
	#member-profile-completeness #meter {
		margin:3px 0 0 0;
		background:#bbb;
		background-image: -webkit-linear-gradient(top, #bbb, #eee);
		background-image: -moz-linear-gradient(top, #bbb, #eee);
		background-image: -o-linear-gradient(top, #bbb, #eee);
		background-image: -ms-linear-gradient(top, #bbb, #eee);
		background-image: linear-gradient(top, #bbb, #eee);
		border-radius:3px;
	}
	#member-profile-completeness #meter-percent {
		display:block;
		height:8px;
		border-top:1px solid #70b2f4;
		background:#439bf4;
		background-image: -webkit-linear-gradient(top, #439bf4, #2074cb);
		background-image: -moz-linear-gradient(top, #439bf4, #2074cb);
		background-image: -o-linear-gradient(top, #439bf4, #2074cb);
		background-image: -ms-linear-gradient(top, #439bf4, #2074cb);
		background-image: linear-gradient(top, #439bf4, #2074cb);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity:0.7;
		border-radius:3px;
		width: 0%;
	}
	#member-profile-completeness #meter-percent:after {
		content:attr(data-percent) '%';
		position:absolute;
		top:0;
		right:0;
		color:#444;
	}
	#member-profile-completeness #completeness-info {
		display:block;
		text-align:right;
		padding:3px 0 0 0;
		font-weight:normal;
		text-transform:lowercase;
		color:#aaa;
	}
	#member-profile-completeness #completeness-info:hover {
		cursor:pointer;
		color:#444;
	}

/* Member Picture Upload */
	#ajax-upload-container {
		background: #fff;
		padding: 20px;
	}
	#ajax-upload-container h2 {
		margin: 0 0 30px 0;
		line-height: 1em;
	}
	#ajax-upload-left {
		text-align: center;
	}
	#ajax-upload-left img {
		border-radius: 3px;
		box-shadow: 0 0 2px black;
		max-width: 100%;
		max-height: 300px;
	}
	#ajax-upload-left #remove-picture {
		display: inline-block;
		color: #444;
	}
	.qq-uploading {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 107px;
		color: #fff;
		font-size: 18px;
		padding: 75px 0 0 0;
		text-align: center;
		background: rgba(0,0,0,0.75);
	}
	.qq-uploader {
		position: relative;
		margin: 0;
		padding: 0;
	}
	/* Drop areas */
	.qq-upload-button,
	.qq-upload-drop-area {
		background: #f7f7f7;
		border: 2px dashed #ddd;
		text-align: center;
		color: #bbb;
		padding: 0;
		font-size: 1.5em;
	}
	.qq-upload-button,
	.qq-upload-drop-area {
		text-align: center;
		padding: 60px 0;
	}
	.qq-upload-button span,
	.qq-upload-drop-area span {
		position: relative;
		display: block;
		padding-top: 2em;
	}
	.qq-upload-button span:before,
	.qq-upload-drop-area span:before {
		display: block;
		position: absolute;
		top: 0;
		font-family: "Fontcons";
		font-size: 1.5em;
		line-height: 1;
		content: "\f03e";
		left: 50%;
		margin-left: -0.5em;
	}
	.qq-upload-button:hover,
	.qq-upload-drop-area:hover,
	.qq-upload-drop-area-active {
		border: 2px solid #333;
		color: #333;
		cursor: pointer;
	}
	.qq-upload-drop-area {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	#ajax-upload-right .qq-upload-list {
		display:none;
	}
	#ajax-upload-right table {
		border:none;
	}
	#ajax-upload-right table tr td {
		border-bottom:1px solid #ccc;
	}
	#ajax-upload-right table tr:last-child td {
		border:none;
	}
	#ajax-upload-right table tr td.key {
		font-weight:bold;
		color:#333;
		text-align:right;
		width:20%;
	}
	/* */
	#ajax-upload-uploading {
		background: #000;
		background: rgba(0,0,0,0.7);
		position: absolute;
		top: 0px; 
		left: 0px;
		height: 100%;
		width: 100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
	}
	#ajax-upload-uploading:before {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		height: 24px;
		text-align: center;
		font-size: 20px;
		color:#FFF;
		content: "Uploading...";
	}
	#page_identity a#page_identity_change {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #000;
		background: rgba(0,0,0,0.7);
		color: #FFF;
		z-index: 555;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		display: block;
		border: none;
		padding: 1em 0;
		min-height: 1em;
		font-weight:500;
		font-size: 1.2em;
	}
	#page_identity_change span:before {
		content: "\f03e";
		font-family: 'Fontcons';
		margin-right: 0.4em;
	}
	#page_identity a#page_identity_change:hover {
		background:#000;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		background:rgba(0,0,0,1);
	}
	#page_identity a#page_identity_change:hover span {
		color:#FFF;
	}

/* Member Picture Upload */
	#usage-agreement-popup {
		background:#FFF;
		padding:20px;
	}
	#usage-agreement-popup h2 {
		margin:0 0 10px 0;
		line-height:1em;
	}
	#usage-agreement-box {
		border:1px solid #ccc;
		padding:20px;
	}
	#usage-agreement {
		width:100%;
		height:300px;
		overflow-y:scroll;
	}
	#usage-agreement-buttons {
		text-align:center;
		margin:10px 0 0 0;
		overflow:hidden;
	}
	#usage-agreement-last-chance {
		display:none; 
		background:#ffefef;
	}
	#usage-agreement-last-chance h3 {
		margin:0 0 10px 0;
	}
	#usage-agreement-last-chance-buttons {
		display:none;
		margin:10px 0 0 0;
		overflow:hidden;
	}
	.usage-agreement-back-to-agree {
		float:left;
		font-size:13px;
		background:#065EFF;
		color:#FFF;
		border:1px solid #0441B0;
	}
	.usage-agreement-dont-accept {
		background:#F00;
		float:right;
		color:#FFF;
		font-size:13px;
		border:1px solid #8b0101;
	}

/* Members Incremental */
	#award-info {
		display: none;
		background: #fdf6ba;
		padding: 1em 1.5em;
		border: 2px solid #ffba00;
		margin-bottom: 1em;
	}
	#award-info strong:before {
		content: "\f006";
		font-family: "Fontcons";
		margin-right: 0.1em;
		font-size: 1.2em;
		border: none;
		color: orange;
	}

	#wallet {
		position: fixed;
		bottom: 1em;
		right: 1em;
		padding-left: 65px;
		border: 2px solid #ffba00;
		width: 100px;
		font-size: large;
		height: 40px;
		font-weight: bold;
		display: none;
	}
	#wallet span:before {
		content: "\f006";
		font-family: "Fontcons";
		margin-right: 0.1em;
		font-size: 1.2em;
		border: none;
		color: orange;
	}

	#orcid-fetch {
		margin-top: 1.65em;
	}

	#profile .address-field-wrap {
		position: relative;
		padding: 0 0 1em 0;
		margin: 0 0 1em 0;
		border-bottom: 1px solid #eee;
	}
	#profile .address-add {
		text-align: center;
	}
	#profile .address-remove {
		position: absolute;
		top: 0;
		right: 0;
	}

/* Member Address */
	.member-address-form fieldset p {
		margin: 0;
		padding: 1em;
	}
	.icon-locate:before {
		content: "\f041";
	}
	.section .address-links {
		display: none;
	}
	.section.active .address-links {
		display: block;
	}
	.profile-address .grid {
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
		border-top: 1px solid #efefef;
	}
	.profile-address .grid:first-child {
		margin: 0;
		padding: 0;
		border-top: none;
	}
