﻿.activity-feed .achievementContainer .congratulate {
	margin-top: 10px;
	font-size: 110%;
}

.activity-feed .achievementContainer .parent {
	margin-top: 13px;
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px solid #dedede;
	width: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.activity-feed .achievementContainer .badge img {
	height: 80px;
	width: 80px;
	padding: 0;
	max-width: none;
}

.activity-feed .achievementContainer .badge {
	display: inline-block;
	line-height: 0px;
}

.activity-feed .achievementContainer .text {
	font-size: 16px;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
}

.activity-feed .achievementContainer .text a {
	color: #666;
	display: inline-block;
}

.activity-feed .achievementContainer .text a:hover {
	color: #00aedb;
}

.activity-feed .achievementContainer .name {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	max-width: 210px;
}

.activity-feed .achievementContainer .subtitle {
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
}

#badgecontainer {
	display: inline-block;
	width: 695px;
	margin-top: 10px;
}

#badgecontainer .parent {
	margin: 0 10px 20px;
	float: left;
	text-align: center;
	font-size: 16px;
}

#badgecontainer .parent:first-child,
#badgecontainer.my-badges .parent:nth-child(3n+4),
#badgecontainer.not-my-badges .parent:nth-child(4n+5) {
	margin-left: 30px;
}

#badgecontainer.not-my-badges {
	width: 100%;
}

#badgecontainer .parent .badge {
	width: 205px;
}

#badgecontainer .parent .badge img {
	height: 150px;
	width: 150px;
}

#badgecontainer .parent .text {
	float: left;
	width: 205px;
	height: 70px;
	line-height: 1.4;
}

#challenge-placement .parent {
	font-size: 20px;
	margin-left: 10px;
}

#challenge-placement .badge {
	display: inline-block;
	line-height: 0;
}

#challenge-placement .text {
	text-align: left;
	font-size: 20px;
	display: inline-block;
	padding-left: 8px;
}

#challenge-placement .name {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	max-width: 160px;
}

#challenge-placement .subtitle {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
}

#mini-badges {
	padding: 10px 5px 10px 15px;
	font-size: 0;
	line-height: normal;
}

.mini-badge {
	margin-right: 10px;
	width: 68px;
	height: 68px;
}

#levels-menu .dd:hover {
	color: #e8f9fe;
}

#levels-menu .dd:hover .ddArrow {
	border-top-color: #e8f9fe;
}

#levels-menu .dd .ddChild li.selected {
	background: none;
}

#levels-menu .dd .ddChild li:hover {
	background-color: #e5f7fc;
}

#profile-details-column {
	margin-top: 25px;
	width: 256px;
}

#profile-details-column .details-header {
	width: 258px;
}

#profile-details-column .details-header.left {
	width: 238px;
}

#levels-menu {
	display: inline;
}

#levels-menu .dd {
	max-width: 78%;
	color: #fff;
	background-color: #00AEDB;
	border: none;
	font-size: 1em;
	cursor: pointer;
}

#levels-holder.mine #levels-menu .dd {
	max-width: 70%;
}

#levels-menu .dd:focus{
	outline: none;
}

#levels-menu .dd .ddArrow {
	border-top-color: #fff;
	border-left: 4px solid #00aedb;
	border-right: 4px solid #00aedb;
	margin-right: 0;
	border-width: 6px;
	margin-top: -2px;
}

#levels-menu .dd .ddChild li.enabled {
	padding-left: 10px;
}

ol#levels-container {
	margin-left: 0;
}

.levels-item {
	display: inline;
}

.level-holder {
	background-color: white;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .7);
	display: block;
	width: 210px;
	line-height: 0;
	margin: 20px auto;
}

#levels-container .level-image {
	padding: 6px 6px 4px 6px;
}

.activity-feed img.level-image {
	padding: 0;
}

.level-holder .progress-bar {
	height: 8px;
	margin: 0 0 5px 6px;
	width: 198px;
}

.level-text-holder {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 0 6px 25px 6px;
	line-height: normal;
	letter-spacing: 1px;
}

.activity-feed .achievementContainer .parent .level-text-holder {
	padding-bottom: 10px;
}

.level-info-text {
	float: right;
}

.levels-placeholder,
.mini-badges-placeholder {
	margin: 20px;
	text-align: center;
}

#badge-categories {
	float: left;
	display: inline-block;
	width: 245px;
	margin-bottom: 20px;
	margin-top: 10px;
}