/* Desktop only: Header overrides */
#nbaHeader {
	margin-bottom:0px;
	-webkit-box-shadow:inset 0 -1px 1px #050505, 0px -2px 4px #474747;
	-moz-box-shadow:inset 0 -1px 1px #050505, 0px -2px 4px #474747;
	box-shadow:inset 0 -1px 1px #050505, 0px -2px 4px #474747;
}
#nbaMainSection { margin-top:0; }

#nbaScoreboard {
	width:1000px;
	height:180px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom:5px;
	background-color:#EBEBEB;
	font-size:12px;
}
#nbaScoreboard .mobile {
	display: none;
}
#nbaScoreboard a,
#nbaScoreboard a:link,
#nbaScoreboard a:active {
	color:#767676;
	font-weight:normal;
	outline: none;
}
#nbaScoreboard a:hover{
	text-decoration: none;
}

/* Pagination buttons */
#nbaScoreboard .btnPrev.active:hover,
#nbaScoreboard .btnNext.active:hover {
	border:1px solid #006bb6;
	cursor:pointer;
}
#nbaScoreboard .btnPrev,
#nbaScoreboard .btnNext,
#nbaScoreboard .btnPrev:active,
#nbaScoreboard .btnNext:active,
#nbaScoreboard .btnPrev.active:active,
#nbaScoreboard .btnNext.active:active {
	width:23px;
	height:178px;
	float:left;
	background-color:#fff;
	border:1px solid #fff;
	position:relative;
	z-index:5;
}
#nbaScoreboard .btnPrev,
#nbaScoreboard .btnPrev:active,
#nbaScoreboard .btnPrev.active:active {
	box-shadow:2px 0px 10px -4px;
	-moz-box-shadow:2px 0px 10px -4px;
	-webkit-box-shadow:2px 0px 10px -4px;
}
#nbaScoreboard .btnNext,
#nbaScoreboard .btnNext:active,
#nbaScoreboard .btnNext.active:active {
	box-shadow:-2px 0px 10px -4px;
	-moz-box-shadow:-2px 0px 10px -4px;
	-webkit-box-shadow:-2px 0px 10px -4px;
}
#nbaScoreboard ul.sidebarPinned {
	/*display: inline-block;*/
	padding-left: 0;
	list-style: none;
	float: left;
	width: 115px; 
	height:100%;
	background-color: #fff;
	border-right: 1px solid #bccedc;
	/*padding-top: 17px;*/
	padding: 0px 19px;
}
#nbaScoreboard ul.sidebarPinned #playoffsRound_name{
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	width: 154px;
	left: -19px;
	position: relative;
}
#nbaScoreboard .sidebarPinned li#playoffsRound {
	margin-top: 17px;
	margin-bottom: 5px;
}
#nbaScoreboard .sidebarPinned li#playoffsRound #playoffsRound_logo{
	width: 105px;
	height: 39px;
	background-image: url("http://i.cdn.turner.com/nba/nba/.element/img/4.0/sect/scoreboard/nbaPlayoffs2016_logo.png");
	margin: auto;
	margin-bottom: 4px;
}
#nbaScoreboard .sidebarPinned li#playoffsRound.finals {
	margin-top: 32px;
	margin-bottom: 15px;
}
#nbaScoreboard .sidebarPinned li#playoffsRound.finals #playoffsRound_logo{
	width: 115px;
	height: 26px;
	background-image: url("http://i.cdn.turner.com/nba/nba/.element/img/4.0/sect/scoreboard/nbaPlayoffs2016_finals.png");
}
#nbaScoreboard .sidebarPinned li#playoffsRound.finals #playoffsRound_name{
	display: none;
}

#nbaScoreboard .sidebarPinned li {
	text-align: center;
	padding-bottom: 5px;
}
#nbaScoreboard .sidebarPinned li .bracket {
	padding-top: 0;
}
#nbaScoreboard .sidebarPinned li .bracket img {
	width: 55px;
	height: 24px;
	position: relative;
	top: 5px;
}

#nbaScoreboard .sidebarPinned a.btn {
	background-color: #F3F3F3;
	background-image: linear-gradient(to bottom, rgba(253,253,253,1) 0%, #f7f7f7 13%, rgba(236,236,236,1) 100%);
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	height: 33px;
	width: 113px;
	display: block;
	line-height: 33px;
	color: #006bb6;
	font-size: 10px;
	font-weight: 600;
}
#nbaScoreboard .sidebarPinned a.btn:hover {
	background-color: #C1C1C1;
	background-image: linear-gradient(to bottom, rgb(228, 228, 228) 0%, #E0DFDF 40%, rgb(226, 226, 226) 100%);
	border: 1px solid #B9B9B9;
}
#nbaScoreboard .sidebarPinned a.btn:active {
	/*background-image: none;*/
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#nbaScoreboard .arrow {
	margin:77px 6px;
	display:inline-block;
	height:0;
	width:0;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
}
#nbaScoreboard .btnPrev .arrow {
	border-right:11px solid #999999;
}
#nbaScoreboard .btnPrev.active .arrow {
	border-right:11px solid #353535;
}
#nbaScoreboard .btnNext .arrow {
	border-left:11px solid #999999;
}
#nbaScoreboard .btnNext.active .arrow {
	border-left:11px solid #353535;
}
#nbaScoreboard .btnPrev.active:hover .arrow.left {
	border-right:11px solid #006bb6;
}
#nbaScoreboard .btnNext.active:hover .arrow.right {
	border-left:11px solid #006bb6;
}

/* Viewport & Gamestrip */
#nbaScoreboard .viewport {
	background-color:#EBEBEB;
	float:left;
	width: 796px;
	height:180px;
	overflow:hidden;
}
#nbaScoreboard .gamestrip {
	background-color:#EBEBEB;
	height:180px;
	position:relative;
	left:0;
	width:35000px;
}
#nbaScoreboard .day {
	width:auto;
	float:left;
	padding:14px 11px 5px;
	/*border-left:1px solid #B1B1B1;*/
	height:165px;
}
#nbaScoreboard .day:first-child {
	border-left:none;
}
#nbaScoreboard .day .tiles::after {
	content: '';
	border-right: 1px solid #929292;
	position: relative;
	height: 180px;
	left: 12px;
	top: -32px;
	/* width: 0; */
	/* height: 100%; */
	/* display: inline-block; */
	float: right;
}
#nbaScoreboard .day.conference-semifinals .tiles::after,
#nbaScoreboard .day.conference-finals .tiles::after,
#nbaScoreboard .day.finals .tiles::after {
	height: 148px;
	top: 0px;
}
#nbaScoreboard .day.finals .tiles:last-of-type::after {
	/* border-right: 0 */
}
/*#nbaScoreboard .day + .stroke {
	float: left;
	width: 1px;
	height: 100%;
	background-color: #929292;
}
#nbaScoreboard .day.games1 + .stroke {
	height: 147px;
	position: relative;
	top: 33px;
}*/

#nbaScoreboard .dateline {
	float:left;
	color:#444444;
	font-weight:bold;
	font-size:13px;
	position:relative;
}
#nbaScoreboard .dateline .numGames {
	margin-left:5px;
	font-weight:normal;
	font-size:11px;
}
#nbaScoreboard a.allScores,
#nbaScoreboard a.allScores:visited {
	color:#006bb6;
	float:right;
	position:relative;
	top:5px;
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
}
#nbaScoreboard a.allScores span {
	color:#006bb6;
	font-size:7px;
	position:relative;
	bottom:1px;
}

/* Game tiles */
#nbaScoreboard .tiles {
	margin-top:18px;
}
#nbaScoreboard .tile {
	float:left;
	width:94px;
	margin-left:4px;
}
#nbaScoreboard .tile:first-child {
	margin-left:0;
}
#nbaScoreboard .tile a.gameinfo{
	padding: 3px 2px 9px;
	float: left;
	width: 88px;
	height: 113px;
	border: 1px solid #c8c7cc;
	background-color: #fff;
	text-align: center;
}
#nbaScoreboard .tile a.gameinfo:last-child {
	margin-right:0;
}
#nbaScoreboard .tile a.gameinfo:hover {
	text-decoration:none !important;
	border:1px solid #292929;
}
#nbaScoreboard .tile a.gameinfo:hover .broadcaster{
	text-decoration:none !important;
}
#nbaScoreboard .tile .clock {
	margin-bottom:2px;
	font-size:10px;
	font-weight:bold;
}
#nbaScoreboard .tile .seriesRecord {
	margin-bottom: 2px;
	text-transform:capitalize;
	color: #000;
	font-size: 9px;
}
#nbaScoreboard .tile .broadcaster,
#nbaScoreboard .tile .home,
#nbaScoreboard .tile .visitor {
	color:#767676;
	font-size:10px;
}
#nbaScoreboard .tile .broadcaster {
	margin-bottom:4px;
}

/* Future games */
#nbaScoreboard .tile.future.possible .clock {
	opacity: .5;
}
#nbaScoreboard .tile.future.possible .clock::after {
	content: "*";
	position: relative;
	left: -2px;
}
#nbaScoreboard .tile.future .matchup {
	margin: 0 2px;
	height:47px;
	border-bottom:1px solid #c8c7cc;
}
#nbaScoreboard .tile .matchup img {
	height:32px;
	width:32px;
}
#nbaScoreboard .tile.future .team {
	margin-top:1px;
}
#nbaScoreboard .tile.future .score {
	display:none;
}
#nbaScoreboard .tile.future .visitor {
	float:left;
	width:41px;
	height:47px;
	border-right:1px solid #c8c7cc;
}
#nbaScoreboard .tile.future .home {
	float:right;
	width:38px;
	height:47px;
}
#nbaScoreboard .tile.future .time {
	float:right;
	color:#444444;
	font-weight:bold;
	font-size:22px;
	padding-top:3px;
	text-align:right;
	margin-right:-1px;
	width:84px;
}
#nbaScoreboard .tile.future .time.pad {
	margin-right:5px;
}
#nbaScoreboard .tile.future .pmET {
	float:right;
	font-size:10px;
	padding:2px 4px 0 0;
	margin-left:2px;
	text-align:center;
}

/* Live & Final games */
#nbaScoreboard .tile.live .clock {
	color:#ED174C;
}
#nbaScoreboard .tile.live .matchup,
#nbaScoreboard .tile.final .matchup {
	width:82px;
	height:73px;
	margin-left: 3px;
}
#nbaScoreboard .tile.live .matchup .teamBox,
#nbaScoreboard .tile.final .matchup .teamBox {
	float:left;
	text-align:center;
	width:40px;
}
#nbaScoreboard .tile.future .matchup .team,
#nbaScoreboard .tile.live .matchup .team,
#nbaScoreboard .tile.final .matchup .team {
	font-size:11px;
	color:#767676;
}
#nbaScoreboard .tile.live .matchup .visitor,
#nbaScoreboard .tile.final .matchup .visitor {
	width:82px;
	height:34px;
	border-bottom:1px solid #c8c7cc;
	padding-bottom:4px;
}
#nbaScoreboard .tile.live .matchup .home,
#nbaScoreboard .tile.final .matchup .home {
	padding-top:2px;
}
#nbaScoreboard .tile.live .matchup img,
#nbaScoreboard .tile.final .matchup img {
	float:left;
	margin:0 5px;
}
#nbaScoreboard .tile .matchup .score {
	font-weight:bold;
	font-size:22px;
}
#nbaScoreboard .tile.live .matchup .score {
	color:#444444;
}
#nbaScoreboard .tile.final .matchup .score {
	color:#767676;
}
#nbaScoreboard .tile.live .time,
#nbaScoreboard .tile.final .time {
	display:none;
}
#nbaScoreboard .tunein a {
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	line-height: 18px;
}
#nbaScoreboard .tunein a:hover {
	text-decoration: none;
}
#nbaScoreboard .tile .tunein.active {
	text-align: center;
	clear: both;
	width: 92px;
	height: 18px;
	position: relative;
	bottom: 6px;
	right: 0px;
	background-color: #ED174C;
	border: 1px solid #c8c7cc;
	border-top: 0;
	padding-top: 1px;
	/*border-top: 1px #ED174C solid;*/
}
#nbaScoreboard .tile:hover .tunein.active {
	border-left:1px solid #292929;
	border-right:1px solid #292929;
	border-bottom:1px solid #292929;
}
#nbaScoreboard .tile .tunein.active span {
	color:#000;
	position:relative;
	top: 2px;
	font-size:9px;
	color:#fff;
}
#nbaScoreboard .tile .tunein.active:hover {
	cursor:pointer;
	border:1px solid #292929;
	text-decoration:none;
	padding-top: 0;
}
#nbaScoreboard .tile .tunein.active span:hover {
	text-decoration:none;
}

#nbaScoreboard .tile .tunein,
#nbaScoreboard .tile.final .tunein.active {
	display:none;
}
#nbaScoreboard .tile .tunein.active {
	display:block;
}
#nbaScoreboard .tile.future .clock{
	color: #444;
}
#nbaScoreboard .tile.final .clock,
#nbaScoreboard .tile.final .score.win {
	color:#006bb6;
}
#nbaScoreboard div#store-promo .tiles::after{
	border-right: 0;
}

/* POSTPONED, CANCELLED GAMES */
#nbaScoreboard .tile.noscores .matchup img {
	float:none;
}
#nbaScoreboard .tile.noscores .teamBox {
	display:none;
}