@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bebasneue-webfont.woff2') format('woff2'),
       url('../fonts/bebasneue-webfont.woff') format('woff'),
       url('../fonts/bebasneue-webfont.ttf') format('truetype'),
       url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'score_boardregular';
  src: url('../fonts/scoreboard-webfont.eot');
  src: url('../fonts/scoreboard-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/scoreboard-webfont.woff2') format('woff2'),
       url('../fonts/scoreboard-webfont.woff') format('woff'),
       url('../fonts/scoreboard-webfont.ttf') format('truetype'),
       url('../fonts/scoreboard-webfont.svg#score_boardregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

html {
  height: 100%;
  min-height: 100%;
  background-color: black;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  background-color: black; 
} 

#gametrackerBody {
  position: relative;
}

.gtHoleNumberContainer { 
  position: absolute;
  box-sizing: border-box; 
  width:  30%; 
  z-index: 100;  
  /*opacity:  0;*/
  display: none;
/*  transition:  0.5s;
  -wekit-transition:  0.5s;*/
}

.gtHoleNumberCircle {
  position:  absolute;
  width: 100%;  
  cursor:  pointer;
  transition:  0.5s;
  -wekit-transition:  0.5s;
}

/*.gtHoleNumberCircle:hover {
  width:  110%;
}*/ 

.gameTracker_flex {
  position: relative;
  /* border:  1px solid red; */
  box-sizing: border-box;
  height: 7.69%;
  display: flex;
  /*z-index: 100;*/
}

.gameTracker_flexbox {
  position: relative;
  /* border:  1px solid blue; */
  box-sizing: border-box;
  flex-direction: column;
  width:  100%;
  /*z-index: 100;*/
}
 
.gtHoleBubbleContainer {
  position: absolute;
  width:  220%;
  height:  150%;
  bottom:  10%;
  box-sizing: border-box;
  /* border:  1px solid red;  */
  /*background-color:  rgba(0,0,0,1); */
  background-color:  rgba(0,0,0,0.85); 
  border-radius: 5px; 
  z-index:  200;
  display:  none;
  cursor: pointer;
}
 
.popout_icon {
  position:  absolute;
  top:  30%;
  right: 30%;
  width:  40%;
  cursor: pointer;
}

.closePopupIcon {
  position: absolute;
  width: 1.1vw;
  height: 1.1vw;
  z-index: 1000;
  right: -0.1vw;
  top: -0.1vw;
  cursor: pointer;
}

.omscBreakdownContainer .closePopupIcon {
  right: -0.3vw;
  top: -0.3vw;
}

#liveStreamOverlay .closePopupIcon {
  top: -0.5vw;
  right: -0.5vw;
}

.holeNumberRibbon {
  position: absolute;
  z-index: 900;
  top: -0.3vw;
  left: 3%;
}

.holeNumberRibbon img {
  width: 2.2vw;
}

.matchNumberBanner {
  position: absolute;
  width: 6vw;
  color: white;
  margin: auto;
  background-color: rgba(0,0,0,0.95);
  text-align: center; 
  font-family: 'Teko', sans-serif;
  font-size: 1vw; 
  left: calc(50% + 0.8vw);
  transform: translateX(calc(-50% + 0.8vw));
  top: -1.5vw;
}

.holeNumberDigit {
  position: absolute;
  z-index: 950;
  font-family: 'Teko', sans-serif;
  color: white;
  font-size: 1.5vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  line-height: 0;
}

#courseHoleDetails,
#courseHoleYardage {
  display: none;
}


#liveStreamOverlay {
  display: none;
  /* width: 25vw;    */
  background-color: rgba(0,0,0,0.95);
  color: white;
  padding: 10px;
  border-radius: 3px;
}

.liveUIGroupContainer {
  display: none;
}

.omscMatchTypeHR {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
  margin: 2% 0 2% 0;
}

.omscMatchItemContainer {
  background-color: rgba(255,255,255,0.06);
  background-image: url(../img/playerStatBG.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 1%;
  /* margin-top: 1%; */
}

 

.omscMatchTitleContainer {
  display: flex;
  padding-top: 1%;
  /* border: 1px solid blue; */
}

.omscMatchTitleContainer div {
  /* border: 1px solid white; */
  box-sizing: border-box;
}

.omscMatchTitleContainer > div:first-child,
.omscMatchTitleContainer > div:last-child {
  width: 8%;
  color: white; 
  font-weight: bold;
  font-family: 'Lato',sans-serif;
  font-size: 0.8vw;
  text-align: center;
}

.omscMatchTitleContainer > div:nth-child(2),
.omscMatchTitleContainer > div:nth-child(4) {
  width: 25%;
}

#overallScoreBreakdown {
  width: 45vw; 
}

.omscTitleUIFlex {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
}

.omscTitleUIFlex div {
  width: 50%; 
}

.omscTitleUIFlex div:first-child {
  border-bottom:  0.2vw solid rgb(117, 10, 20);
}

.omscTitleUIFlex div:last-child {
  border-bottom: 0.2vw solid #253468;
}

.omscMatchTypeTitle {
  position: relative;
  flex-grow: 1;
  color: white; 
  font-weight: bold;
  font-family: 'Lato',sans-serif;
  font-size: 0.8vw;
  /* padding-left: 1%; */
  padding-top: 0.2%;
  padding-bottom: 0.7%;
  text-align: center;
  /* border-left: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid rgba(255,255,255,0.4); */
  /* margin-right: 2%;
  margin-left: 2%; */
  box-sizing: border-box;
  /* border: 1px solid blue; */
}

.halfFractionText {
  font-size: 0.5vw;
  line-height: 0;
  position: relative;
  bottom: 10%;
  left: 5%;
}

.omscMatchEvenStatus {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5vw; 
  /* border: 1px solid red; */
}

.omscNotStarted {
  color:rgb(185, 185, 185);
}

.omscInProgress{
  color: green;
}

.omscEnded {
  color: rgb(182, 1, 1);
}

.omscMatchTitleFalvey,
.omscMatchTitleLloyds {
  font-weight: bold;
  font-family: 'Lato',sans-serif;
  font-size: 0.8vw;
  color: white;
  padding-top: 0.2%;
}

.omscMatchTitleFalvey {
  /* margin-left: 1%; */
  /* border-top:  0.2vw solid rgb(117, 10, 20); */
  border-bottom:  0.2vw solid rgb(117, 10, 20);
  padding-left: 1%;
  padding-bottom: 0.7%;
}

.omscMatchTitleLloyds {
  text-align: right;
  /* margin-right: 1%; */
  /* border-top: 0.2vw solid #253468; */
  border-bottom: 0.2vw solid #253468;
  padding-right: 1%;
  padding-bottom: 0.7%;
}

.omscMatchTitleFalveyScore {
  padding-top: 0.2%;
  border-bottom:  0.2vw solid rgb(117, 10, 20);
  /* border-top:  0.2vw solid rgb(117, 10, 20); */
  /* border-left:  0.2vw solid rgb(117, 10, 20); */
  /* background-color: rgb(117, 10, 20); */
}

.omscMatchTitleLloydsScore {
  padding-top: 0.2%;
  border-bottom: 0.2vw solid #253468;
  /* border-top: 0.2vw solid #253468; */
  /* border-right: 0.2vw solid #253468; */
  /* background-color: #253468; */
}

.omscBreakdownTblContainer {
  position: relative;
  background-color: rgba(255,255,255,0.08);
  padding: 1%;
  margin-top: 1.2%;
}

.falveyTotalScoreBadgeContainer {
  position: fixed;
  width: 10%; 
  left: 17vw;
  top: 20%;   
}

.omscBreakdownContainer {
  /* border: 1px solid red; */
  position: relative;
  background-color: black;
  padding: 1.2%;
}

.overlayMiniScoreContainer {
  text-align: center;
  border: 1px solid white;
  /* background-color: rgba(255,255,255,0.15);
  font-family: 'Lato', sans-serif;
  font-weight: 900; */
}

.omscBreakdownTbl {
  width: 100%;
  /* margin-top: 1%; */
}

.omscBreakdownTbl th {
  color: white;
  font-size: 0.53vw;
  font-family: Gadugi, Calibri, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 0.2%;
}


.omscBreakdownTbl td {
  position: relative;
  text-align: center; 
  font-family: 'Arial', sans-serif; 
  font-weight: bold;
  font-size: 0.6vw;
  padding: 1% 0 1% 0;
  /* background-color: rgba(255,255,255,0.15); */
  color: white;
}

.omscScoreColor_6001 {
  /* color: red; */
}

.omscScoreColor_6002 {
  /* color: blue; */
}

.omscScoreTD_6001 {
  background-color: rgb(117, 10, 20);
}

.omscScoreTD_6002 {
  background-color: #253468;
}

.omscScoreTD_as {
  background-color: black;
}

.omscScoreTD_noScore {
  /* background-color: rgba(255,255,255,0.15); */
  background: url(../img/bg_lines_lighter.png) rgba(255,255,255,0.15) !important;
}

.omscPlayerNameSpan {
  /* text-decoration: underline; */
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}

/* .pnsTeam_6001:hover {
  color: rgb(187, 2, 2);
}

.pnsTeam_6002:hover {
  color: #0051ca;
} */

/* .omscPlayerNameSpan:hover {
  color: rgb(0, 190, 0);
} */

.omscPlayerContainer {
  display: flex;
  /* justify-content: space-around; */
  /* border: 1px solid white; */
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  /* margin-top: 0.5%; */
}

.omscPlayerContainer div {
  /* border: 1px solid red; */
  box-sizing: border-box;
  color: white;
  /* font-family: 'Lato', sans-serif; */
  font-family: Gadugi, Calibri, Helvetica, Verdana, Geneva, sans-serif;
  
  font-size: 0.6vw;
  width: 50%;
  /* width: 25%; */
  padding: 0 1% 1% 1%;
}

.omscPlayerContainer div:last-child {
  text-align: right;
}

.omscScoringFlagContainer {
  position: absolute;
  top: 8%;
  left: 50%; 
  transform: translateX(-50%);
  width: 12%;
  /* height: 100%; */
  /* color: white;  */
  /* border-radius: 25%; */
  /* text-align: center; */
  /* font-family: Gadugi, Calibri, Helvetica, Verdana, Geneva, sans-serif; */
  /* font-size: 0.5vw; */
  /* padding: 0.3% 0 0.5% 0; */
  /* background: rgba(0,0,0,0.5); */
  /* box-sizing: border-box; */
  /* border-top-left-radius: 25%; */
  /* border: 1px solid white; */
}

.omscScoringFlagContainer img {
  display: block;
}

.highlightHole {
  color: rgb(2, 173, 2) !important;
  font-weight: bolder !important;
}

 
.shgtCourseMatchPopupContainer {
  position: relative;
  /* width: 80%;
  height: 80%; */
  width: 45vw; 
  background-color: rgba(0,0,0,0.95);
  color: white;
  padding: 10px;
  border-radius: 3px;

}

.shgtCourseDetailsPopupContainer {
  /* width: 80%;
  height: 80%; */
  width: 55vw;
  background-color: rgba(0,0,0,0.95);
  color: white;
  padding: 10px;
  border-radius: 3px;
}

.courseDetailsPopupTbl td {
  position: relative;
  white-space: nowrap;
}

#detailedPopupCourseHoleImg {
  display: block;
  max-width: 100%;
  width: 100%;
}

.cdPopupPlayerNickNameFlex {
  display: flex;
  width: 100%;
  /* border: 1px solid red; */
  box-sizing: border-box; 
  justify-content: space-around;
}

.cdPopupPlayerNickNameFlex div {
  border: 1px solid white;
}

.cdPopupPlayerNickNameFlex div:nth-child(1),
.cdPopupPlayerNickNameFlex div:nth-child(2),
.cdPopupPlayerNickNameFlex div:nth-child(4),
.cdPopupPlayerNickNameFlex div:nth-child(5) {
  width: 5vw;
  text-align: center;
}

.cdPopupPlayerNickNameFlex div:nth-child(3) {
  width: 1.5vw;
}

.cdPopupPlayerNickNameFlex div {
  border: 1px solid white;
  box-sizing: border-box;
}

.cdPopupPlayerImg {
  display: block;
  width: 5vw;
  /* border-radius: 50%; */
  /* transition: 0.5s; */
  margin: auto;
  filter: drop-shadow(0 0 0.2vw black);
}

.cdPopupPlayerContainerFlex {
  position: relative;
  padding-left: 3.3vw;
  display: flex;
  /* border: 1px solid blue; */
  justify-content: center;
  column-gap: 1.5vw;
}

.cdPopupPlayerContainer {
  position: relative;
  /* width: 50%; */
  /* border: 1px solid red; */
  box-sizing: border-box;
  justify-content: space-around;
  display: flex;
  /* border: 1px solid red; */
  width: 100%;
  /* column-gap: 1.5vw; */
}

.playerNickNameText {
  /* width: 100%; */
  /* border: 1px solid blue; */
  width: 100%;
  text-align: center;
}

.playerNickNameContainer .cdPopupPlayerContainer {
  padding-bottom: 0.4vw;
  padding-top: 0.2vw;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 0.7vw;
  font-weight: 700;
  /* letter-spacing: 1px; */
}

.playerFullNameContainer .cdPopupPlayerContainer {
  padding-bottom: 0.5vw;
  padding-top: 0.2vw;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.8vw; 
}

.captainCIcon {
  position: absolute;
  top: -1%;
  left: 64%;
  width: 0.6vw;
}

/* .lloydsCaptainCIcon {
  left: 88%;
} */

.crownIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2vw;
}

.fullScreenIcon {
  position: absolute;
  top: 1%;
  left: 0.3%;
  width: 1.5%;
  opacity: 0.15;
  transition: 0.5s;
  cursor: pointer;
  z-index: 200;
}

.fullScreenIcon:hover {
  opacity: 0.3;
}

.popupPlayerContainer_falvey {
  background: url('../img/american_flag.png') no-repeat; 
  background-size: cover;
  transition: 0.2s;
}

.popupPlayerContainer_lloyds {
  background: url('../img/european_flag.png') no-repeat; 
  background-size: cover;
  transition: 0.2s;
}

.popupPlayerContainer_falvey:hover {
  background: url('../img/american_flag_ro.png') no-repeat; 
  background-size: cover;

}

.popupPlayerContainer_lloyds:hover {
  background: url('../img/european_flag_ro.png') no-repeat; 
  background-size: cover;

}

.cdPopupPlayerImgContainer {
  cursor: pointer;
  /* width: 50%; */
  /* border: 1px solid white; */
  box-sizing: border-box;
  border-radius: 50%;
  padding-top: 0.3vw;
  overflow: hidden;
}

.cdPopupPlayerImgContainer:hover .cdPopupPlayerImg {
  border-radius: 0;
}

.cdPopupVSContainer {
  position: relative;
  width: 1px;
  background-color: rgba(255,255,255,0.4);
}

.cdPopupVSCircle {
  position: absolute;
  height: 1.5vw;
  width: 1.5vw;
  border-radius: 50%;
  background-color: black;
  border: 1px solid rgba(255,255,255,0.4);
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 0.6vw;
  font-family: Arial, Helvetica, sans-serif;
}

.cdPopupVSCircle span {
  position: relative;
  top: 0.4vw;
}

.cdPopupDivider_top {
  height: 1px; 
  /* background-color: rgba(255,255,255,0.5);  */
  border-top:  1px solid rgba(255,255,255,0.4);
  margin-top: 1%;
  margin-bottom: 1%;
}

.cdPopupDivider_bottom {
  height: 1px; 
  /* background-color: rgba(255,255,255,0.5);  */
  border-top:  1px solid rgba(255,255,255,0.4);
  margin-top: 1.5%;
  margin-bottom: 0.8%;
}

#holeNumberLabelPopup {
  background-color: green;
  font-family: 'Teko', sans-serif;
  color: white;
  font-size: 2vh;
  position: absolute;
  right: 0.5vw;
  top: -3vh;
  padding: 0 0.5vw 0 0.5vw;
}

.cdPopupOtherMatchesLabel {
  /* width: 8vw; */
  /* background-color: green; */
  /* margin: auto; */
  text-align: center;
  /* padding: 3px; */
  font-family: 'Lato', sans-serif;
  font-size: 0.6vw;
  margin-bottom: 0.8%;
}

.cdPopupOtherMatchesContainer {
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  row-gap: 0.6vw; 
  column-gap: 0.6vw;
  margin-top: 0.5vw;
}

.cdPopupOtherMatchesItem {
  position: relative;
  /* border: 1px solid red; */
  background-color: rgba(255,255,255,0.1);
  box-sizing: border-box;
  cursor: pointer;
  /* padding: 1%; */
  width: 24%;
  /* overflow: hidden; */
  transition: 0.5s;
  /* background: url("../img/playerStatBG.png") rgba(255,255,255,0.1);
  background-size: cover; */
}

.cdPopupOtherMatchesItem:hover {
  background-color: rgba(255,255,255,0.15);
}

.additionalMatchupScoreContainer {
  position: absolute;
  color: white;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  /* background-color: black; */
  /* border: 1px solid white; */
  box-sizing: border-box;
  left: 50%;
  bottom: 0.8vw;
  transform: translateX(-50%);
  font-family: 'bebas_neueregular', sans-serif;
  /* font-family: 'Teko', sans-serif; */
  font-size: 0.9vw;
  text-align: center;
  line-height: 1vw;
}

.amscSingles {
  top: 30%;
}



.cdPopupOtherMatchLabel {
  text-align: center;
  padding: 2% 0 3% 0;
  font-family: 'Lato', sans-serif;
  /* font-weight: 700; */
  font-size: 0.6vw;
  box-sizing: border-box;
  border-bottom: 1px solid black;
}

.popupOtherMatchNameContainer {
  font-family: 'Lato', sans-serif;
  font-size: 0.6vw;
  padding: 3% 0 3% 0;
  box-sizing: border-box;
  width: 100%;
  line-height: 1vw;
  text-align: center;
}

.firstSet  {
  border-right: 1px solid black;
  border-top: 0.2vw solid #bd1e2d;
  box-sizing: border-box;
}

.secondSet {
  border-top: 0.2vw solid #30427c;
  box-sizing: border-box;

}

.scorecard_matchup_table {
	margin-top: 10px;
/*	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;*/
	/*background-color: #e5e6e0;*/
}


.scorecard_matchup_table td {
	text-align: center;
/*	border-left: 1px solid rgba(255, 255, 255, 0.0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.0);*/
	/* background-color: #dddddd; */
	background-color: rgba(255,255,255,0.2);
}

.scorecard_matchup_table tr td:first-child {
	color: #262626;
}

.scorecard_matchup_table tr:last-child td {
	/*border-bottom: none !important;*/
}

.scorecard_matchup_table tr:last-child td:last-child {
	/*border-right: 1px solid #b9b9b9;	*/
} 

.miniCourseHoles td {
	background: none !important;
	font-size: 9px;
	text-align: center;
	color: #fff
}


.playerMatchupScore td {
	font-family: 'bebas_neueregular';
	/* font-size: 16px; */
}


.playerMatchupScore td:first-child {
	/* font-family: Gadugi, Calibri, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px; */
/*	font-weight: bold;
	text-transform: uppercase;*/
	/* text-align: left;
	padding-left: 10px; */
	background-color: rgba(0,0,0,0) !important;
	/*height: 30px;*/
	/*background-color: #f4f4f4 !important;*/
	/*border-left: 1px solid #cccccc;*/
	/*background-color: #e6e6e6 !important;*/
	/*background: url(../img/bg_playerName_black.jpg) repeat-y top left #dddddd;*/
}

.playerMatchupScore td {
	/*background-color: #e6e6e6 !important;*/
	position: relative;
  padding: 0;
}


.matchScore_NA {
	background-color: rgba(0,0,0,0) !important;
}

.matchScore_number_blue {
	background-color: #30427c !important;
	color: white;
	/*color: #30427c;*/
}

.matchScore_number_black {
	background-color: #262626 !important;
	color: white;
	/*color: #000;*/
}

.matchScore_number_red {
	background-color: #bd1e2d !important;
	color: white;
	/*color: #bd1e2d;*/
}

.matchScore_number_null {
	background: url(../img/bg_lines_light.png) #6d6d6d !important;
	/* height: 27px;
	min-height: 27px; */

	/*background-color: #bd1e2d !important;
	color: white*;/
	/*color: #bd1e2d;*/
}

.strokeDotContainer {
  display: flex;
}

.strokeDot {
	width: 0.25vw;
	height: 0.25vw;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.85);
	/* background-color: #939393; */
	/* display: inline-block; */
	margin: auto;
}

.strokeDot:last-child {
  /* margin-left: 0.15vw; */
}

.scorecard_label {
	text-align: left !important;
}

.falveyPlayerMatchup,
.lloydsPlayerMatchup {
  color: white !important;
  padding: 0;
}
 

.falveyPlayerMatchup {
	/*background-color: #bd1e2d !important;
	color: white;*/
	/* background: url(../img/bg_playerName_red.jpg) repeat-y top left !important; */
  background-color: transparent !important;
	padding-left: 10px;
	/*border-left: none !important;*/
	cursor: pointer;
}

th.falveyPlayerMatchup {
	background: url(../img/bg_team_th_red.jpg) repeat-x bottom !important;
	padding-bottom: 10px;
	cursor: pointer;
}

 

.lloydsPlayerMatchup {
	/*background-color: #30427c !important;
	color: white;*/
	/* background: url(../img/bg_playerName_blue.jpg) repeat-y top left !important; */
  background-color: transparent !important;
	padding-left: 10px;
	/*border-left: none !important;*/
	cursor: pointer;
}

th.lloydsPlayerMatchup {
	background: url(../img/bg_team_th_blue.jpg) repeat-x bottom !important;
	padding-bottom: 10px;
	cursor: pointer;
	border-left: 1px solid #FFF;
}

th.standingsHistory {
	background: url(../img/bg_team_th_gray.jpg) repeat-x bottom !important;
	padding-bottom: 10px;
	cursor: pointer;
	border-left: 1px solid #FFF;
}

 
.playerColorTagScoreCard_falvey {
  position: absolute;
  left: 0;
  bottom:0;
  top:0;
  width: 0.25vw;
  background-color: #bd1e2d;
  transition: 0.5s;
  z-index:0;
  transition-timing-function: ease-out;
}

.playerColorTagScoreCard_lloyds {
  position: absolute;
  left: 0;
  bottom:0;
  top:0;
  width: 0.25vw;
  background-color: #30427c;
  transition: 0.5s;
  z-index:0;
  transition-timing-function: ease-out;
}

/* .playerColorTagScoreCard_falvey:hover, 
.playerColorTagScoreCard_lloyds:hover {
  width: 100%;
} */

.falveyPlayerMatchName:hover ~ .playerColorTagScoreCard_falvey {
  width: 100%;
}

.lloydsPlayerMatchName:hover ~ .playerColorTagScoreCard_lloyds {
  width: 100%;
}

.falveyPlayerMatchName,
.lloydsPlayerMatchName {
  position: relative;
  z-index:200;
  display: block;
  /* border: 1px solid red; */
  height: 100%;
  /* padding: 5px 5px 5px 10px; */
  padding: 0.3vw 0.3vw 0.3vw 0.8vw;
}



 
.gtHoleHeaderBotBorder {
  height: 2px;
  background-color: rgba(255,255,255,0.15);
  margin-top: 1%;
}

.gtHoleBubbleHeader {
  display: flex;
  /* border:  1px solid red; */
  box-sizing: border-box;
  height:  19%;
  max-height:  19%;
}

.gtHoleBubbleHeader > div {
  position: relative;
  /* flex-direction: column; */
  /*width: 100%;*/
  /* border:  1px solid yellow; */
  box-sizing: border-box;
}

.gtHoleBubbleHeader > div:first-child {
  width: 28%;
}

.gtHoleBubbleHeader > div:nth-child(2) {
  flex-grow: 1;
}

.gtHoleBubbleHeader > div:last-child {
  width: 10%;
}

/* .gtOtherMatchDot {
  display: inline-block;
  color: grey; 
  box-sizing: border-box;
  cursor: pointer;
  padding-right: 3%;
  vertical-align: top;
  margin-top: 3%;
  transition: color 0.2s; 
} */

/* .gtOtherMatchDot_green { 
  color: green;
}  */

.gtOtherMatchesContainer {
  position: relative;
  display: flex;    
  box-sizing: border-box;
  column-gap: 3%;
  /* justify-content: space-between; */
  /* border: 1px solid green;  */
}

 
.gtOtherMatchDot {  
  width: 6%; 
  cursor: pointer; 
  margin-top: 5%;
  /* border: 1px solid red; */
}

.gtOtherMatchDot_green img,
.gtOtherMatchDot img {  
  display: block;
}

.gtOtherMatchDot_green img {
  content:url("../img/gameTracker/shelterHarbor/otherMatchDot_green.svg"); 
}

.infoBubbleHeaderHoleNumImg {
  display: block;
  height:  85%;
  position: relative;
  top: 15%;
  left:  3%;
}

.gtHoleBubbleArrowContainer {
  /*border:  1px solid white;*/
  width:  100%;
  height: 9%;
  box-sizing: border-box;
}

.infoBubbleArrowImg {
  display: block;
  width:  7%;
  margin:  auto;
  position:  relative;
  /*top:  0%;*/
}

.infoBubbleArrow {
  display: block;
  width: 3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
}

.infoBubbleArrow:hover {
  width: 4%;
}

.infoBubbleLeftArrow {
  left:  -5%
}

.infoBubbleRightArrow { 
  right: -5%;
}

.infoUpArrow {
  top:  -30%;
}

.infoDownArrow {
  top:  -70%;
}

.gtHoleBubbleContent {
  display: flex;
  box-sizing: border-box;
  border-top: 1px solid rgba(255,255,255,0.2);
  /* border: 1px solid red; */
  height:  51%; 
  width: 96%;
  /* margin:  auto; */
  margin-left: 2%;
  margin-top: 2%;
  padding-top: 3%;
  /* position: absolute; */
}

/* .gtSHSinglesLayout .gtHoleBubbleContainer {
  height: 240%;
}

.gtSHSinglesLayout .gtHoleBubbleContent {
  height: 32%;
}

.gtSHSinglesLayout .gtHoleBubbleHeader {
  height: 12%;
} */

.gtHoleBubbleContainer > div:nth-of-type(n+3) {
  display: none;
}

.matchContentHolderDiv {
  /* border: 1px solid red; */
  box-sizing: border-box; 
}

 

/* .gtSHSinglesLayout .gtHoleBubbleContent:nth-of-type(4) {
  margin-top: 0%; 
} */

.gtHoleBubbleContent div {
  position: relative;
  flex-direction: column;
  width:  100%;
  box-sizing: border-box;
  /* border:  1px solid white; */
}

 

.gtHeadshotImg {
  position: relative;
  display:  block; 
  border-radius: 50%; 
  width:  100%; 
  box-sizing: border-box;
  cursor:  pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s; 
  /* border: 0.15vw solid black; */
  z-index: 250; 
  filter: drop-shadow(0 0 0.15vw black);
}
 
.gtHeadshotImg:hover {
  z-index: 300; 
  width: 120%; 
} 

.gthsiContainer {
  position: relative;
  z-index: 250; 
  filter: drop-shadow(0 0 0.15vw black);
  transition: 0.5s;
}



.gtHoleBubbleContent div:nth-child(1) .gtHeadshotImg,
.gtHoleBubbleContent div:nth-child(4) .gtHeadshotImg {
 z-index: 275;
}

.gtHoleBubbleContent div:nth-child(2) .gtHeadshotImg {
  right: 10%;
}

.gtHoleBubbleContent div:nth-child(4) .gtHeadshotImg {
  left: 10%; 
}

/* .gtHeadShotFalveyPlayer1 > .gthsiContainer,
.gtHeadShotFalveyPlayer2 > .gthsiContainer {
  background: url('../img/american_flag.png') no-repeat; 
  background-size: cover;
  border-radius: 50%;
} */

/* .gtHeadShotFalveyPlayer1 > .gthsiContainer:hover ,
.gtHeadShotFalveyPlayer2 > .gthsiContainer:hover {
  background: url('../img/american_flag_ro.png') no-repeat; 
  background-size: cover;
} */

/* .gtHeadShotLloydsPlayer1 > .gthsiContainer,
.gtHeadShotLloydsPlayer2 > .gthsiContainer {
  background: url('../img/european_flag.png') no-repeat;
  background-size: cover;
  border-radius: 50%;
} */

/* .gtHeadShotLloydsPlayer1 > .gthsiContainer:hover,
.gtHeadShotLloydsPlayer2 > .gthsiContainer:hover {
  background: url('../img/european_flag_ro.png') no-repeat;
  background-size: cover;
} */

.gtHoleBubbleInitialsContainer {
  display: flex;
  height:  20%;
  box-sizing: border-box;
  width: 96%;
  /* margin: 24% auto auto auto; */
  margin: 7% auto;
  /* border:  1px solid cyan; */
}

.gtHoleBubbleInitialsContainer div {
  position: relative;
  flex-direction: column;
  width:  100%;
  box-sizing: border-box;
  /* border:  1px solid white; */
}

.playerInitialsText {
  color: white;
  font-family:  'Lato', sans-serif;
  box-sizing: border-box;
  position: absolute;
  width:  100%;
  text-align: center;
}

.gtHoleBubbleInitialsContainer div:nth-child(2) .playerInitialsText {
  right:  10%;
}

.gtHoleBubbleInitialsContainer div:nth-child(4) .playerInitialsText {
  left: 10%;
}

.gtSinglesMatchup .gtHoleBubbleContent div:nth-child(1) .gtHeadshotImg {
  left: 40%;
}

.gtSinglesMatchup .gtHoleBubbleContent div:nth-child(5) .gtHeadshotImg {
  right: 40%;
}

.gtHoleBubbleContentContainer {
  position: relative;
}

.gtLiveIcon {
  /* display: none; */
  position: absolute;
  /* width: 40%; */
  width: 15%;
  /* bottom: -14%; */
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}


 .liveStreamContainer {
  position: absolute;
  top: 5vw;
  left: 2%;
  width: 7%;
  /* height: 5%; */
  /* border: 1px solid blue; */
  z-index: 200;
  cursor: pointer;
}

.lscNoOtherMatch {
  top: 0%;
}

.gtLiveIconLG {  
  display: none;
  display: block;
  width: 100%;
} 
 
.gtScoreNumber {
  display: block;
  width: 70%;
  margin:  10% auto 0 auto;
  position: relative; 
  z-index:2;
}

.gtSHSinglesLayout .gtHeadshotImg {
  width: 60%;
  margin: auto;
}

.gtSHSinglesLayout .gtHeadshotImg:hover {
  width: 70%;
}

.gtHeadShotImgContainer {
  /* border: 1px solid red; */
}

.gtSHSinglesLayout .gtScoreNumber {
  width: 40%;
}


.gtRedScoreArrow {
  display: block;
  position: absolute;
  width: 50%;
  left: -2%;
  top: 20%;
  z-index: 1;
}
 
.gtBlueScoreArrow {
  display: block;
  position: absolute;
  width: 50%;
  right: -2%;
  top: 20%;
  z-index: 1;
}
 

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

 
.gameTrackerLoaderContainer {
  /* background-color: rgba(255,255,255,1); */
  position: absolute;
  z-index: 9999;
  width: 40%;
  height: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  /*background: url(/img/playerStatBG.png) no-repeat center rgba(255,255,255,0.97);*/
  background-color: rgba(0,0,0,0.95);
  /* background-color: rgba(255,255,255,0.97); */
  /*background-size: cover;*/
  /* min-height: 120px;
  min-width: 215px; */
  /* padding-top: 7%; */
  /*min-height: 230px;*/ 
  padding:  1%;
}

/*#gameTrackerLoaderAnimationContainer {
  display: block;
  position: relative; 
   border: 1px solid red; 
  margin: auto;
  width:  85%;
  height:  85%; 
  top: 50%;
  transform:  translateY(-50%);
}
*/

#gameTrackerLoaderAnimationContainer { 
  position: relative;
  height:  100%;
  width:  100%;

  /*border:  1px solid red;*/
  box-sizing: border-box;
}

#gameTrackerLoaderCircle {
/*  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;*/
  /* max-width: 100%;
  max-height: 100%; */
  
}

 
#gameTrackerLoaderTable {
  position: relative;
  width: 100%;
  height: 100%;
}

#gameTrackerLoaderTable td {
  position:  relative;
}

#gameTrackerLoaderCircleSVG {
  position:  absolute;
  display:  block;
  height:  100%;
  width:  100%;
  margin:  auto;
}

#gameTrackerLoaderLogo {
  position:  absolute;
  display:  block;
  height:  100%;
  width:  100%;
  margin:  auto;
} 
 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {



/* IE10+ CSS styles go here */
}

@supports (-webkit-overflow-scrolling: touch) {

  .courseHole_infoTable {

    margin-bottom: 5.4%;
  }


  .gameTrackerLoaderContainer {
    min-height: 250px;

  }

}
 