﻿/*#region progress bar colors*/
.custom-progress-bar .progress-bar .background {
	background-color: #d1d2d3;
}

.custom-progress-bar.bike .color {
	background-color: #F9A31E;
}

.custom-progress-bar.bike .level-text {
	color: #F9A31E;
}

.custom-progress-bar.bus .color {
	background-color: #F36F3A;
}

.custom-progress-bar.bus .level-text {
	color: #F36F3A;
}

.custom-progress-bar.carpool .color {
	background-color: #EF4D24;
}

.custom-progress-bar.carpool .level-text {
	color: #EF4D24;
}

.custom-progress-bar.vanpool .color {
	background-color: #993366;
}

.custom-progress-bar.vanpool .level-text {
	color: #993366;
}

.custom-progress-bar.walk .color {
	background-color: #82BC41;
}

.custom-progress-bar.walk .level-text {
	color: #82BC41;
}

.custom-progress-bar.lightrail .color {
	background-color: #2E7DC0;
}

.custom-progress-bar.lightrail .level-text {
	color: #2E7DC0;
}

.custom-progress-bar.commuterrail .color {
	background-color: #0FAB8C;
}

.custom-progress-bar.commuterrail .level-text {
	color: #0FAB8C;
}

.custom-progress-bar.ferry .color {
	background-color: #21B2BA;
}

.custom-progress-bar.ferry .level-text {
	color: #21B2BA;
}

.custom-progress-bar.telecommute .color {
	background-color: #663399;
}

.custom-progress-bar.telecommute .level-text {
	color: #663399;
}

.custom-progress-bar.default .color {
	background-color: #10ae54;
}

.custom-progress-bar.default .level-text {
	color: #10ae54;
}

.custom-progress-bar.expired .color {
	background-color: #ed3b18;
}
/*#endregion progress bar colors*/

/*#region tiles*/
.discover.tiles {
	margin-left: 0;
}

.tiles .tile:nth-child(1n+1) {
	margin-right: 17px;
}

.tiles .tile:nth-child(3n+3) {
	margin-right: 0;
}

.tiles .tile {
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 10px 10px 0;
	text-align: left;
}

.tiles .tile .header {
	position: relative;
}

.tiles .tile .header img {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	width: 300px;
	height: 224px;
}

.tiles .tile .finalresults .award {
	float: left;
	padding-left: 12px;
	width: 25px;
	height: auto;
}

.tiles .tile .content {
	padding: 10px 10px 0 10px;
}

.tiles .tile .content .name {
	font-size: 16px;
	line-height: normal;
}

.tiles .tile .content .subtitle {
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}

.tiles .tile .content .summary {
	height: 45px;
}

.tiles .tile .content .summary .stat {
	display: inline-block;
	text-align: center;
	width: 32%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	vertical-align: top;
}

.tiles .tile .content .summary .stat .value {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.tiles .tile .content .summary .stat .label {
	font-size: 11px;
	line-height: 16px;
}

.tiles .tile .content .summary .stat .reward-status {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
}

.tiles .tile .content .summary .stat .reward-status.complete {
	color: #10ae54;
}

.tiles .tile .content .summary .stat .reward-status.expired {
	color: #ed3b18;
}

.tiles .tile .footer {
	-webkit-box-shadow: #eaeaea 0 1px 5px 0 inset;
	-moz-box-shadow: #eaeaea 0 1px 5px 0 inset;
	box-shadow: #eaeaea 0 1px 5px 0 inset;
	border-top: 1px solid #dedede;
	background: #f6f6f6;
	position: relative;
}

/*#region Challenges only*/
.challenge.tile .footer .peoplestats {
	padding: 10px;
}

.challenge.tile .footer .peoplestats .value {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	padding-right: 20px;
}

.challenge.tile .content .attribution {
	font-size: 13px;
	line-height: 1em;
	margin-top: 7px;
}

.challenge.tile .classification {
	height: 25px;
}

.challenge.tile .classification .private {
	background-color: #0085B2;
	text-align: center;
	color: white;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
}
/*#endregion Challenges only*/

/*#region Rewards only*/
.reward.tile .content .name {
	font-weight: bold;
	color: #444;
}

.reward.tile .content .subtitle {
	margin: 5px 0;
	height: 35px;
}

.reward.tile .content .progress {
	height: 70px;
}

.reward.tile .content .goal,
.reward.tile .content .modes,
.reward.tile .content .date-details {
	line-height: 1.6;
	font-size: 16px;
}

.reward.tile .content label {
	color: #444;
	font-weight: bold;
}

.reward.tile .prize {
	height: 40px;
	line-height: 0;
	padding: 8px 0;
	margin: 0 10px;
	border-top: 1px solid #dedede;
}

.reward.tile .prize-icon {
	height: 18px;
	width: 18px;
	display: inline-block;
	margin: 1px 4px 0 0;
}

.reward.tile .prize-icon.drawing {
	background-image: url('../img/rewards/drawing-prize.png');
}

.reward.tile .prize-icon.guaranteed {
	background: url('../img/rewards/guaranteed-prize.png') no-repeat;
}

.reward.tile .prize-icon.badge {
	background: url('../img/rewards/badge-prize.png') no-repeat;
}


.reward.tile .prize .prize-text {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	line-height: 1.3;
}

.reward.tile .modes .valid-modes {
	font-size: 0;
}

.reward.tile .modes .icon {
	height: 22px;
	width: 22px;
	margin-right: 2px;
	vertical-align: top;
}

.reward.tile .progress .custom-progress-bar {
	padding-top: 8px;
}

.reward.tile .footer .button {
	margin: 8px 15px;
	padding: 2px 0;
	width: 80px;
	text-align: center;
	font-size: 15px;
}

.reward.tile .footer .enrolled,
.reward.tile .footer .leave-reward {
	background-color: #3093B9;
	border: none;
	padding: 3px 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}

.reward.tile .footer .leave-reward {
	width: 82px;
	border: none;
	background-color: #005379;
}

.tiles .rewards-tile-holder {
	min-height: 300px;
}

.rewards-tab-holder {
	height: 40px;
	border-bottom: 1px solid #dedede;
	margin: -20px -25px 20px -5px;
	padding: 8px 0 0 10px;
}

a.rewards-tab {
	cursor: pointer;
	color: #666666;
	margin-left: 20px;
}

a.rewards-tab.selected {
	font-weight: bold;
}

/*#region mode icons*/
.travel-mode-small-tile-Bike {
	background: url('../img/rewards/small-bike-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Bus {
	background: url('../img/rewards/small-bus-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Carpool {
	background: url('../img/rewards/small-carpool-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Vanpool {
	background: url('../img/rewards/small-vanpool-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Walk {
	background: url('../img/rewards/small-walk-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Lightrail {
	background: url('../img/rewards/small-lightrail-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Commuterrail {
	background: url('../img/rewards/small-commuterrail-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Ferry {
	background: url('../img/rewards/small-ferry-tile.png') no-repeat center center;
}

.travel-mode-small-tile-Telecommute {
	background: url('../img/rewards/small-telecommute-tile.png') no-repeat center center;
}
/*#endregion mode icons*/
/*#endregion Rewards only*/
/*#endregion tiles*/

/*#region enroll pop-up*/
.enroll-popup-holder {
	margin: 5px 50px;
}

.enroll-popup-image {
	margin: 10px 0;
}

.enroll-popup-message {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.enroll-popup-calendar-link {
	margin: 0 0 25px 0;
	font-size: 21px;
}
/*#endregion enroll pop-up*/

/*#region completion pop-up*/
#luumModalDialog .reward-tile {
	margin-left: 180px;
}

.notification .reward-tile {
	margin-left: 30px;
}

.reward-completion-text {
	font-size: 16px;
	font-weight: bold;
	margin: 0 40px 25px 40px;
}

.notification .reward-completion-text {
	margin-left: 30px;
}
/*#endregion completion pop-up*/