/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

TournamentPhase
{
	width: 100%;
	height: 100%;
	background-color: #0a0d0fbb;
	flow-children: down;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	opacity: 0.0;
}

TournamentPhase.Active
{
	opacity: 1.0;
}

#Header
{
	width: 100%;
	padding: 4px;
	flow-children: right;
}

#HeaderButtons
{
	horizontal-align: right;
	flow-children: right;
}

#ButtonStandings,#ButtonSchedule,#ButtonMatchGrid,#ButtonBracket
{
	color: #999999;
	visibility: collapse;
}

.StandingsEnabled #ButtonStandings,.ScheduleEnabled #ButtonSchedule,.MatchGridEnabled #ButtonMatchGrid,.BracketEnabled #ButtonBracket
{
	visibility: visible;
}

.ViewStandings #ButtonStandings,.ViewSchedule #ButtonSchedule,.ViewMatchGrid #ButtonMatchGrid,.ViewBracket #ButtonBracket
{
	color: white;
}

#InfoPanels
{
	width: 100%;
	height: fill-parent-flow( 1.0 );
}

.PhaseView
{
	width: 100%;
	height: 100%;
	opacity: 0.0;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.ViewStandings #StandingsPanel,.ViewSchedule #SchedulePanel,.ViewMatchGrid #MatchGridPanel,.ViewBracket #BracketZoomContainer
{
	opacity: 1.0;
}

#BracketZoomContainer
{
	margin: 16px 16px 16px 16px;
	background-color: #1a202477;
}

#PhaseDates
{
	font-size: 24px;
	color: #5c6f6e;
	vertical-align: center;
	margin-left: 16px;
	width: 500px;
}

#StandingsPanel
{
	flow-children: right-wrap;
	padding-left: 8px;
	padding-right: 8px;
}

#MatchGridPanel
{
	flow-children: right-wrap;
	overflow: squish scroll;
	padding-left: 16px;
}

.TournamentViewButton
{
	margin: 8px;
	background-color: #0e1215;
	border: 1px solid #313d41;
	height: 28px;
	transition-property: border, background-color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.TournamentViewButton .RadioBox
{
	visibility: collapse;
}

.TournamentViewButton Label
{
	margin: 4px 24px 0px 24px;
	color: #637877;
	font-size: 16px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-align: center;
	transition-property: color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.TournamentViewButton:hover
{
	border: 1px solid #637877;
}

.TournamentViewButton:hover Label
{
	color: white;
}

.TournamentViewButton:selected
{
	background-color: #313d41;
}

.TournamentViewButton:selected Label
{
	color: white;
}

