
/* ==========================================================================
   Originally by Brian Rhinehart from 11-15-2013
   ========================================================================== */


/* Typography
   ========================================================================== */
body {
	color: #525252;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

p {
  margin: 0 0 21px;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: inherit;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizelegibility;
}

.form-login h2, h2.title, h3, h4, h5 {
	margin-bottom: 10px;
}

h2 small, h3 small, h4 small {
	color: #858585;
}

h1 {
	color: #6b6b6b;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
}

h2 {
	color: #6b6b6b;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}

h2 small {
	font-size: 21px;
}

h3 {
	font-size: 21px;
	line-height: 21px;
}

h3 small {
	font-size: 18px;
}

h4 {
	font-size: 18px;
}

h4 small {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
}

ul {
	margin: 0 0 21px 36px;
  padding: 0;
}

ol {
	margin: 0 0 10px 36px;
	padding: 0;
}

hr, .keyline {
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #fff;
}

.hr-light {
border-top: 1px solid #ebebeb;
}

.text-attention {
	color: #c23a97;
}


/* Layout
   ========================================================================== */
body {
	background-color: #dcdcdc;
}

.wallpaper {
	background-color: #f0f0f0;
	background-image: url(../img/bkg-cloud.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* Service Outage Page */
body.service-outage {
	background-color: #f0f0f0;
}

body.service-outage .wallpaper {
	background-image: none;
}

body.service-outage .content {
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}

body.service-outage .content h1 {
	font-size: 32px;
}

body.service-outage .content img {
	margin-top: 15px;
}


/* Header
   -------------------------------------------------------------------------- */
.ticker {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  font-size: 14px;
  margin-bottom: 22px;
  margin-top: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}

.ui-header {
	margin-bottom: 20px;
	overflow: hidden;
}

a.logout {
	float: right;
	margin-top: 2px;
}

.login-header {
	height:40px;
	margin-top: 20px;
	padding-left: 20px;
}


/* Content
   -------------------------------------------------------------------------- */
/* .content .profile img, */
.content .latest-award img {
	float: left;
	margin: 0 14px 0 0;
}


/* Inline Images
   -------------------------------------------------------------------------- */
.inline-image, .inline-image-left, .inline-image-right {
	background-color: #fafafa;
	border: 1px solid #b8b8b8;
	margin-bottom: 21px;
	padding: 4px;
}

.inline-image-trans {
	margin-bottom: 10px;
	padding: 0 5px;
}

.inline-image-left {
	float: left;
	margin-right: 15px;
}

.inline-image-right {
	float: right;
	margin-left: 15px;
}


/* Background Colors
   -------------------------------------------------------------------------- */
.coherence-red { background-color: #e5454d; }
.coherence-blue { background-color: #307ae0; }
.coherence-green { background-color: #5abf1f; }

.goldenrod { background-color: #f4c61b; }
.dark-gold { background-color: #f4b41b; }
.green-yellow { background-color: #b4d400; } 
.dark-green-yellow { background-color: #aac60c; }
.chartreuse { background-color: #7ad42a; }
.sea-green { background-color: #32d687; }
.turquoise { background-color: #27a5c2; }
.blue { background-color: #4284db; }
.dark-blue { background-color: #1c375c; }
.dark-orchid { background-color: #913ac2; }
.maroon { background-color: #c23a97; }
.dark-orange { background-color: #ff8400; }
.firebrick { background-color: #e04346; }

.color-swatch {
	display: block;
	height: 20px;
	width: 20px;
}

.color-swatch-small {
	display: block;
	height: 10px;
	width: 10px;
}


/* Graphs and Charts
   -------------------------------------------------------------------------- */
.bordered-header {
	background-color: #ebebeb;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	margin-bottom: 0;
	padding: 14px 14px 5px;
	-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
	-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
			background-clip: padding-box;
}

.bordered-content {
	background-color: #f5f5f5;
	border: 1px solid #b8b8b8;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: hidden;
	padding: 10px;
	-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;	
}

.tool-bar {
	overflow: hidden;
	padding: 9px 7px 6px;
}

.tool-bar .nav-pills {
	margin-bottom: 0;
}

.tool-bar .secondary-control {
	clear: left;
	float: left;
	margin-top: 6px;
}

.tool-bar input[type="text"] {
	margin-bottom: 2px;
}

.graph {
	margin-top: 20px;
	overflow: hidden;
}

.graph-placeholder {
	background-color: #f5f5f5;
	float: right;
	height: 120px;
	width: 100%
}

.graph-label, .graph-labels-vertical, .graph-labels-horizontal {
	color: #6a6a6a;
	font-size: 12px
}

.graph-labels-vertical {
	float: left;
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.graph-labels-vertical li {
	margin-bottom: 30px;
	margin-right: 5px;
}

.graph-labels-vertical li:last-child {
	margin-bottom: 0;
}

.graph-labels-horizontal {
	margin-top: 2px;
	overflow: hidden;
}
 
.graph-labels-horizontal .start-value {
	float: left;
}

.graph-labels-horizontal .end-value {
	float: right;
}

.user-stat {
	border-bottom: 1px solid #b8b8b8;
	font-size: 18px;
	height: 60px;
	margin-bottom: 8px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 0 0 #fff;
		-webkit-box-shadow: 0 1px 0 0 #fff;
			box-shadow: 0 1px 0 0 #fff;
}

.user-stat h4 {
	float: left;
	line-height: 50px;
	margin-bottom: 0;
  font-size: 14px;
}

.user-stat h4 small {
  font-size: 12px;
}

.user-stat-value {
	color: #f5f5f5;
	float: right;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 100px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
}


/* Legend: Horizontal
   -------------------------------------------------------------------------- */
.legend-inline {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: hidden;
}

.legend-inline li {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-right: 10px;
}

.legend-inline .color-swatch-small {
	float: left;
	margin-right: 5px;
}


/* Training History & Journal Shared Styles
   -------------------------------------------------------------------------- */
.bordered-content.history, .bordered-content.journal {
	background-color: #f5f5f5;
	height: 600px;
	padding: 0;
}

.history-list-view, .session-report-view, .journal-list-view,
.journal-entry-view {
	width: 50%;
}

.history-list-view, .journal-list-view {
	float: left;
	overflow: hidden;
}

/* Tool Bar */
.history-list-view .tool-bar, .journal-list-view .tool-bar {
	padding: 4px 0 5px 10px;
	background-color: #ebebeb;
	border-right: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
}

.history-listings, .journal-listings {
  height: 569px;
	margin: 0;
	overflow: auto;	
}

.history-listings tr:last-child td, .journal-listings div:last-child {
	border-bottom: 1px solid transparent;
}

.session-report-view, .journal-entry-view {
	float:	left;
	height: 600px;
	overflow: auto;
}

.session-report-header, .journal-header {
	background-color: #fafafa;
	border-bottom: 1px solid #b8b8b8;
	overflow: hidden;
	padding: 4px 14px;
}

.session-report-header .date, .session-report-header .time, .journal-header .date, .journal-header .time {
	line-height: 30px;
	margin-bottom: 0;
}

.session-report-header .date, .journal-header .date {
	float: left;
	margin-right: 10px;
}

.session-report-header .time, .journal-header .time {
	float: left;
}

.session-report-header .link, .journal-header .link {
	border: 1px solid #b8b8b8;
	float: right;
	line-height: 22px;
	padding: 2px 8px 4px;
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
			border-radius: 3px;
}

.session-report, .journal-entry {
	padding: 14px;
}

/* No Selection View */
.no-selection-view {
	color: #b8b8b8;
	margin-top: 180px;
	text-align: center;
}

.no-selection-view img {
	margin-bottom: 12px;
}


/* Training History
   -------------------------------------------------------------------------- */
/* History Listings */
.history-list-view {}

.history-listings {}

.history-listings table {
	margin-bottom: 0;
}

.history-listings tr {
	background-color: #f0f0f0;
	cursor: pointer;
	cursor: hand;
	height: 48px;
}

.history-listings tr td {
	border-bottom: 1px solid #b8b8b8;
	text-align: center;
}

.history-listings tr td:last-child {
	border-right: 1px solid #b8b8b8;
}

.history-listings tr.active {
	background-color: #f5f5f5;
}

.history-listings tr.active td:last-child {
		border-right: 1px solid #f5f5f5;
}

.history-listings input[type='checkbox'] {
	margin: 0 0 4px;
}

/* Sortable Table Heading */
.history-listings thead tr {
	height: 24px;
}

.history-listings thead th {
	background-color: #525252;
	color: #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 2px;
	text-align: center;
}

.history-listings thead th:last-child {
	border-right: 1px solid #4284db;
}

.history-listings thead th:hover, .history-listings thead th.active {
	background-color: #f0f0f0;
	/*background-color: #fafafa;*/
	border-color: #f0f0f0 #b8b8b8 #b8b8b8 #f0f0f0;
	color: #525252;
}

.history-listings thead th.active {
	border-bottom-color: #f0f0f0;
}

.history-listings thead th a {
	color: #f5f5f5;
}

.history-listings thead th:hover a, .history-listings thead th.active a {
	color: #525252;
}

/* Session Report */
.session-report-view {}

/* Share Button */
.session-report .btn-share {
	float: right;
	margin-top: 10px;
}


/* Training Journal - Styling on <li> transitioning to using <div> in HTML
   -------------------------------------------------------------------------- */
/* Journal Listings */
.journal-list-view {}

.journal-listings {}

.journal-list-item {
  cursor: pointer;
  cursor: hand;
	background-color: #f0f0f0;
	border-bottom: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	height: 48px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.journal-list-item.active {
	background-color: transparent;
	border-right: 1px solid transparent;
}

.journal-list-item a {
	color: #525252;
}

.journal-list-item.active a {
	cursor: default;
}

.journal-list-item .journal-entry-title {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
	-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
}

.journal-list-item .datestamp, .journal-list-item .timestamp {
	color: #858585;
	float: left;
	font-size: 12px;
	margin-right: 12px;
}

.journal-list-item .datestamp {
	clear: left;
}

.journal-list-item img {
	float: right;
	margin-top: 11px;
}

/* Journal Entry */
.journal-entry-view {}

.journal-header form {
	float: right;
	margin-bottom: 0;
}

.journal-header select {
	margin-bottom: 0;
}


/* Tables
   -------------------------------------------------------------------------- */
table {
	margin-bottom: 20px;
	width: 100%;
}

table, tr, th, td {
	border-collapse: separate;
}

tr, th, td {
	padding: 8px;
}

/* Prevents td content breaking layout - truncates long strings */
td.shorten {
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;	
}

.table-header {
	margin-bottom: 10px;
}

.table th {
	background-color: #ebebeb;
	font-size: 12px;
	font-weight: normal;
}

.table input[type='checkbox'] {
	margin: 0 0 4px;
}

.table-bordered {
	border-color: #b8b8b8;
}

.table-bordered th, .table-bordered td {
	border-left: 1px solid #b8b8b8;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-moz-border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
			border-radius: 5px 0 0 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
			border-radius: 0 5px 0 0;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-moz-border-radius: 0 0 5px 0;
		-webkit-border-radius: 0 0 5px 0;
			border-radius: 0 0 5px 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-moz-border-radius: 0 0 0 5px;
		-webkit-border-radius: 0 0 0 5px;
			border-radius: 0 0 0 5px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f5f5f5;
}


/* Notification Management
   -------------------------------------------------------------------------- */
.notification-listings {
	border-top: 1px solid #b8b8b8;
	max-height: 600px;
	margin: 0;
	overflow: auto;	
}

.notification-listings .table tr:first-child td {
	border-top: none;
}


/* Session Results
   -------------------------------------------------------------------------- */
.session-results {
	color: #f5f5f5;
	font-size: 18px;
	text-align: center;
}

.session-results tr, .session-results th, .session-results td {
	padding: 5px;
}

.session-results th {
	border-bottom: 1px solid #b8b8b8;
	color: #525252;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.session-results td {
	border-right: 1px solid #fff;
}

.session-results tr.result-device th, .session-results tr.result-date th {
	border-bottom: 1px solid transparent;
}

/* High */
.session-results tr.result-high td {
	background-color: #5abf1f;
}

.session-results tr.result-high th + td {
	border-left: 1px solid #5abf1f;
	-moz-border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
			border-radius: 5px 0 0 0;
}

.session-results tr.result-high td:last-child {
	border-right: 1px solid #5abf1f;
	-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
			border-radius: 0 5px 0 0;
}

/* High: Single Result */
.session-results.single tr.result-high td:last-child {
	border-left: 1px solid #5abf1f;
	border-right: 1px solid #5abf1f;
	-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
}

/* Medium */
.session-results tr.result-medium td {
	background-color: #307ae0;
}

.session-results tr.result-medium td:last-child {
	border: 1px solid #307ae0;
}

/* Low */
.session-results tr.result-low td {
	background-color: #e5454d;
}

.session-results tr.result-low td:last-child {
	border: 1px solid #e5454d;
}

/* Level */
.session-results tr.result-level td {
	background-color: #913ac2;
	line-height: 0; /* Set line height to zero to center images verically */
}

.session-results tr.result-level td:last-child {
	border: 1px solid #913ac2;
}

/* Length */
.session-results tr.result-length td {
	background-color: #c23a97;
}

.session-results tr.result-length td:last-child {
	border: 1px solid #c23a97;
}

/* Achievement */
.session-results tr.result-achievement td {
	background-color: #ff8400;
}

.session-results tr.result-achievement td:last-child {
	border: 1px solid #ff8400;
}

/* Device */
.session-results tr.result-device td {
	background-color: #f4c61b;
}

.session-results tr.result-device td:last-child {
	border-right: 1px solid #f4c61b;
	-moz-border-radius: 0 0 5px 0;
		-webkit-border-radius: 0 0 5px 0;
			border-radius: 0 0 5px 0;
}

.session-results tr.result-device th + td {
	border-left: 1px solid #f4c61b;
	-moz-border-radius: 0 0 0 5px;
		-webkit-border-radius: 0 0 0 5px;
			border-radius: 0 0 0 5px;
}

/* Device: Single Result */
.session-results.single {
	clear: both;
}

.session-results.single tr.result-device td:last-child {
	border-left: 1px solid #f4c61b;
	border-right: 1px solid #f4c61b;
	-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
}

/* Date */
.session-results tr.result-date td {
	border: none;
	color: #6a6a6a;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
}

/* Toggle Leaderboard Visibility
   -------------------------------------------------------------------------- */
.leaderboard-toggle {
  color: #8e8989;
  font-size: 12px;
  font-weight: normal;
}

/* Community Achievement Scores
   -------------------------------------------------------------------------- */
.top-scores {
	color: #f5f5f5;
}

.top-scores tbody th {
	border-bottom: 1px solid #b8b8b8;
	color: #525252;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	text-align: left;
	width: 100px;
}

.top-scores tbody.scores-lifetime th, .top-scores tr.labels th {
	border-bottom: 1px solid transparent;
}

.top-scores tr, .top-scores th, .top-scores td {
	padding: 5px 10px;
}

.top-scores td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top-scores td:last-child {
	font-size: 16px;
	text-align: right;
}

/* Truncate long user names */
.top-scores td:first-child,
.top-scores .scores-user th + td,
.top-scores .scores-today th + td,
.top-scores .scores-week th + td,
.top-scores .scores-lifetime th + td {
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
}

/* Current User (Your Achievement) */
.top-scores .scores-user td {
	background-color: #ebebeb;
	border-bottom: 1px solid #27a5c2;
	color: #525252;
}

.top-scores .scores-user th + td {
	border-left: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	-moz-border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
			border-radius: 5px 0 0 0;
}

.top-scores .scores-user tr:first-child td + td {
	border-right: 1px solid #b8b8b8;
border-top: 1px solid #b8b8b8;
	-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
			border-radius: 0 5px 0 0;
}

/* Last 24 Hours */
.top-scores .scores-today td {
	background-color: #27a5c2;
}

/* Week */
.top-scores .scores-week td {
	background-color: #c23a97;
}

/* Lifetime */
.top-scores .scores-lifetime td {
	background-color: #ff8400;
}

.top-scores .scores-lifetime tr:last-child td + td {
	border-bottom: 1px solid #ff8400;
	border-right: 1px solid #ff8400;
	-moz-border-radius: 0 0 5px 0;
		-webkit-border-radius: 0 0 5px 0;
			border-radius: 0 0 5px 0;
}

.top-scores .scores-lifetime tr:last-child td:first-child {
	border-bottom: 1px solid #ff8400;
	-moz-border-radius: 0 0 0 5px;
		-webkit-border-radius: 0 0 0 5px;
			border-radius: 0 0 0 5px;
}

/* Horizontal Labels */
.top-scores .labels td {
	border: none;
	color: #6a6a6a;
	font-size: 12px;
	padding-top: 4px;
}


/* Awards
   -------------------------------------------------------------------------- */
.latest-award {
	border: 1px solid #b8b8b8;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 14px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
}

.latest-award h3 {
	margin-bottom: 16px;
	margin-top: 6px;
}

.latest-award h4 {
	margin-bottom: 4px;
}

.award-shelf {
	background-color: #fafafa;
	border: 1px solid #b8b8b8;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	padding: 14px;
	-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
}

.award-shelf li {
	width: 12.66666666666667%;
	margin: 2%;
	float: left;
}

.award-shelf img {
	display: block;
	margin: 0 auto;
	/*max-width: 100%;*/
	padding: 2px;
}



/* Sidebar
   -------------------------------------------------------------------------- */
.sidebar .widget {
	border: 1px solid #b8b8b8;
	margin-bottom: 18px;
	overflow: hidden;
	padding: 14px;
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
			border-radius: 3px;
	-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
			background-clip: padding-box;
	/* *overflow: visible; - KEEP FOR IE TESTING */
	/* *zoom: 1; - KEEP FOR IE TESTING */	
}

.sidebar h2 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 8px;
}

.sidebar h4 {
	line-height: 16px;
	margin-bottom: 6px;
	margin-top: 0; 
}

.sidebar ul, .sidebar ol {
	margin: 0 0 0 20px
}

.sidebar small {
	font-size: 12px;
	color: #858585;
}

.sidebar .secondary-nav {
	margin-top: 34px; /* Align .sidebar with .content horizontally */
	padding: 14px 0;
}

.sidebar .profile #username h4 {
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
}

.sidebar .profile ul {
	margin: 0;
	list-style: none;
}

.sidebar .profile img, .sidebar .latest-award img {
	float: left;
	margin: 0 10px 0 0;
}

.sidebar .lifetime-achievement {
	margin-top: 34px;
	padding-bottom: 4px;
}

.sidebar .lifetime-achievement h4 {
	color: #6a6a6a;
	line-height: 24px;
}

.sidebar .lifetime-achievement .value {
	color: #ff8400;
}

.sidebar .announcements li, .sidebar .notifications li, .sidebar .tips li {
	margin-bottom: 10px;
}

.sidebar .widget.announcements, .sidebar .widget.notifications, .sidebar .widget.tips {
	padding-bottom: 4px;
}


/* Footer
   -------------------------------------------------------------------------- */
footer {
	background-color: #e6e6e6;
	border-top: 1px solid #b8b8b8;
	overflow: hidden;
	margin-top: 50px;
	padding-top: 30px;
}

.inset {
	background-color: #dcdcdc;
	border-top: 1px solid #b8b8b8;
	font-size: 12px;
	min-height: 30px;
	overflow: hidden;
	padding-top: 10px;
}

footer .copyright {
	float: left;
}
   
footer .links {
	float: right;
}

footer .add-heart, footer .emwave, footer .emwave2, footer .inner-balance {
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 50px;
}

footer .inner-balance {
	background-image: url(../img/icn-device-iphone-lg.png);
}

footer .add-heart {
	background-image: url(../img/icn-add-heart-lg.png);
}

footer .emwave {
	background-image: url(../img/icn-device-emwave-lg.png);
}

footer .emwave2 {
	background-image: url(../img/icn-device-emwave2-lg.png);
}

 
/* Navigation
   ========================================================================== */
/* Links
   -------------------------------------------------------------------------- */
a, a:hover, a:focus {
	text-decoration: none; 
}

a {
	color: #4284db;
	cursor: pointer;
	cursor: hand;
}

a:hover, a:focus {
	color: #525252;
}


/* Links with Inline Icons
   -------------------------------------------------------------------------- */
a.inline-icon-left {
	background-position: 10% 50%;
	background-repeat: no-repeat;
	padding-left: 26px;
}

a.inline-icon-right {
	background-position: 90% 50%;
	background-repeat: no-repeat;
	padding-right: 26px;
}

/* Unlink Icon */
a.icn-unlink {
	background-image: url(../img/icn-delete.png);
}


/* Buttons
   -------------------------------------------------------------------------- */
.btn {
	background-color: #4284db;
	/*background-color: #4284db;*/
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid #4284db;
	/*border: 0;*/
	border-bottom-color: none;
	color: #f5f5f5;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-shadow: none;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
	filter: none;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
	-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
			background-clip: padding-box;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #fafafa;
	/*background-color: #fafafa;*/
	border-color: #b8b8b8;
	color: #525252;
}

.btn:active, .btn.active {
	background-color: #cccccc \9;
}

.btn:hover, .btn:focus {
	background-position: 0 0;
	color: #525252;
	-moz-transition: none;
		-webkit-transition: none;
			-o-transition: none;
				transition: none;
}

.btn.active, .btn:active {
	background-color: transparent;
	background-image: none;
	outline: 0;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
}

.btn.disabled, .btn[disabled] {
	background-color: none;
	background-image: none;
	color: #b8b8b8;
	opacity: 1.0;
	filter: none;
	-moz-box-shadow: none;
		-webkit-box-shadow: none;
			box-shadow: none;
}


/* Function Specific Buttons
   -------------------------------------------------------------------------- */
.btn-primary {
	background-color: #fd8424;
	border-color: #fd8424;
}

.btn-info {
	background-color: #27a5c2;
	border-color: #27a5c2;
}

.btn-success {
	background-color: #aac60c;
	border-color: #aac60c;
}

.btn-warning {
	background-color: #f4b41b;
	border-color: #f4b41b;
}

.btn-danger {
	background-color: #e04346;
	border-color: #e04346;
}

.btn-cancel {
	background-color: transparent;
	border-color: #b8b8b8;
	color: #525252;
}

.btn-link {
	background-color:transparent;
	border-color: transparent;
	color: #4284db;
}

.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}

   
/* Nav Tabs, Nav Pills and Buttons Groups
   -------------------------------------------------------------------------- */
.nav-tabs > li > a, .nav-pills > li > a {
	background-color: #4284db;
	border-color: #4284db #4284db #b8b8b8;
	color: #fafafa;
	margin-right: 6px;
}

.nav-tabs > li:last-child > a, .nav-pills > li:last-child > a {
	margin-right: 0;
}

.nav-tabs {
	border-bottom: 1px solid #b8b8b8;
	margin: 0 0 15px 0;
}

.nav-tabs > li > a {
	border: 1px solid transparent;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #f5f5f5;
	border-color: #b8b8b8 #b8b8b8 #b8b8b8;
	color: #525252;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: transparent;
	color: #525252;
	border: 1px solid #b8b8b8;
	border-bottom-color: #f0f0f0;
}

.nav-tabs > li:first-child > a {
		margin-left: 15px; /* Indent the first tab */
}

.nav-pills > li > a {
	background-color: #4284db;
	border: 1px solid #4284db;
	color: #fafafa;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background-color: #fafafa;
	border-color: #b8b8b8;
	color: #525252;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: transparent;
	border: 1px solid #b8b88b;
	color: #525252;
}

.nav-pills > .disabled > a, .nav-pills > .disabled > a:hover, .nav-pills > .disabled > a:focus {
	background-color: transparent;
	border-color: #b8b8b8;
	color: #b8b8b8;
	cursor: default;
}

.nav-pills > .disabled > a:hover {
	color: #b8b8b8;
}

/* Button Groups
   -------------------------------------------------------------------------- */
.btn-group > .btn {
	font-size: 13px;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group.pull-right .btn:last-child {
	margin-right: 0;
}


/* Nav Pills and Button Groups with Inline Icons
   -------------------------------------------------------------------------- */
.btn-group > a.inline-icon, .nav > li > a.inline-icon {
	padding-right: 32px;
}


/* Forms
   ========================================================================== */
form {
	overflow: hidden;
}

.robotic {
  display: none;
}

.form-wrapper {
	background-color: #f5f5f5;
	border: 1px solid #b8b8b8;
	margin-bottom:20px;
	overflow: hidden;
	padding: 14px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
	-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
			background-clip: padding-box;
}

.form-wrapper .radio, .form-wrapper .checkbox {
	padding-left: 21px;
}

.help-block, .help-inline {
	color: #858585;
}

.form-login {
	margin: 0 auto 20px;
	max-width: 320px;
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input {
  height: inherit;
}

label {
  font-weight: normal;
}

/* Alerts
   -------------------------------------------------------------------------- */
.alert.alert-success {
	background-color: #e3f0d8;
	border-color: #7ad42a;
	color: #4d871b;
}

.alert.alert-danger {
	background-color: #f0d8d8;
	border-color: #e07072;
	color: #c73c3e;
}


/* Sharing Options
   -------------------------------------------------------------------------- */
.form-group.sharing {
	padding: 14px 0;
}

.form-group.sharing p.help-block {
	margin: 0 14px 10px;
}

.sharing-emblem-view {
	float: left;
	padding: 0 20px;
	/* width: 278px; */
}

.sharing-emblem-view svg {
	height: 168px;
	width: 278px;
}

.sharing-options-view {
	float: left;
	overflow: visible;
	padding-left: 14px;
}


/* Components
   ========================================================================== */

/* Accordion - KEEP Commented Rules to Customize
   -------------------------------------------------------------------------- */
.accordion {
	border: 1px solid #b8b8b8;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
}

.accordion-group {
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #b8b8b8;
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
}

.accordion-heading, .accordion .accordion-group:last-child {
	border-bottom: 0;
}

.accordion-heading .accordion-toggle {
	/* padding: 8px 15px; */
}

.accordion-inner {
	background-color: #fff;
	border-top: 1px solid #b8b8b8;
	/* padding: 9px 15px; */
}

.accordion .accordion-inner:last-child {
	-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius:  0 0 5px 5px;
			border-radius:  0 0 5px 5px;
}

/* When used within a Modal */
.modal .accordion {
	margin-bottom: 0;
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
			border-radius: 3px;	
}

.modal .accordion .accordion-inner:last-child {
	-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
			border-radius: 0 0 3px 3px;
}


/* Badge
   -------------------------------------------------------------------------- */
.label, .badge {
	background-color: #858585;
	color: #fafafa;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: none;
	white-space: nowrap;
}

.badge {
	padding-right: 9px;
	padding-left: 9px;
	-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
			border-radius: 9px;
}

.badge-important {
	background-color: #e04346;
}

.label-default-green, .badge-default-green {	
	background-color: #468847;
	color: #fafafa !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: none;
	white-space: nowrap;
}


/* Tooltips
   -------------------------------------------------------------------------- */
.tooltip {
	font-size: 13px;
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip-inner {
	background-color: #202126;
	color: #fafafa;
	max-width: 200px;
	padding: 8px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #202126;
}


/* Video
   -------------------------------------------------------------------------- */
/* Native HTML5 video element */
video {
  height: auto !important;
  margin-bottom: 21px;
  width: 100% !important;
}


/* Global Helper Classes
   ========================================================================== */
.no-margins {
	margin: 0;
}

.right-pad-margin {
	margin-right: 35px;
}

.border {
	border: 1px solid #b8b8b8;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			border-radius: 5px;
}

.opaque {
	background-color: rgba(250, 250, 250, 0.4);
	-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
			background-clip: padding-box;
}

.square-corners {
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
}

.clear-inline {
	clear: both;
}


/* Invididual Rounded Corners
   -------------------------------------------------------------------------- */
.rounded-top-left {
	-moz-border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
			border-radius: 5px 0 0 0;
}

.rounded-top-right {
	-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
			border-radius: 0 5px 0 0;
}

.rounded-bottom-right {
	-moz-border-radius: 0 0 5px 0;
		-webkit-border-radius: 0 0 5px 0;
			border-radius: 0 0 5px 0;
}

.rounded-bottom-left {
	-moz-border-radius: 0 0 0 5px;
		-webkit-border-radius: 0 0 0 5px;
			border-radius: 0 0 0 5px;
}


/* Responsive Layout
   ========================================================================== */
/* Phones
   -------------------------------------------------------------------------- */
@media (max-width: 320px) {
	.bordered-header .btn-group.pull-right {
		float: left;
		margin-left: 0;
		margin-top: 4px;
	}
	
	.bordered-header.history .btn-group.pull-right {
		float: right;
		margin-top: 0;
	}
}

@media (max-width: 479px) {
	.bordered-header .btn-group .btn {
		font-size: 12px; /* Resize to allow for narrow layout */
	}
	
	/* Remove padding to keep sharing emblem in viewport */
	.sharing-emblem-view {
		padding: 0;
	}
	
	/* Hide History Results and Journal Entries - NOT IN USE */
	.session-report-view, .journal-entry-view {
		/* display: none; */ /* Use display: block to show collapsed view */
	}
	
	.history-list-view, .journal-list-view {
		/* width: 100%; */ /* Uncomment if using collapse or modal */
	}
	
	.history-listings tr td:last-child,	.journal-listings div {
		/* border-right: none; */ /* Uncomment if using collapse or modal */
	}
}

@media (max-width: 480px) {
	h2 {
		line-height: 28px;
	}
	
	footer .links {
		clear: left;
		float: left;
		margin-top: 10px;
	}
	
	/* Adjust (increase) font size for readability */
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-size: 16px;
	}
	
	/* Adjust top and bottom padding for tappable area */
	.nav-collapse .nav > li > a.home {
		padding: 18px 0 18px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		padding: 12px 20px;
	}
		
	/* Decrease table cell font size for smaller screens */
	.session-results, .top-scores tbody td, .top-scores td:last-child {
		font-size: 14px;
	}
	
	/* Decrease font size and width for smaller screens */
	.user-stat h4 {
		font-size: 14px;
		line-height: 18px;
		margin-top: 6px;
		width: 50%;
	}
	
	.user-stat h4 small {
		font-size: 12px;
	}
	
	/* Truncate long user names for Achievement Scores table */
	.top-scores td:first-child,
	.top-scores .scores-user th + td,
	.top-scores .scores-today th + td,
	.top-scores .scores-week th + td,
	.top-scores .scores-lifetime th + td {
		max-width: 60px;
	}
	
	/* Prevents td content breaking layout */
	td.shorten {
		max-width: 58px;
	}
	
	/* Keep the Accordion in the wiew when used within a Modal */
	.modal .accordion-inner {
		max-height: 100px;
		overflow-y: scroll;
	}
	
	/* Shorten list item width to keep it in view */
	.journal-list-item .journal-entry-title {
		width: 60%;
	}
	
	/* Reduce margin width and font size to keep date and time in view */
	.journal-list-item .datestamp, .journal-list-item .timestamp {
		font-size: 10px;
		margin-right: 4px;
	}
	
	body.service-outage .content h1 {
		font-size: 28px;
	}
}


/* Phones to Tablets
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.ticker, 	.ui-header, 	.navbar, 	.page-content, 	footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.sidebar {
		border-top: 1px dashed #b8b8b8;
		margin-top: 30px;
		padding-top: 20px;
	}
}

/* Collapse nav bar sooner at 991px or less
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
 .navbar-collapse.collapse.in {
      display: block!important; 
  }
}


/* Portrait Tablet to Landscape Tablet
   -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	/* .sidebar .profile img, */
	.sidebar .latest-award img {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}
	
	/* Prevents td content breaking layout */
	td.shorten {
		max-width: 150px;
	}
}

/*--------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------- */
/* 979px and narrower
   -------------------------------------------------------------------------- */
@media (max-width: 979px) {
	.ticker {
		margin-bottom: 10px;
	}
  
  #main-nav-menu.navbar-default .navbar-brand { padding: 12px 0; }
}

/* Default Display
   -------------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
  span.uneditable-input {width:272px;}
  #main-nav-menu.navbar-default .navbar-brand { padding: 12px; }
}


/* 1200px and wider
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  span.uneditable-input {width:340px;}
  #main-nav-menu.navbar-default .navbar-brand { padding: 12px; }
}
/*--------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------- */

/* Award Shelf
   -------------------------------------------------------------------------- */
/* Column Width Calculation Notes for Break Points:
Number of Columns * 4% Margin = Total Margin %
100% - Total Margin % = Remaing Width % for Columns
Remaining Width % / Number of Columns = % Per Column */

@media only screen and (min-width: 980px) and (max-width: 1199px),
only screen and (min-device-width: 980px) and (max-device-width: 979px){
	.award-shelf li {
		width: 16%; /* 5 Columns */
	}
}

@media only screen and (max-width: 979px),
only screen and (max-device-width: 979px) {
	.award-shelf li {
		width: 21%; /* 4 Columns */
	}
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px){
	.award-shelf li {
		width: 16%; /* 5 Columns */
	}
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px){
	.award-shelf li {
		width: 29.33333333333333%; /* 3 Columns */
	}
}

/* Retina Background Images
   ========================================================================== */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) {
	.wallpaper {
		background-image: url(../img/bkg-cloud@2x.png);
		background-size: 567px 340px;
	}
	
	a.icn-unlink {
		background-image: url(../img/icn-delete@2x.png);
		background-size: 16px 16px;
	}
	
	/* Main Nav */
	.navbar .nav > li > a.home,
	.navbar .nav > li > a.home:hover,
	.navbar .nav > .active > a.home,
	.navbar .nav > .active > a.home:hover {
		background-size: 18px 16px;
	}
	
  .navbar-brand > img {
    height: 25px;
    width: 236px;
  }

  .ui-header > a > img {
    height: 25px;
    width: 236px;
  }
	
	.navbar .nav > li > a.home {
		background-image: url(../img/icn-home-active@2x.png);
	}
	
	.navbar .nav > li > a.home:hover {
		background-image: url(../img/icn-home-selected@2x.png);
	}
	
	.navbar .nav > .active > a.home,
	.navbar .nav > .active > a.home:hover {
		background-image: url(../img/icn-home-selected@2x.png);
	}
	
	/* Sidebar */
	.sidebar .notification.module, 	.sidebar .notification.stat {
		background-size: 44px 32px;
	}
	
	.sidebar .notification.module {
		background-image: url(../img/icn-module@2x.png);
	}
	
	.sidebar .notification.stat {
		background-image: url(../img/icn-stats@2x.png);
	}
	
	/* Footer */
	footer .emwave, 	footer .emwave2, 	footer .inner-balance {
		background-size: 48px 35px;
	}
	
	footer .emwave {
		background-image: url(../img/icn-device-emwave-lg@2x.png);
	}
	
	footer .emwave2 {
		background-image: url(../img/icn-device-emwave2-lg@2x.png);
	}
	
	footer .inner-balance {
		background-image: url(../img/icn-device-iphone-lg@2x.png);
	}
}


/* Main top nav bar
   ========================================================================== */
#main-nav-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
    padding: 12px 0;
}
#main-nav-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(248, 248, 248, 1);
    border-width: 1px;
    border-radius: 0px;
}
#main-nav-menu.navbar-default .navbar-nav>li>a {
    color: rgba(66, 132, 219, 1);
    background-color: rgba(248, 248, 248, 0);
}
#main-nav-menu.navbar-default .navbar-nav>li>a:hover,
#main-nav-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(82, 82, 82, 1);
    background-color: rgba(248, 248, 248, 0);
}
#main-nav-menu.navbar-default .navbar-nav>.active>a,
#main-nav-menu.navbar-default .navbar-nav>.active>a:hover,
#main-nav-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(82, 82, 82, 1);
    background-color: rgba(231, 231, 231, 1);
}
#main-nav-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-right: 0;
    background-color: #4284db;
}
#main-nav-menu.navbar-default .navbar-toggle:hover,
#main-nav-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#main-nav-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#main-nav-menu.navbar-default .navbar-toggle:hover .icon-bar,
#main-nav-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #888;
}

/* Main top nav bar
   ========================================================================== */
.img-rotate {
    -webkit-animation:spin 60s linear infinite;
    -moz-animation:spin 60s linear infinite;
    animation:spin 60s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.img-breathe {
    -webkit-animation:breathe 6s alternate infinite;
    -moz-animation:breathe 6s alternate infinite;
    animation:breathe 6s alternate infinite;
}
@-moz-keyframes breathe { 0% { -moz-transform: scale(.75); } 100% { -moz-transform: scale(1); } }
@-webkit-keyframes breathe { 0% { -webkit-transform: scale(.75); } 100% { -webkit-transform: scale(1); } }
@keyframes breathe { 0% { -webkit-transform: scale(.75); } 100% { -webkit-transform: scale(1); } }







