/* FIBA LiveStats v5 - Layout */
#pop-player {
	position: fixed;
	/* top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto; */
	top: 50%;
	left: 50%;
	width: 315px;
	margin-top: -160px;
	margin-left: -185px;
	display:block;
	display:none;
	/* -webkit-border-radius: 5px; */
	-moz-border-radius: 5px;
	/* border-radius: 5px; */
	/* -webkit-box-shadow:  1px 1px 5px 3px rgba(0, 0, 0, 0.5); */
	/* box-shadow:  1px 1px 5px 3px rgba(0, 0, 0, 0.5); */
	/* float:  left; */
	z-index: 11;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display:none;
	z-index: 10;
}

#close {
  position:absolute;
  width:24px;
  height:27px;
  display:block;
  /* text-indent:-9999px; */
  top: 0px;
  right: 0px;
  color: #000;
  font-size:  20px;
  font-family: wc_icons;
  text-decoration: none;
  font-size:  22px;
  background:  #dcdcdc;
  text-align:  center;
  padding:  3px;
  border-radius:  4px;
}
#close:before {
	/* content: 'x'; */
	height: 20px;
	width: 20px;
}
.pop-header {
  float:left;
  width: 100%;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-indent: 10px;
  /* border-bottom: 1px solid #222; */
  color:  #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family:  'Roboto Condensed', sans-serif;
  visibility: hidden;
}

.pop-top {
	float:left;
	width: 100%;
	height: 100px;
	display:  table;
}

.pop-top-wrap {
	float:left;
	width: 100%;
	background:  #fff;
	border-top:  10px solid #dcdcdc;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
}

#pop-player-image {
	float:left;
	width: 100px;
	height: 100px;
	overflow:hidden;
	background-size: 90px 90px;
	margin: -100px 0px 0px;
}

#pop-player-image img {
	max-width: 100%;
	width:  100%;
}

#pop-player-name {
	width: 180px;
	line-height: 26px;
	font-size: 25px;
	margin-left: 110px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:  table-cell;
	padding: 0 60px 0 113px;
	font-family:  'Roboto Condensed',sans-serif;
	font-weight: bold;
	white-space: normal;
	vertical-align: middle;
	height: 75px;
}

.pop-logo-wrap {
  float: right;
  margin: -90px 10px 0 0;
  border: 1px solid #dcdcdc;
  background: #FFF;
}

#pop-player-logo {
	width: 35px;
	height: 35px;
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}

#pop-player-logo img {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	vertical-align:middle;
}



#pop-player-teamname {
	float: left;
	margin: -27px 10px 0px 113px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:  bold;
	letter-spacing:  -.4px;
	display: none;
}	

#pop-game-stats, #pop-averages {
	float:left;
	width: 295px;
	padding: 0px 10px 20px;
	background: #fff;
}

.pop-divide {
	float:left;
	width: 100%;
	margin: 0;
	text-indent: 10px;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 2px 0;
	background: #fff;
	text-transform:  uppercase;
	font-weight:  bold;
	font-family: 'Roboto Condensed';
	letter-spacing: -.4px;
	text-align:  center;
	color:  #777;
	border-top:  1px solid #dcdcdc;
	padding-top:  15px;
	padding-bottom:  8px;
}

#pop-player-url {
	float:left;
	width: 100%;
}

.pop-stat-wrap {
	float:left;
	width: 25%;
	text-align: center;
}

.pop-stat, .pop-stat-name {
	float:left;
	width: 100%;
}

.pop-stat {
	font-size: 24px;
	font-family: FIBACENormal;
}

.pop-stat-name {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:  bold;
	color: #555;
}

#pop-player-url {
	float:left;
	width: 100%;
	-webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#pop-player-url a {
	float: left;
	width: 340px;
	padding: 8px 15px;
	font-size: 14px;
}

.pop-player-pos {
	font-size: 12px;
}