@CHARSET "UTF-8";
/* User public profile */
#userPublicProfile .background {
	background: url(../../../images/community/publicProfileBackground.png);
	position: fixed;
	width: calc(100% - 256px);
	height: 100%;
	background-size: contain;
	z-index: 0;
	background-repeat: no-repeat;
	top: 60px;
	left: 256px;
	right: auto;
	bottom: 0;
	opacity: 0.3;
}

#userPublicProfile h2 {
	clear: both;
	font-size: 2.1875em;
	color: #333333;
	padding-right: 0.5em;
	margin: 0.5em 0px 26px;
	display: inline-block;
	width: calc(100% - 200px);
}

#userPublicProfile .paddingTop {
	padding-top: 82px;
}

#userPublicProfile .connect {
	display: inline-block;
	width: 183px;
}

#userPublicProfile .connect button {
	float: right;
}

#userPublicProfile .usersList .connect button {
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

#userPublicProfile .connect #disconnectFriend, #userPublicProfile .connect #cancelRequest {
	background-color: #d9534f;
}

#userPublicProfile .connection {
	float: right;
	margin-top: 82px;
}

#userPublicProfile #subNav li {
	display: inline-block;
	padding: 12px 20px;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	transition: color 200ms ease-in-out;
}

#userPublicProfile #subNav li:hover {
	color: #009fe3;
}

#userPublicProfile #subNav li.selected {
	font-weight: 500;
	color: #009fe3;
}

#userPublicProfile .profileCard {
	/* margin-top: 82px; */
	
}

#userPublicProfile .profileCard .header {
	background: #009fe3;
	height: 112px;
}

#userPublicProfile .profileCard .image {
	height: 125px;
	width: 125px;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #fff;
}

#userPublicProfile .profileCard .profileInfo {
	margin-top: 60px;
	text-align: center;
	margin-bottom: 20px;
}

#userPublicProfile .profileCard .info {
	padding: 10px;
}

#userPublicProfile .profileCard .info .title {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}

#userPublicProfile .profileCard .info .data {
	font-weight: 300;
	font-size: 17px;
	margin-top: 5px;
}

#userPublicProfile .profile .content {
	padding: 20px;
}

#userPublicProfile .profile .content .purpose {
	padding-bottom: 20px;
}

#userPublicProfile .profile .content .purpose:last-of-type {
	padding-bottom: 0;
}

#userPublicProfile .profile .content .title {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 17px;
}

#userPublicProfile .profile .content .description {
	font-weight: 300;
	line-height: 1.4;
	word-break: break-all;
}

#userPublicProfile .content .emptyState .icon {
	text-align: center;
	display: block;
	font-size: 90px;
	color: #ebebeb;
	margin-bottom: 16px;
	margin-top: 30px;
}

#userPublicProfile .content .emptyState .text {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 32px;
	text-align: center;
}

#userPublicProfile .goals .content {
	padding: 20px;
}

#userPublicProfile .connections .content {
	padding: 20px;
}

#userPublicProfile .connections .content .connectionFilter {
	margin-top: 16px;
}

#userPublicProfile .connections .content .connectionFilter .sortTitle {
	margin-bottom: 6px;
	display: inline-block;
	margin-right: 12px;
}

#userPublicProfile .connections .content .connectionFilter [type="radio"]:not(:checked ) +label, #userPublicProfile .connections .content .connectionFilter [type="radio"]:checked+label
	{
	width: auto;
	padding-left: 26px;
	margin-right: 20px;
}

#userPublicProfile #connectionGraph canvas {
	height: 500px !important;
}

#userPublicProfile #connectionsGraph .personGoals ul {
	text-align: center;
}

#userPublicProfile .connections .counter .allConnections {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 4px;
}

#userPublicProfile .connections .counter .common {
	font-weight: 300;
}

#userPublicProfile .connections .header {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 12px;
}

#userPublicProfile .connections .header .counter {
	display: inline-block;
	width: calc(100% - 173px);
}

#userPublicProfile .connections .header .toggle {
	display: inline-block;
}

#userPublicProfile .noImplemented {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	padding: 50px;
}

#userPublicProfile .connect #declineFriend {
	text-align: center;
	margin-top: 8px;
	cursor: pointer;
}

#userPublicProfile #meal-pyramide {
	box-shadow: none;
	color: #fff;
}

#userPublicProfile #meal-pyramide .deserts, #userPublicProfile #meal-pyramide .fats, #userPublicProfile #meal-pyramide .protein, #userPublicProfile #meal-pyramide .carb,
	#userPublicProfile #meal-pyramide .fruitvege {
	margin-bottom: 2px;
}