/* CSS Document */
.topPerformanceRow {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 14px;
}
#game-stats-question-mark {
	floar: left;
}
.gambi-titDesempenho {
	float: left;
	width: auto;
	height: inherit;
	line-height: 22px;
	padding: 0px;
	margin: 0px 0px 10px;
}
.topPerformance {
	background-repeat: no-repeat;
	padding: 3px 0 0 40px;
	color: #3583a7;
	font-size: 20px;
	font-weight: bold;
	width: 80px;
	height: 40px;
}

.cell.cellCondecorations,
.cell.cellRanking {
	float: left;
	width: 100% !important;
}
.base-condecoration .cell.cellCondecorations .carousel-frame,
.base-condecoration .cell.cellRanking .carousel-frame{
	float: left;
	height: 150px !important;
}


#condecorationsCarousel, .gameRankingsCarousel {
	visibility: hidden;
	height: 150px !important;
	list-style: none;
	padding: 0;
	margin: 0;
}
.topPerformanceSpan {
	float: left;
}

.goodplayer {
	background-image: url(/images/ico_goodplayer.png);
}

.friends {
	background-image: url(/images/ico_friends.png);
	padding-left: 35px;
}

.hommage {
	background-image: url(/images/ico_homage_quant.png);
}

.membersince {
	background-image: url(/images/ico_member_since.png);
	font-size: 16px;
	line-height: 15px;
	padding-left: 35px;
}

#centerMiddle .cellTop {
	height: 26px;
	background-color: #e5e5e5;
	border-radius: 5px 5px 0 0;
	padding: 6px 0 0 10px;
	margin: 10px 10px 0 10px;
	overflow: auto;
}

#centerMiddle .cellTop span {
	float: right;
	margin-top: -9px;
	margin-right: 2px;
}

#centerMiddle .cellTop a {
	text-decoration: none;
	color: #0483D4;
}

#centerMiddle .cellTop a:hover {
	color: #0590e9;
}

#centerMiddle .cellTop h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 0;
	color: #0483D4;
}

#centerMiddle .cell {
	background-color: #ececec;
	padding: 10px;
	margin: 0 10px 0 10px;
	overflow: hidden;
}

.cellConquistas {
	height: 210px;
}

.minimize {
	float: right;
	margin-right: 10px;
	margin-top: -20px;
	background-image: url(/images/bt_minimizar.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 20px;
}

.badge {
	text-align: center;
	color: #6b6b6b;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	position: relative;
	float: left;
}

.badge img {
	height: 70px;
}

.cell .listRankingGames {
	list-style: none;
}

.cell .rankingLeftArrow, .cell .condecorationsLeftArrow {
	float: left;
	width: 20px;
	height: 150px;
	background-image: url(/images/img_ranking_left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bdd6;
	cursor: pointer;
	margin: 0px;
}

.cell .rankingRightArrow, .cell .condecorationsRightArrow {
	float: left;
	width: 20px;
	height: 150px;
	background-image: url(/images/img_ranking_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00bdd6;
	cursor: pointer;
	margin: 0px;
}
.cell .rankingLeftArrow:hover,
.cell .condecorationsLeftArrow:hover,
.cell .rankingRightArrow:hover,
.cell .condecorationsRightArrow:hover {
	background-color: #0ed6f0;
}

.rankingGame {
	padding: 12px 0 0 0;
	border-right: #d7d7d7 solid 1px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	height: 55px;
	position: relative;
	float: left;
	text-align: center;
	line-height: 15px;
	margin-left: -1px;
}

.rankingGame.lastRankingGame {
	border-right: none;
}

/*
.rankingGame .gameName {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
*/
.cell .carousel-frame {
	overflow:hidden;
	float: left;
	width: calc(100% - 40px) !important;
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
}
.rankingGame {
	float: left;
	width: 100px;
	height: 135px !important;
}
.rankingGame .up,
.rankingGame .gameName{
	float: none;
	width: 90px;
	font-family: 'signikabold';
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.rankingGame .up {
    width: 50px;
    color: #fff;
    background-color: #383833;
    border-radius: 50%;
    padding: 10px;
    margin: 8px auto 0px;
    height: 50px;
    line-height: 52px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.rankingGame .gameName{
	font-size: 15px;
	line-height: 16px;
	padding-top: 10px;
	margin: 0px auto;
}
.rankingGame .down {
	font-size: 17px;
	font-weight: normal;
	/*padding-left: 35px;*/
	background-repeat: no-repeat;
	background-position: 10px;
	line-height: 20px;
}

.up {
	/*background-image: url(/images/up_big.png);*/
}

.down {
	background-image: url(/images/down_big.png);
}

.leftColum {
	float: left;
	width: 328px;
	min-width: 268px;
	margin-left: 10px;
	margin-top: 10px;
}

.rightColum {
	float: left;
	width: 328px;
	min-width: 268px;
	margin-left: 10px;
	margin-top: 10px;
}

#centerMiddle .leftColum .cell,#centerMiddle .leftColum .cellTop,#centerMiddle .rightColum .cell,#centerMiddle .rightColum .cellTop	{
	margin: 0;
}

#centerMiddle .leftColum .cell,#centerMiddle .rightColum .cell {
	margin-bottom: 10px;
}

.dataGame {
	float: left;
	width: 130px;
	position: relative;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -10px;
}

.dataGame>span {
	font-weight: bold;
}

.dataGameLeft {
	padding-left: 0;
	padding-right: 10px; 
}
.dataGame.dataGameLeft,
.dataGame.dataGameLeft li,
.dataGame.dataGameRight,
.dataGame.dataGameRight li{
	list-style: none;
}
.dataGameRight {
	width: 145px;
	text-align: left;
	border-left: #d7d7d7 solid 1px;
	padding-right: 0;
	padding-left: 10px;
}

.avatarNew {
	float: left;
    /*margin: 5px;*/
    background-color: #f4f6f4;
    list-style: none;
    text-align: center;
    padding: 25px 10px 10px;
    margin: 5px 2px 0px 1px;
/*
	background-repeat: none;
	background-repeat: no-repeat;

	border: solid 1px #FFFFFF;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
*/
}

.avatarNew .vip-crown {
	margin-top: -20px;
    margin-left: -14px;
}

.size1 a {
	float: left;
}
.size1 .avatar-img {
	float: left;
	width: 49px;
	height: 66px;
/*
	margin-bottom: -3px;
*/
}

/*.size2 img {
	width: 72px;
	margin-bottom: -3px;
}*/

.cell .compare {
	background-color: #e5e5e5;
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
	padding: 5px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8b8b;
	font-weight: bold;
	clear: both;
}

.versusCompare {
	float: left;
	padding: 40px 5px 0 7px;
	color: #6b6b6b;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.verticalChart {
/*
	clear: both;	
*/
	float: left;
	width: 100%;
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
}

.firstPlayer {
	border: 3px solid #3366CC;
}

.secondPlayer {
	border: 3px solid #FF9900;
}

.SelectFilter {
	padding: 1px 15px 1px 5px;
	cursor: pointer;
	background: #fff url("/images/select_background2.png") no-repeat right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #b8b8b8;
	display: inline-block;
	font-size: 15px;
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 1px #fff;
	margin-bottom: 6px;
	color: #4d4d4d !important;
	font-size: 12px;
	height: 22px;
}

.SelectFilter option {
	background-color: #eeeeee;
	color: #4d4d4d !important;
	font-family: arial;
	font-size: 12px;
	font-weight: normal !important;
	padding: 2px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	line-height: 30px;
	padding: 10px;
}

.SelectFilter:focus {
	outline: none;
	border: 1px solid #7f9db9;
}
/* 	LISTA DE TROFEUS E CONQUISTAS */
.tableBadges {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 13px;
	padding: 0;
}

.tableBadges td {
	padding: 3px;
}

.tableBadges a {
	color: #000033;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
}

.tableBadges strong {
	font-size: 14px;
}

.radiusRight {
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.radiusLeft {
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.lightCell {
	background-color: #dedede;
}

.darkCell {
	background-color: #e5e5e5;
}

.stripedTable tbody tr:nth-child(odd) {
	background-color: #e5e5e5;
}

.stripedTable tbody tr:nth-child(even) {
	background-color: #dedede;
}

h2.main-partners-opponetns {
	display: inline;
	float: left;
}

select.filter-partners-opponents {
	float: left;
	width: 140px;
	height: 25px;
	margin: -3px 5px 0 5px;
}

div.dataGameTable {
	float:left;
	width: 50%;
	margin: 0px;
/*
	margin-top: 30px;
	margin-bottom: 20px;
	width: 305px;
	height: 130px;
*/
}

.compareUsers {
	padding-left: 53px;
}

/*
#game-campaign-data {
	min-height: 180px;
}

.cellRanking {
	height: 80px;
	text-align: center;
}

.cellCondecorations {
	height: 100px;
	text-align: center;
}
*/
.loading-img {
	margin: auto;
	height: 35px;
	margin-top: 16px;
}

#last-partners-avatars, #last-opponents-avatars {
	float: left;
	width: 100%;
/*
	margin: 0px 0px 20px;
	min-height: 60px;
*/
}

div#chart_div {
/*
	width: 308px; 
	height: 200px;
*/
	float: left;
	width: 100%;
	height: inherit;
	background-color: #FFF;
	padding: 10px 0px;
	margin: 0px;
    overflow: hidden;
}

div.no-stats {
	text-align: center;
	padding-top: 100px;
}

.no-partners-opponents {
	text-align: center;
	padding-top: 10px;
}

.gameCondecoration {
	float: left !important;
    width: 117px;
    background-color: #f4f6f4;
    list-style: none;
    text-align: center;
    padding: 30px 15px 20px 25px;
    margin: 0px 2px 0px 1px;
/*
	border-right: #d7d7d7 solid 1px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	height: 55px;
	position: relative;
	text-align: center;
	float: left;
	margin-left: -1px;
*/
}

.gameCondecoration .badge {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

.badge .rankingImageLink {
	text-decoration: none;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.badge .rankingImageLink:hover{
	text-decoration: none; 
	opacity: 1;
	filter:alpha(opacity=100);
}

div.performance-privacy-config {
	vertical-align: bottom;
	float: right;
	clear: both;
	margin-top: -30px;
	margin-bottom: 0;
	margin-right: 5px;
}

div.performance-privacy-config .privacy-locker  {
	margin-bottom: -5px; 	
}

.balloon {
	position: absolute;
    z-index: 100;
    box-shadow: rgb(175, 175, 175) 1px 1px 5px;
    background-color: #E8EDF3;
    padding: 6px 9px;
    border-radius: 3px;
    display: none;
    font-size: 14px;
    line-height: 18px;
}

.filterLabelStats {
	line-height: 15px;
	width: 100px;
	float: left;
	margin-top: 5px;
}

.filterSelectStats {
	width: 200px;
	height: 25px;
	margin-top: 5px;
}
