/* BEGIN LAYOUT STYLES */

.leftContentColumn,
.rightContentColumn {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainColumnPadding {
	padding:10px 20px 20px;
}
.bodyWrapper .leftContentColumn {
	float:left;
	width:260px;
	margin-right:0px;
	border-right: 1px solid #e9e9e9;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.bodyWrapper .rightContentColumn {
	float:right;
	width:260px;
	margin-left:0px;
	border-left: 1px solid #e9e9e9;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.bodyWrapper .mainContentColumn {
	float:left;
	width:100%;
}
.bodyWrapper .mainContentColumn.leftColVisible,
.bodyWrapper .mainContentColumn.rightColVisible {
	width:700px;
}
.bodyWrapper .mainContentColumn.rightColVisible.leftColVisible {
	width:440px;
}

.home .rightContentColumn {
	background-color:#f6f6f6;
}
.home .rightContentColumn .columnContent > div {
	border-bottom:1px solid #ccc;
	padding:20px;
}
.home .rightContentColumn .columnContent h4 {
	margin: 0 0 20px 0;
}
.home .bodyMeasurements ul {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:0;
	padding-top:0;
}
.createEditRoute .rightContentColumn .mainColumnPadding {
	padding-bottom:15px;
}
.createEditRoute .bodyContainer,
.errorLayout .bodyContainer {
	min-height:auto;
}

.sizeConstraint {
	width:960px;
	margin:auto;
	height:100%;
}

/*only for advanced fitness reports */
.fullscreen .sizeConstraint {
	width:95%;
}

.fullscreen .leftContentColumn,
.fullscreen .rightContentColumn {
	width: 200px;
}

.fullscreen .ySelectContainer {
	padding:5px;
}

.fullscreen .ySelectContainer .dataField {
	width:100%;
}

.bodyWrapper .fullPage {
	width:100%;
}
.bodyContainer {
	width:100%;
	background-color:#ffffff;
	background-repeat: repeat-y;
	background-position:center;
	background-size:960px;
	z-index:0;
	position:relative;
	min-height:550px;
	margin: 80px 0 0 0;
	z-index:1;
	-webkit-box-shadow: 0px 0px 20px 1px #ccc;
	box-shadow: 0px 0px 20px 1px #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.editActivity .bodyContainer,
.bodyContainer.subNavTrue {
	padding:0;
}

.fullscreen .bodyContainer,
.fullscreen .bodyContainer.subNavTrue {
	padding:10px;
}

.noBodyPadding .bodyContainer {
	padding:0 !important;
	margin:0 !important;
}

/* END LAYOUT STYLES */

/* BEGIN MULTI PAGE STYLES */
#searchResults {
	margin-top:10px;
}
.friendListView {
	display:block;
	height:auto;
	margin-bottom:8px;	
	padding-bottom:8px;
	clear:both;
	min-height:50px;
	border-bottom:1px solid #e9e9e9;
	position:relative;
}

.friendListView .avatarContainer
{
	float:left;
	margin: 0 10px 0 0;
	position:relative;
}

.friendListView .avatarContainer .icon-elite
{
	position:absolute;
	left:0px;
	top:35px;
	z-index:1000;
}
.friendListView .avatarContainer .avatar
{
	height:50px;
}
.friendRequests .acceptDeny {
	margin: 8px 0 0 0;
}
.friendRequests .friendRespondDeny {
	float:left;
	margin-left:10px;
}
#appConnect {
	float:none;
	margin:10px 0 0 0;
}
#enterWeightButton {
	float:none;
	margin: 5px auto;
}
#weightFieldContainer {
	width:280px;
	margin:auto;
}
#weightFieldContainer ul.component.listItems > li {
	margin: 8px 0;
	height:30px;
}
#weightFieldContainer ul.component.listItems > li > span.label {
	float:left;
	display:inline-block;
	width:120px;
	margin-right: 10px;
}
#weightFieldContainer ul.component.listItems > li > span.value {
	float:left;
}
#weightFieldContainer ul.component.listItems > li > span.value input[type="text"] {
	margin-right:5px;
	display:inline-block;
	width:100px;
	height:30px;
}
.bodyMeasurements .permissionIcon,
#bodyMeasurementsContainer .permissionIcon {
	float:left;
	margin: 5px 0 0 0;
	display:block;
	min-width:10%;
}
.bodyMeasurements .footnote,
#bodyMeasurementsContainer .footnote {
	display:block;
	float:right;
	width:80%;
	margin:3px 0;
}
#bodyMeasurementsLightbox {
	width:100%;
}
#bodyMeasurementsLightbox #updateBodyMeasurements {
	width:100%;
}
#bodyMeasurementsLightbox form {
	margin:0;
}
#bodyMeasurementsLightbox .hardwareLink {
	width:80%;
	margin:auto;
}
#bodyMeasurementsLightbox .header {
	border-bottom:1px solid #ccc;
}
#bodyMeasurementsLightbox .viewHistoricalChanges {
	display:block;
	text-align:center;
	margin: 7px auto;
}

#userInfoDetails,
#bodyMeasurementsContainer ul{
   margin: 0 0 15px 0;
   list-style: none;
}
#userInfoDetails li,
#bodyMeasurementsContainer ul li {
   margin-bottom:10px;
}

#userInfoDetails li,
#bodyMeasurementsContainer li {
	text-align:left;
	color:#444;
}

#userInfoDetails li .infolabel,
#bodyMeasurementsContainer li .statlabel {
	color:#888;
	text-transform: uppercase;
}
#bodyMeasurementsContainer li .icon {
	float:left;
	margin: 5px 15px 20px 0;
}
.measurementList {
	list-style: none;
}
.measurementList label {
	float:right;
	line-height:25px;
}
.measurementList input {
	margin-left:15px;
	float:right;
}
#bodyMeasurementsLightbox #bodyMeasurementButton-submit {
	width:100px;
	float:none;
	margin:5px auto;
	display:block;
}
.measurementList .unit {
	line-height:25px;
	display:block;
	width:50px;
	text-align:left;
	padding-left:5px;
	float:right;
	min-height:1px;
}

.breadcrumbNav {
	position:relative;
	width:100%;
	height:35px;
}
.breadcrumbItem,
.breadcrumbNav > .breadcrumbItem > .arrow.right,
.breadcrumbNav > .breadcrumbItem > .arrow.left,
.breadcrumbNav > .breadcrumbItem > .text,
.breadcrumbNav > .breadcrumbItem > .rkicon,
.breadcrumbNav > .breadcrumbItem > .icon
{
	float:left;
	height:35px;
}
.breadcrumbItem {
	position:relative;
	cursor:pointer; cursor:hand;
}
.breadcrumbNav > .breadcrumbItem:last-child {
	float:none;
}
.breadcrumbNav > .breadcrumbItem > .text,
.breadcrumbNav > .breadcrumbItem > .icon,
.breadcrumbNav > .breadcrumbItem > .rkicon {
	background-image:url(../images/breadcrumb-m.png);
}

.breadcrumbNav > .breadcrumbItem > .text > .step {
	background-color:#31a4d9;
	color:#fff;
	border-radius:1em;
	padding:3px 8px;
	margin-right:10px;
}
.breadcrumbNav > .breadcrumbItem.dark > .text {
	color:#fff;
}
.breadcrumbNav > .breadcrumbItem.dark > .text > .step {
	background-color:#fff;
	color:#31a4d9;
	font-weight:bold;
}

.breadcrumbNav > .breadcrumbItem.dark > .text,
.breadcrumbNav > .breadcrumbItem.dark > .icon,
.breadcrumbNav > .breadcrumbItem.dark > .rkicon {
	background-image:url(../images/breadcrumb-m-dark.png);
}
.breadcrumbNav > .breadcrumbItem > .arrow.right {
	background-image:url(../images/breadcrumb-arrow-r.png);
	background-repeat:no-repeat;
	width:18px;
}
.breadcrumbNav > .breadcrumbItem.dark > .arrow.right {background-image:url(../images/breadcrumb-arrow-dark-r.png);}
.breadcrumbNav > .breadcrumbItem:last-child > .arrow.right {
	background-image:url(../images/breadcrumb-r.png);
	position:absolute;
	top:0;
	right:0;
	width:6px;
}
.breadcrumbNav > .breadcrumbItem.dark:last-child > .arrow.right {
	background-image:url(../images/breadcrumb-r-dark.png);
}
.breadcrumbNav > .breadcrumbItem:last-child:hover > .arrow.right {background-position:0 -35px;}
.breadcrumbNav > .breadcrumbItem:last-child:active > .arrow.right {background-position:0 -70px;}
.breadcrumbNav > .breadcrumbItem {
	background-color:transparent;
}
.breadcrumbNav > .breadcrumbItem:last-child {
	background-image:url(../images/breadcrumb-m.png);
	background-color:transparent;
}
.breadcrumbNav > .breadcrumbItem.dark:last-child{
	background-image:url(../images/breadcrumb-m-dark.png);
}
.breadcrumbNav > .breadcrumbItem > .arrow.left {
	background-image:url(../images/breadcrumb-arrow-l.png);
	background-repeat:no-repeat;
	background-color:#f9f9f9;
	width:27px;
}
.breadcrumbNav > .breadcrumbItem.dark > .arrow.left {background-image:url(../images/breadcrumb-arrow-dark-l.png);}

.breadcrumbNav > .breadcrumbItem:not(:first-child){
	position:relative;
	left:-23px;
}
.breadcrumbNav > .breadcrumbItem:not(:first-child) .arrow.left {
	background-position:10px 0;
}
.breadcrumbNav > .breadcrumbItem:last-child{
	left:0;
}
.breadcrumbNav > .breadcrumbItem:last-child .arrow.left {
	position:relative;
	left:-23px;
}
.breadcrumbNav > .breadcrumbItem:first-child > .arrow.left {
	background-image:url(../images/breadcrumb-arrow-l.png);
	width:6px;
}
.breadcrumbNav > .breadcrumbItem:first-child > .arrow.left {
	background-image:url(../images/breadcrumb-l.png);	
}
.breadcrumbNav > .breadcrumbItem.dark:first-child > .arrow.left {
	background-image:url(../images/breadcrumb-l-dark.png);	
}
.breadcrumbNav > .breadcrumbItem:hover > .text,
.breadcrumbNav > .breadcrumbItem:hover > .arrow.right,
.breadcrumbNav > .breadcrumbItem:first-child:hover > .arrow.left,
.breadcrumbNav > .breadcrumbItem:last-child:hover {background-position: 0 -35px;}
.breadcrumbNav > .breadcrumbItem:not(:first-child):hover > .arrow.left {background-position: 10px -35px;}
.breadcrumbNav > .breadcrumbItem:active > .text,
.breadcrumbNav > .breadcrumbItem:active > .arrow.right,
.breadcrumbNav > .breadcrumbItem:first-child:active > .arrow.left,
.breadcrumbNav > .breadcrumbItem:last-child:active {background-position: 0 -70px;}
.breadcrumbNav > .breadcrumbItem:not(:first-child):active > .arrow.left {background-position: 10px -70px;}

.breadcrumbNav > .breadcrumbItem > .text {
	padding:0 10px;
	position:relative;
}
.breadcrumbNav #myFitnessClassesLink,
.breadcrumbNav #myRacesLink,
.breadcrumbNav #myAppsLink {
	position:relative;
	float:right;
	z-index:21;
	cursor:pointer;cursor:hand;
	height:35px;
	padding:0 15px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	background-image:url(../images/breadcrumb-m.png);
	background-color:transparent;
}
.breadcrumbNav #myFitnessClassesLink .text,
.breadcrumbNav #myRacesLink .text,
.breadcrumbNav #myAppsLink .text,
.breadcrumbItem .text {
	line-height:35px;
}
.breadcrumbNav #myFitnessClassesLink:hover,
.breadcrumbNav #myRacesLink:hover,
.breadcrumbNav #myAppsLink:hover {
	background-position: 0 -35px;
}
.breadcrumbNav #myFitnessClassesLink:active,
.breadcrumbNav #myRacesLink:active,
.breadcrumbNav #myAppsLink:active {
	background-position: 0 -70px;	
}
.friendWidget#stawStepOne,
.friendWidget#stawStepTwo {
	width:620px;
}
.friendWidget p {
	margin:5px 0;
}
.friendWidget h2 {
	padding:10px 0;
}
.friendsStepContents .appsBox {
	border: 1px solid #DDD;
	padding: 10px;
	overflow: auto;
}
.friendsStepContents .appItemContainer .icon {
	margin-right:20px;
	float:left;
}
.appItemContainer {
	margin: 20px 0;
	position:relative;
}
.friendsStepContents .linkedAccounts .settingsTableRow div.linkedStatus .icon {
	position:absolute;
	right:0;
	top:5px;
}
.friendsStepContents .divider {
	height: 1px;
	border-top: 1px solid #CCC;
}
.friendsStepContents .emailTagEntryContainer {
	padding: 15px 0 30px 0;
}
.emailTagEntryContainer .leftColumn, .emailTagEntryContainer .rightColumn {
	float: left;
}
.emailTagEntryContainer input,
.runkeeper.editActivity .emailTagEntryContainer input {
	width: 200px;
	margin-right:10px;
}
.friendsStepContents p.note {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 300px;
}
.buttonSideText {
	float: right;
	margin-right: 8px;
	top: 8px;
	position: relative;
}
.friendWidget #nextButton {
	float:right;
}
.friendWidget #friendsStepOneContents {
	position:relative;
}
.friendWidget .spinner {
	position: absolute;
	left: 0;
	top: 0;
	bottom:-40px;
	right:0;
	background: #FFF;
	opacity: 0.6;
	z-index: 1000;
}
.friendWidget #friendsStepOneContents #addEmail {
	float:right;
}
#stawStepTwo .friendsStepContents {
	background-color:#fff;
	border:1px solid #ccc;
	min-height:200px;
	padding:10px;
}
#stawStepTwo .inviteFriendsContainer {
	margin-top: 10px;
}
#stawStepTwo #filterFriends {
	background: #EEE;
	padding:7px;
	border:1px solid #ccc;
	border-bottom:none;
}
#stawStepTwo #filterFriends .filterFriendsInputWrapper {
	background: #FFF;
	display:block;
	float:right;
	padding:2px 3px;
	width:90%;
}

.customMessageContainer {
	height:85px;
}
#friendWidgetCustomMessage {
	border:1px solid #ccc;
	display:block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	min-height:35px;
	width:100%;
	padding:5px;
}
#sendInvites { 
	float:right;
}
#stawStepTwo #filterFriends .filterFriendsInputWrapper input {
	width: 80%;
	outline:none;
	border:none;
}
div#filterFriends .filterFriendsInputWrapper a.clearInput {
	float:right;
}
div#filterFriends .filterFriendsInputWrapper a.clearInput, div.filterFriends .filterFriendsInputWrapper a.clearFilterFriendInput {
	cursor: pointer;cursor:hand;
}
#friendsStepOneContents .spinner img{
	display:block;
	margin:150px auto 0 auto;
}
#googleStatus .icon a {
	display: block;
	width: 200px;
	height: 31px;
	background: url(../images/connect-google.png) no-repeat 0 0;
}
#googleStatus .icon a:hover {background: url(../images/connect-google.png) no-repeat 0 -31px;}
#googleStatus .icon a:active {background: url(../images/connect-google.png) no-repeat 0 -62px;}
#yahooStatus .icon a {
	display: block;
	width: 200px;
	height: 31px;
	background: url(../images/connect-yahoo.png) no-repeat 0 0;
}
#yahooStatus .icon a:hover {background: url(../images/connect-yahoo.png) no-repeat 0 -31px;}
#yahooStatus .icon a:active {background: url(../images/connect-yahoo.png) no-repeat 0 -62px;}

#imageTagContainer {margin-bottom:10px;}

.imageTag, .imageTag .imageTagAvatar {
	width:50px;
	height:50px;
	float:left;
	margin-right:5px;
}
.tag {
	float: left;
	margin-bottom:10px;
	margin-right:5px;
}
.editActivity .tag.emailTag .toggleItem.left {
	border-right:none;
}
.tag .toggleItem.left {
	display: block;
	float: left;
	background-color:#eee;
	border:1px solid #ccc;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	cursor: default;
	margin: 0;
	padding: 0;
	position: relative;
	padding:4px;
}
.tag .toggleItem.right {
	background-color:#eee;
	display:block;
	float:left;
	border:1px solid #ccc;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-left:none;
	height:23px;
}
.tag .toggleItem .toggleX {
	background-image: url(../images/toggleX.png);
	background-repeat:no-repeat;
	background-position:center 3px;
	display: block;
	width:16px;
	height:23px;
}
.tag .toggleItem.right:hover .toggleX {
	background-color:#ccc;
}
.tag:hover .toggleItem {
	background-color:#ccc;
}
.tag:active .toggleItem {
	background-color:#999;
}
.friendWidgetContact {
	border-top: 1px solid #CCC;
	padding: 5px;
	cursor:pointer;cursor:hand;
}
.friendWidgetContact:hover {
	background-color:#eee;
}
.friendWidgetContact:active {
	background-color:#ccc;
}
.friendWidgetContact img {
	height: 20px;
	width: 20px;
	display: inline;
	float:left;
	margin-right:20px;
}
.friendWidgetContact .contactName {
	float: left;
	margin-right: 8px;
}
.friendWidgetContact .contactEmail {
	float: left;
}
.friendWidgetContact input[type="checkbox"] {
	padding-top:2px;
	float: right;
	width:20px;
	height:20px;
	margin-right:20px;
}
.friendWidgetContactListSiteLogo {
	background-color: #e7e8ea;
	padding: 5px;
	border-bottom: 4px solid #929699;
}
.userNavContainer {
	width:100%;
	height:80px;
	position:relative;
	border-top:1px solid #fff;
	border-bottom:1px solid #e7e6e6;
	background-color:#eee;
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #f5f5f5), color-stop(50%, #efefef));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #efefef 50%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 50%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #efefef 50%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #efefef 50%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #efefef 50%);
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-border-top-left-radius: 3px;
}
.userNavItem {
	float:right;
	height:80px;
	width:100px;
	background-position: center 0px;
	background-repeat:no-repeat;
}
.userNavContainer .userNavItem img {
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-border-top-left-radius: 3px;
}
.userNavItem.selected {
	background-color:#fff;
	border-bottom:1px solid #fff;
}
.userNavItem:hover {
	background-position: center -80px;
}
.userNavItem.selected{
	background-position: center -160px;

}

.userNavItem.reports{background-image:url('../images/sub_nav_reports_sprite.png');}
.userNavItem.training{background-image:url('../images/sub_nav_training_sprite.png');}
.userNavItem.history{background-image:url('../images/sub_nav_history_sprite.png');}
.userNavItem.friends{background-image:url('../images/sub_nav_friends_sprite.png');}
.userNavItem.routes{background-image:url('../images/sub_nav_routes_sprite.png');}
.userNavItem.dashboard{background-image:url('../images/sub_nav_dashboard_sprite.png');}

.userNavItem p {
	margin: 52px auto 17px auto;
	text-align: center;
	line-height:100%;
	font-size:11px;
	color:#666;
	font-weight:bold;
}
.userNavItem:hover p {
	color:#888;
}
.userNavItem#userProfile {
	float:left;
	width:350px;
}
.userNavItem#userProfile #imgContainer{
	float:left;
	position:relative;
	top:-1px;
	width:81px;
	height:81px;
	margin: 0 25px 0 0;
	overflow:hidden;
}
.userNavItem#userProfile img {
	width:81px;
}
.userNavItem#userProfile p {
	margin:0;
}
#userNameContainer {
	display:table;
	height:80px;
}
#userNameText {
	display:table-cell;
	vertical-align: middle;
	text-align: left;
}
.userNavItem#userProfile p.userName {
	padding-top:0px;
	line-height:100%;
	font-size:24px;
	color:#666;
	text-align:left;
	font-weight:normal;
	word-wrap:break-word;
	max-width:200px;
}
.userNavItem#userProfile p.activeSince {
	padding-top:8px;
	line-height:13px;
	font-size:13px;
	color:#888;
	text-align:left;
	font-weight:normal;
}
.userNavBorder {
	display:none;
}
.userNavBorder.selected {
	display:block;
}
.userNavBorder {
	width:3px;
	height:80px;
	float:right;
	background-repeat:no-repeat;
	background-position:0 5px;
}
.userNavBorder.right{
	background-image:url('../images/sub_nav_selected_shadow_right.png');
}
.userNavBorder.left {
	background-image:url('../images/sub_nav_selected_shadow_left.png');
}

#activityHistoryMenu > .accordion,
.ySelectContainer > .accordion {
	width:auto;
	background-color:transparent;
	padding:0px 12px;
	font-size:18px;
	line-height:35px;
	height:35px;
	color:#31a4d9;
	margin:0;
}
#activityHistoryMenu > .accordion:hover,
.ySelectContainer > .accordion:hover {
	color:#444;
}
#activityHistoryMenu > .accordion:active,
.ySelectContainer > .accordion:active {
	color:#31a4d9;
}
#activityHistoryMenu > .accordionContent ul,
.ySelectContainer > .accordionContent ul {
	margin:0;
}
#activityHistoryMenu .monthDivider {
	height:1px;
	border-bottom:1px solid #e9e9e9;
}
#activityHistoryMenu .activityCount {
	float:right;
	font-size:80%;
}

.expanded {
	margin-right:10px;
	font-weight:100;
	color:#888;
	height:35px;
	line-height:35px;
	font-size:22px;
	display:block;
	float:left;
}
.fitnessClassPage .subNavcontainer,
.raceSearch .subNavcontainer,
.raceHub .subNavcontainer,
.race .subNavcontainer,
.apps .subNavcontainer {
	padding:20px;
}
.fitnessClassTrainer .subNavcontainer {
	padding: 20px 20px 0 20px;
}
.fitnessClassPage .mainContentColumn h2 {
	margin-top:0;
}
.userLayout .bodyContainer.subNavTrue .leftContentColumn,
.userLayout .bodyContainer.subNavTrue .mainContentColumn,
.userLayout .bodyContainer.subNavTrue .rightContentColumn {
	padding:0;
}

.pageHeader {
	padding-left:20px;
	margin:0;
	line-height:65px;
	border-bottom:1px solid #e9e9e9;
}
.pageHeader .buttons {
	float:right;
	height:65px;
}

.pageHeader .buttons button {
	margin: 27px 10px 0;
}
.pageHeader .buttons a {
	font-size: 13px;
	margin-right:10px;
}

.pageHeader img {
	margin-right: 10px;
	margin-top: -5px;
}
.userHeader {
	padding-left: 20px;
	margin:0;
	line-height:65px;
	border-bottom:1px solid #e9e9e9;
	background-repeat:no-repeat;
	background-position: 7px -77px;
	position:relative;
}
.activity .userHeader {
	padding-left: 60px;
	height:65px;
}
.activity .userHeader h2 {
	margin:0;
	padding-top:10px;
	line-height:125%;
	text-transform: capitalize;
}
.activity .activitySubTitle.micro-text {
	line-height:100%;
	text-transform: uppercase;
}
.activity #activityType {
	float:left;
	margin-right:15px;
}
.activity #chartSection {
	border-bottom:1px solid #e9e9e9;
}
.activity .comments .threadContainer {
	background-color:transparent;
}
.userHeader.dashboard {
	border:none;
}

.colDivider {
	height:0px;
	width:auto;
	border-top:1px solid #e9e9e9;
}
.home .colDivider {
	border-top:1px solid #ccc;
}
#pendingInviteCount {
	float:right;
}
.editActivityTopBar p {
	line-height:40px;
	margin:10px 0;
}
.editActivityTopBar .buttons,
.editActivityTopBar .buttons > a,
.editActivityTopBar .buttons > button {
	float:right;
}
.editActivityTopBar .buttons {
	padding-top:15px;
}
.editActivityTopBar .buttons > a {
	line-height:18px;
}
.editActivityTopBar .buttons > button {
	margin-left:10px;
}

#pr-table {
	background-color:#f6f6f6;
	border-color: white;	
}

#pr-table th {
	background-color:#e9e9e9;
	border-color: white;
}

#pr-table td, #pr-table th {
	vertical-align: middle;
	border-color: white;
}
#pr-table td p {
	margin:0;
	color:#333;
}
#pr-table .newAlert {
	background-color: #d3e9f3;
}

#pr-table .newAlert p {
	font-weight: bold;
}

#personalRecordsHeader {
	background: url('../images/fitness_reports_badge.png') no-repeat top left;
}

#personalRecordsHeaderText {
	margin-left:40px;
}

.raceNavContainer {
	float:left;
	display:table-cell;
	width:100%;
}
.participantsContainer {
	margin:10px 0;
}

input.error { border: 2px solid #880000; background-color: #FFDDDD; }
label.error { text-decoration: underline; }

.classListItem {
	height:100px;
	position:relative;
	border-bottom:1px solid #e9e9e9;
} 
.classListItem h2 { padding-top:5px;}

.classListItem:hover h2 {
	color:#31a4d9;
}
.classListItem:active h2 {
	color:#444;
}
.classListItem p {
 	margin:1px 0;
}
.sponsorImgContainer {
	position:absolute;
	top:25px;
	right:45px;
	height:50px;
	width:50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
.raceImgContainer {
	position:absolute;
	top:10px;
	right:45px;
	height:80px;
	width:80px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.disclosureArrow {
	position:absolute;
	top:40px;
	right:15px;
	height:20px;
	width:13px;
	background-image:url('../images/disclosure_arrow.png');
	background-repeat:no-repeat;
}
.resultLabel {
	color:#888;
}
.resultVariableContent {
	font-style: italic;
	color:#444;
}

.fitnessClassTrainer .rightColumn {
	float:right;
	margin-left:15px;
}
.fitnessClassTrainer .rightColumn > div {
	margin-bottom:15px;
}
.fitnessClassTrainer .trainerImg {
	display:block;
	margin:10px auto;
}

.fitnessClass .mainContentColumn .columnContent {
	padding:0;
}
.trainingPlans.secondaryNav li a {padding-left:45px; background-repeat: no-repeat; background-position: 6px 3px;}
.trainingPlans.secondaryNav li.fivek a {background-image:url('../images/bib_5k_small.png');}
.trainingPlans.secondaryNav li.tenk a {background-image:url('../images/bib_10k_small.png');}
.trainingPlans.secondaryNav li.half_marathon a {background-image:url('../images/bib_half_marathon_small.png');}
.trainingPlans.secondaryNav li.marathon a {background-image:url('../images/bib_marathon_small.png');}
.trainingPlans.secondaryNav li.weight_loss a {background-image:url('../images/bib_weight_loss_small.png');}

.bibLabel {
	width:100px;
	height:100px;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#eee;
	margin-right:15px;
}

.classListItem.DIST_5K .bibLabel,.classListItem.FiveK .bibLabel {background-image:url('../images/bib_5k_medium.png');}
.classListItem.DIST_10K .bibLabel,.classListItem.TenK .bibLabel {background-image:url('../images/bib_10k_medium.png');}
.classListItem.HALF_MARATHON .bibLabel,.classListItem.HalfMarathon .bibLabel {background-image:url('../images/bib_half_marathon_medium.png');}
.classListItem.MARATHON .bibLabel,.classListItem.Marathon .bibLabel {background-image:url('../images/bib_marathon_medium.png');}
.classListItem.FAT_LOSS .bibLabel {background-image:url('../images/bib_weight_loss_medium.png');}

#profileDoneButton {
	float:right;
}
.setGoalContainer {
	padding: 15px;
	margin: 10px 15px;
	text-align: center;
	border:1px solid #e9e9e9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.setGoalContainer.raceGoal {
	border:none;
}
.setGoalContainer .component.ctaButton {
	float:none;
	width:300px;
	margin:10px auto;
	display:block;
}
.fitnessClassPage .leftContentColumn .secondaryNav {
	margin-top:10px;
}
#eliteLogo img {
	margin: 5px auto;
	display:block;
}
#creditCardFormContainer {
	border:1px solid #e9e9e9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:15px;
}
.ccInfoBox,
.ccBillingInfoBox {
	width:45%;
	float:left;
}

.ccInfoBox .hasError,
.ccBillingInfoBox .hasError {
	color:red;
	font-weight:bold;
}

#lightboxAfterRedirect,
#goalSClbStorage {
	min-width:500px;
}
.popup_awesome{
	width:300px;
	margin:10px auto 25px auto;
}
.popup_congratulations {
	width:400px;
	margin:10px auto;
}
.elitePurchaseShareLightbox,
.fitnessClassPurchaseShareLightbox,
.fitnessAlertLightbox,
.raceSignupShareLightbox,
.manageRaceRequestConfirmationLightbox,
#goalSClbStorage {
	text-align:center;
}

.fitnessAlertLightbox ul.fitnessAlerts {
	margin:auto;
}
#goalSClbStorage div.checker {
	float:left;
}


.popup_awesome img,
.popup_congratulations img,
.popup_awesome h1,
.popup_congratulations h1 {
	display:block;
	float:left;
	margin-left:15px;
}
.popup_awesome img,
.popup_congratulations img {
	margin-top:7px;
}

/* COMMENTS */

.feedItemContainer .comments {
  width: 80%;
  margin: 0px auto;
}

.feed .avatarContainer,
.comments .avatarContainer {
	width:50px;
	height:50px;
	overflow:hidden;
}
.comments .threadContainer .thread .comment {
  border-top:1px solid #e9e9e9;
  padding:10px;
}
.comments .threadContainer .thread .comment .avatarContainer,
.comments .responseContainer .comment .avatarContainer {
  float:left;
  margin-right:10px;
}

.comments .threadContainer .body,
.comments .responseContainer .body {
  float:left;
  width:80%;
}
.home .comments .threadContainer .body,
.home .comments .responseContainer .body {
	width:88%;
}
.comments.empty.hidden-post {
  display: none;
}
.comments.empty.hidden-post.writing {
   display: block;
}
.comments.empty.hidden-post .responseContainer .writeCommentPrompt {
  display:none;
}
.comments .threadContainer .expandThreadPrompt {
	text-align: center;
}
.comments .threadContainer .expandThreadPrompt.expanded {
  display:none;
}

.comments .responseContainer {
	border-top:1px solid #e9e9e9;
	padding: 10px 0 10px 10px;
	position: relative;
}
.comment .postDate,
.comments .threadContainer .thread .comment .commentsContainer .body .dotDivider,
.comments .threadContainer .thread .comment .commentsContainer .body .delete
 {
  float:left;
  margin: 4px 4px 4px 0;
  z-index:5;
}
.comments .threadContainer .thread .comment .commentsContainer .body .dotDivider {
  display: none;
}
.comments .threadContainer .thread .comment .commentsContainer .body .delete {
  display: none;
  cursor:pointer; cursor:hand;
}
.comments .threadContainer .thread .comment .commentsContainer:hover .body .delete,
.comments .threadContainer .thread .comment .commentsContainer:hover .body .dotDivider {display: block;}

.comments .responseContainer .writeCommentPrompt {
  display:none;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width:95%;
  margin:0px auto;
  cursor:text;
}
.comments.hidden-post .responseContainer .writeCommentPrompt {display:block;}
.comments.hidden-post .responseContainer .responseFormContainer {display: none;}
.comments.hidden-post.writing .responseContainer .responseFormContainer {display: block;}
.comments.hidden-post.writing .responseContainer .writeCommentPrompt {display:none;}

.responseContainer .responseFormContainer .response,
#goalsComments .response {
  float:left;
  width:100%;
  height:70px;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding:3px;
}
.postcomment-submit {
  float:right;
}

.comments .threadContainer .expandThreadPrompt:hover {
   cursor: pointer;
}
.comments .threadContainer .expandThreadPrompt.expanded {display: none;}

.comments .threadContainer .thread .comment.collapsed,
.comments .threadContainer .thread .border.collapsed {
   display: none;
}

.fitnessClassPage .priceContainer {
	margin-top:20px;
}
.fitnessClassPage #rightColumn {
	float:right;
	margin: 0 0 15px 15px;
}
.fitnessClassPage #rightColumn .listWidget {
	margin-bottom:10px;
}
#peopleSearch button {
	margin-top:10px;
}
#bodyMeasurementsContainer ul li.med-text,
#userInfoDetails li.med-text {
	line-height:105%;
}
.profile h2.pageHeader {
	font-weight:normal;
	color:#888;
}
.profile .profileFeedContainer h4 {
	padding:0px 20px 20px 20px;
}

#goalsUnderGradient {
	height:20px;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#goalsUpperGradient {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.statsBar {
   border-top: 1px solid #efefef;
   border-bottom: 1px solid #efefef;
   height: auto;
}
.statsItem {
	border-right: 1px solid #efefef;
	background-position: 0px 36px;
	background-repeat:no-repeat; 
	padding:0px 0px 9px 5px;
}
.statsItem:first-child {
	background-position: 3px 36px;
	padding-left: 8px;
}
.statsItem:last-child {
	border: none;
}
.statsItem.notElite {
	height:86px;
}
.statsItem .eliteUpsellBox {
	width:95%;
	padding:0px 4px;
	position:relative;
	top:3px;
	left:-5%;
	border:1px solid #e6e6e6;
	background-color:#f6f6f6;
	height:100%;
	opacity:.7;
}
.statsItem .eliteUpsellBox span {
	float:right;
	margin-top:8px;
	color: #888;
}
.statsItem h5 {
	text-transform:uppercase;
	font-size:11px;
}
.statsItem h1 .value {
	float:right;
	padding:5px 16px 0px 0px;
	font-weight:normal;
	font-size:32px;
}
.statsItem#totalDistance, 
.statsItem#Distance {
	background-image:url('../images/distance.png');

}
.statsItem#totalCalories, 
.statsItem#Calories {
	background-image:url('../images/calories-burned.png');
}
.statsItem#totalActivities, 
.statsItem#TOTAL_ACTIVITIES {
	background-image:url('../images/activities.png');
}
.statsItem#totalDuration, 
.statsItem#Duration {
	background-image:url('../images/duration.png');
}
.statsItem#averagePace, 
.statsItem#averageSpeed {
	background-image:url('../images/pace_speed.png');
}
.statsItem#totalClimb {
	background-image:url('../images/elevation.png');
}
.statsItem#heartRate {
	background-image:url('../images/heart_rate.png');
}
.statsItem#AVG_SLEEP {
	background-image:url('../images/metric-icons/asleep.png');
}
.statsItem#AVG_SLEEP_TIMES_WOKEN {
	background-image:url('../images/metric-icons/AVG_SLEEP_TIMES_AWOKEN.png');
}
.statsItem#AVG_SLEEP_REM {
	background-image:url('../images/metric-icons/AVG_SLEEP_REM.png');
}
.statsItem#AVG_SLEEP_LIGHT {
	background-image:url('../images/metric-icons/AVG_SLEEP_LIGHT.png');
}
.statsItem#AVG_SLEEP_DEEP {
	background-image:url('../images/metric-icons/AVG_SLEEP_DEEP.png');
}
.strengthTraining .statsItem {
	background-image:url('../images/strength.png');
}

.activity .statsBar {
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #e9e9e9;
}
.activity #exportOptions,
.activity #embedOptions {
	padding:10px 0;
}


.activity #splitsToggle {
	float:right;
	margin-top:7px;
}

#goalsAchieved .collapsed {
	display:none;
}
.navList {
	margin:0;
	padding:0;
	list-style:none;
}
.navList li {
	margin-bottom:10px;
}
.navList li .navListLabel {
	display:block;
	color:#888;
	font-size:13px;
	line-height:18px;
	text-transform: uppercase;
}
.navListValue {
	display:block;
	color:#444;
	font-size:15px;
}
.navList#goalsAchieved li.noPopup .pseudoLink,
.navList#goalsFailed li.noPopup .pseudoLink,
.navList#goalsAchieved li.noPopup .pseudoLink:hover,
.navList#goalsFailed li.noPopup .pseudoLink:hover,
.navList#goalsAchieved li.noPopup .pseudoLink:active,
.navList#goalsFailed li.noPopup .pseudoLink:active {
	color:#444;
	cursor:default;
}
#curGoalArea {
	border-bottom:1px solid #e9e9e9;
}
.onboarding .radio.inline {
	line-height:22px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.span6.newspaper {
  background-image:url('../images/bs_feed_newspaper.png');
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
}
.span5.getTheApp {
  background-image:url('../images/bs_activities_getapp.png');
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
}
.span6.topText {
  margin-top:30px;
}
.getAppFullLink {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}
.span6.bscal {
  background:url('../images/bs_plans_main_imagery.png') no-repeat center center;
  min-height:313px;
  background-size:contain;
}
.row-fluid .tipImg {
  min-height: 63px;
}

.tipImg.trainingplan1 {background:url('../images/training_plans_premade_schedule.png') no-repeat center center;}
.tipImg.trainingplan2 {background:url('../images/training_plans_coaching.png') no-repeat center center;}
.tipImg.trainingplan3 {background:url('../images/training_plans_race.png') no-repeat center center;}

.tipImg.friend1 {background:url('../images/friends_learn.png') no-repeat center center;}
.tipImg.friend2 {background:url('../images/friends_stay_motivated.png') no-repeat center center;}
.tipImg.friend3 {background:url('../images/friends_see_friends.png') no-repeat center center;}

.tipImg.route1 {background:url('../images/routes_see_map.png') no-repeat center center;}
.tipImg.route2 {background:url('../images/routes_compare.png') no-repeat center center;}
.tipImg.route3 {background:url('../images/routes_calculate.png') no-repeat center center;}

.span6.routesmap {
  background:url('../images/bs_routes_map_imagery.png') no-repeat center center;
  min-height:300px;
  background-size:contain;
}

.friendDetail,
.routeDetail {
  margin-top:10px;
}

.span6.noActivity {
  background:url('../images/bs_activities_map.png') no-repeat center center;
  background-size:contain;
  min-height:324px;
}

.friendsBg {
  background:url('../images/friends_06.png') no-repeat center center;
  min-height:377px;
}
.getTheAppRow {
	position:relative;
	margin-top:30px;
}
.bs_img {
	display:block;
	margin:0 auto;
}
.bs_headline {
	text-align: center;
}

.facepileBox {
	padding:10px;
}

.fullscreen_map {
	position:fixed;
	top:54px;
	left:2%;
	width:96%;
	z-index:1050;
	
	/* from Bootstrap modal */
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	/* IE6-7 */
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
	display:table-row;
	height:90%;
}

.fullscreen_map #mapping_tool {
	height:100%;
}

.fullscreen_map #map_canvas {
	height:95%;
}

.fitnessClassTrainer .rightColumn {
	width: 198px;
}

.home .friends #addEmailWidget {
	padding: 10px 0 0 0;
}
.home .friends #addEmailWidget input {
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:auto;
}
.getEliteButtonContainerBorder{
	position:relative;
	height:0;
	top:-26px;
	border-bottom:1px solid #fff;
	z-index:1;
}
.getEliteButtonContainer {
	width:40%;
	margin: 40px auto 0 auto;
	position:relative;
	z-index:2;
	background-color:#31a4d9;
}
.eliteHeadline {
 	background:url('../images/elite_lander_logo.png') no-repeat center center;  
 	height:70px;
}
.eliteHeadline .img {
   display:inline-block;
   width:20px;
   height:20px;
}
.eliteHeroBanner {
   background-color:#31a4d9;
   padding-bottom:90px;
}
.eliteHeroBanner h1 {
   color:#fff;
   font-weight:300;
   text-align: center;
   margin:40px 0 10px 0;
}
.eliteHeroBanner .eliteSubHeroDetails {
   text-align: center;
   font-weight:300;
   margin:15px auto;
   color:#fff;
   font-size:15px;
   width:80%
}
.eliteHeroBanner button {
   margin:10px 0;
}
.eliteHeroBanner .pricingType {
   text-align: center;
   text-decoration: underline;
   font-weight:bold;
}
.eliteDetails {
   width:90%;
   margin:auto;
   position:relative;
   top:-48px;
}
.eliteDetail {
	float:left;
	padding-top:95px;
	width:20%;
	text-align:center;
	color:#31a4d9;
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}
.eliteDetail#broadcastLive {background-image:url('../images/elite_lander_live.png');}
.eliteDetail#lifetimeInsights {background-image:url('../images/elite_lander_insights.png');}
.eliteDetail#advancedReports {background-image:url('../images/elite_lander_reports.png');}
.eliteDetail#compareWorkouts {background-image:url('../images/elite_lander_compare.png');}
.eliteDetail#premiumSupport {background-image:url('../images/elite_lander_support.png');}

.eliteFeature {
	position:relative;
}
.eliteFeature:not(:first-child) {
	margin-top:30px;
}
.eliteFeature .featureTxtContainer {
	display:table;
}
.eliteFeature .featureTxtContainer .featureTxt {
	display:table-cell;
	vertical-align: middle;
}
.eliteFeature .featureTxtContainer.lifetimeInsights {height:396px;}
.eliteFeature .featureTxtContainer.advancedReports {height:419px;}
.eliteFeature .featureTxtContainer.compareWorkouts {height:402px;}
.eliteFeature .featureTxtContainer.liveTracking {height:271px;}
.eliteFeature .featureTxtContainer.premiumSupport {height:315px;}

.eliteFeature .caloriesDuration {
	font-weight:bold;
	color:#444;
	text-align: center;
	margin-top:30px;
}
.eliteFeature .caloriesDuration > div:not(.caloriesBorder) {
	float:left;
	width:49%;
}
.eliteFeature .caloriesDuration .caloriesBorder {
	float:left;
	width:0;
	height:65px;
	margin-top:22px;
	border-right:1px solid #e9e9e9;
}
.eliteFeature .caloriesDuration > div > div:first-child {
	margin-bottom:10px;
}
.eliteFeature .caloriesDuration #caloriesImg {
	width:100%;
	height:50px;
	background:url('../images/metric-icons/TOTAL_CALORIES.png') no-repeat top center;
}
.eliteFeature .caloriesDuration #durationImg {
	width:100%;
	height:50px;
	background:url('../images/metric-icons/TOTAL_DURATION.png') no-repeat top center;
}
.eliteFeature h4 {
   margin-top:0;
}
.eliteFeature .liveTrackingImg {
   height:271px;
   display:block;
   background:url('../images/elite_lander_images_liveTracking.png') no-repeat top center;
}
.eliteFeature .advancedReportingImg {
	height:419px;
   display:block;
   background:url('../images/elite_lander_images_advancedReports.png') no-repeat top center;	
}
.eliteFeature .lifetimeInsightsImg {
   height:396px;
   display:block;
   background:url('../images/elite_lander_images_insights.png') no-repeat top center;
}
.eliteFeature .lifetimeInsightsChartImg {
	margin-top:30px;
   height:242px;
   display:block;
   background:url('../images/elite_lander_charts.png') no-repeat top center;
}
.eliteFeature .compareWorkoutsImg {
   height:402px;
   display:block;
   background:url('../images/elite_lander_images_compareWorkouts.png') no-repeat top center;
}
.eliteFeature .compareWorkoutsChartImg {
	margin-top:30px;
   height:255px;
   display:block;
   background:url('../images/elite_lander_images_compareWorkoutsChart.png') no-repeat top center;
}
.eliteFeature .premiumSupportImg {
   height:315px;
   display:block;
   background:url('../images/elite_lander_images_premiumSupport.png') no-repeat top center;
}
.eliteFeature h2 {
	margin-bottom:25px;
}
.eliteFeature .ghostFeatureAnchor {
	position:absolute;
	display:hidden;
	top:-55px;
	left:0;
}
.greyTable {
   border:1px solid #ccc;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
}
.greyTable#eliteBasicCompare h4 {
   margin:0 0 10px 0;
}
.greyTable > div {
   background-color:#f5f5f5;
   border-bottom:2px solid #fff;
}
.greyTable .desc .descContainer,
.greyTable .cost .costContainer {
   display:table-cell;
   vertical-align: middle;
}
.greyTable .desc .descContainer span,
.greyTable .cost .costContainer span {
	display:block;
	margin-bottom:9px;
}
.greyTable > div:first-child {
   -moz-border-top-right-radius:4px;
   -webkit-border-top-right-radius:4px;
   border-top-right-radius:4px;
   -moz-border-top-left-radius:4px;
   -webkit-border-top-left-radius:4px;
   border-top-left-radius:4px;
}
.greyTable > div:last-child {
   border-bottom: none;
   -moz-border-bottom-right-radius:4px;
   -webkit-border-bottom-right-radius:4px;
   border-bottom-right-radius:4px;
   -moz-border-bottom-left-radius:4px;
   -webkit-border-bottom-left-radius:4px;
   border-bottom-left-radius:4px;
}
.greyTable .greyTableRow > div,
.greyTableHead .greyTableRow > div {
   display:block;
   float:left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.greyTable#eliteBasicCompare .greyTableRow > div {
	height:75px;
}
.greyTableHead#eliteBasicCompareHead .greyTableRow > div {
	height:50px;
	overflow-y:ellipsis;
}
.greyTableHead {
	margin-top:30px;
}
.greyTableHead .tableHeader {
	width:90%;
	line-height:50px;
	color:#888;
	margin: 0px auto;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.greyTableHead .elite .tableHeader {
	background-color:#31a4d9;
	color:#fff;
	-moz-border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius: 4px;
}
.greyTable .desc,
.greyTableHead .desc {
   width:60%;
}
.greyTable .greyTableRow > div {
	padding-left:15px;
	display:table;
}
.greyTable .greyTableRow > div.cost {
	padding-left: 0;
}
.greyTable .greyTableRow > div:not(:first-child),
.greyTableHead .greyTableRow > div:not(:first-child) {
	position:relative;
   	width:20%;
   	border-left:2px solid #fff;
}
.greyTable#setsTable .greyTableRow > div:not(:first-child) {
	width:33%;
   	border-left:2px solid #fff;
}
.greyTable .eliteOnlyFeature .elite,
.greyTable .basicOnlyFeature .elite,
.greyTable .basicOnlyFeature .basic {
   background:url('../images/elite_lander_compareCheck.png') no-repeat center center;
}
.greyTable .eliteOnlyFeature .basic {
   background:url('../images/elite_lander_compareNo.png') no-repeat center center;
}
.greyTable .eliteOnlyFeature .elite,
.greyTable .basicOnlyFeature .elite {
	background-color:#eaeaea;
}
.greyTable .eliteOnlyFeature .cost,
.greyTable .basicOnlyFeature .cost {
   background:none;
   background-color:none;
   text-align:center;
   color:#444 !important;
}
.greyTable .eliteOnlyFeature .basic.cost,
.greyTable .basicOnlyFeature .basic.cost {
   color:#888 !important;
}
.eliteFeatureLink {
	position:absolute;
	z-index:50;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#eliteBottomSubmit {
	margin: 25px auto 10px auto;
}
.userHeader.strengthHeader {
	padding-left:70px;
}
.greyTable#setsTable .greyTableRow .setNum {
	text-align: center;
	padding-left:0;
}
.greyTable#setsTable .greyTableRow div.setNotes {
	border-left:none;
	display:table;
}
.greyTable#setsTable .greyTableRow div.setNotes span {
	display:table-cell;
	vertical-align: middle;
	padding:5px 0;
}
.greyTable#setsTable .greyTableRow .setNotes .notesContainer {
	line-height:110%;
	display:table;
	width:100%;
	min-height:36px;
}
.greyTable#setsTable #setsTableHead {
	background-color:#eaeaea;
	color:#888;
	line-height:36px;
}

.appBlock {
	display:table;
	width:100%;
	position:relative;
}
.appBlock .place {
   float: left;
   display:block;
   padding: 0;
   width: 25px;
   margin:0 10px;
   font-weight:normal;
}
.appBlock .appRow {
	width:100%;
	position:relative;
	display:table-cell;
	vertical-align: middle;
	border-bottom:1px solid #e9e9e9;
	font-weight:bold;
	padding:7px 0;
}
.appBlock .appRow a.appLink {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
}
.categories.appBlock .appRow {
	padding-left:20px;
}
.appBlock .appRow:hover {
	background-color:#e9e9e9;
	cursor:pointer;cursor:hand;
}
.appBlock .appRow:active {
	background-color:#ccc;
}

/* END MULTI PAGE STYLES */

@media only screen and (max-device-width : 1024px) {
	.bodyContainer{
		margin: 0;
	}
	.sizeConstraint {
		padding:0;
	}
	
	.feed .items .feedItemContainer .feedItem .feedItemDelete,
	.comments .threadContainer .thread .comment .commentsContainer .body .dotDivider,
	.comments .threadContainer .thread .comment .commentsContainer .body .delete {
	display:block !important;
	}
	#importText {
		margin-right:20%;
	}

}

.page-header.jobs-header {
   position: relative;
   margin-top: 0;
}

.page-header.jobs-header h1 {
   position: absolute;
   top: 48px;
   left: 60px;
   color: #FFF;
   font-size: 30px;
   text-shadow: #333 1px 1px 10px;
   line-height: 40px;
}

.page-header.jobs-header span.subLine {
   font-size: 60px;
}
