#topPanel,#champDisplayWrapper,#statisticsPanel,#statisticsPanel > div,.indicatorWrapper,.indicationWrapper,#extraWrapper,
#outsideLevelSlider,#outsideLevelDown,#outsidelevelDisplay,#outsideLevelUp,#continueButton,#champSelectBottomPanel,#filterPanel,.filter,#itemDisplaySection,
#championFilterInput,.filterWrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#topPanel,#champDisplayWrapper,#statisticsPanel,#statisticsPanel > div,#extraWrapper,#outsideLevelSlider,#outsideLevelDown,
#outsidelevelDisplay,#outsideLevelUp,#continueButton,#champSelectBottomPanel,#filterPanel,.filter,#championFilterInput{
	-webkit-box-flex: 1;
	flex: 1;
}
#topPanel,#statisticsPanel,.indicatorWrapper,#outsideLevelSlider,#champSelectBottomPanel,.filterWrapper{
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-direction: row;
}
#champDisplayWrapper,#statisticsPanel > div,.indicationWrapper,#extraWrapper,#champSelectFilterpanel.filterWrapper > div{
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-direction: column;
}
#champDisplayWrapper,#statisticsPanel > div,#outsidelevelDisplay,#continueButton{
	-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;
}
#topPanel,#statisticsPanel,#extraWrapper,#outsideLevelSlider{
    -ms-flex-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
null{
    -ms-flex-pack: justify;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
null{
    -ms-flex-pack: start;
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
null{
    -ms-flex-pack: end;
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
#statisticsPanel > div,#extraWrapper,#outsideLevelSlider,#continueButton{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#championFilterInput,.filterLabel,.filter{
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
null{
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


null{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(ffFilters.svg#grayscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
null{
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	filter: url(ffFilters.svg#semigrayscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
null{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}


#championSelect{
	display: none;
}
#championSelect.visible{
	display: block;
}
#topPanel{
	height: 170px;
	min-height: 170px;
	max-height: 170px;
}
#champDisplayWrapper{
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}
#champName{
	font: 18px Arial;
	font: 22px Ropa Sans;
	
	height: 30px;
	min-height: 30px;
	max-height: 30px;
}
#showcase{
	outline: 2px solid rgb(80,80,80);
	
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	
	height: 120px;
	min-height: 120px;
	max-height: 120px;
}
#statisticsPanel{
	width: 640px;
	min-width: 640px;
	max-width: 640px;
}
.labelIndication{
	font: 12px Tahoma;
}
.indicatorWrapper{
	margin-top: 5px;
	margin-bottom: 5px;
}
.indication{
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	
	height: 8px;
	min-height: 8px;
	max-height: 8px;
}
.minimumIndication,.maximumIndication{
	padding-top: 10px;
	font: 12px Tahoma;
	
	width: 30px;
	min-width: 30px;
	max-width: 30px;
}
.minimumIndication{
	padding-left: 10px;
	padding-right: 5px;
}
.maximumIndication{
	padding-left: 5px;
	padding-right: 10px;
}
.indicator{
	background: rgb(52,52,52);
	
	width: 135px;
	max-width: 135px;
	min-width: 135px;
}
#healthbar{
	background: rgb(255,100,100);
}
#healthregbar{
	background: rgb(255,140,140);
}
#manabar{
	background: rgb(100,100,255);
}
#manaregbar{
	background: rgb(140,140,255);
}
#attackdamagebar{
	background: rgb(255,180,50);
}
#asbar{
	background: rgb(200,200,200);
}
#armorbar{
	background: rgb(170,255,255);
}
#resistbar{
	background: rgb(127, 75, 148)
}


#outsideLevelSlider{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
#outsideLevelDown{
	background: url('../images/UI/minus sign.png');
	background-size: 100%;
	background-repeat: no-repeat;
	
	width: 25px;	
	min-width: 25px;	
	max-width: 25px;
	
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	
	outline: 1px solid rgb(90,90,90);
}
#outsideLevelSlider:not(.level1) > #outsideLevelDown:hover{
	outline: 1px solid white;
	cursor: pointer;
}
#outsideLevelSlider.level1 > #outsideLevelDown,#outsideLevelSlider.level18 > #outsideLevelUp{
	opacity: 0.5;
}
#outsidelevelDisplay{
	font: 21px Arial;
	font: 25px Ropa Sans;
}
#outsideLevelUp{
	background: url('../images/UI/plus sign.png');
	background-size: 100%;
	background-repeat: no-repeat;
	
	width: 25px;	
	min-width: 25px;	
	max-width: 25px;
	
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	
	outline: 1px solid rgb(90,90,90);
}
#outsideLevelSlider:not(.level18) > #outsideLevelUp:hover{
	outline: 1px solid white;
	cursor: pointer;
}

#levelSlider{
	padding: 10px;
	
}
#levelSlider > div{
	font: bold 14px Tahoma;
}
#levelSlider > canvas{
	margin-top: 6px;
	margin-bottom: 3px;
}
#continueButton{
	background: rgb(37,83,37);
	border-radius: 5px;
	margin-bottom: 20px;
	
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
#continueButton:hover{
	background: rgb(67,143,67);
	cursor: pointer;
}
#continueButton:active{
	background: rgb(42,93,42);
}
#continueButton > div{
	display: inline-block;
}
#champSelectBottompanel{
	width: 970px;
	min-width: 970px;
	max-width: 970px;
}
#champSelectFilterpanel{
	padding: 10px;
	
	width: 140px;
	min-width: 140px;
	max-width: 140px;
}
#championFilterInput{
	border: 1px solid rgb(70,70,70);
	border-bottom: double rgb(80, 80, 80);
	color: rgb(235, 235, 235);
	font: 15px Tahoma;
	background: black;
	text-align: left;
	
	width: 98px;
	min-width: 98px;
	max-width: 98px;
	
	height: 25px;
	min-height: 25px;
	max-height: 25px;
}
.filterLabel{
	margin-top: 10px;
	text-align: left;
	font: 11px Arial;
	font: bold 14px Ropa Sans;
	color: rgb(150,150,150);
}
.filterWrapper > div{
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}
.filter{
	margin-top: 5px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.filter > .fcbText{
	font: 10px Arial;
	font: 12px Ropa Sans;
	margin-left: 3px;
}
.filter.active > .fcbText{
	color: rgb(220,220,220);
}
.filter.inactive > .fcbText{
	color: rgb(150,150,150);
}
.filter > .filterCheckbox{
	border: 1px solid rgb(220,220,220);
	
	-webkit-transition: background 0.6s;
	transition: background 0.6s;
	
	height: 10px;
	min-height: 10px;
	max-height: 10px;
	
	width: 10px;
	min-width: 10px;
	max-width: 10px;
}
.filter.active > .filterCheckbox{
	background: rgb(220,220,220);
}
.filter.inactive > .filterCheckbox{
	background: none;
}
#championDisplay{
	overflow: auto;
	overflow-y: scroll;
	
	height: 492px;
	min-height: 492px;
	max-height: 492px;
	
	width: 810px;
	min-width: 810px;
	max-width: 810px;
}
#championDisplay > div.invisible{
	display: none;
	opacity: 0;
}
#championDisplay > div{
	display: inline-block;
	float: left;
	opacity: 0.6;
	border: 2px solid black;
	margin: 1px;
	
	-webkit-transition: opacity 0.25s,border 0.25s;
	transition: opacity 0.25s,border 0.25s;
	
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	
	height: 60px;
	min-height: 60px;
	max-height: 60px;
}
#championDisplay > div > img{
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	
	height: 60px;
	min-height: 60px;
	max-height: 60px;
}
#championDisplay > div:hover{
	border: 2px solid white;
	opacity: 1;
	background: rgb(25,25,25);
	cursor: pointer;
}