/* nav bar color */
.nav-bar-color, #tutorial .tutorial-slide div.tutorial-events-info-color .nav-color, #events .mini_calendar td.event.visible, #fanpoll .graph .graphbar {
	background-color: #003057 !important;
}
	#events h1 span.events-tab.active, #upcoming-events-list li.upcoming-event h3, #event-info .event-info h3, #offers li.offer h3, #offer-detail h3 {
		color: #003057; /* should be the same as above */
	}
	.ui-page-theme-a .ui-bar-inherit.nav-bar-color {
		color: #fff; /* navBarColor Text Color */
		border-color: #003057;
	}
	
.ui-content a.link-track, .ui-content a.link-color {color: #003057; text-decoration: none }

	
/* button color */
a.ui-btn.major-btn {
	background-color: #003057 !important;
	border-color: #002441 !important;
	color: #fff !important;
}


/* background images */
.page-login-bg {
	background-image:url('../img/custom/win-background-login.png');
}
.page-light-bg {
	background-image:url('../img/custom/win-background-light.png');
}
.page-dark-bg {
	background-image:url('../img/custom/win-background-dark.png');
}

/* tutorial */ 
#tutorial .tutorial-slide div.tutorial-homescreen-container img.tutorial-circle.tutorial-events {top: 109px; left: 8px;}
#tutorial .tutorial-slide div.tutorial-homescreen-container img.tutorial-circle.tutorial-awards {top: 109px; left: 102px;}

/* homescreen */
.page-homescreen-bg{
	background-image:url('../img/custom/homescreen.png');
}
.home-row {top: 35%;}
	.home-row img {margin: 12px 6px; max-height: 23%; max-width: 23%;}


/* events */
/* #upcoming-events-list li.upcoming-event h3, #event-info .event-info .right-col h3 {color: #240D69;} */ /* event title color */
.points-received-color {background-color: #63b664 !important;} /* points received color */
.ticket-text-color {color: #ff7200}

/* awards */
#redeem-award-btn.award-redeemed {background-color: #63b664 !important; border: 1px solid #499d4a !important}

/* offers */
#redeem-offer-btn.offer-redeemed {background-color: #63b664 !important; border: 1px solid #499d4a !important}

/* Store Link */
#storelink {position: absolute; bottom: 15%; width:100%; height:12%; left: 0; background-color:#fff; opacity: 0}

/* Sponsor Logo Link */
#sponsorlogo {position: absolute; bottom: 0; width:100%; height:13%; left: 0; background-color:#fff; opacity: 0}