.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }


.favorite {
	font-weight:bold;
	text-decoration:underline;
}

.favorite .act-time {
	text-align:center !important;
}

.favorite .act-name::before {
	content:"*** ";
}

.favorite .act-name::after {
	content:" ***";
}

body {
		background-repeat: no-repeat;
		background-size:cover;
		background-attachment: fixed;
	background-image:url('background.jpg?x=1');
	background-position: center top;		
	background-color:#000000;
	width:100%;
}
	
body,
html {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, "Muli", "Ubuntu", "Trebuchet MS", Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
}

html,
body,
body * {
	touch-action: manipulation;
}
	

body#stage-id-1 .stage-id-1,
body#stage-id-2 .stage-id-2,
body#stage-id-3 .stage-id-3,
body#stage-id-4 .stage-id-4,
body#stage-id-5 .stage-id-5,
body#stage-id-6 .stage-id-6 {
	display:inline-block;
}

body#stage-id-1 .stage-id-2,
body#stage-id-1 .stage-id-3,
body#stage-id-1 .stage-id-4,
body#stage-id-1 .stage-id-5,
body#stage-id-1 .stage-id-6,
body#stage-id-2 .stage-id-1,
body#stage-id-2 .stage-id-3,
body#stage-id-2 .stage-id-4,
body#stage-id-2 .stage-id-5,
body#stage-id-2 .stage-id-6,
body#stage-id-3 .stage-id-1,
body#stage-id-3 .stage-id-2,
body#stage-id-3 .stage-id-4,
body#stage-id-3 .stage-id-5,
body#stage-id-3 .stage-id-6,
body#stage-id-4 .stage-id-1,
body#stage-id-4 .stage-id-2,
body#stage-id-4 .stage-id-3,
body#stage-id-4 .stage-id-5,
body#stage-id-4 .stage-id-6,
body#stage-id-5 .stage-id-1,
body#stage-id-5 .stage-id-2,
body#stage-id-5 .stage-id-3,
body#stage-id-5 .stage-id-4,
body#stage-id-5 .stage-id-6,
body#stage-id-6 .stage-id-1,
body#stage-id-6 .stage-id-2,
body#stage-id-6 .stage-id-3,
body#stage-id-6 .stage-id-4,
body#stage-id-6 .stage-id-5 {
	display:none;
}

.stage-day {
	width:100%;		
	display:inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}



.stage-slot {
	border-bottom:1px solid rgba(128,128,128,0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor:pointer;	
}

/*
	Add a bright separator at the start of each act block so darker day colors
	(particularly Saturday gray) don't let neighboring acts visually blend together.
	
	Then remove that separator from the very first act-start immediately after the
	stage header, so we don't get an extra line at the top of each stage column.
*/
.stage-slot.act-start {
	border-top:1px solid rgba(255,255,255,0.6);
}

.stage-day-wrapper > .stage-day-header + .stage-slot.act-start {
	border-top:none;
}

.stage-slot.alt-row {
	border-bottom:1px solid rgba(0,0,0,0.2);
}

body.festival-day-sun header nav.day a#header-sat,
body.festival-day-mon header nav.day a#header-sat,
body.festival-day-sat header nav.day a#header-sun,
body.festival-day-mon header nav.day a#header-sun,
body.festival-day-sat header nav.day a#header-mon,
body.festival-day-sun header nav.day a#header-mon,
body.festival-day-sun footer nav.day a#footer-sat,
body.festival-day-mon footer nav.day a#footer-sat,
body.festival-day-sat footer nav.day a#footer-sun,
body.festival-day-mon footer nav.day a#footer-sun,
body.festival-day-sat footer nav.day a#footer-mon,
body.festival-day-sun footer nav.day a#footer-mon {
	opacity:0.65;
}

body.festival-day-sat header nav a#header-sat,
body.festival-day-sun header nav a#header-sun,
body.festival-day-mon header nav a#header-mon,
body.festival-day-sat footer nav a#footer-sat,
body.festival-day-sun footer nav a#footer-sun,
body.festival-day-mon footer nav a#footer-mon {
	opacity:1.0;
}

body.festival-day-sat .stage-day-header,
header nav a#header-sat,
footer nav a#footer-sat {
	background:#4e4e4e;
}

body.festival-day-sat .stage-slot.alt-row {
	background:rgba(78,78,78,0.6);
	background:rgba(78,78,78,0.6);
}

body.festival-day-sat .stage-slot {
	background:rgba(78,78,78,0.1);
}

body.festival-day-sat .stage-slot.alt-row.favorite {
	background:rgba(78,78,78,0.55);
}

body.festival-day-sat .stage-slot.favorite {
	background:rgba(78,78,78,0.15);
}


body.festival-day-sun .stage-day-header,
header nav a#header-sun,
footer nav a#footer-sun {
	background:#fe6e27;
}

body.festival-day-sun .stage-slot.alt-row {
	background:rgba(254,110,39,0.6);
}

body.festival-day-sun .stage-slot {
	background:rgba(254,110,39,0.1);
}


body.festival-day-sun .stage-slot.alt-row.favorite {
	background:rgba(254,110,39,0.55);
}

body.festival-day-sun .stage-slot.favorite {
	background:rgba(254,110,39,0.15);
}


body.festival-day-mon .stage-day-header,
header nav a#header-mon,
footer nav a#footer-mon {
	background:#1070f0;
}

body.festival-day-mon .stage-slot.alt-row {
	background:rgba(16,112,240,0.6);
}

body.festival-day-mon .stage-slot {
	background:rgba(16,112,240,0.1);
}

body.festival-day-mon .stage-slot.alt-row.favorite {
	background:rgba(16,112,240,0.55);
}

body.festival-day-mon .stage-slot.favorite {
	background:rgba(16,112,240,0.15);
}

.festival-day {
	white-space:nowrap;
	display:block;
	width:100%;
	overflow-y:hidden;
	display:none;
	position:relative;
}

body.festival-day-sat .festival-day.festival-day-sat,
body.festival-day-sun .festival-day.festival-day-sun,
body.festival-day-mon .festival-day.festival-day-mon	{
	display:block;
}	





.stage-day .stage-day-wrapper  {
	width:100%;
	box-sizing:border-box;
}

.stage-day .stage-day-wrapper > div {
	width:100%;
	display:table;
	table-layout:fixed;
}

.stage-day .stage-day-wrapper > div > div {
	display:table-cell;
	width:80%;
	box-sizing:border-box;
	vertical-align:middle;	
}

.stage-day .stage-day-wrapper > div > div:first-child {
	width:20%;
	text-align:right;
	padding-right:15px;
}	

.stage-day-header > div,
.stage-slot,
.stage-slot > div {
	height:29px;
	line-height:29px;
	vertical-align:middle;
}

.current-time {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.5);
    border-left-width: 0px;
    border-right-width: 0px;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 10;
}

.stage-slot {
	font-size:13px;
}

.stage-name {
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

.stage-day-header {
	padding-top:6px;
	padding-bottom:2px;
	font-size:16px;
	height:29px;
	color:#FFFFFF;	
}








header nav,
footer nav {
	width:100%;	
	display:table;
	table-layout:fixed;	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;		
}

header nav a,
footer nav a {

	display:table-cell;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	height:45px;
	line-height:45px;
	text-align:center;
	vertical-align:middle;		
}

.instructions-button {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;
	border:1px solid #61c4ea;
	background-color:#00FFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#333;
	font-family:'Verdana',Arial,sans-serif;
	font-size:14px;
	text-shadow:#b2e2f5 0 1px 0;
	padding:10px;
	text-align: center;
}

body.instructions .festival-day.instructions {
	display:block;
}

body.instructions header,
body.instructions footer,
body.atd-mouse-enabled footer {
	display:none;
}

.festival-day.instructions  {
	white-space: normal;
	width:320px !important;
	margin:0px auto;
	overflow:auto !important;
	padding-top:20px;
}

.festival-day.instructions > * {
	width:280px;
	margin-left:20px;
	margin-right:20px;
	box-sizing:border-box;
}

.festival-day.instructions > ins {
	width:320px;
	margin:0px ;
	margin-bottom:12px;
}

.festival-day.instructions  ul {
	font-size:13px;
}

.festival-day.instructions h1,
.festival-day.instructions h3,
.festival-day.instructions p {
	text-align:center;
	margin-bottom:12px;
	margin-top:0px;
}

.festival-day.instructions h3 {
	border-bottom:1px solid #FFFFFF;
}

body.atd-mouse-enabled .stage-day{
	display:table-cell !important;
}

body.atd-mouse-enabled .act-name,
body.atd-mouse-enabled .stage-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

body.atd-mouse-enabled .festival-day {
	overflow-y:scroll;
	margin-top:45px;
	width:100%;	
}

body.atd-mouse-enabled.festival-day-sat .festival-day.festival-day-sat,
body.atd-mouse-enabled.festival-day-sun .festival-day.festival-day-sun,
body.atd-mouse-enabled.festival-day-mon .festival-day.festival-day-mon	{
	display:table;
	table-layout:fixed;	
}	


body.atd-mouse-enabled header {
	position:absolute;
	top:0px;
	right:0px;
}


body.atd-mouse-enabled {
	overflow-y:scroll;
}

body.atd-mouse-enabled .stage-day .stage-day-wrapper  {
	width:100%;
	padding-left:2px;
	box-sizing:border-box;
}

body.atd-mouse-enabled .stage-day:first-child .stage-day-wrapper {
	padding-left:0px;
}


/*

body.atd-mouse-enabled a#header-sat,
body.atd-mouse-enabled a#footer-sat,
body.atd-mouse-enabled a#header-sun,
body.atd-mouse-enabled a#footer-sun,
body.atd-mouse-enabled a#header-mon,
body.atd-mouse-enabled a#footer-mon {
	border-left:2px solid #000000;
}

body.atd-mouse-enabled .stage-day.stage-id-1 .stage-day-wrapper {
	padding-left:2px !important;
}


body.atd-mouse-enabled a#header-mon,
body.atd-mouse-enabled a#footer-mon {
	border-right:2px solid #000000;
}

body.atd-mouse-enabled .stage-day.stage-id-6 .stage-day-wrapper {
	padding-right:2px;
}
*/



