/* AUTOCOMPLETE */

.autocomplete{
  width: 100%;
  position: relative;
}

.autocomplete input{
  font-size: 11px;
  width: 100%;
  padding:0.4em;
}

.autocomplete ul{
overflow-y: auto;
overflow-x: hidden;
margin-top: 31px;
margin-left: -15px;
position: absolute;
left: 0;
width: 212px;
max-height: 300px;
  font-size: 11px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 1;
}

.autocomplete ul::-webkit-scrollbar {
    width: 1em;
}
.autocomplete ul::-webkit-scrollbar-track {
    background-color:#3F3F3F;
}
.autocomplete ul::-webkit-scrollbar-thumb {
  background-color: #D49817;
  outline: 1px solid #E9B33F;
}

.autocomplete li{
  text-align: left;
  list-style:none;
  width: 100%;
  padding:0.4em;
  background-color: #5D5D5D;
  display: table;
}

.autocomplete li.playerLI:hover{
  width: 100%;
  background-color: #e3a726;
  cursor:pointer;
}

.autocomplete .highlight {
  background-color: rgba(16, 15, 15, 0);
}

.autocomplete li.active .highlight {
}

/*#region base css*/
div.content div.box.full > .middle {
	background: url("/Images/metaverse/layout/box.middle.png") no-repeat center top;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	min-height: 575px;
	overflow: hidden;
	width: 100%;
}

div.content div.box.full > .top {
	background: url('/images/metaverse/layout/box.top.png') no-repeat center top;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	height: 16px;
	width: 100%;
}

div.content div.box.full > .bottom {
	background: url('/images/metaverse/layout/box.bottom.png') no-repeat center top;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	height: 16px;
	width: 100%;
}

section.metaverse {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #f6f6f6;
	font-size: 8px;
	min-height: 600px;
}

	section.metaverse.scoreBackground {
		background: url("/Images/metaverse/background/metaBackground.png") no-repeat center 0px;
	}

	section.metaverse.otherBackground {
		background: url("/Images/metaverse/background/defaultBackground.png") no-repeat center -30px;
	}

.economyPage, .militaryPage, .populationPage, .multiplayerPage {
	padding-top: 100px !important;
}

section.title {
	background-image: url("/Images/metaverse/metaverseAssets.png") !important;
	background-position: 0 -470px !important;
}

body > form > div.content {
	width: 1195px !important;
}

td, th {
	vertical-align: middle;
}

.whiteStat {
	color: #f6f6f6 !important;
}

.nameHeader {
	font-size: 18pt !important;
}

.clickClass {
	cursor: pointer;
}

.ribbonPercentage {
	background: no-repeat url("/Images/metaverse/percentRibbon.png") top center;
	width: 62px;
	height: 54px;
	z-index: 999;
	display: inline-block;
	margin-left: 260px;
	margin-top: -20px;
	position: relative;
}

	.ribbonPercentage p {
		display: table-cell;
		vertical-align: middle;
		padding-left: 2px;
		width: 60px;
		padding-top: 12px;
		font-size: 14px;
		text-align: center;
		color: #214361;
	}

.possibleLink {
	cursor: pointer;
}

	.possibleLink:hover {
		text-decoration: underline;
	}

h2 {
	color: #f6f6f6;
	font-size: 16pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.currentPlayer {
	background-color: #4a78a1 !important;
}

div.content > header > nav {
	margin-left: 103.5px;
}


.scorePage {
	padding-top: 240px !important;
}

.baseTemplate a {
	text-decoration: none;
}

	.baseTemplate a:hover {
		color: #FFF;
		text-decoration: underline;
	}

/*
font-family: BankGothicLtBT;
  color: #e3a726;
*/

/*fix for image issues */
.errorMessage {
	color: #f6f6f6;
	font-size: 16pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.shiftedCorners .topCutCorners {
	margin-left: 6.5px;
}

.shiftedCorners .botCutCorners {
	width: 340px;
	margin-left: 6px;
}

.tileBackground {
	margin: auto;
}

.modalTitleBackground {
	background: url("/Images/metaverse/modalTitle.png") no-repeat;
	width: 330px;
	height: 70px;
	color: #f6f6f6;
	font-size: 21.5pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	line-height: 2.5;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
	z-index: 300;
}

.blueBar, .blueBarLong, .navLargeBackground, .downArrow, .sideArrow, .resetButton, .blueBarLonger, .blueBarSingleLarge, .ladderHeader, .longHeader, .normalHeader, .backToTop, .moreButton, .upButton, .downButton, .navBackground, .goButton, .goButtonMini, .borderBottom, .borderTop, .orangeTile, .personaTemplate, .blueBarExtraLong, .difficultyButton, .victoryButton, .populationButton, .multiplayerButton, .militaryButton, .galaxyButton, .factionButton, .economyButton, .customFaction, .customFactionMini, .nameplate_lg, .nameplate_med, .specificHeader, .backToMetaverse, .largeHeader, .ladderFrame, .dlcFlag {
	background: url("/Images/metaverse/metaverseAssets.png") no-repeat;
}

.nameplate_lg {
	background-position: -794px -39px;
	width: 388px;
	height: 75px;
	color: #f6f6f6;
	z-index: 300;
	margin-top: -70px;
}

.nameplate_med {
	background-position: -794px -115px;
	width: 360px;
	height: 72px;
	color: #f6f6f6;
	font-size: 21.5pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	line-height: 2.5;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
	z-index: 300;
	margin: auto;
}

.specificHeader {
	background-position: -794px -115px;
	width: 360px;
	height: 72px;
	color: #f6f6f6;
	display: block;
	font-size: 21.5pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	line-height: 2.5;
	z-index: 300;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
	margin-bottom: 0;
	margin-top: -56px;
	position: relative;
}

.dlcFlag {
	background-position: -631px -876px;
	display: block;
	height: 61px;
	left: 4px;
	position: absolute;
	top: 5px;
	width: 69px;
}

.largeHeader {
	background-position: -794px -39px;
	width: 388px;
	height: 75px;
	color: #f6f6f6;
	font-size: 23pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	line-height: 2.5;
	z-index: 300;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
	margin: -58px auto 0px auto;
}

.ladderFrame {
	background-position: -239px -530px;
	width: 234px;
	height: 182px;
	color: #f6f6f6;
	margin: auto;
	font-size: 16pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	line-height: 3.75;
	z-index: 300;
	margin-bottom: -120px;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
}

.backToMetaverse {
	background-position: 0 -866px;
	width: 189px;
	height: 44px;
	margin-top: -20px;
	margin-bottom: 25px;
	padding-left: 5px;
}

	.backToMetaverse a {
		display: block;
		line-height: 4;
		color: #f6f6f6;
		font-size: 14px;
		font-family: BankGothicMdBT;
		font-weight: normal;
		text-align: center;
		text-shadow: 2px 2px rgba(0,0,0,0.6);
		text-decoration: none;
	}

		.backToMetaverse a:hover {
			text-shadow: 0px 0px 2px rgba(255,255,255,0.6);
			cursor: pointer;
		}

input[type=text] {
	background-color: #262626;
	border: 2px solid #262626;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #f6f6f6;
	font-size: 12px;
	font-weight: normal;
	outline: 0px;
	height: 20px;
	width: 300px;
}

#masterSearchGlobal {
	width: 200px;
	height: 12px;
	margin-top: 5px;
	margin-left: -15px;
	vertical-align: middle;
	float: left;
}

.navBackground {
	background-position: -370px -216px;
	width: 793px;
	height: 71px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

.navLargeBackground {
	background-position: 0 -39px !important;
	width: 793px !important;
	height: 176px !important;
	margin: auto !important;
	text-align: center !important;
}


.navBackground td {
	list-style-type: none;
	text-align: center;
	width: 158px;
	padding: 8px;
	vertical-align: middle;
}

.nav td > a {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	height: 17px;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid transparent;
}

	.nav td > a > span {
		display: inline-block;
		height: 19px;
		margin: auto;
		text-align: center;
		border-bottom: 1px solid transparent;
	}

		.nav td > a > span > span {
			display: inline-block;
			padding: 0 5px 0 5px;
			font-size: 16px;
			font-family: BankGothicLtBT;
			color: #f6f6f6;
			margin: auto;
			height: 15px;
			text-align: center;
			border-bottom: 1px solid transparent;
		}

	.nav td > a:hover,
	.nav td > a.active {
		color: #e3a726;
		border-bottom: 1px solid #e3a726;
		cursor: pointer;
	}

		.nav td > a:hover > span,
		.nav td > a.active > span {
			color: #e3a726;
			border-bottom: 1px solid #e3a726;
			cursor: pointer;
		}

			.nav td > a:hover > span > span,
			.nav td > a.active > span > span {
				color: #e3a726;
				border-bottom: 1px solid #e3a726;
				cursor: pointer;
			}

.blueBar {
	background-position: -801px -330px;
	width: 343px;
	height: 41px;
	z-index: 10;
	margin: auto;
	margin-top: -11.5px;
}

.blueBarLong {
	background-position: -370px -288px;
	width: 720px;
	height: 41px;
	z-index: 10;
	margin: auto;
}

.blueBarExtraLong {
	background-position: 0 -765px;
	width: 1078px;
	height: 41px !important;
	margin: auto;
}

.blueBarLonger {
	background-position: -239px -713px;
	width: 860px;
	height: 41px;
}

.blueBarSingleLarge {
	background-position: -370px -330px;
	width: 430px;
	height: 41px;
	margin: auto;
	margin-top: -10px;
}

.backToTop {
	background-position: -220px -870px;
	width: 91px;
	height: 67px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.moreButton {
	background-position: -1042px -372px;
	width: 83px;
	height: 36px;
	color: transparent;
	outline: 0px;
	border: 0px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 115px;
}

	.moreButton:hover {
		background-position: -1091px -288px;
	}

.upButton {
	background-position: -1145px -612px;
	width: 40px;
	height: 36px;
	color: transparent;
	outline: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 2px;
}

	.upButton:hover {
		background-position: -1100px -713px;
	}

.downButton {
	background-position: -1141px -713px;
	width: 40px;
	height: 36px;
	color: transparent;
	outline: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 2px;
}

	.downButton:hover {
		background-position: -1145px -330px;
	}

.goButtonMini {
	background-position: -560px -880px;
	width: 45px;
	height: 27px;
	color: transparent;
	outline: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 2px;
}

	.goButtonMini:hover {
		background-position: -500px -880px;
	}

.goButton {
	background-position: -1126px -372px;
	width: 59px;
	height: 36px;
	color: transparent;
	outline: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 2px;
}

	.goButton:hover {
		background-position: -1098px -530px;
	}

.resetButton {
	background-position: -360px -880px;
	width: 40px;
	height: 36px;
	color: transparent;
	outline: 0px;
	border: 0px;
	cursor: pointer;
	margin-top: 2px;
}

	.resetButton:hover {
		background-position: -420px -880px;
	}

.difficultyButton {
	background-position: -168px -807px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.difficultyButton:hover {
		background-position: -1008px -807px;
	}

.economyButton {
	background-position: -977px -612px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.economyButton:hover {
		background-position: 0 -807px;
	}

.factionButton {
	background-position: -672px -807px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.factionButton:hover {
		background-position: -809px -612px;
	}

.galaxyButton {
	background-position: -762px -530px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.galaxyButton:hover {
		background-position: -930px -530px;
	}

.militaryButton {
	background-position: -538px -372px;
	width: 167px;
	height: 59px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.militaryButton:hover {
		background-position: -370px -372px;
	}

.multiplayerButton {
	background-position: -840px -807px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.multiplayerButton:hover {
		background-position: -874px -372px;
	}

.populationButton {
	background-position: -840px -807px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.populationButton:hover {
		background-position: -706px -372px;
	}

.victoryButton {
	background-position: -504px -807px;
	width: 167px;
	height: 58px;
	color: transparent;
	outline: 0px;
	border: 0px solid transparent;
	cursor: pointer;
}

	.victoryButton:hover {
		background-position: -336px -807px;
	}

.borderBottom {
	background-position: 0 0;
	width: 1195px;
	height: 19px;
}

.borderTop {
	background-position: 0 -20px;
	width: 1195px;
	height: 18px;
}

.orangeTile {
	background-position: -641px -530px;
	width: 120px;
	height: 81px;
}

.personaTemplate {
	background-position: 0 -216px;
	width: 369px;
	height: 253px;
}

.customFaction {
	background-position: 0 -530px;
	width: 238px;
	height: 234px;
}

.customFactionMini {
	background-position: -474px -530px;
	width: 166px;
	height: 163px;
}

div.botCutCorners {
	position: relative;
	height: 10px;
	width: initial;
	border-bottom: none 0 transparent;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-top: solid 5px #5991c4;
}

div.innerBotCutCorner {
	position: absolute;
	top: -5px;
	left: -4px;
	height: 8px;
	width: 339.5px;
	border-bottom: none 0 transparent;
	border-left: solid 4.5px transparent;
	border-right: solid 4.5px transparent;
	border-top: solid 4.5px #223F56;
}

.baseDualTables div.innerBotCutCorner {
	width: 344px;
}

div.topCutCorners {
	position: relative;
	top: -26px;
	height: 10px;
	width: 340.5px;
	border-bottom: solid 5px #5991c4;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-top: none 0 transparent;
	margin-top: 20px;
}

div.innerTopCutCorner {
	position: absolute;
	top: 3px;
	left: -4px;
	height: 8px;
	width: 100%;
	border-bottom: solid 4.5px #223F56;
	border-left: solid 4.5px transparent;
	border-right: solid 4.5px transparent;
	border-top: none 0 transparent;
}

	div.innerTopCutCorner.Modal {
		width: 50.5px;
		border-left: 0px solid;
		border-bottom-color: rgb(11, 19, 26);
		margin-left: 400.5px;
	}

.textAlignL {
	text-align: left !important;
}

.playerNameTh {
	padding-left: 8px;
	text-align: left !important;
	min-width: 100px;
}

.tabContent > .tabPane {
	display: none;
}

.tabContent > .active {
	display: block;
}

.downArrow {
	background-position: -1173px -115px;
	width: 17px;
	height: 17px;
}

.sideArrow {
	background-position: -1155px -115px;
	width: 17px;
	height: 17px;
}
/*#endregion base css*/

/*#region Modal*/
.ng-modal-overlay {
	/* A dark translucent div that covers the whole screen */
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
}

.ng-modal-dialog {
	/* A centered div above the overlay with a box shadow. */
	z-index: 10000;
	position: fixed;
	max-width: 1200px;
	height: 80%;
	max-height: 1000px;
	color: black;
	/* Center the dialog */
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
	padding: 10px;
	text-align: left;
	background-color: #000000;
}

.ng-modal-close {
	position: absolute;
	top: 3px;
	right: 5px;
	padding: 5px;
	cursor: pointer;
	font-size: 12px;
	display: inline-block;
	font-weight: bold;
	color: #f6f6f6;
	z-index: 200;
}

.modalBorder {
	position: relative;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	width: 800px;
	margin: auto;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 2px solid #48759D;
	box-shadow: inset 0 60px 70px -30px #5991c3;
	border-top: 1px solid #71bade;
	z-index: 10;
}

.leaderBoardMainTitle {
	margin: auto;
	margin-top: -48px;
}

.modalBorder:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
	right: 0px;
	bottom: 0px;
	box-shadow: inset 0 30px 20px -20px #71bade;
}

.ng-modal-dialog-content .buttonsGroup {
	height: 38px;
	align-self: flex-start;
	-webkit-align-self: flex-start;
	font-family: BankGothicLtBT;
	font-size: 20px;
	color: #f6f6f6;
	width: 100%;
	display: inline-block;
	text-align: center;
}


.ng-modal-dialog-content .sideContainer {
	height: 100%;
	width: 54.5px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	align-self: flex-start;
	-webkit-align-self: flex-start;
	background-color: #0b131a;
}

.tableNavigation {
	cursor: pointer;
	display: table;
	color: #fff;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 25px;
	width: 100%;
	text-align: center;
	height: 95%;
}

	.tableNavigation li {
		display: table-row;
		background-color: transparent;
		vertical-align: middle;
	}

	.tableNavigation p {
		display: table-cell;
		background-color: transparent;
		vertical-align: middle;
		color: #f6f6f6;
		font-size: 16px;
		font-family: BankGothicLtBT;
	}

	.tableNavigation li.active {
		background-color: #4a78a1 !important;
	}

.ng-modal-dialog-content table.scrollDiv {
	height: 100%;
	width: 400px;
	display: block;
	overflow-x: hidden;
	background-color: rgba(23, 37, 51, 0.8);
	border-top: 0px !important;
	border-bottom: 0px !important;
	box-shadow: inset rgba(58, 114, 158, 0.25) 0 0 37px 20px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #f6f6f6;
	font-size: 8pt;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}

	.ng-modal-dialog-content table.scrollDiv tbody {
		display: block;
		height: 95%;
		width: 115%;
		overflow-y: auto;
	}

		.ng-modal-dialog-content table.scrollDiv tbody tr {
			height: 32px;
		}

.modalLeaderboard > table > thead > tr > th {
	cursor: pointer;
}

.ng-modal-dialog-content img.loader {
	margin: auto;
	height: 32px;
	width: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
}

.ng-modal-dialog-content div.overallContainer {
	height: 85%;
	display: -webkit-flex;
	display: flex;
	width: 455px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	background-color: #0b131a;
	border: 1px solid #558abb;
	margin-bottom: 20px;
	margin-top: 5px;
}

.ng-modal-dialog-content .firstColumn {
	color: #616161;
	font-family: 'Trajan Pro', Times, serif;
	font-size: 1.3em;
	border-right: 1px solid #363636;
	width: 45px;
	text-align: center;
}


.ng-modal-dialog-content .firstColumn {
	border-right: 1px solid #558abb;
	color: #e3a726;
	font-family: BankGothicLtBT;
	font-size: 1.1em;
}

.ng-modal-dialog-content td.firstColumn {
	font-size: 16px;
}

.ng-modal-dialog-content table th {
	text-align: center;
	font-family: BankGothicLtBT;
	color: #e3a726;
	height: 25px;
	font-size: 11.5pt !important;
}

.ng-modal-dialog-content table td img {
	vertical-align: middle;
}

.ng-modal-dialog-content table thead {
	height: 30px;
	border-bottom: 1px solid #558abb;
}

.ng-modal-dialog-content table tr:nth-child(odd) {
	background-color: rgba(67,110,151,0.20);
}

.ng-modal-dialog-content .innerTopCutCorner {
	width: 420px;
	border-bottom: 5px solid #284159;
}

.ng-modal-dialog-content .topCutCorners {
	width: 449px;
	top: -18px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: -20px;
	margin-left: -1.5px;
	margin-right: -1px;
}
/*#endregion Modal*/

/*#region baseTemplate*/
.baseTemplate {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: initial;
	padding-top: 60px;
	margin-bottom: 35px;
}

	.baseTemplate .baseTile {
		margin-bottom: 30px;
		padding: 11px;
		position: relative;
	}

	.baseTemplate table {
		background-color: rgba(23, 37, 51, 0.8);
		border: 1px solid #558abb;
		border-top: 0px !important;
		border-bottom: 0px !important;
		box-shadow: inset rgba(58, 114, 158, 0.25) 0 0 37px 20px;
		width: 350px;
		margin: auto;
		border-spacing: 0;
		text-align: center;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		color: #f6f6f6;
		font-size: 9pt;
		margin-top: -26px;
	}

		.baseTemplate table .firstColumn {
			border-right: 1px solid #558abb;
			color: #e3a726;
			font-family: BankGothicLtBT;
			font-size: 1.1em;
		}

		.baseTemplate table td.firstColumn {
			font-size: 12pt;
		}

		.baseTemplate table th {
			text-align: center;
			font-family: BankGothicLtBT;
			color: #e3a726;
			height: 25px;
			font-size: 11pt !important;
		}

		.baseTemplate table td img {
			vertical-align: middle;
		}

		.baseTemplate table thead {
			height: 30px;
			border-bottom: 1px solid #558abb;
		}

		.baseTemplate table tr:nth-child(odd) {
			background-color: rgba(67,110,151,0.20);
		}

		.baseTemplate table tbody:nth-child(odd) {
			background-color: rgba(67,110,151,0.20);
		}

		.baseTemplate table .expandable {
			background-color: rgb(41, 50, 59) !important;
		}

			.baseTemplate table .expandable th {
				font-size: 12px !important;
			}


	.baseTemplate .titleBackground {
		color: #f6f6f6;
		font-size: 24.25pt;
		font-family: BankGothicMdBT;
		font-weight: normal;
		text-align: center;
		text-shadow: 2px 2px rgba(0,0,0,0.6);
		line-height: 2.5;
		margin-bottom: -75px;
		pointer-events: none;
	}

	.baseTemplate .baseDualTables {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: initial;
	}

	.baseTemplate td > img {
		padding: 3px;
	}

	.baseTemplate .baseDualTables .baseTile {
		margin-bottom: -17px !important;
		padding: 15px 14px 5px 14px !important;
	}

	.baseTemplate .baseDualTables .moreButton {
		margin-right: 495px;
	}

	.baseTemplate .largeTable table {
		width: 730px;
	}

	.baseTemplate .largeTable .topCutCorners {
		width: initial;
	}

	.baseTemplate .largeTable .innerTopCutCorner {
		width: 719.5px;
	}

	.baseTemplate .largeTable .innerBotCutCorner {
		width: 719.5px;
	}

	.baseTemplate .largeTable .blueBarLong {
		margin-top: -10px;
	}

	.baseTemplate .largeTable .moreButton {
		margin-right: 495px !important;
	}

	.baseTemplate .baseDualTables.Large table {
		width: 420px;
	}

	.baseTemplate .baseDualTables.Large .topCutCorners {
		width: initial;
	}

	.baseTemplate .baseDualTables.Large .innerTopCutCorner {
		width: 410px;
	}

	.baseTemplate .baseDualTables.Large .innerBotCutCorner {
		width: 414.5px;
	}

	.baseTemplate .baseDualTables.Large .moreButton {
		margin-right: 630px !important;
	}

	.baseTemplate .baseTile.largeSingle {
		padding: 20px;
	}

		.baseTemplate .baseTile.largeSingle table {
			width: 440px;
		}

		.baseTemplate .baseTile.largeSingle .topCutCorners {
			width: 430.5px !important;
			margin-left: 0px;
		}

		.baseTemplate .baseTile.largeSingle .innerTopCutCorner {
			width: 430px;
		}

		.baseTemplate .baseTile.largeSingle .botCutCorners {
			width: 430.5px;
			margin-left: 1.5px;
		}

		.baseTemplate .baseTile.largeSingle .innerBotCutCorner {
			width: 429.5px;
		}

		.baseTemplate .baseTile.largeSingle .moreButton {
			margin-right: 205px !important;
		}
/*#endregion baseTemplate*/

/*#region topPlayers*/
.playersHeaders {
	color: #f6f6f6;
	font-size: 24.25pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	line-height: 2.5;
	text-shadow: 2px 2px rgba(0,0,0,0.6);
	margin-bottom: -75px;
}

.topPlayersPage {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 940px;
	margin: auto;
}

.miniPlayerTiles {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
	height: 340px;
	cursor: pointer;
	padding: 10px;
}

.topPlayersStats {
	text-align: center;
	margin: auto;
	width: 230px;
	height: 110px;
	vertical-align: middle;
}

.topPlayersPage .rankHeader {
	display: block;
	margin-top: 7px;
	color: #e3a726;
	font-family: BankGothicLtBT;
	font-size: 24pt;
	letter-spacing: -2px;
	margin-bottom: -10px;
}

.topPlayersPage .emptyMsg {
	display: block;
	margin-top: 42px;
	color: #f6f6f6;
	font-family: BankGothicLtBT;
	font-size: 20pt;
	letter-spacing: -2px;
}

.topPlayersPage .scoreSpacing {
	color: #e3a726;
	font-family: BankGothicLtBT;
	font-size: 11pt;
	display: inline-block;
	margin-top: 8px;
}
/*#endregion topPlayers*/

/*#region playerOverallPage */

.playerOverallPage .overallTile {
	background: url('/Images/metaverse/metaverseAssets.png') no-repeat 0 -216px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 253px;
	justify-content: space-around;
	margin: auto;
	width: 369px;
}

.playerOverallPage .topLeft {
	width: 550px;
	margin: auto;
	margin-left: 100px;
	padding-top: 30px;
}

.playerOverallPage .normalHeader {
	margin: auto;
}

.playerOverallPage .overallTile h5.ladder {
	color: #F2A806;
	display: block;
	-ms-flex: 2 2 369px;
	-webkit-flex: 2 2 369px;
	flex: 2 2 369px;
	font: normal 24px/43px BankGothicLtBT;
	height: 40px;
	padding: 0 1em;
	text-transform: uppercase;
}

	.playerOverallPage .overallTile h5.ladder span {
		color: #90A5AB;
		font-size: 13px;
	}

		.playerOverallPage .overallTile h5.ladder span a {
			color: #90A5AB;
			font-size: 10px;
			text-transform: none;
		}

.playerOverallPage .overallTile img {
	width: 184px;
	height: 184px;
	border: 3px solid #595959;
	margin-left: 10px;
}

.playerOverallPage .overallTile .rightHalf {
	text-align: center;
	height: 184px;
	padding-right: 10px;
}

.playerOverallPage .innerBotCutCorner {
	width: 1077px;
}

.playerOverallPage .botCutCorners {
	width: 1080px;
	margin-bottom: -12px;
}

.playerOverallPage .innerTopCutCorner {
	width: 1077px;
}

.playerOverallPage .topCutCorners {
	width: 1080px;
}

.playerOverallPage .overallTile h4 {
	color: #e3a726;
	font-family: BankGothicLtBT;
	letter-spacing: 0px;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: normal;
}

.playerOverallPage .overallTile .rightHalf h5 {
	font-family: BankGothicLtBT;
	color: #f6f6f6;
	letter-spacing: 0px;
	font-size: 15pt;
	margin-bottom: 0px;
	margin-top: 17px;
	display: inline-block;
	font-weight: normal;
}

.playerOverallPage .overallTile .rightHalf > h5:first-of-type {
	font-size: 14pt;
	margin-top: 0;
}

.playerOverallPage .overallTile .rightHalf > a.viewOverall {
	cursor: pointer;
	display: block;
}

.playerOverallPage .orangeTile {
	margin-top: 20px;
}

.playerOverallPage .overallTile p {
	font-family: BankGothicLtBT;
	color: #f6f6f6;
	letter-spacing: 0px;
	font-size: 19.5pt;
	margin-bottom: 0px;
	letter-spacing: -1px;
}


.playerOverallPage .playerOverallTile {
	width: 1086px;
	margin: auto;
	margin-top: -200px;
}

	.playerOverallPage .playerOverallTile .titleBackground.matchesplayed {
		width: 276px;
		height: 30px;
		margin-bottom: -35px;
		margin-left: 15px;
		color: transparent;
		text-indent: -9999px;
	}

.playerOverallPage .playerOverallInner {
	margin-top: 350px;
	padding-top: 0px;
	margin-bottom: 30px;
}

	.playerOverallPage .playerOverallInner table th {
		padding: 0px 2px;
	}

	.playerOverallPage .playerOverallInner table {
		width: 1086px;
	}

		.playerOverallPage .playerOverallInner table tr {
			height: 34px;
		}

.playerOverallPage .upButton {
	margin-left: 980px;
}
/*#endregion playerOverallPage*/

/*#region playerLaddersPage*/

.overallHeaders {
	color: #f6f6f6;
	font-size: 24.25pt;
	font-family: BankGothicMdBT;
	font-weight: normal;
	text-align: center;
	margin: 45px 200px 0px 200px;
}

.playerLaddersPage {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 940px;
	margin: auto;
}

.miniPlayerTiles {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 270px;
	height: 340px;
	cursor: pointer;
	padding: 10px;
}

.playerLaddersStats {
	text-align: center;
	margin: auto;
	width: 230px;
	height: 110px;
	vertical-align: middle;
}

.playerLaddersPage .rankHeader {
	display: block;
	margin-top: 7px;
	color: #e3a726;
	font-family: BankGothicLtBT;
	font-size: 24pt;
	letter-spacing: -2px;
	margin-bottom: -10px;
}

.playerLaddersPage .emptyMsg {
	display: block;
	margin-top: 42px;
	color: #f6f6f6;
	font-family: BankGothicLtBT;
	font-size: 20pt;
	letter-spacing: -2px;
}

.playerLaddersPage .scoreSpacing {
	color: #e3a726;
	font-family: BankGothicLtBT;
	font-size: 11pt;
	display: inline-block;
	margin-top: 8px;
}
/*#endregion playerLaddersPage*/

/*#region playerPersonaPage */
.playerPersonaPage .baseTemplate {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.playerPersonaPage .overallTile {
	background: url("/Images/metaverse/metaverseAssets.png") no-repeat;
	background-position: 0 -216px;
	width: 369px;
	height: 223px;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding-top: 30px;
}

	.playerPersonaPage .overallTile img {
		width: 184px;
		height: 184px;
		border: 3px solid #595959;
		margin-left: 10px;
	}

	.playerPersonaPage .overallTile .rightHalf {
		text-align: center;
		height: 184px;
		padding-right: 10px;
	}

	.playerPersonaPage .overallTile h4 {
		color: #e3a726;
		font-family: BankGothicLtBT;
		letter-spacing: 0px;
		font-size: 22px;
		margin-bottom: 0px;
		margin-top: 15px;
		font-weight: normal;
	}

	.playerPersonaPage .overallTile h5 {
		font-family: BankGothicLtBT;
		color: #f6f6f6;
		letter-spacing: 0px;
		font-size: 22px;
		margin-bottom: 0px;
		margin-top: 20px;
		display: inline-block;
		font-weight: normal;
	}

.playerPersonaPage .orangeTile {
	margin-top: 20px;
}

.playerPersonaPage .overallTile p {
	font-family: BankGothicLtBT;
	color: #f6f6f6;
	letter-spacing: 0px;
	font-size: 22px;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

.playerPersonaPage .playerPersonaInner table {
}

.playerPersonaPage .playerPersonaInner .firstColumn {
}

.playerPersonaPage .playerPersonaTile .titleBackground.leaderboard {
	width: 228px;
	height: 30px;
	margin-bottom: -14px;
}

.playerPersonaPage .titleBackground {
	line-height: 0.6;
	font-size: 30px;
}

.playerPersonaPage .normalHeader {
	margin: auto;
}

.playerPersonaPage .playerPersonaTile .titleBackground.matchesplayed {
	width: 276px;
	height: 30px;
	margin-bottom: -14px;
}

.playerPersonaPage .overallTile.botHalf h4 {
	font-size: .9em;
	font-weight: normal;
	margin-top: 1px;
}

.playerPersonaPage .overallTile.botHalf p {
	font-family: 'Segoe UI' Arial, Tahoma !important;
	color: #f6f6f6 !important;
	font-size: 14px !important;
	letter-spacing: 0px !important;
	font-weight: normal !important;
	margin-top: 1px;
	text-align: center;
}

.playerPersonaPage .overallTile.topHalf {
}

.playerPersonaPage .overallTile.botHalf {
}

.playerPersonaPage .baseTemplate {
	width: 880px;
	margin: auto;
	margin-top: 40px;
}

.playerPersonaPage tr {
	height: 34px;
}

.playerPersonaPage td {
	vertical-align: middle;
}

.playerPersonaPage tr.currentPlayer {
}

	.playerPersonaPage tr.currentPlayer .firstColumn {
	}

.playerPersonaPage .topLeft {
	width: 550px;
	margin: auto;
	margin-left: 100px;
	padding-top: 30px;
}

.playerPersonaPage {
	background: url("/Images/metaverse/background/default.png") no-repeat center 20px;
}
/*#endregion playerPersonaPage*/

/*#region backgroundsImages*/

/*#region galaxy*/
.excessive, .huge, .gigantic, .immense, .insane, .large, .medium, .small, .tiny {
	background: url("/Images/metaverse/galaxyBackground.png") no-repeat;
}

.excessive { /*excessive*/
	background-position: 0 0;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.excessive {
	background-position: 2.5px 5px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.huge { /*huge*/
	background-position: 0 -180px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.huge {
	background-position: 2.5px -125px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}


.gigantic { /*gigantic*/
	background-position: 0 -360px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.gigantic {
	background-position: 2.5px -250px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.immense {
	background-position: -335px 0;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.immense {
	background-position: -235px 5px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.insane {
	background-position: -335px -180px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.insane {
	background-position: -235px -125px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.large {
	background-position: -335px -360px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.large {
	background-position: -235px -250px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.medium {
	background-position: -670px 0;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.medium {
	background-position: -470px 5px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.small {
	background-position: -670px -180px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.small {
	background-position: -470px -125px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}

.tiny {
	background-position: -670px -360px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.tiny {
	background-position: -470px -250px;
	background-size: 300% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -40px;
}
/*#endregion galaxy*/

/*#region difficulty*/
.beginner, .easy, .normal, .gifted, .genius, .incredible, .godlike {
	background: url("/Images/metaverse/difficultyBackground.png") no-repeat;
}

.beginner {
	background-position: 0 0;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.beginner {
	background-position: 0 0;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.easy {
	background-position: 0 -534px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.easy {
	background-position: 0 -381px;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.normal {
	background-position: -327px 0;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.normal {
	background-position: -234px 0;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.gifted, .challenging {
	background-position: 0 -356px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.gifted, .tileBackground.challenging {
	background-position: 0 -254px;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.genius, .tough {
	background-position: -327px -356px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.genius, .tileBackground.tough {
	background-position: -234px -254px;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.incredible {
	background-position: 0 -178px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.incredible {
	background-position: 0 -127px;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.godlike, .suicidal {
	background-position: -327px -178px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.godlike, .tileBackground.suicidal {
	background-position: -234px -127px;
	background-size: 200% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}
/*#endregion difficulty*/

/*#region factions*/
.iridium, .krynn, .terran, .thalan, .yor, .altarian, .drengin, .iconian, .snathi {
	background: url("/Images/metaverse/factionBackground.png") no-repeat;
}

.iridium {
	background-position: -365px -1173px;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.iridium {
	background-position: -235px -760px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.krynn {
	background-position: 0 -1173px;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.krynn {
	background-position: 0px -760px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}


.terran {
	background-position: -365px -782px;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.terran {
	background-position: -235px -510px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.thalan {
	background-position: 0 -782px;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.thalan {
	background-position: 0px -510px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}


.yor {
	background-position: -365px -391px;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.yor {
	background-position: -235px -250px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.altarian {
	background-position: 0 -391px;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.altarian {
	background-position: 14px -250px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.drengin {
	background-position: -365px 0;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.drengin {
	background-position: -235px 0;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.iconian {
	background-position: 0 0;
	width: 364px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.iconian {
	background-position: 10px 10px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.snathi {
	background-position: 0 -1563px;
	width: 304px;
	height: 390px;
	margin: auto;
	margin-bottom: -166px;
}

.tileBackground.snathi {
	background-position: 0 -1020px;
	background-size: 190% auto;
	width: 250px;
	height: 260px;
	margin-bottom: -115px;
}

.custom {
	background: url("/Images/metaverse/metaverseAssets.png") no-repeat;
	background-position: 0 -530px;
	width: 238px;
	height: 234px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: -30px;
}

.tileBackground.custom {
	background: url("/Images/metaverse/metaverseAssets.png") no-repeat;
	background-position: -474px -530px;
	width: 166px;
	height: 164px;
	margin-bottom: -40px;
	margin-top: 20px;
}

/*#endregion factions*/

/*#region victory*/
.ascension, .influence, .alliance, .conquest, .research, .turnlimit {
	background: url("/Images/metaverse/victoryBackground.png") no-repeat;
}

.ascension {
	background-position: 0 0;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.ascension {
	background-position: 0px 0px;
	background-size: 100% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.influence {
	background-position: 0 -890px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.influence {
	background-position: 0px -640px;
	background-size: 100% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.alliance {
	background-position: 0 -712px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.alliance {
	background-position: 0px -510px;
	background-size: 100% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.conquest {
	background-position: 0 -534px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.conquest {
	background-position: 0px -385px;
	background-size: 100% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.research {
	background-position: 0 -356px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.research {
	background-position: 0px -255px;
	background-size: 100% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}

.turnlimit {
	background-position: 0 -178px;
	width: 326px;
	height: 177px;
	margin: auto;
}

.tileBackground.turnlimit {
	background-position: 0px -130px;
	background-size: 100% auto;
	width: 234px;
	height: 127px;
	margin: auto;
	margin-bottom: -45px;
}
/*#endregion victory*/

/*#region largeBackgrounds */
.playerOverallPage {
	background: url("/Images/metaverse/background/default.png") no-repeat center 10px;
	min-height: 570px;
}

.altarianBackground {
	background: url("/Images/metaverse/background/altarian.png") no-repeat;
}

.drenginBackground {
	background: url("/Images/metaverse/background/drengin.png") no-repeat;
}

.iconianBackground {
	background: url("/Images/metaverse/background/iconian.png") no-repeat;
}

.iridiumBackground {
	background: url("/Images/metaverse/background/iridium.png") no-repeat;
}

.krynnBackground {
	background: url("/Images/metaverse/background/krynn.png") no-repeat;
}

.snathiBackground {
	background: url("/Images/metaverse/background/snathi.png") no-repeat;
}

.terranBackground {
	background: url("/Images/metaverse/background/terran.png") no-repeat;
}

.thalanBackground {
	background: url("/Images/metaverse/background/thalan.png") no-repeat;
}

.yorBackground {
	background: url("/Images/metaverse/background/yor.png") no-repeat;
}

.customBackground {
	background: url("/Images/metaverse/background/custom.png") no-repeat;
}
/*#endregion largeBackgrounds */
/*#endregion backgroundsImages*/

/*#region custom headers*/

.multiplayerPage .titleBackground,
.militaryPage .titleBackground,
.economyPage .titleBackground,
.populationPage .titleBackground,
.difficultyPage .titleBackground,
.victoryPage .titleBackground,
.galaxyPage .titleBackground,
.factionsPage .titleBackground {
	margin-top: 0px;
	margin-left: 300px;
	margin-right: 300px;
	margin-bottom: -5px;
}

.topPlayersPage .playersHeaders {
	margin-top: 0px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: -5px;
}

/*#endregion custom headers*/

.font14 {
	font-size: 14px !important;
}

.font12 {
	font-size: 12px !important;
}

.font10 {
	font-size: 10px !important;
}

.errorMultiplePlayers {
	width: 80%;
	margin: auto;
	margin-top: -40%;
}

	.errorMultiplePlayers li {
		color: #f6f6f6;
		font-size: 16px;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		width: 100%;
		cursor: pointer;
		text-align: center;
		list-style-type: none;
		display: inline-block;
		vertical-align: middle;
		height: 50px;
		cursor: pointer;
	}

	.errorMultiplePlayers img {
		height: 28px;
		width: auto;
		display: inline-block;
		margin: auto;
		vertical-align: middle;
	}

.inlineBlock {
	display: inline-block !important;
}

.italic {
	font-style: italic !important;
	color: #A9A9A9;
}

.inBlockLoading {
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 46%;
}

#multiGlobalSelect1 {
	text-align: center;
	color: #f6f6f6;
	font-family: BankGothicLtBT;
	font-size: 12px;
	padding-bottom: 0px;
}

#multiGlobalSelect2 {
	text-align: center;
	color: #f6f6f6;
	font-family: BankGothicLtBT;
	font-size: 11px;
	padding-top: 0;
	height: 8px;
}

/* #region Tooltips */

.tooltip {
	background: rgba(0, 0, 0, .8);
	border: 1px solid #999;
	border-radius: 3px;
	color: #FFF;
	font: 13px BankGothicMdBT;
	padding: 7px 15px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

	.tooltip > .caret:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border: 6px solid rgba(0, 0, 0, 0.8);
		bottom: 100%;
		left: 50%;
		margin-left: -6px;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-width: 0;
	}

	.tooltip > .caret:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		bottom: 100%;
		left: 50%;
		margin-left: -5px;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-width: 0;
	}

	.tooltip.ng-enter {
		-moz-transition: 0.5s linear all;
		-o-transition: 0.5s linear all;
		-webkit-transition: 0.5s linear all;
		transition: 0.5s linear all;
		opacity: 0;
	}

		.tooltip.ng-enter.ng-enter-active {
			opacity: 1;
		}

	.tooltip.ng-leave {
		transition: 0.2s linear all;
		opacity: 1;
	}

		.tooltip.ng-leave.ng-leave-active {
			opacity: 0;
		}

/* #endregion */

/* #region Global Search */

.globalSearch {
	position: absolute;
	top: -45px;
	right: 10px;
}

	.globalSearch > .loader {
		display: block;
		margin: auto;
		margin-top: 30px;
		position: absolute;
		z-index: 9999;
		margin-top: 13px;
		left: 28%;
	}

	.globalSearch > .autocomplete {
		width: 200px;
		float: left;
	}

	.globalSearch > .tooltip {
		top: 37px;
	}

/* #endregion */

.factionsTile .tooltip {
	top: 195px;
}
