/**
 * @package	 hubzero-cms
 * @file		components/com_members/members.css
 * @copyright   Copyright 2005-2011 Purdue University. All rights reserved.
 * @license	 http://www.gnu.org/licenses/lgpl-3.0.html LGPLv3
 */

/* Intro */
#introduction:after {
	content: "\f007";
}

/* Misc */
iframe {
	border: none;
}
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
}

/* Page Structure */
#content.com_members {
	padding: 0;
}
#page_container {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	*padding-left: 215px;
	*display: block;
	width: 100%;
}
#page_sidebar {
	/*background: #e1e1e1;*/
	/*background: rgba(0, 0, 0, 0.1);*/
	background: #d1d4c9;
	display: table-cell;
	width: 215px;
	min-width: 215px;
	vertical-align: top;
	*display: block;
	*margin-left: -215px;
	*float: left;
}
#page_main {
	z-index: 555;
	/*display: table-cell;*/
	vertical-align: top;
	width: 100%;
	*display: block;
	*width: auto;
	*float: left;
}

/* Indentity */
#page_identity {
	display: block;
	margin: 25px 25px 0px 25px;
	padding: 0;
	position: relative;
	z-index: 305;
	line-height: 1em;
}
#page_identity a {
	display: block;
	min-width: 150px;
	max-width: 165px;
	min-height: 100px;
	text-align: center;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	border: none;
}
#page_identity a:hover {
	border: none;
}
#page_identity img {
	max-width: 100%;
	max-height: 300px;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	border: none;
}

/* Menu */
#page_menu {
	list-style: none;
	margin: 25px 0;
	padding: 0;
}
#page_menu li {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#page_menu li:first-child {
	border-top: 1px solid #eee;
}
#page_menu li a {
	color: #444;
	position: relative;
	display: block;
	background-image: none;
	padding: 0.4em 2em 0.4em 3.5em;
	border: none;
}
#page_menu li a:before,
#page_menu li a:after {
	content: "";
	position: absolute;
	left: 1.6em;
	top: 0.4em;
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	font-family: 'Fontcons';
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
}
#page_menu li a:before {
	content: attr(data-icon);
}
#page_menu li a:hover {
	border-bottom: none;
	color: #556e53;
}
#page_menu li a:hover:before {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#page_menu li.active {
	color: #eee;
	font-weight: 500;
}
#page_menu li.active>a {
	color: #eee;
	background: #555;
	background: rgba(0, 0, 0, 0.6);
}
#page_menu li.active>a:before {
	color: #FFF;
}
#page_menu li.active>a:hover {
	border: none;
}
#page_menu li.active:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -0.9em;
	z-index: 444;
	border-top: 1.175em solid transparent;
	border-right: none;
	border-bottom: 1.175em solid transparent;
	border-left: 1em solid #555;
}
#page_menu li .meta {
	position: absolute;
	right: 0.5em;
	top: 0.4em;
	padding: 0;
}
#page_menu li .meta .count {
	background: #d1d1d1;
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	/*text-shadow: 0 1px 1px #fff;*/
	font-size: 0.9em;
	line-height: 1.2;
	padding: 0.1em 0.3em;
	border-radius: 0.25em;
}
#page_menu li.active .meta .count {
	background: #e3e3e3;
	color: #555;
}
#page_menu li .alrt,
#page_menu li .alrt:hover {
	position: absolute;
	top: 11px;
	right: 33px;
	border: 1px solid #a62525;
	-webkit-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575;
	-moz-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575;
	-ms-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575;
	-o-box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575;
	box-shadow: 0 0 2px #aaa, inset 0 1px 2px #f47575;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #ec1b1c;
	background-image: -webkit-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: -moz-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: -o-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: -ms-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: linear-gradient(top, #ec1b1c, #bc2525);
	padding: 0;
	height: 6px;
	width: 6px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	z-index: 911;
}
#page_menu li.active .alrt,
#page_menu li.active .alrt:hover {
	border: 1px solid #FFF;
	-webkit-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575;
	-moz-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575;
	-ms-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575;
	-o-box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575;
	box-shadow: 0 0 2px #666, inset 0 1px 2px #f47575;
}
#page_menu li .alrt:before {
	display: none;
}
#page_menu li .alrt span {
	position: relative;
	display: block;
	top: 15px;
	left: -9999px;
	min-width: 140px;
	max-width: 180px;
	padding: 5px 10px;
	border: 1px solid #a62525;
	-webkit-box-shadow: 0 0 3px #777;
	-moz-box-shadow: 0 0 3px #777;
	-ms-box-shadow: 0 0 3px #777;
	-o-box-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #777;
	color: #777;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	background: #FFF;
}
#page_menu li .alrt span:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 5px;
	border: 6px solid transparent;
	border-color: transparent transparent #777 transparent;
}
#page_menu li .alrt span:after {
	content: "";
	position: absolute;
	top: -11px;
	left: 5px;
	border: 6px solid transparent;
	border-color: transparent transparent #ec1b1c transparent;
}
#page_menu li .alrt:hover span {
	left: -9px;
}
#page_menu li .alrt span strong {
	display: block;
	background: #ec1b1c;
	background-image: -webkit-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: -moz-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: -o-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: -ms-linear-gradient(top, #ec1b1c, #bc2525);
	background-image: linear-gradient(top, #ec1b1c, #bc2525);
	position: relative;
	padding: 5px 10px;
	margin: -5px -10px 5px -10px;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-shadow: 0px 1px 1px #eb5f60;
	border-bottom: 1px solid #a62525;
}
#page_menu li .impact:before {
	content: "\f012";
}

/* Member options */
#member_options {
	list-style: none;
	margin: 1em 2em 0 2em;
	padding: 0;
	position: relative;
}
#member_options li {
	margin: 0;
	padding: 0;
}
#member_options li a {
	display: block;
	background: #444;
	font-size: 14px;
	font-weight: 200;
	padding: 5px 15px;
	border: 1px solid #222;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	text-align: center;
	text-shadow: 0 1px 0 #444;
	color: #ccc;
}
#member_options li a:before {
	font-family: "Fontcons";
}
#member_options li a:hover {
	border: 1px solid #000;
	background: #353535;
	color: #fff;
}

/* Stats graph */
#member-stats-graph {
	display: block;
	margin: 0 20px 20px 20px;
	text-align: center;
	background: #eee;
	border: 1px solid #DDD;
	padding: 15px 10px;
}
#member-stats-graph img {
	width: 140px;
}
#member-stats-graph:after {
	content: attr(data-name) "'s \a " attr(data-type);
	white-space: pre;
	display: block;
	font-size: 10px;
	line-height: 11px;
	color: #777;
}
#member-stats-graph:hover {
	background: #555;
	border: 1px solid #333;
	cursor: url("/components/com_members/assets/img/zoom_in.png"), move;
}
#member-stats-graph:hover:after {
	color: #FFF;
}

/* Page header */
#page_header {
	display: block;
	padding: 25px 20px 5px 20px;
	margin-bottom: 5px;
	overflow: hidden;
	position:relative;
}
#page_options + #page_header {
	margin-right: 11em;
}
#page_header h2 {
	float: left;
	color: #444;
	margin: 0px;
	border-bottom: 0px;
	line-height: 1em;
	padding: 0 0 0 35px;
	margin-top: -7px;
}
#page_header h2 a {
	border-bottom: 1px solid #f8f8f8;
	color: #337ab7;
	text-decoration: none;
	font-size: 18px;
}
#page_header h2 a:hover {
	/*border-bottom: 1px solid #aaa;*/
	text-decoration: none;
	color: #23527c;
}
#page_header span {
	float: left;
	color: #777;
	border: none;
	padding: 3px 15px 0 15px;
}
#page_header h3 {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	color: #999;
	font-size: 14px;
	font-weight: 400;
}

#page_header #profile-privacy {
	color: transparent;
	position: absolute;
	top: 25px;
	left: 20px;
	width:25px;
	height: 30px;
	line-height: 1;
	border: none;
	display:block;
	padding:0;
	background-image: none;
	overflow: hidden;
}
#page_header #profile-privacy:before {
	content: "\f023";
	font-size: 30px;
	color:#ccc;
	font-family: 'Fontcons';
	background-image: none;
}
#page_header #profile-privacy.private:before {
	content: "\f023";
	font-size: 30px;
	color:#353535;
	font-family: 'Fontcons';
	background-image: none;
}

/* Page options */
#page_options {
	list-style: none;
	position: absolute;
	top: 20px;
	/*right: 20px;*/
	right: 11%;
	margin: 20px 0 0 0;
	padding: 0;
}
#page_options li {
	margin: 0;
	padding: 0;
}
#page_options a {
	color: #0a001f;
	font-size: 12px;
}

#page_notifications {
	margin: 0 20px;
	border: 0.5px solid #e9e9e9;
}

#page_content {
	margin: 15px 20px;
}
#page_content h3.section-header {
	display: none;
}

/* Member Messages */
#sbox-content .hub-mail {
	background: url("/plugins/members/messages/images/mail_bg.png") repeat 0 0;
	padding: 10px;
	width: auto;
	min-height: 380px;
}
#sbox-content .hub-mail .cont {
	background: #FFF url('/plugins/groups/messages/mail-send.png') no-repeat 98% 4%;
	border: 1px solid #efefef;
}
#sbox-content .hub-mail .cont label {
	padding: 0.5em 0;
	margin: 0 10px;
	border-bottom: none;
	color: #777;
	display: block;
}
#sbox-content .hub-mail .cont h3 {
	background: none;
	border: none;
	text-shadow: none;
	padding: 0.5em 0;
	margin: 5px 10px 0 10px;
	filter: none;
}
#sbox-content .hub-mail .cont #msg-to {
	width: 350px;
	display: block;
}
#sbox-content .hub-mail .cont input[type=submit] {
	width: auto;
}
#sbox-content .hub-mail .cont .hint {
	font-size: 0.85em;
	color: #999;
	display: block;
}
#sbox-content .hub-mail .cont .required {
	color: #f00;
	font-size: 0.6em;
	text-transform: uppercase;
}
#sbox-content .hub-mail #members {
	display: block;
	width: 50%;
}
#sbox-content .hub-mail .width-65{
	width: 65%;
}
#sbox-content .hub-mail .smallinput {
	width: 1px;
}
.message:before {
	content: "\2709";
	font-family: "Fontcons";
	margin-right: 1em;
}
.message-member a {
	margin: 0;
	padding: 0;
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	overflow: hidden;
	float: right;
	border: none;
}
.message-member a:hover {
	border: none;
}

/* Entries */
.com_members .entries thead th {
	text-align: center;
	font-size: 85%;
	background-color: #fafafa;
}
.com_members .entries thead th {
	padding: 0;
}
.com_members .entries tbody tr.me {
	background-color: #f6f6f1;
}

#content.com_members .four .three {
	border-top: none;
}
.contributor {
	font-size: 1em;
	margin: 0;
}
.contributor h3 {
	margin: 0;
	padding: 1em;
	border-bottom: 1px solid #fff;
}
.contributor h4 {
	font-size: 1.2em;
	line-height: 2em;
	padding: 0;
	margin: 0;
}
.contributor h4 a {
	color: #333;
	border: none;
}
.contributor-photo {
	margin: 1em 1em 0 0;
	padding: 0;
	float: left;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
	width: 40px;
	height: 40px;
	overflow: hidden;
}
p.contributor-org {
	margin: 0;
	color: #999;
}
p.contributor-org:before {
	font-family: "Fontcons";
	content: "\f062";
}
p.contributor-bio {
	margin-top: 0;
}
.contributor-photo img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.contributor-content {
	padding: 1em 0 0 0;
	margin: 0 0 0 65px;
	font-size: 1em;
	color: #666;
}
.com_members .entries tbody th {
	width: 50px;
}

/* Members Edit CSS */
#member-picture {
	background-color: #F5F7F2;
}
#member-picture fieldset {
	margin: 1.5em 0 2em 0;
	padding: 0.5em 0;
}

/* [!] IE 7 Fixes */
.com_members #page_identity img {
	*border: 1px solid #aaa;
}
.com_members #page_menu li {
	*padding-left: 25px;
}
.com_members #page_menu li .alrt {
	*display: none;
}

/* Members Browse Statistics */
.com_members .aside .container table {
	border: none;
	margin: 1em 0 2em 0;
}
.com_members .aside .container table th {
	padding-left: 0;
	text-align: left;
}
.com_members .aside .container table td {
	text-align: right;
	padding-right: 0;
}
.com_members .aside .container table tr:last-child th,
.com_members .aside .container table tr:last-child td {
	border-bottom: none;
}

/* Responsive */
@media (max-width: 800px) {
	#page_identity {
		padding: 0;
		margin: 0;
	}
	#page_identity a {
		min-width: 6em;
		min-height: 6em;
		max-width: 6em;
		max-height: 6em;
		overflow: hidden;
	}
	#page_identity img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	#member_options {
		margin: 0;
	}
	#page_info {
		display: none;
	}
	#page_sidebar {
		width: 6em;
		min-width: 6em;
	}
	#page_menu {
		margin: 0;
	}
	#page_menu li {
		padding: 0;
	}
	#page_menu li a {
		text-indent: -66em;
		line-height: 6em;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		text-align: center;
		position: relative;
		-webkit-transition: background 0.1s ease-in-out;
		-moz-transition: background 0.1s ease-in-out;
		transition: background 0.1s ease-in-out;
	}
	#page_menu li span.meta,
	#page_menu li span.count {
		text-indent: 0;
		line-height: 1.2;
		text-align: left;
	}
	#page_menu li a:before {
		text-indent: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 2em;
		-webkit-font-smoothing: antialiased;
		text-align: center;
	}
}
.innerwrap{
	margin: 0 0 0 10px;
}
#contributions_wrapper{
	margin: 15px 0;
	overflow: auto;
}
.kv-fileinput-caption{
	height: 40px!important;
}
#contributions td{
	border-bottom: 0.5px solid #ddd;
}
#contributions{
	border-bottom: 1px solid #dfdfdf;
}
.modal-footer>button{
	margin-top: 10px;
	margin-right: 15px;
}
#page_content .btn-primary {
	color: #eee;
	background-color: #359768;
	border: 0;
}