/* ==========================================================================   ezStats common classes   ========================================================================== *//* Tooltip */x-tooltip {	font-family: PlayRegular !important;	text-align: left !important;	font-weight: normal !important;	color: #0F0F0F !important;	border: 1px solid #3A3A3A !important;	font-size: 14px !important;	background-color: #f0f0f0 !important;	border-radius: 3px !important;	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;	line-height: 1.4em !important;}x-tooltip h3{	background-color: rgba(0, 0, 0, 0.8);	color: #f0f0f0 !important;	font-family: Purista !important;	font-size: 1em !important;	font-weight: normal;	border-bottom: 1px solid #096096;	padding: 0px 10px;	margin: 1em 0 2px 0;}x-tooltip h3:first-of-type {	margin-top: 0 !important;}x-tooltip a{	padding: 1px 10px !important;	background-color: rgba(0, 0, 0, 0.8) !important;	background-image: none !important;	color: #f0f0f0 !important;	border-radius: 2px !important;	margin: 0 !important;}x-tooltip a:hover{	color: #f0f0f0 !important;	background-color: #096096 !important;	text-decoration: none !important;	margin: 0 !important;}x-tooltip p{	padding: 2px 5px;}x-tooltip p:last-of-type {	padding-bottom: 5px !important;}x-tooltip td {	border: none !important;	color: #0F0F0F !important;}x-tooltip tr > td:nth-child(odd) {	text-align: left !important;}x-tooltip dl, x-tooltip dt, x-tooltip dd {	color: #0F0F0F !important;}/* Progress-Bar */.rankbar { 	padding: 2px; 	background-color: rgba(255, 255, 255, 0.8); 	position: relative; 	overflow: hidden;}.rankline { 	background-color: #096096; } .rankbar > span {	color: #0F0F0F;	height: 2em;	line-height: 2em;	position: absolute;	text-align: center;	top: 2px;	width: 100%;}/* ==========================================================================   ezStats helper classes   ========================================================================== */pre			{ background-color: white; }.hidden 		{ display: none; width: auto !important;}.tleft 		{ text-align: left !important; }.tright 		{ text-align: right !important; }.tcenter 	{ text-align: center !important; }.tcenter  div { margin: 0 auto; }.fleft 		{ float: left; }.hover		{ background-color: rgba(0, 0, 0, 0.4); }.lcol,.rcol	{ margin-bottom: -32767px !important; padding-bottom: 32767px !important; }.lcol		{ float: left; }.rcol		{ float: right; }.clear		{ clear: both !important; }.positive	{ color: DarkGreen !important; }.negative	{ color: FireBrick !important; }.uppercase	{ text-transform: uppercase !important; }.capitalize	{ text-transform: capitalize !important; }.noborder td 	{ border: none !important; }.wrap		{ white-space: normal !important; }.nowrap		{ white-space: nowrap !important; }/* ==========================================================================   Base styles: opinionated defaults   ========================================================================== *//* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */img 		{ vertical-align: middle; }/* Remove default fieldset styles. */fieldset 	{ border: 0; margin: 0; padding: 0; }/* Allow only vertical resizing of textareas. */textarea 	{ resize: vertical; }.clearfix:before,.clearfix:after {    content: " "; /* 1 */    display: table; /* 2 */}.clearfix:after {    clear: both;}/* Hintergrundbild im Detail-View (Überschreibt Wert in detail.css) */.fancybox-outer {	background-image: url("images/bg_detail.jpg") !important;}/* Tabelle */#ezStats * {	color: inherit;	font-family: inherit;	font-size: inherit;	line-height: inherit;}#ezStats a {	text-decoration: inherit;	color: inherit;	font-weight: normal;}#ezStats table {	margin: 0;	padding: 0;	border: 0 none !important; 	border-spacing: 0; 	width: 100%; 	text-align: left; }#ezStats tr, #ezStats td, #ezStats th, #ezStats img { 	border: 0 none;	text-align: left; }#ezOverview thead tr th { 	border-top: 1px solid #3A3A3A;	border-bottom: 3px solid #096096; 	border-spacing: 0;	cursor: pointer;	padding: 2px 8px; 	-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;}#ezOverview tbody td { 	border-bottom: 1px solid; 	border-spacing: 0; 	border-color: #3A3A3A;	padding: 2px 8px; 	vertical-align: middle; 	white-space: nowrap;	text-align: right;	cursor: default;}#ezOverview tfoot tr td { 	border-top: 1px solid; 	border-bottom: 1px solid; 	border-color: #3A3A3A;	border-spacing: 0; 	background-color: rgba(0, 0, 0, 0.4);	padding: 2px 8px; 	white-space: nowrap;	text-align: right;	cursor: default;}#ezOverview thead tr .header { 	background-color: rgba(0, 0, 0, 0.4);	background-image: url('images/table_bg_dark.gif');	background-repeat: no-repeat;	background-attachment: scroll;	background-position: center right;	text-decoration: none;	color: inherit;	font: inherit;}#ezOverview thead tr .header:after {	content: "\00A0\00A0\00A0";}#ezOverview thead tr .headerSortUp { 	background-color: rgba(9, 96, 150, 0.4);	background-image: url('images/table_asc_dark.gif');	color: 0;}#ezOverview thead tr .headerSortDown { 	background-color: rgba(9, 96, 150, 0.4);	background-image: url('images/table_desc_dark.gif');	color: 0;}/* Compare */#ezCompare {	position: relative;	display: inline-block;	padding: 0.3em 1.5em 0.3em 0.6em;	color: #f0f0f0;	background-color: rgba(0, 0, 0, 0.8);	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;	margin: 0;	font-size: 0.9em;}#ezCompare:hover {	background-color: #096096;}#ezCompare span {	display: inline-block;	padding-left: 3em;	font-size: 0.9em;	text-transform: uppercase;	background-image: url("images/bg_compare.png");	background-repeat: no-repeat;	background-attachment: scroll;	background-position: 0 center;	margin: 0;}#ezCompare li:before {	display: none !important;}ul.ezDropdown, ul.ezDropdown li, ul.ezDropdown ul {	list-style: none;	margin: 0 !important;	padding: 0 !important;	background-image: none;	overflow: visible !important;}ul.ezDropdown {	display: none;	position: absolute;	float: left;	left: 0;	margin-top: 0.3em !important;	z-index: 597;	background-color: rgba(0, 0, 0, 0.8);}ul.ezDropdown li.hover, ul.ezDropdown li:hover {	position: relative;	z-index: 599;	cursor: default;}ul.ezDropdown ul {	visibility: hidden;	position: absolute;	z-index: 598;	top: 0px;	left: 100%;	background-color: rgba(0, 0, 0, 0.8);}ul.ezDropdown ul li {	float: none;}ul.ezDropdown ul ul {	top: 0px;	left: 100%;}ul.ezDropdown li:hover > ul {	visibility: visible;}ul.ezDropdown li {	color: #f0f0f0;	padding: 5px 20px !important;	white-space: nowrap;}ul.ezDropdown li a{	color: #f0f0f0 !important;}ul.ezDropdown li.hover, ul.ezDropdown li:hover {	background-color: #096096;}/* Brand & Selfadd*/#ezBrand, #ezSelfadd  {	padding: 10px 0 0 0;	margin: 0;	text-align: right !important;	font-size: 0.9em !important;	vertical-align: top;}#ezSelfadd {	text-align: center !important;}/* Aside */#ezAside {	padding: 10px 0 0 0;	margin: 0;	font-size: 0.9em;}#ezAside ul {	margin: 0; padding: 0;	list-style: none;	display: none;}#ezAside li {	list-style: none;	margin: 0; padding: 0;	background: none;}#ezAside li:before {	content: "";}#ezAside .showme {	margin: 10px 0 0 0;	padding: 0;	border-top: 1px solid; 	border-color: #3A3A3A;	display: block;	cursor: pointer;	width: 250px;}#ezAside .showme div {	background: url('images/table_desc_dark.gif') no-repeat scroll center center transparent;	display: block;	height: 4px;	margin: 6px 8px;	width: 21px;}#ezAside .showme div.asc {	background: url('images/table_asc_dark.gif') no-repeat scroll center center transparent;}pre {	color: black;	margin: 100px;}/* EZDETAIL CORE */#ezDetail {	color: #f0f0f0;	font-family: PlayRegular, Tahoma, Gulim;	font-size: 14px !important;	line-height: 1.4em !important;	width: 1000px !important;	margin: 0 auto;	background: url("wallpaper/bf_official.jpg") fixed center top black;	position: relative;	overflow: hidden;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}#ezDetail ul, #ezDetail li {	list-style: none !important; background-image: none; background-position: 0 0;}#ezDetail ul, #ezDetail li, #ezDetail dl, #ezDetail dd, #ezDetail dt, #ezDetail button {	margin: 0; padding: 0; font-weight: normal; }#ezDetail a,  #ezDetail ul, #ezDetail li, #ezDetail dl, #ezDetail dd, #ezDetail dt, #ezDetail i, #ezDetail h1, #ezDetail table, #ezDetail td {	color: #f0f0f0; font-family: PlayRegular, Tahoma, Gulim; font-size: 14px; line-height: 1.4em; text-align: left;}#ezDetail a, #ezDetail .ezLink {	text-decoration: none; color: #096096; cursor: pointer;}#ezDetail a:hover, #ezDetail .ezLink:hover {	color: #f0f0f0;}#ezDetail input {	color: #f0f0f0 !important;	font-size: 14px !important;	font-family: "PlayRegular";	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);	padding: 4px 8px;	opacity: 0.6;	margin: 7px;}#ezDetail input::-webkit-input-placeholder { color: #6d6d6d; font-style: oblique; } #ezDetail input:-moz-placeholder { color: ##6d6d6d; font-style: oblique; }/* Default Table */#ezDetail table { 	border: 0 none; 	border-spacing: 0; 	width: 100%; 	text-align: left; 	margin: 0;}#ezDetail tr, #ezDetail td, #ezDetail th { 	border: 0 none;}#ezDetail thead tr th { 	font-family: Purista;	font-weight: normal;	height: 25px; 	vertical-align: middle; 	border-bottom: 1px solid #096096; 	border-spacing: 0;	cursor: pointer;	padding: 2px 8px; }#ezDetail tbody td { 	border-bottom: 1px solid; 	border-spacing: 0; 	border-color: #3A3A3A;	padding: 2px 8px; 	vertical-align: middle; 	white-space: nowrap;	text-align: right;	cursor: default;}#ezDetail tfoot tr td { 	border-top: 1px solid; 	border-bottom: 1px solid; 	border-color: #3A3A3A;	border-spacing: 0; 	background-color: rgba(0, 0, 0, 0.4);	padding: 2px 8px; 	white-space: nowrap;	text-align: right;	cursor: default;}#ezDetail thead tr .header { 	background-color: rgba(0, 0, 0, 0.4);	background-image: url('images/table_bg_dark.gif');	background-repeat: no-repeat;	background-attachment: scroll;	background-position: center right;}#ezDetail thead tr .header:after {	/*content: "\00A0\00A0\00A0";*/}#ezDetail thead tr .headerSortUp { 	background-color: rgba(9, 96, 150, 0.4);	background-image: url('images/table_asc_dark.gif');	color: #f0f0f0;}#ezDetail thead tr .headerSortDown { 	background-color: rgba(9, 96, 150, 0.4);	background-image: url('images/table_desc_dark.gif');	color: #f0f0f0;}/* Buttons */.ezHeadButtons {	font-family: Purista;	position: absolute;	right: 0px;	top: 0px;	padding: 2px 15px;	background-color: #003A7F;	-webkit-border-radius: 0 0 0 3px;-moz-border-radius: 0 0 0 3px;border-radius: 0 0 0 3px;	overflow: hidden;}.ezHeadButtons a {	color: #f0f0f0  !important;	padding: 5px;}.ezHeadButtons a:hover {	color: #0F0F0F !important;	background-color: #f0f0f0;}.mfp-close {	left: 0px !important;	color: #f0f0f0 !important;	background-color: #003A7F !important;	-webkit-border-radius: 0 0 3px 0 !important;-moz-border-radius: 0 0 3px 0 !important;border-radius: 0 0 3px 0 !important;}.mfp-close:hover {	color: #0F0F0F !important;	background-color: #f0f0f0 !important;}/* Header */.ezHead {	background-color: rgba(0, 0, 0, 0.8);	border-bottom: 1px solid #096096;	height: 100px;	overflow: hidden;}.ezHeadHead {	height: 51px;	overflow: hidden;}.ezHeadHead h1 {	border: none !important;	color: #f0f0f0;	float: left;	font-family: "0";	font-size: 1.5em !important;	font-weight: normal;	padding: 8px 0 0 60px !important;	margin: 0 !important;	text-shadow: none;	text-transform: none;}/* Navigation */.ezHeadNav { 	height: 50px;}.ezHeadNav ul {	margin: 0; padding: 0;}.ezHeadNav li {	float: left;}.ezHeadNav a {	font-family: "Purista";	color: #f0f0f0 !important;	display: inline-block;	padding: 15px 20px;	text-decoration: none;}.ezHeadNav a:hover, .ezHeadNav a.hover {	color: #0F0F0F !important;	text-decoration: none;	-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;	background-color: rgba(255, 255, 255, 0.8);}/* Content */#ezContent {	margin: 20px;	background-color: rgba(0, 0, 0, 0.8);	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	overflow: hidden;}.ezContent h1 { 	background-color: rgba(0, 0, 0, 0.8);	color: #f0f0f0 !important;	font-family: Purista !important;	font-size: 1.2em !important;	font-weight: normal;	border-bottom: 1px solid #096096;	padding: 10px 20px;	margin: 0 !important;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}.ezContent h2 { 	background-color: rgba(0, 0, 0, 0.8);	color: #f0f0f0 !important;	font-family: Purista !important;	font-size: 1.0em !important;	font-weight: normal;	border-bottom: 1px solid #096096;	padding: 5px 20px;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}.ezContent h3 { 	background-color: rgba(0, 0, 0, 0.8);	color: #f0f0f0 !important;	font-family: Purista !important;	font-size: 0.85em !important;	font-weight: normal;	border-bottom: 1px solid #096096;	padding: 2px 5px;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}.ezContent dl {	margin: 5px 15px !important;}.ezContent dt {	float: left;	clear: both;	width: auto;}.ezContent dd {	float: right;	width: auto;}.ezContent .ezInfo {	background-color: rgba(0, 0, 0, 0.50);	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	padding: 11px 22px;	margin: 0 auto; }/* Signatures */#ezSignatures {	margin: 20px;}#ezSignatures li {	text-align: center !important;}#ezSignatures img {	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0px #000 inset;-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0px #000 inset;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0px #000 inset;}#ezSignatures input {	background-color: transparent;	border: medium none;	-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;	font-size: 12px !important;	margin: 0 !important;	opacity: 0.8;	padding: 4px !important;	width: 280px !important;}#ezSignatures fieldset {	width: 290px;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	border: 1px solid #3A3A3A;	margin: 10px 5px !important;	float: left;	padding: 0 !important;	position: static !important;	top: 0 !important;	background: inherit !important;}#ezSignatures legend {	font-size: 0.8em !important;	line-height: 0 !important;	margin: 0 5px !important;	padding: 0 5px !important;	position: static !important;	width: auto !important;	height: auto !important;	line-height: inherit !important;	background: inherit !important;	border: none !important;	color:  inherit !important;	font-weight: normal !important;	text-indent: 0 !important;	text-shadow: none !important;	display: block !important;}/* Columns */.ez2 {	width: 465px;	float: left;	margin: 0 30px 0 0;	padding: 0;}.ez3 {	width: 300px;	float: left;	margin: 0 30px 0 0;	padding: 0;}.ez4 {	width: 240px;	float: left;	margin: 0;	padding: 0;}.ez5 {	width: 192px;	float: left;	margin: 0;	padding: 0;}.ez2 > div, .ez3 > div, .ez4 > div, .ez5 > div {	margin: 5px 10px;}/* Filter-Button */.ezFilter {	font-family: Purista;	position: absolute;	right: 0px;	top: 0px;	padding: 2px 15px;	color: #f0f0f0 !important;	background-color: #003A7F;	-webkit-border-radius: 0 0 0 3px;-moz-border-radius: 0 0 0 3px;border-radius: 0 0 0 3px;}.ezFilter li {	padding: 2px 15px !important;}.ezFilter li:nth-of-type(2) {	padding-top: 5px !important;}.ezFilter a {	color: #f0f0f0 !important;}.ezFilter a:hover {	color: #0F0F0F !important;}/* Labels & Icons */.ezLabel {	width: 46px;	height: 24px;	background-repeat: no-repeat;	cursor: pointer;}.ezLabel.kdr { background-image: url('icons/label/kdr.png'); }.ezLabel.kpm { background-image: url('icons/label/kpm.png'); }.ezLabel.score { background-image: url('icons/label/score.png'); }.ezLabel.spm { background-image: url('icons/label/spm.png'); }.ezLabel.time { background-image: url('icons/label/time.png'); }.ezLabel.wlr { background-image: url('icons/label/wlr.png'); }.ezLabel.category { background-image: url('icons/label/category.png'); }.ezLabel.kills { background-image: url('icons/label/kills.png'); }.ezLabel.killp { background-image: url('icons/label/killp.png'); }.ezLabel.destroys { background-image: url('icons/label/destroys.png'); }.ezLabel.dpm { background-image: url('icons/label/dpm.png'); }.ezLabel.hs { background-image: url('icons/label/hs.png'); }.ezLabel.hsp { background-image: url('icons/label/hsp.png'); }.ezLabel.shotspm { background-image: url('icons/label/shotspm.png'); }.ezLabel.acc { background-image: url('icons/label/acc.png'); }.ezLabel.kstrk { background-image: url('icons/label/killstreak.png'); }.ezLabel.hsl { background-image: url('icons/label/longesths.png'); }.ezLabel.nemesis { background-image: url('icons/label/nemesis.png'); }.ezLabel.skill { background-image: url('icons/label/skill.png'); }.ezLabel.quits { background-image: url('icons/label/quits.png'); }.ezLabel.ace { background-image: url('icons/label/ace.png'); }.ezLabel.flag { background-image: url('icons/label/flag.png'); }.ezLabel.heals { background-image: url('icons/label/heals.png'); }.ezLabel.revives { background-image: url('icons/label/revives.png'); }.ezLabel.repairs { background-image: url('icons/label/repairs.png'); }.ezLabel.resupplies { background-image: url('icons/label/resupplies.png'); }.ezLabel.spots { background-image: url('icons/label/spot.png'); }.ezSstar {	width: 38px; 	height: 32px; 	line-height: 32px; 	background-image: url('images/servicestar.png'); 	background-position: left center;	background-repeat: no-repeat;	text-align: right;}.ezDetail-Arrows {	background-image: url("images/arrows.png");	background-color: transparent;	background-repeat: no-repeat;	background-attachment: scroll;	float: left;	height: 12px;	width: 12px;	margin: 0 0 -2px 4px;	background-color: #bfbfbf;	background-color: rgba(190, 190, 190, 0.8);	-webkit-border-radius: 2px 2px 2px 2px;-moz-border-radius: 2px 2px 2px 2px;border-radius: 2px 2px 2px 2px;}/* Loader */#ezLoader { 	background: url("images/ajax-loader-big.gif") no-repeat scroll center center white;	width: 100px; 	height: 100px;	position: absolute;	top: 190px;	left: 50%;	margin-left: -50px;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0px #000 inset;-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0px #000 inset;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0px #000 inset;}