
* {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;

	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility;
	font-family: 'Radiance','arial',sans-serif !important;
}

#Copy 
{
	width:600px;
	margin:auto;
	padding-bottom: 20px;

	font-size:14px;
	color:#888888;
	line-height:140%;
}

.LoginText
{
	font-size:14px;
	color:#888888;

	margin: auto;
	text-align: center;
}

#RosterLocksBlock
{
	width: 600px;
	margin: 10px auto;

	color: #888888;
}

#RosterLocksBlock h1
{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3E6E80;
}

#RosterLocksBlock .Label
{
	width: 250px;
	font-size: 18px;
	color: #CCC;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	display: inline-block;
}

#RosterLocksBlock .RosterLockTimestamp
{
	font-size: 18px;
	width: 250px;
	display: inline-block;
}

#PlayerForms
{
	width: 600px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

#PlayerForms .Label
{
	width: 250px;
	font-size: 18px;
	color: #CCC;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	display: inline-block;
}

#PlayerForms .PlayerName
{
	font-size: 18px;
	width: 150px;
	color: #3E6E80;
	display: inline-block;
}

#PlayerForms .Option
{
	font-size: 18px;
	width: 150px;
	color: #3E6E80;
	display: inline-block;
}

#PlayerForms .Option #CountryCodeSelector
{
	min-width: 100px;
}

#PlayerForms .Option #PositionSelector
{
	min-width: 100px;
}

#BundleStatus
{
	width: 600px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

#BundleStatus .BundleStatusLabel
{
	font-size: 18px;
	color: #CCC;
	text-align: left;
	padding-right: 10px;
	padding-top: 4px;
	display: inline-block;
}

.PlayerFormButton
{
	margin-top: 20px;
	display: flex;
	flex-direction: row-reverse;
}

#InvitesBlock
{
	width: 600px;
	margin: 10px auto;

	color: #888888;
}

#InvitesBlock .SmallButton
{
	min-width: 120px;
	text-align: center;
	margin-top: 2px;
}


#InvitesBlock h1
{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3E6E80;
}

.Invite
{
	display: flex;
	margin-top: 4px;
}

.Invite .TeamName,
.Invite .TeamID
{
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.Invite .TeamName
{
	color: #DDDDDD;
	width: 170px;
}

.Invite.Confirmed .TeamName
{
	width: 300px;
}


.Invite .TeamID
{
	width: 170px;
}

#LegalPopup
{
	display: none;
	position: fixed;

	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	
	background: black;
	color: white;

	padding: 100px;
	padding-top: 200px;

	z-index: 99999;
}

#LegalPopup.ShowLegal
{
	display: block;
}

#LegalButtons
{
	display: flex;
	padding-top: 40px;
	margin: auto;
}

#TalentListManagement #Header {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#TalentListManagement {
	width: 600px;
	margin: 20px auto;
	margin-bottom: 40px;

	border: 1px solid #333;
	background-color: #1F1F1F;

	padding: 10px;

	display: flex;
	flex-direction: column;
}

#TalentListManagement #addAdminForm {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	gap: 6px;
}

#TalentListManagement #addAdminForm button {
	width: 200px;
}

.TalentAdminAvatar {
	width: 32px;
	height: 32px;
	border: 1px solid black;
}

.TalentAdminAvatar img {
	width: 32px;
	height: 32px;
}

.TalentAdminBox {
	border: 1px solid black;
	background-color: #1A1A1A;
	padding: 6px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.TalentProfileLink {
	color: #AAA;
	flex-grow: 1;
}

.AdminRevokeLink {
	color: #800;
	cursor: pointer;
	user-select: none;
}

.AdminRevokeLink:hover {
	color: #900;
}

#SubmitContent  {
	width: 600px;
	margin: 20px auto;
}

#SubmitContent .SmallButton
{
	width: 200px;
	min-width: 120px;
	text-align: center;
	margin-top: 2px;
}
