
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    /*background-color: #f1f1f1; */
}

#PlayerFullStats {
    padding : .5em 1em;
}



/* Style the buttons inside the tab */
.tab button {
    color : #f6f6f6;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
}
.flex-tabs {
                    display: flex;
                    /*justify-content: space-between;*/
                    border: 1px solid #0b3e6f;
                    background: #002035 url(images/ui-bg_diagonals-thick_10_002035_40x40.png) 50% 50% repeat;
                    color: #f6f6f6;
                    font-weight: bold;
                }

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #681613;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.pageTitle #Team {
	color : black;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.title #Team {
	color : black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.gameInfo #Team {
	color : Navy;
	font-size : 11px;
	font-family : Arial;
	font-weight : bolder;
}
.label #Team {
	color : black;
	font-size : 8pt;
	font-family : verdana, arial;
	font-weight : bold;
}
.BlueLabel #Team {
	color : blue;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
}
.data #Team {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}
.dataTeam {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}
.labelTeam {
	color : black;
	font-size : 8pt;
	font-family : verdana, arial;
	font-weight : bold;
}
.buttonLinks {
	color : black;
	font-size : 10px;
	font-family : verdana, arial;
	font-weight : normal;
}
.dataXthru #Team {
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	text-decoration : line-through;
}
.colHead  {
	background-color: #000000;
	color : #FFFFFF;
	font-size : 11px;
	font-family : arail, verdana;
	font-weight : bold;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 2px;	
	padding-bottom: 4px;
	border-right : 1px solid Black;	
	border-bottom : 1px solid Black;
	border-top : 1px solid white;
	border-left : 1px solid white;
	list-style: inside;
    margin-bottom: 6px;
    height: 15px;
    margin-left: 4px;
}
.colHead2  #Team {
	background-color : black;
	color : white;
	font-family : verdana, arial;
	font-weight : bold;
	font-size : 8pt;
}
.colHead3 #Team {
    background-color : #DBDDD5;
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
}
.colHead5 #Team  {
	background-color : #6B6B6B;
	color : black;
	font-family : verdana, arial;
	font-weight : bold;
	font-size : 11px;
}
.SeasonSelect {
	color : black;
	font-size : 8pt;
	font-family : verdana, arial;
	font-weight : bold;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 130px;
}
.SeasonSelect select {
	color : black;
	font-size : 8pt;
	font-family : verdana, arial;
   vertical-align: middle;
}
.colHead3Team {
   background-color : #DBDDD5;
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
}
.colHead3 {
  background: #000000;
  color: #FFFFFF;
}
.colHead6Team {
   background-color : #C0D0FF;
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight: normal;
}
.pageTitle {
	color : black;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.title {
	color : black;
	font-size : 17px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.title2 {
	color : black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.title2Blue {
	color : blue;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.titleTeam {
	color : black;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.labelLeft {
	display: inline;
	float: left;
	color : black;
	font-size : 10px;
	font-family : verdana, arial;
	font-weight : bold;
	width: 72px;
}
.pwEntry {
	background-color: #dbddd5;
	height: 19px;
	color: black;
	display: inline-block;
}

#NewsImage img { width:100px; }
#StandingsUpdateInfo {
  color: #989898;
  margin-top: 4px;
  font-family: verdana, arial;
  font-size: 11px;
}
.LineTable { border-collapse: collapse; border : 1px solid #959595; }
.LineTable td { border : 1px solid #959595; }
.gridData {
    border: 1px solid #959595;
    border-collapse: collapse;
    color : black;
    font-family : verdana, arial;
    font-weight : normal;
    margin: 0px 0px 0px 0px;
}
.gridData tr { 
    height: 20px; 
    box-sizing: content-box;
    font-family : verdana, arial;
}
.gridData td { 
   padding: 2px 2px 2px 4px !important; 
   font-size : 11px !important;
   box-sizing: content-box !important;
   font-family : verdana, arial;
   word-wrap: normal !important;
}
.gridDataEdit td { padding: 2px 2px 2px 4px; }
.gridData a {
   color: navy;
   text-decoration: none;
}
.gridHeading {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
}
.colHead4  {
    background : #000000;
    color : white;
    vertical-align: middle;
    height: 23px;
    box-sizing: content-box;
}
.colHead4 a {
   color: #FFFFFF;
   text-decoration: none;
}
.colHead4 td { padding: 5px 0px 5px 0px; border: 1px solid #7C7C7C;}
.colHead4 th { 
    font-family : verdana, arial;
    font-weight : bold;
    font-size : 11px;
   padding: 5px 0px 5px 0px !important; 
   border: 1px solid #7C7C7C;
   box-sizing: content-box;
   color: white !important;
}
.colHead4b  {
	background-color: #959595;
    background:url("colHead4Gradient.jpg") repeat-x 0 0;
	color: white;
	font-family : verdana, arial;
	font-weight : bold;
	font-size : 11px;
    vertical-align: middle;
    height: 23px;
    table-layout: fixed;
}
.colHead4b td { padding: 0px 2px 0px 3px; border : 1px solid #7C7C7C; }
.colHead4b th {
  padding: 0px 2px 0px 3px;
  border : 1px solid #7C7C7C;
}
.sortable { height: 23px; vertical-align: middle; width: 100%; margin: 0; padding: 0; display: block;}
.sortable a { cursor: pointer; display: block; text-decoration: none !important; line-height: 23px; padding: 0; }
.sortable a:link { color: white; }
.sortable a:visited { color: white; }
.sortable a:hover { background-color: #EBEBE7; color: blue; }

.activeSortA { background: transparent; background: none; border: 1px solid; }
.activeSortA a {
   cursor: pointer;
   width: 100%;
   display: block;
   text-decoration: none !important;
   line-height: 23px;
   padding: 0;
   background-image:url('SortUp.png');
   background-repeat:no-repeat;
   background-position:right;
}
.activeSortA a:link { color: white; border: 1px solid; }
.activeSortA a:visited { color: black; }
.activeSortA a:hover { background-color: white; color: black; }

.activeSortD { background: transparent; border: 1px solid; }
.activeSortD a {
   cursor: pointer;
   width: 100%;
   display: block;
   text-decoration: none !important;
   line-height: 23px;
   padding: 0;
   background-image:url('SortDown.png');
   background-repeat:no-repeat;
   background-position:right;
}
.activeSortD a:link { color: white; border: 1px solid; }
.activeSortD a:visited { color: black; }
.activeSortD a:hover { background-color: white; color: black; }
#PlayerFullStats {
  
}
.groupBreak {
	background-color: #000000; // #006699;
	color : #FFFFFF;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
    margin-top: 3px;
    margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
}
.groupBreakInTR td {
    padding: 0;
}
.groupBreakInTR {
	background-color: #000000; //6699;
	color : #FFFFFF;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : bold;
    margin: 0;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
}
.groupBreakA {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
    font-weight: bold;
}
#TournamentSubPageHeader {
  width: 900px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.TournamentDayBreak {
  font-family: verdana, arial;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: auto;
  height: 17px;
  font-weight: bold;
  background-color: #000000; //005E8A;
  color: #FFFFFF;
  box-sizing: content-box;
}
.StandingsBreak {
  font-family: verdana, arial;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: autos;
  height: 17px;
  font-weight: bold;
  background-color: #000000; //005E8A;
  color: #FFFFFF;
  box-sizing: content-box;
}
.PtsStandings {
  font-weight: bold;
  background-color: #000000; //#D8D8D8;
  color: #FFFFFF;
}
.scoreStatus {
  width: 100%;
}
.BoxScore {
  height: 18px;
  width: 100%;
  background-color: #FFB871;
  text-align: center;
  cursor: pointer;
  border : 1px solid #CFCFCF;
  border-radius: 3px;
  box-sizing: border-box;
  padding-top: 1px;
  line-height: 120%;
}
.BoxScore:hover {
  font-weight: bold;
}
.FinalScore {
  height: 15px;
  padding-top: 2px;
  width: 100%;
  background-color: #000080; //E6;
  color: #FFFFFF  !important;
  text-align: center;
  box-sizing: content-box;
  line-height: 120%;
}
.FinalScore a {
  width: 100%;
  cursor: pointer;
  color: #FFFFFF  !important;
  text-decoration: none;
}
.FinalScore a:hover {
  text-decoration: underline;
}
.LiveScore {
  height: 18px;
  box-sizing: border-box;
  padding-top: 1px;
  background-color: #EBFFAE;
  text-align: center;
  cursor: pointer;
  border : 1px solid #CFCFCF;
  border-radius: 3px;
}
.LiveScore:hover {
  font-weight: bold;
}
#boxScorePanel {
  position: absolute;
  font-family: Arial;
  font-size: 9px;
  font-weight: normal;
  width: 450px;
  height: 300px;
  z-index: 1001;
  padding: 5px;
  background-color: #F4F4F4;
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
  box-sizing: content-box;
}
.gsPlayerName {
  height: 15px;
  overflow: hidden;
  width: auto;
  padding: 0;
}
.gsNo {
  font-weight: bold;
  width: 25px;
  display: inline-block;
}
.boxTieScore {
  width: 34px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid black;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #EFEFEF;
  padding-top: 8px;
  box-sizing: content-box;
}
.boxLosingScore {
  width: 34px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid black;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #D3D3D3;
  padding-top: 8px;
  box-sizing: content-box;
}
.boxWinningScore {
  width: 34px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid black;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFBB;
  padding-top: 8px;
  box-sizing: content-box;
}
.boxScoreStatus {
  height: 26px;
  padding: 4px;
  padding-top: 8px;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #767676;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: content-box;
}
.boxTeamName {
  width: 100%;
  height: 15px;
  text-align: center;
  overflow:hidden;
  font-size: 13px;
  font-weight: bold;
}
#boxScoreButton {
  font-family: verdana, arial;
  font-weight: 500;
  font-size: 10px;
  margin: 2px;
  display: inline-block;
  height: 12px;
  line-height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #FF9900;
  color: #11437C;
  background: #F89838;
  background: -moz-linear-gradient(top, #FDDDBD, #F89838); /* for firefox 3.6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F89838', endColorstr='#FDDDBD'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#FDDDBD), to(#F89838)); /* for webkit browsers */
  cursor : pointer;
  box-sizing: content-box;
}
#boxScoreViewerPeriod {
  margin-top: -5px;
}
.boxScoreViewerTime {
  font-size : 11px;
  font-weight: normal !important;
  padding: 0;
}
.boxData {
  font-size: 10px;
  font-family: arial;
  line-height: 130%;
}
.tbl_bracket {
    width:800px;
	color : black;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}
.tbl_bracket td {
      width:140px;
}
.tbl_bracket .brack_under {
      border-bottom:2px solid #111314;
}
.tbl_bracket .brack_under_right_up {
    border-bottom:2px solid #111314;
    border-right:2px solid #111314;
}
.tbl_bracket .brack_right {
      border-right:2px solid #111314;
}
.tbl_bracket .brack_under_dash {
      border-bottom:2px dashed #111314;
}
.tbl_bracket .brack_right_dash {
      border-right:2px dashed #111314;
}
.tbl_bracket .brack_under_right_dash {
    border-bottom:2px dashed #111314;
    border-right:2px dashed #111314;
}
.TeamName {
  width: 140px;
  padding: 0 0 0 0;
  border-spacing: 0px;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
}
.WinningTeam {
    color: navy;
    font-weight: bold;
    max-height: 34px;
    overflow: hidden;
    width: auto;
}
#BoxScoreGameTabs {
  font-family: Arial !important;
  font-size: 10px !important;
  box-sizing: content-box;
}
.boxScoreGoalStats {
  border-collapse: collapse;
  max-height: 140px;
  margin-top: 0px;
  font-family: verdana, arial;
  font-size: 10px;
}
.boxScoreGoalStats th {
  background-color: #252525;
  color: #FFFFFF;
  font-weight: bold !important;
  padding-top: 2px;
  padding-bottom: 2px;
}
.boxScoreGoalStats td {
  padding: 2px;
}
.boxScoreGoalStats tr {
  line-height: 120%;
}
#tabs-P1 { padding: 3px; }
#tabs-P2 { padding: 3px; }
#tabs-P3 { padding: 3px; }
#tabs-P4 { padding: 3px; }
ul.tabs {
  height: 23px !important;
  overflow:hidden;
}
ul.tabs a {
  width: 65px !important;
  height: 23px !important;
}
.scheduleText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
}
.scheduleGameScore {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.scheduleGameScoreText {
  padding-left: 10px;
}
.scheduleGameScore img {
  padding-right: 3px;
  vertical-align: middle;
  height: 12px;
}
.scheduleTeam {
  float:left;
  padding-left: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
}
.scheduleTeamText {
  padding-left: 3px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.scheduleTeamText a {
  width: 75%;
}
.scheduleTeamText img {
  padding-left: 5px;
  vertical-align: middle;
  height: 12px;
  margin-right:5px;
}
.scheduleTeamName {
  float: left;
  margin-right: 3px;
}
.scheduleTeamWin {
  font-weight: bold;
}
.ui-tooltip {
  padding: 10px 10px;
  color: white;
  border-radius: 10px;
  font-family: 11px Arial;
  box-shadow: 0 0 7px black;
}
.ui-tooltip-content {
  font-family: Arial;
  font-size: 13px;
}
.teamHighlight {
  background-color: #BCFFA6;
}
#teamInfoBox {
  position: fixed;
  z-index: 99;
  left: 20px;
  top: 400px;
  width: 310px;
  line-height: 150%;
  font-size:11px;
  font-family:Arial;
  border: 1px solid #353535;
  border-radius: 5px;
  display: block;
  background-color: #F0FFE8;
  padding: 7px;
  overflow: hidden;
}
#teamInfoBox table {
  font-size:11px;
  font:Arial;
}
.scheduleTeam a:link, .scheduleTeam a:active { color: navy; text-decoration: underline; }
.scheduleTeam a:hover { color: teal; text-decoration: underline; }
.scheduleTeam a:visited { color: navy; text-decoration: underline; }
.scheduleTeamText a:link, .scheduleTeamText a:active { color: navy; text-decoration: underline; }
.scheduleTeamText a:hover { color: teal; text-decoration: underline; }
.scheduleTeamText a:visited { color: navy; text-decoration: underline; }
.AG1 {
  background-color: #A6C7FC !important;
  color: #000000 !important;
}
.AG2 {
  background-color: #2177CC !important;
  color: #FFFFFF !important;
}
.AG3 {
  background-color: #B3FDAA !important;
  color: #000000 !important;
}
.AG4 {
  background-color: #0AA331 !important;
  color: #FFFFFF !important;
}
.AG5 {
  background-color: #FED0A0 !important;
  color: #000000 !important;
}
.AG6 {
  background-color: #E9702B !important;
  color: #FFFFFF !important;
}
.AG7 {
  background-color: #B710CC !important;
  color: #FFFFFF !important;
}
.AG8 {
  background-color: #B717CC !important;
  color: #000000 !important;
}
.AG01 {
  background-color: #A6C7FC !important;
  color: #000000 !important;
}
.AG02 {
  background-color: #2177CC !important;
  color: #FFFFFF !important;
}
.AG03 {
  background-color: #B3FDAA !important;
  color: #000000 !important;
}
.AG04 {
  background-color: #0AA331 !important;
  color: #FFFFFF !important;
}
.AG05 {
  background-color: #FED0A0 !important;
  color: #000000 !important;
}
.AG06 {
  background-color: #E9702B !important;
  color: #FFFFFF !important;
}
.AG07 {
  background-color: #B710CC !important;
  color: #FFFFFF !important;
}
.AG08 {
  background-color: #B717CC !important;
  color: #000000 !important;
}
.teamPlayerName {
  width: 99%;
  padding: 1px;
}
#teamPlayerHiddenPhotos {
  display: none;
}
#teamPlayerPhotoPopup {
  position: fixed;
  z-index: 99;
  left: 20px;
  top: 10px;
  width: 120px;
  height: 150px;
  border: 1px solid #353535;
  border-radius: 5px;
  display: none;
  background-color: #F0FFE8;
  padding: 5px;
  overflow: hidden;
}
#teamPlayerHiddenPhotos img {
  max-height: 250px;
}
#teamPlayerPhotoPopup img {
  max-height: 250px;
}
.ssPlayerPhotoTB {
  height: 20px;
  border: 0;
}
.scSingleGame {
  display: block;
  clear: both;
  width: 90%;
  padding-left: 10px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #9F9F9F;
}
.scGameDateTime {
  float: left;
  width: 82%;
  font-weight: bold;
  font-size: 120%;
}
.scDivCode {
  float: right;
  padding-left: 10px;
  font-size: 75%;
  text-align: right;
  max-width: 17%;
}
.scTeams {
  clear: both;
  padding-top: 3px;
  padding-bottom: 3px;
}
.scLocation {
  float: left;
  width: 75%;
  padding-bottom: 5px;
  font-size: 90%;
}
.scGameNumber {
  float: right;
  font-weight: bold;
  padding-left: 10px;
  font-size: 90%;
  text-align: right;
}
.tmExternalLinks {
  font-weight: bold;
  font-size: 12px;
}
.tmExternalLinks a {
  height: 25px;
  margin-right: 5px;
}
.TwitterIcon {
  border: 0;
  height: 24px;
}
.FacebookIcon {
  border: 0;
  height: 24px;
}
.InstagramIcon {
  border: 0;
  height: 24px;
}
.tmDivisionalWinnerHeading {
  font-weight: bold;
  font-size: 16px;
  padding: 2px 2px 2px 0px;
}
.tmPlacementRow {
  clear: both;
  margin-top: 4px;
  border: 1px solid #7F7F7F;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F6F6F6;
}
.tmPlacement {
  float: left;
  width: 150px;
  padding: 4px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.tmPlacementTeam {
  float: left;
  width: 200px;
  padding: 4px;
  font-size: 12px;
  overflow: hidden;
}
.tmLogo {
  height: 80px;
}
.scmScheduleControlMenu {
   height: 30px;
   background-color: #BFBFBF;
   margin: auto;
   display: inline-block;
}
.scmItem {
   width: 100px;
   padding-top:3px;
   color: #FFFFFF;
   font-size: 11px;
   font-family: verdana, arial;
   font-weight: bold;
   float: left;
   text-align: center;
}
.scmActive {
   background-color: #FFFFFF;
   color: #1976B8;
}
.scmItem:hover {
   color: #1976B8;
   cursor: pointer;
}
#ssWidgetLoading {
  padding: 2px 30px 2px 30px;
  font-size: 12px;
  border: 1px solid #7F7F7F;
  border-radius: 5px;
  color: #000000;
  margin-top: 5px;
  margin-left: 5px;
  float:left;
}
.teamSummary {
  width: 100%;
  padding: 0.25em;
  border-bottom: 2px solid #8F8F8F;
}
.tsTeamLogo img {
  height: 110px !important;
}
.tsTeam {
  width: 100%;
}
.tsTeam td {
  padding: 3px;
}
.tsTeamName {
  font-weight: bold;
  font-size: larger;
}
.tsTeamName a {
  text-decoration: none;
  color: #000000;
}
.tsCol1 {
  width: 130px;
}
.tbl_bracket td {
  padding: 2px 4px 2px 4px !important;
}
@media only screen and (max-width: 600px) {
  .noMobile {
    display: none;
  }
}
