
/* 
===================================
MODIFIED/REDUCED by DANTE on:  *** 02/20/2011 ***
(brought some styles into main css file)
===================================

/**********************************************/
/* BOOTSTRAP OVERRIDES - MATT 10/13/2020 */ 
/**********************************************/
.form-check > .form-check-input {
    display: block;
    height: 18px;
    margin: 4px auto 0;
    width: 18px;
}


/***************************************************/
/* NEWS */
/***************************************************/
th.logo {
	text-align: left;
	vertical-align: middle;
	font-size:15px;
}
th.logo img {
	width:30px;
	height:24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th.center-big {
	text-align: center;
	vertical-align: middle;
	font-size:15px;
}

.gamelog 
{
    width:100%;
}

.gamelog th, .gamelog td
{
    text-align:center !important;
    /*min-width:125px;*/
}

.gamelog .sorting {
	background-image: none !important;
}
.gamelog .sorting_asc {
	background-image: none !important;
}
.gamelog .sorting_desc {
	background-image: none !important;
}
.gamelog .sorting_1, .gamelog .sorting_2, .gamelog .sorting_3
{
    background-color:#DDE2E6 !important;
    font-weight: bold;
    color: #0053A7;
}


/*
 * 2013-12-05 - Ben - add this class to make tables sortable
 */
.sortable 
{
    width:100%;
}

.sortable th, .sortable td
{
    text-align:center;
}

.sortable .sorting {
	background-image: none !important;
}
.sortable .sorting_asc {
	background-image: none !important;
}
.sortable .sorting_desc {
	background-image: none !important;
}
.sortable .sorting_1, .sortable .sortable, .sortable .sorting_3
{
    background-color:#DDE2E6 !important;
    font-weight: bold;
    color: #0053A7;
}





.box-wrapper 
{
    clear:both;
    display:block;
    width:100%;
    overflow:auto;
}

.box-wrapper table td, .box-wrapper table th
{
    text-align:right;
    vertical-align:middle;
}

.box-wrapper table 
    .box-name 
{
    text-align: left !important;
}

.box-wrapper table 
    .box-center 
{
    text-align: center !important;
}

.box-wrapper table.align-center td,
    .box-wrapper table.align-center th
{
    text-align: center !important;
}

.box-wrapper table td.align-left,
    .box-wrapper table th.align-left
{
    text-align: left !important;
}

.box-shots 
{
    float:left;
    width:50%;
}

.box-period 
{
    float:left;
    width:50%;
    display:block;
}

.box-half 
{
    float:left;
    width:48%;
    display:block;
    padding-right: 10px;
}

tr:hover {
	background-color: #DDE2E6;
	background-image: none;
}
tr:hover td {
	color: #0053A7;
}
tr:hover a {
	color: #0053A7 !important;
	text-decoration: none;
}

.dataTables_filter input {
    border: 1px solid #DDD;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    font-size: 18px;
    margin: 0px;
    padding: 8px;
    width: 200px;
}

#news h2.header-nhl 
{
	background-image: url(../images/layout/pageHeader_NHL_wide.jpg) !important;
}
#news h2.header-nba {
	background-image: url(../images/layout/pageHeader_NBA_wide.jpg) !important;
}
#news h2.header-mlb {
	background-image: none !important;
	background-color:#29568A !important;
	text-indent:0px !important;
	color: #F0F0F0;
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: lighter;
    text-transform: uppercase;
}

/* ALWAYS USE MOUSE HAND TO HOVER OVER SORT */
.dataTables_wrapper thead th:not(.sorting_disabled) 
{
    cursor: pointer;
}



/********************************************\
 * Player Table
\********************************************/
table tfoot th 
{
    /*background-color: #29568A;
    color: #FFFFFF;*/
    color:#0053A7;
    font-weight:bold;
    text-align:center;
}
#players td, #players th
{
    text-align:center;
}

div.css-panes > div.fade
{
    /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#display.fade
{
    /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.career-table td 
{
    text-align:center;
}
.career-table th
{
    text-align:center;
}

.career-table.batting-overall {
    table-layout: fixed;
}

.career-table.batting-overall th {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.career-table.batting-overall th:hover {
    overflow: visible;
    white-space: unset;
}

.career-table.batting-overall th span.table-tooltip {
    background-color: rgba(0,0,0, 0.65);
    border-radius: 4px;
    color: #ffffff;
    display: none;
    left: 4px;
    padding: 5px;
    position: absolute;
    top: 4px;
    z-index: 99;
}

.career-table.batting-overall th:hover span.table-tooltip {
    display: block;
}

.game-log thead th.title {
	/*background-color: #314A70 !important;*/
	background-color: #60666D !important;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: none;
	letter-spacing: 0.3ex;
	text-align: center;
}

.gamelog .selected
{
    background-color: #DDE2E6;
	background-image: none;
}

.gamelog tfoot td 
{
    font-size:9px;
}

.expandable_switch {
    background-image: url(/Content/images/layout/expand_collapse.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    height: 9px;
    line-height: 10px;
    margin-left: 0.5em;
    overflow: hidden;
    text-indent: -999em;
    width: 9px;
}

.expandable_collapse {
    background-position: 0% 100%;
}

#preloader.player 
{
    /*position: relative !important;
    z-index:999 !important;
    top:10px !important;*/
    position: absolute;
	top: 50%;
	left: 45%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 24px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
}
/********************************************\
 * Filter
\********************************************/
.filter 
{
    background-color: #29568A;
    padding-left: 10px;
    padding-bottom:10px;
    padding-top:10px;
    padding-right:10px;
    color: #FFFFFF;
    font-weight:bold;
  
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

.filter a 
{
    color: #FFFFFF;
    font-weight:bold;
}

.filter form 
{
    border-bottom: 1px dotted gainsboro;
}

/********************************************\
 * Coach
\********************************************/
#coaches td, #coaches th
{
    text-align:center;
}
.left-edge {
    border-left-color: #97A6B3;
    border-left-width:2px;
}
.top-edge > td {
    border-top-color: #97A6B3;
    border-top-width: 2px;
}



/********************************************\
 * standings Table
\********************************************/
.standings-table .teamName 
{
    text-align:left;
}
.standings-table .standings-header 
{
    text-align:center;
    background-color: #60666D;
    color: #FFFFFF;
}
.standings-table td, .standings-table th
{
    text-align:right;
}
.standings-table td.plus 
{
    color:Green;
}
.standings-table td.minus
{
    color:Red;
}
.standings-table .left-align
{
    text-align:left;
}
.standings-table .sorting {
	background-image: none !important;
}
.standings-table .sorting_asc {
	background-image: none !important;
}
.standings-table .sorting_desc {
	background-image: none !important;
}
.standings-table .sorting_1, .standings-table .sorting_2
{
    background-color:#DDE2E6 !important;
}

/************************************************\
 * Player Batter Vs Pitcher
\************************************************/
.sort-table .sorting_1, .sort-table .sorting_2
{
    background-color:#DDE2E6 !important;
    font-weight: bold;
    color: #0053A7;
}
.sort-table td:first-child
{
    text-align:left !important;
}
.sort-table th 
{
    padding-right:6px;
}
.sort-table td 
{
    text-align:center;
}

/************************************************\
 * Team Career
\************************************************/
.career-table td.rank 
{
    background-color:#DDE2E6 !important;
    font-weight: bold;
    color: #0053A7;
    font-style:italic;
}

/************************************************\
 * Team Roster
\************************************************/
.roster-table td, .roster-table th
{
    text-align:center;
}

.roster-table td:nth-child(2)
{
    text-align:left;
}

.roster-table td.name
{
    text-align:left;
}

/************************************************\
 * Tools - Leader Report
\************************************************/
#toolsWrapper 
{
    margin-top:20px;
    overflow:auto;
}
#toolsWrapper fieldset 
{
    width:auto;
    padding:10px;
    float:left;
}

/* ///////////////////////////////// */
/*  STREAKS */
/* ///////////////////////////////// */
.streak-box {
	width:440px;
	float:left;
	border: 10px solid #DDE2E6;
	background-color:#FFFFFF;
	height: 190px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}


/* ///////////////////////////////// */
/* ///////////////////////////////// */
/* Profile Header stats
/* ///////////////////////////////// */
.profileSubHeaderWrapper {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCC2C4;
	border-right-color: #BCC2C4;
	border-bottom-color: #BCC2C4;
	border-left-color: #BCC2C4;
	background-color: #EBEBEB;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.profileSubHeader {
	display: block;	
}
.profileSubHeader div.header
{
    background-color: #29568A;
    font-weight:bold;
}
.profileSubHeader div {
	background-color: #3E7DC6;
	padding: 5px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-right: 5px;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
.profileSubHeader div span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

/********************************************\
 * Schedule Table
\********************************************/
#schedule .no-games td
{
    background-color: #60666D !important;
    color: #FFFFFF !important;
}