/* Created by Stephan Koskowski */

*{
	margin:0px;
	padding:0px;
	color:rgb(220,220,220);
	text-align:center;
	font:14px Tahoma;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*::selection{
	background: rgb(220,220,220);
	color: rgb(30,30,30);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#betaNotice{
	position: absolute;
	top: 0px;
	right: 20px;
	
	color: gray;
}

body{
	overflow: hidden;
	position: relative;
	width: 970px;
	height: 667px;
	
	border-left: 5px solid black;
	border-right: 5px solid black;
}
body,#searchPane,#contentPane,.gameWrapper,.gameInfo,.gameGear,.gameParticipants,.gameRip,.gameInfoGeneral,.gameInfoGeneral > div,
.gameInfoStats,.gameInfoStats > div,.gameStats,.gameStats > div,.gameStats > div > p,.gameStats > div > img,
.gameGear,.topGear,.botGear,.gameParticipants,.participant,.teamLeft,.teamRight,form,.popupRip,.popupNoticeBoard,.popupTopsegment,
.popupMidsegment,.popupBotsegment,.popupCloseButton,.runePanel,.runeSelection,.runeDisplay,.runeSelection > div,.runeNameDisplay,
.runeDisplay > div,.masteryPanel,.masterySelection,.masterySelector,.masterySelection > div,.masteryNameDisplay,.masteryDisplay,
.masteryDisplay > div > div,.masteryDisplay > div > div > div,.masteryDisplay > div > div > div > span,
#challengerPanel,#challengerPanel > div,.challengerLeagueWrapper,.challengerLeagueWrapper > div,.challengerRegionName,
.challengerLeagueName,.challengerContentWrapper,.challengerWrapper,.headerWrapper,.headerWrapper > p{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#contentPane,.gameWrapper,.teamLeft,.teamRight,.gameRip,.runeSelection > div,.runeDisplay,.runeDisplay > div,
.masterySelection > div,.masteryDisplay,.masteryDisplay > div,.masteryDisplay > div,.headerWrapper{
	-webkit-box-flex: 1;
	flex: 1;
}

body,#contentPane,.gameGear,.gameInfo > div,.gameGear,.teamLeft,.teamRight,#searchPane,.popupRip,.runePanel,.masteryPanel,.masteryDisplay > div > div,
#challengerPanel,.challengerLeagueWrapper,.challengerContentWrapper,.challengerContentWrapper{
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-direction: column;
}

.gameWrapper,.gameParticipants,.gameInfo,.gameInfo,.gameStats,.gameStats > div,.topGear,.botGear,.gameParticipants,form,
.popupTopsegment,.popupMidsegment,.popupBotsegment,.runeSelection,.masterySelection,.masteryDisplay,.masteryDisplay > div > div,
.challengerTopWrapper,.challengerWrapper,.headerWrapper{
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-direction: row;
}

body,#searchPane,#contentPane,.gameWrapper,.gameGear,.gameParticipants,.gameInfoStats,.gameStats > div,.popupCloseButton,
.runeSelection > div,.runeNameDisplay,.runeDisplay > div,.masterySelection > div,.masteryNameDisplay,.masteryDisplay,#challengerPanel,
#challengerPanel > div,.challengerLeagueName,.headerWrapper > .headerName,.headerWrapper > .headerLeagueName{
    -ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.gameInfoStats > div,.teamLeft > .participant,.gameStats > div > p,.popupBotsegment,.challengerTopWrapper,
.headerWrapper{
    -ms-flex-pack: end;
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-moz-justify-content: end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.popupTopsegment,.popupMidsegment,.challengerLeagueWrapper{
    -ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.masteryDisplay > div > div{
    -ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: space-around;
	justify-content: space-around;
}

body,#searchPane,.gameInfo > div > div,.runeSelection > div,.runeNameDisplay,.runeDisplay > div,.masterySelection > div,
.masteryNameDisplay,.masteryDisplay > div,.masteryDisplay > div > div,#challengerPanel,#challengerPanel > div,
.challengerRegionName,.challengerLeagueName,.headerWrapper > p{
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.masteryDisplay{
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end;
}

#searchPane > form,.challengerRegionName,.headerWrapper > p{
    -ms-flex-pack: start;
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
#contentPane{
	position: relative;
	overflow: auto;
}
#searchPane{
}
#contentPane.invisible,#searchPane.invisible,#challengerPanel.invisible{
	display: none;
}
form > select{
	background: rgb(240,240,240);
	color: black;
	width: 90px;
	height: 44px;
	border: 2px groove gray;
	font: bold 24px Tahoma;
}
form > input{
	background: rgb(240,240,240);
	color: black;
	width: 400px;
	height: 40px;
	font: bold 24px Tahoma;
	text-align: left;
	border: 2px groove gray;
	padding-left: 10px;
}
form > button{
	background: rgb(240,240,240);
	color: black;
	width: 70px;
	height: 40px;
	font: bold 16px Tahoma;
	text-align: left;
	border: 2px groove gray;
}
form > select > option{
	color: rgb(20,20,20);
}
#searchPane > img{
	width: 400px;
}


.headerWrapper{
	position: relative;
	background: gray;
	
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	
	background: rgb(58,53,52);
	background: -moz-linear-gradient(top, rgba(58,53,52,1) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(58,53,52,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3534', endColorstr='#000000',GradientType=0 );
}
.headerWrapper > .leagueBadge{
	position: absolute;
	top: -30px;
	left: -10px;
	
	width: 125px;
}
.headerWrapper > p{
	font: 21px Arial;
	font: 26px Ropa Sans;
}
.headerWrapper > .headerLeagueDescription{
	width: 150px;
}
.headerWrapper > .headerLeagueName{
	width: 320px;
}
.headerWrapper > .headerName{
	width: 250px;
	font: 21px Arial;
	font: bold 26px Ropa Sans;
}
.headerWrapper > .regionIcon{
	width: 80px;
	opacity: 0.5;
}

.gameWrapper{
	background: rgb(50,50,50);
	max-height: 100px;
	min-height: 100px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	border-radius: 10px;
	opacity: 0.8;
}
.gameWrapper:hover{
	opacity: 1;
}
.gameGear,.gameParticipants,.gameRip{
	padding: 10px;
}
.gameInfo{
	width: 401px;
	padding: 10px;
}
.gameInfo > div:nth-child(2){
	width: 30%;
}
.gameInfo > div:nth-child(3){
	width: 35%;
}
.gameInfo > img{
	width: 80px;
	height: 80px;
	outline: 2px solid rgb(99,99,99);
}
.gameInfo > div{
	margin-left: 10px;
	border-radius: 10px;
	padding: 10px;
	background: rgb(30,30,30);
}
.gameInfoGeneral > div{
	height: 30px;
	font: 14px Arial;
	font: 17px Ropa Sans;
}
.gameResult.victory{
	color: rgb(0,220,0);
}
.gameResult.lose{
	color: rgb(220,0,0);
}

.gameStats > div{
	width: 33%
}
.gameStats > div > img{
	width: 18px;
	height: 18px;
}
.gameStats > div > p{
	margin-left: 2px;
	font: bold 14px Tahoma;
}

.gameGear{
	width: 110px;
}
.gameGear > div > div > img{
	width: 34px;
	height: 34px;
	padding: 1px;
}
.gameGear > div > div{
	width: 35px;
	height: 35px;
	background: rgb(70,70,70);
	margin: 1px;
}
.gameParticipants{
	width: 250px;
}
.participant > img{
	width: 16px;
	height: 16px;
}
.teamLeft,.teamRight{
	background: rgb(35,35,35);
	border-radius: 10px;
}
.teamLeft > .participant > p,.teamRight > .participant > p{
	font: 12px Tahoma;
	overflow: hidden;
	max-height: 15px;
}
.teamLeft > .participant > p:hover,.teamRight > .participant > p:hover{
	text-decoration: underline;
}
.teamLeft > .participant > p{
	margin-right: 5px;
	text-align: right;
}
.teamRight > .participant > p{
	margin-left: 5px;
	text-align: left;
}
.teamLeft > .participant:nth-child(even){
	background: rgb(42,42,42);
}
.teamRight > .participant:nth-child(even){
	background: rgb(42,42,42);
}

.gameRip{
	padding: 0px;
	background: #555555;
	color: white;
	font: 17px Arial;
	font: 22px Ropa Sans;
	justify-content: center;
	align-items: center;
}
.gameRip:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #b2b315 71%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(71%,#b2b315)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#b2b315 71%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#b2b315 71%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#b2b315 71%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 0%,#b2b315 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b315',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gameRip > img{
	width: 100%;
	opacity: 0.5;
}
.gameRip > img:hover{
	width: 100%;
	height: 100px;
	opacity: 1;
}
.error{
	color: rgb(240,20,20);
}

.popupRip{
	position: absolute;
	width: 820px;
	height: 403px;
	top: 125px;
	left: 50px;
	background: rgb(60,60,60);
	border: 3px solid rgb(220,220,220);
	padding: 5px;
}
.popupTopsegment{
	height: 46px;
}
.popupMidsegment{
	
}
.popupBotsegment{
	padding-top: 5px;
	height: 57px;
}
.popupNoticeBoard{
	width: 500px;
	padding: 10px;
	background: rgb(40,40,40);
	border-radius: 10px;
	height: 20px;
}
.popupCloseButton{
	height: 20px;
	width: 20px;
	background: rgb(50, 50, 50);
	outline: 1px solid gray;
}
.popupNoticeBoard > p{
	font: bold 14px Tahoma;
}
.popupMidsegment > div{
	width: 49.5%;
	border-radius: 10px;
	background: rgb(40,40,40);
}
.runePanel{
	height: 334px;
}
.masteryPanel{
	height: 302px;
}
.runePanel,.masteryPanel{
	overflow: hidden;
	background: linear-gradient(0deg, #000000 60%,#383737 100%);
}
.runeSelection,.masterySelection{
	height: 30px;
	background: rgb(50,50,50);
}
.runeSelector.active,.masterySelector.active{
	background: rgb(220,220,220);
	color: rgb(50,50,50);
}
.runeSelector.inactive:hover,.masterySelector.inactive:hover{
	background: rgb(160,160,160);
}

.runeSelection > div,.masterySelection > div{
	outline: 1px solid rgb(60,60,60);
	background: rgb(40,40,40);
	font: bold 14px Tahoma;
}
.runeNameDisplay,.masteryNameDisplay{
	height: 35px;
	font: bold 23px Tahoma;
	background: #2C2C2C; /* Old browsers */
	background: -moz-linear-gradient(90deg,  #181818 0%, #363636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#181818), color-stop(100%,#363636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,  #181818 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,  #181818 0%,#363636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #181818 0%,#363636 100%); /* IE10+ */
	background: linear-gradient(0deg,  #181818 0%,#363636 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.runeDisplay{
	position: relative;
	background-image:
		url('../images/runes/runepageFull.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.runeDisplay > div{
	position: absolute;
	width: 406px;
	height: 269px;
	background: rgba(0,0,0,0.7);
}
.runeDisplay > div > table{
	background: rgba(0,0,0,0.6);
	padding: 20px;
	border-radius: 20px;
}
.runeDisplay > div > table > tr > td{
	text-align: left;
}
.runeDisplay > div > table > tr > td:nth-child(2){
	text-align: right;
	padding-right: 2px;
}
.runeDisplay > div > table > tr > td:nth-child(2){
	width: 48px;
}
.runeDisplay > div > table > tr > td > img{
	width: 24px;
	height: 24px;
}
.masteryDisplay{
	position: relative;
}
.masteryDisplay > div{
	height: 237px;
}
.masteryDisplay > div:nth-child(1){
	background-image:
		url('../images/Masteries/Masteries-background-offense.jpg');
	background-repeat: no-repeat;
	background-size: 101%;
}
.masteryDisplay > div:nth-child(2){
	background-image:
		url('../images/Masteries/Masteries-background-defense.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.masteryDisplay > div:nth-child(3){
	background-image:
		url('../images/Masteries/Masteries-background-utility.jpg');
	background-repeat: no-repeat;
	background-size: 101%;
}
.masteryOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 406px;
	height: 237px;
	background: rgba(0,0,0,0.3);
}
.masteryDisplay > div > div{
	height: 16.2%;
	max-height: 16.2%;
}
.masteryDisplay > div > div > div{
	position: relative;
	height: 24px;
	width: 24px;
}
.masteryDisplay > div > div > div > span{
	position: absolute;
	height: 10px;
	width: 20px;
	font: bold 7px Tahoma;
	bottom: -11px;
	right: 0px;
	text-shadow: 1px 1px 1px black;
	
}
.masteryDisplay > div > div > div > img{
	height: 24px;
	width: 24px;
	outline: 2px groove rgb(110,110,110);
}
.masteryDisplay > div > div > div > img.partial{
	outline: 2px groove rgb(0,255,0);
}
.masteryDisplay > div > div > div > img.full{
	outline: 2px groove rgb(255,255,0);
}

.popupBotsegment > div{
	padding: 10px;
	border: 2px solid rgb(90, 90, 90);
	margin-left: 20px;
	font: bold 24px Tahoma;
	width: 169px;
	
	background: #2C2C2C; /* Old browsers */
	background: -moz-linear-gradient(90deg,  #181818 0%, #363636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#181818), color-stop(100%,#363636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,  #181818 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,  #181818 0%,#363636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #181818 0%,#363636 100%); /* IE10+ */
	background: linear-gradient(0deg,  #181818 0%,#363636 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#363636',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.popupBotsegment > div:active{
	background: #2C2C2C; /* Old browsers */
	background: -moz-linear-gradient(90deg,  #363636 0%, #181818 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left, right, color-stop(0%,#363636), color-stop(100%,#181818)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,  #363636 0%,#181818 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,  #363636 0%,#181818 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #363636 0%,#181818 100%); /* IE10+ */
	background: linear-gradient(0deg,  #363636 0%,#181818 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#181818',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

#challengerPanel{
	position: absolute;
	top: 80px;
	left: 40px;
}
#challengerPanel > img{
	position: absolute;
	top: -50px;
	left: -8px;
	
	width: 70px;
	min-width: 70px;
	max-width: 70px;
	
	height: 60px;
	min-height: 60px;
	max-height: 60px;
}
#challengerPanel > div{
	width: 51px;
	min-width: 51px;
	max-width: 51px;
	
	height: 34px;
	min-height: 34px;
	max-height: 34px;
}
#challengerPanel > div > img{
	width: 45px;
	min-width: 45px;
	max-width: 45px;
	
	height: 30px;
	min-height: 30px;
	max-height: 30px;
}
#challengerPanel > div > img:hover{
	outline: 1px solid white;
}


.challengerLeagueWrapper{
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	
	height: 600px;
	min-height: 600px;
	max-height: 600px;
}
.challengerLeagueWrapper > .challengerTopWrapper{
	position: relative;
	
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	
	background: rgb(58,53,52); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(58,53,52,1) 1%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(58,53,52,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(58,53,52,1) 1%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3534', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
}
.challengerTopWrapper > .challengerIcon{
	position: absolute;
	top: -33px;
	left: 0px;
}
.challengerTopWrapper > .challengerRegionName,.challengerTopWrapper > .challengerLeagueName{
	font: 23px Arial;
	font: bold 28px Ropa Sans;
	
	text-align: left;
	
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}
.challengerTopWrapper > .challengerRegionIcon{
	opacity: 0.5;
	
	width: 135px;
	min-width: 135px;
	max-width: 135px;
}

.challengerContentWrapper{
	overflow: auto;
}
.challengerWrapper{
	width: 885px;
	min-width: 885px;
	max-width: 885px;
	
	height: 25px;
	min-height: 25px;
	max-height: 25px;
}
.challengerWrapper > p,.challengerWrapper > a{
	font: 21px Arial;
	font: 25px Ropa sans;
}
.challengerWrapper > a:hover{
	text-decoration: underline;
}
.challengerWrapper:nth-child(odd){
	background: rgba(20,20,20,0.5);
}
.challengerWrapper:nth-child(even){
	background: rgba(40,40,40,0.5);
}
.challengerWrapper > .challengerRank{
	width: 185px;
	min-width: 185px;
	max-width: 185px;
}
.challengerWrapper > .challengerName{
	text-align: left;
	
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	
	text-decoration: none;
}
.challengerWrapper > .challengerTags{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}
.challengerWrapper > .challengerTags > img{
	height: 25px;
	min-height: 25px;
	max-height: 25px;
}
.challengerWrapper > .challengerWins{
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}
.challengerWrapper > .challengerPoints{
	width: 110px;
	min-width: 110px;
	max-width: 110px;
}

.challengerLeagueWrapper > .challengerContentWrapper{
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	
	height: 480px;
	min-height: 480px;
	max-height: 480px;
}