/* BOF Panel Layout */
.ssc
{
	width: 100%;
}

	.sscPanel
	{
		width: 100%;
		margin-bottom: 20px;
	}
	
		.sscPanelHeader
		{
			box-sizing: border-box;
			width: 100%;	
			border: 1px solid #dddddd;
			background-color: #f5f5f5;
			padding: 10px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		
			.sscPanelHeaderCompetition
			{
				box-sizing: border-box;
				width: 75%;
				display: inline-block;
				text-align: left;
			}
			
				.leaderboardTrigger
				{
					cursor: pointer;
					border-bottom: 1px dashed #737373;
				}
			
			.sscPanelHeaderRound
			{
				box-sizing: border-box;
				width: 25%;
				display: inline-block;
				text-align: right;
			}
			
		.sscPanelBody
		{
			box-sizing: border-box;
			width: 100%;	
			border-left: 1px solid #dddddd;
			border-right: 1px solid #dddddd;
			background-color: #ffffff;
			padding: 10px;
			text-align: center;
		}
		
			.sscPanelBodyDate
			{
				box-sizing: border-box;
				width: 100%;	
			}
			
			.sscPanelBodyTeams
			{
				box-sizing: border-box;
				width: 100%;	
				font-size: 24px;
				margin: 10px 0px;
			}
			
				.sscPanelBodyTeam1
				{
					box-sizing: border-box;
					width: 100%;	
				}
				
				.sscPanelBodyV
				{
					box-sizing: border-box;
					width: 100%;
				}
				
				.sscPanelBodyTeam2
				{
					box-sizing: border-box;
					width: 100%;
				}
			
			.sscPanelBodyTime
			{
				box-sizing: border-box;
				width: 100%;	
			}
		
		.sscPanelFooter
		{
			box-sizing: border-box;
			width: 100%;	
			border: 1px solid #dddddd;
			background-color: #f5f5f5;
			padding: 10px;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}
		
			.sscPanelFooterVenue
			{
				box-sizing: border-box;
				width: 50%;
				display: inline-block;
				text-align: left;
			}
			
			.sscPanelFooterReferee
			{
				box-sizing: border-box;
				width: 50%;
				display: inline-block;
				text-align: right;
			}
/* EOF Panel Layout */

/* BOF Notices */
.notice
{
	box-sizing: border-box;
	width: 100%;
	border: 1px solid;
	border-radius: 5px;
	padding: 20px;
}

	.noticeInfo
	{
		border-color: #bde8f0;
		background-color: #daedf6;
		color: #34709b;
	}
	
	.noticeDanger
	{
		border-color: #eaccd1;
		background-color: #f2dede;
		color: #aa4e4e;
	}
	
	.notice ul
	{
		margin-left: 20px;
		margin-bottom: 0px;
	}
/* EOF Notices */
			
/* BOF Modals */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
} /* The Modal (background) */

.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
} /* The Close Button */

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: #000000;
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
} /* Modal Header */

.modal-body {

} /* Modal Body */

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
} /* Modal Footer */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
	margin-top: 50px;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
} /* Modal Content */

@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
} /* Add Animation */

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
/* EOF Modals */

/* BOF Leaderboard */
h2.leaderboardTitle
{
	font-size: 20px;
	margin: 20px 0px;
}

table.sccLeaderboard
{
	width: 100%;
	margin-bottom: 0px;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

caption, th, td
{
	text-align: center;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	padding: 2px;
}

.leftAlign
{
	text-align: left;
	width: 150px;
}

.hiLiteRow
{
	background-color: #f5f5f5;
}

	.hiLiteRow td
	{
		font-weight: bold;
	}
	
.sccLeaderboardTitle
{
	margin-top: 20px;
}
/* EOF Leaderboard */

/* BOF Miscellaneous Styles */
.mutedText
{
	color: #737373;
}

.hiddenXS
{
	display: none;
}

select#leaderboardFilter
{
	color: inherit;
	background-color: inherit;
	border: 1px solid;
}
/* EOF Miscellaneous Styles */

/* BOF Responsiveness */		
@media (min-width: 768px) {
	.sscPanelBodyTeams
	{
		margin: 0px;
	}
	
	.sscPanelBodyTeam1
	{
		width: 45%;
		display: inline-block;
	}
	
	.sscPanelBodyV
	{
		width: 10%;
		display: inline-block;
	}
	
	.sscPanelBodyTeam2
	{
		width: 45%;
		display: inline-block;
	}
	
	.leftAlign
	{
		text-align: left;
		white-space: nowrap;
		width: 300px;
	}
	
	.hiddenXS
	{
		display: table-cell;
	}
	
	h2.leaderboardTitle
	{
		font-size: 36px;
	}
	
	caption, th, td
	{
		padding: 10px;
	}
	
	.modal-content {
		width: 80%;
	}
} /* Small devices (tablets, 768px and up) */	

@media (min-width: 992px) {
} /* Medium devices (desktops, 992px and up) */

@media (min-width: 1200px) {
} /* Large devices (large desktops, 1200px and up) */
/* EOF Responsiveness */