body {
  line-height: 1.2;
}

/* Chrome, Safari, Edge, Opera */
input[type=number].nospinner::-webkit-inner-spin-button,
input[type=number].nospinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].nospinner {
  -moz-appearance: textfield;
}

.form-check.form-check-btn .form-check-label {
  border: 1px solid #6c757d;
  border-radius: 5px;
  color: gray;
  padding: 5px 8px;
  cursor: pointer;
  background-color: #f8f9fa;
  min-width: 30px;
  text-align: center;
}
.form-check.form-check-btn .form-check-input:checked + .form-check-label {
  background-color: #007bff;
  color: #fff;
}
.form-check.form-check-btn.form-check-success .form-check-input:checked + .form-check-label {
  background-color: #28a745;
}
.form-check.form-check-btn.form-check-danger .form-check-input:checked + .form-check-label {
  background-color: #dc3545;
}
.form-check.form-check-btn .form-check-input {
  display: none;
}

.badge.bg-outline-success {
  color: #28a745;
  border: 1px solid #28a745;
  padding: .1em .2em;
}

#alert_placeholder .alert {
    margin-bottom: 5px;
    display: none;
  }
  #alert_placeholder {
    position: fixed;
    z-index: 1050;
    bottom: 0;
    left: 5px;
  }
  .alert-sm .alert {
    padding: .5rem .75rem;
    font-size: .8rem;
    margin-bottom: .5rem;
  }

.showPushSubscribe, .showPushUnsubscribe, .showPushSubscribeUnsubscribe {
	display: none;
}
.canPush .showPushSubscribeUnsubscribe,
.canPush:not(.pushSubscribed) .showPushSubscribe,
.canPush.pushSubscribed .showPushUnsubscribe {
	display: block;
}
.canPush .showPushSubscribeUnsubscribe.btn,
.canPush:not(.pushSubscribed) .showPushSubscribe.btn,
.canPush.pushSubscribed .showPushUnsubscribe.btn {
	display: inline-block;
}

.add-button { display: none; }

  .password-requirements {
    font-size: .8rem;
  }

.fa.fa-working {
    margin-left: 5px;
}

.table.isSelectable > tbody > tr.selected td .text-primary {
  color: #fff !important;
}

.btn {
  border-radius: 20px;
  padding: .375rem 1rem;
}

.nowrap {
  white-space: nowrap;
}

.text-note {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 3px;
  font-size: 80%;
}

.modal {
  overflow-y: scroll;
}
.modal-header {
  background: url("../images/trophyputtdivider1.jpg") center center / cover;
  color: #fff;
  text-shadow: 0 0 5px #111
}
.modal-header .close {
  color: #fff;
  text-shadow: 0 0 5px #111;
}

.table th {
  color: #777;
}

.stickyWrapper {
	min-height: 1px;
}
.sticky.stick {
	background-color: #fff;
    border-radius: 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 8px -3px #333;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 1;
}

.navbar img {
  max-height: 35px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
#navbarSupportedContent .dropdown-item {
  color: rgba(255,255,255,.5);
  padding-top: .6rem;
  padding-bottom: .6rem;
}
#navbarSupportedContent .navbar-nav .dropdown-menu {
  background-color: #343a40;
  border: none;
}
#navbarSupportedContent .dropdown-item:focus, #navbarSupportedContent .dropdown-item:hover {
  background-color: inherit;
  color: rgba(255,255,255,.75);
}
#navbarSupportedContent .dropdown-item.active, #navbarSupportedContent .dropdown-item:active {
  color: #fff;
  background-color: transparent;
}

body.guest .hideGuest {
  display: none;
}
body:not(.guest) .showGuest {
  display: none !important;
}
#signin_signup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 501;
  background-color: #000;
  display: flex;
}
#signin_signup a {
  flex: 1;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}

.bigMargin {
  margin-bottom: 70px;
}
body.page-home #mainContent {
  padding: 0;
}
#trophyputtheader {
  background: url("../images/trophyputtheader.jpg") center center / cover;
  color: #fff;
}
#trophyputtheader .row {
  min-height: 40vh;
}
#trophyputtbanner1 {
  background: url("../images/trophyputtdivider1.jpg") center center / cover;
  height: 20vh;
  min-height: 150px;
}
#trophyputtbanner2 {
  background: url("../images/trophyputtdivider2.jpg") center 35% / cover;
  height: 20vh;
  min-height: 150px;
}
.tictactoe {
  flex: 1;
  min-height: 100px;
  padding: 1vw;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #ddd;
}
.tictactoe:last-child {
  border-right: none;
}
.d-flex:last-child > .tictactoe {
  border-bottom: none;
}
.tictactoe dd {
  margin-bottom: 0;
}
.d-flex:last-child > .tictactoe:last-child {
  background-color: rgba(0,0,0,.03);
}
.flagmarker {
  background: url("../images/trophyputtflag.svg") center center / cover;
  height: 20px;
  width: 19.16px;
  display: inline-block;
  margin-right: 5px;
}
.golficon {
  width: 100px;
  height: 100px;
  margin: 15px auto;
  display: block;
  background: no-repeat center center / cover;
    background-image: none;
}
.golficon.golficon-badge {
  background-image: url("../images/badge-icon.png");
}
.golficon.golficon-approach {
  background-image: url("../images/approach-icon.png");
}
.golficon.golficon-ghin {
  background-image: url("../images/ghin-icon.png");
}

.pricing-blocks {
  /* display: flex;
  justify-content: center; */
}
.pricing-blocks > div {
  text-align: center;
}
.pricing-blocks button {
  display: block;
  margin: 15px auto 0;
}
.pricing-blocks .pricing-left,
.pricing-blocks .pricing-right {
  margin: 0 25px;
  padding: 1.5rem;
  border-color: rgba(21, 127, 251, 0.40);
  border-style: solid;
}
.pricing-blocks .pricing-left {
  border-radius: 20px 20px 0px 0px;
  border-width: 2px 2px 0 2px;
}
.pricing-blocks .pricing-right {
  border-radius: 0px 0px 20px 20px;
  border-width: 0 2px 2px 2px;
}
.pricing-blocks .pricing-left .price,
.pricing-blocks .pricing-right .price {
  font-size: 2.5em;
  color: #157FFB;
}
.pricing-blocks .pricing-center {
  border-radius: 20px;
  border: 2px solid rgba(21, 127, 251, 0.40);
  background: #157FFB;
  color: #fff;
  padding: 2rem;
}
.pricing-blocks .pricing-left button {
  background-color: #DE0000;
}
.pricing-blocks .pricing-center button {
  background-color: #fff;
  color: #DE0000;
}
.pricing-blocks .pricing-right button {
  background-color: #157FFB;
}
.pricing-blocks .price {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-blocks .price .period {
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .pricing-blocks {
    display: flex;
    justify-content: center;
  }
  .pricing-blocks > div {
    text-align: center;
  }
  .pricing-blocks button {
    display: block;
    margin: 15px auto 0;
  }
  .pricing-blocks .pricing-left,
  .pricing-blocks .pricing-right {
    margin: 25px 0;
    padding: 2rem;
    border-color: rgba(21, 127, 251, 0.40);
    border-style: solid;
  }
  .pricing-blocks .pricing-left {
    border-radius: 20px 0px 0px 20px;
    border-width: 2px 0 2px 2px;
  }
  .pricing-blocks .pricing-right {
    border-radius: 0px 20px 20px 0px;
    border-width: 2px 2px 2px 0;
  }
  .pricing-blocks .pricing-left .price,
  .pricing-blocks .pricing-right .price {
    font-size: 2.5em;
    color: #157FFB;
  }
  .pricing-blocks .pricing-center {
    border-radius: 20px;
    border: 2px solid rgba(21, 127, 251, 0.40);
    background: #157FFB;
    color: #fff;
    padding: 2rem;
  }
  .pricing-blocks .pricing-left button {
    background-color: #DE0000;
  }
  .pricing-blocks .pricing-center button {
    background-color: #fff;
    color: #DE0000;
  }
  .pricing-blocks .pricing-right button {
    background-color: #157FFB;
  }
  .pricing-blocks .price {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pricing-blocks .price .period {
    font-size: 13px;
    font-weight: normal;
  }
}


tr.input > td {
    padding: 0;
  }
  tr.input > td > input {
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  tr.input > td > input:focus {
    box-shadow: inset 0 0 0 .1rem rgba(0,123,255,.25);
  }
  .table.table-border-bottom td, .table.table-border-bottom th {
    border-top: 0px;
    border-bottom: 1px solid #dee2e6;
  }
  .table.table-border-bottom tr:last-child td, .table.table-border-bottom tr:last-child th {
    border-bottom: 0;
  }

  .table.isSelectable > tbody > tr {
    cursor: pointer;
  }
  .table.isSelectable > tbody > tr.selected td {
    background-color: #007bff;
    color: #fff;
  }

  #bankBalance {
    background-color: #fff;
    text-decoration: none;
    color: #111;
    padding: 2px 8px;
    border-radius: 20px;
  }

#mainContent {
    min-height: calc(100vh - 80px);
    padding: 15px 0 20px;
  }
body.guest #mainContent {
  min-height: calc(100vh - 130px);
}

  .footer {
    color: #ddd;
    font-size: 14px;
  }
  body.guest:not(.page-home) .footer {
    margin-bottom: 50px;
  }
  .footer table a {
    color: #fff;
    text-decoration: none;
  }
  .footer tr > td:first-child {
    font-size: 2em;
    padding-right: 1.5em;
  }
  .footer tr > td:last-child {
    vertical-align: bottom;
  }
  .page-home .footer {
    color: #fff;
    background: #111;
    padding: 50px 0;
  }


  #roundPlayers.table tbody tr td {
    padding: 4px 0;
  }


#playerStatsFRM .form-check.form-check-btn {
  margin-right: 5px;
}
#playerStatsFRM .form-check.form-check-btn:last-child {
  margin-right: 0;
}


  #indexHistory canvas {
    max-height: 40vh;
  }

.tab-content.tab-border {
  padding: 10px;
  border-color: #dee2e6;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.gameDescriptions .gameDescription {
  padding: 10px;
  background: #efefef;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: none;
}
.gameDescriptions .gameDescription p {
  margin-bottom: 0;
}

.playermarker {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 1;
  padding: 1.5px 0;
  font-size: 12px;
  text-align: center;
}
.playermarker.circle {
  border-radius: 50%;
}
.playermarker.blue {
  background-color: blue;
  color: #fff;
}
.playermarker.red {
  background-color: red;
  color: #fff;
}

#selectedPlayersContain .selectedPlayer {
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    background: #f9f9f9;
  }
  #selectedPlayersContain .selectedPlayer:last-of-type {
    margin-right: 0;
  }

  #playersModal .pickPlayer,
  #courseModal .pickCourse {
    cursor: pointer;
  }
  #playersModal .pickPlayer:active,
  #courseModal .pickCourse:active {
    background-color: #efefef;
  }
  #playersModal .pickPlayer .ghinLogo {
    height: 20px;
    width: auto;
  }

  #datatables_players tbody > tr > td i.fa.fa-check {
    display: none;
    background-color: green;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
  }
  #datatables_players tbody > tr.selected > td i.fa.fa-check {
    display: inline;
  }

  #duration {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
  }

  #datatables_player_card td,
  #datatables_player_card th {
    border: 1px solid #999;
  }
  #datatables_player_card td,
  #datatables_player_card th {
    background-color: #efefef;
    vertical-align: middle;
  }
  #datatables_player_card td.playerScore,
  #datatables_player_card th.playerScore {
    background-color: #fff;
    position: relative;
  }
  #datatables_player_card .thickRightBorder {
    border-right-width: 3px;
  }

  #datatables_player_card .fairway {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
  }
  #datatables_player_card .penalties {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
  }
  #datatables_player_card .fairway.hit {
    width: 0;
    height: 0;
    border-color: #777 transparent transparent #777;
    border-style: solid;
    border-width: 5px;
  }
  #datatables_player_card .gir {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
  }
  #datatables_player_card .gir.hit {
    width: 0;
    height: 0;
    border-color: transparent #777 #777 transparent;
    border-style: solid;
    border-width: 5px;
  }
  #datatables_player_card .putts {
    font-size: 13px;
  }
  #datatables_player_card .penaltyDots { 
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1px;
    position: absolute;
    top: 1px;
    right: 1px;
    direction: rtl;
  }
  #datatables_player_card .penalty {
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
  }

  .teeColor {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid;
  }
  .teeLarge {
    font-size: 28px;
  }
  .teeLarge .teeColor {
    width: 20px;
    height: 20px;
  }
  #teesModal .selectTee {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 10px;
  }
  #teesModal .selectTee.active {
    background-color: #007bff;
    color: #fff;
  }
  #teesModal .selectTee:not([style*="display: none"]):last-child {
    margin-bottom: 0;
  }
  #teesModal .selectTee.recommended .teeLarge::after {
    content: "recommended";
    font-size: 12px;
    margin: 10px 0 0 10px;
    font-style: italic;
    color: #888;
    float: right;
  }

  .markScore {
    min-width: 1.5em;
    min-height: 1.5em;
    display: inline-block;
    padding: 3px;
    line-height: 1;
  }
  .markScore.noScore::before {
    content: "X ";
  }
  .markScore.doubleEagle,
  .markScore.eagle,
  .markScore.birdie {
    background-color: #28a745;
    color: #fff;
  }
  .markScore.doubleEagle {
    border: 3px solid #212529;
    border-radius: 50%;
    padding: 1px;
  }
  .markScore.eagle {
    border: 2px solid #212529;
    border-radius: 50%;
    padding: 2px;
  }
  .markScore.birdie {
    border: 1px solid #212529;
    border-radius: 50%;
  }
  .markScore.bogey,
  .markScore.doublebogey,
  .markScore.triplebogey,
  .markScore.quadrouplebogey,
  .markScore.fiveplusover {
    background-color: #dc3545;
    color: #fff;
  }
  .markScore.bogey {
    border: 1px solid #212529;
  }
  .markScore.doublebogey {
    border: 2px solid #212529;
    padding: 2px;
  }
  .markScore.triplebogey,
  .markScore.quadrouplebogey,
  .markScore.fiveplusover {
    border: 3px solid #212529;
    padding: 1px;
  }

  .holesDD {
    padding-left: 5px;
    padding-right: 5px;
  }
  .holesDD.holesAll18 {
    width: 347px;
    margin-left: -125px;
  }
  .holesDD.holesFront,
  .holesDD.holesBack {
    width: 190px;
    margin-left: -55px;
  }
  .holesDD a {
    width: 50px;
    padding: 10px 1px;
  }

  #verifyPlayers {
    display: none;
  }
  #verifyPlayers .card {
    background-color: #dee2e6;
    border-color: #333;
    max-width: 500px;
    margin: 0 auto;
  }
  #verifyPlayers table tbody td {
    vertical-align: middle;
  }

  #captains ul {
    margin-bottom: 5px;
    padding: 0 0 0 5px;
  }
  #captains li {
    list-style: none;
  }

  #visitors {
    display: none;
  }
  #visitors::before {
    content: "Visitors: ";
    font-weight: bold;
  }

  .recentViewCard .card-title {
    margin-bottom: 1px;
  }
  .recentViewCard .table {
    margin-bottom: 3px;
  }


  .statAvg {
    font-size: 1.4em;
    font-weight: bold;
  }
  .statRange {
    font-size: .8em;
    color: #ddd;
  }
  @media (max-width: 425px) {
    .statAvg {
      font-size: 1.1em;
    }
  }

  #choosePackage .card {
    padding: 1.5rem;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
  }
  #choosePackage .savings {
    position: absolute;
    background: #ffc107;
    padding: 5px 10px;
    border-radius: 10px;
    bottom: -8px;
    right: -11px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #fff;
  }
  #choosePackage h3 {
    font-size: 2.5em;
    color: #157FFB
  }
  #choosePackage .savings::after {
    content: "Off";
  }
  #choosePackage .card.selected {
    background: #157FFB;
    color: #fff;
  }
  #choosePackage .card.selected h3 {
    color: #fff;
  }
  #choosePackage .card-columns {
    width: 100%;
  }
  @media (min-width: 576px) {
    #choosePackage .card-columns {
        column-count: 1;
    }
  }

  /* @media (min-width: 768px) {
    #choosePackage .card-columns {
          column-count: 2;
      }
  } */

  @media (min-width: 992px) {
    #choosePackage .card-columns {
          column-count: 3;
      }
  }


  .form-check.form-check-btn.accuracy .form-check-label {
    width: 60px;
  }


  .statType {
    display: flex;
    justify-content: start;
    gap: clamp(2px, 4vw, 20px);
  }
  .statResults > td {
    border-top: none;
    padding-top: 0;
  }
  .statsQuickEnter > td {
    padding-top: 0;
  }
  .statsQuickEnter label {
    margin: 6px 0 0 0;
    line-height: 1;
    font-size: 14px;
    color: #676767;
  }
  .statsQuickEnter .btn {
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: bold;
  }
  .statsQuickEnter .btn.direction {
    font-size: 30px;
    padding: 0;
    height: 30px;
    min-width: 30px;
}
.statsQuickEnter .btn > i {
  vertical-align: top;
}


  #gameTabs .nav-link {
    padding: .5rem 0.5rem;
  }


  .GHINprojectedContain {
    border: 1px solid #ddd;
    border-radius: 15px;
    /* font-size: 90%; */
  }
  .GHINprojected {
  }
  .GHINprojected.GHINprojectedDown {
    color: #28a745;
    padding-left: 3px;
    border-radius: 15px 0 0 15px;
  }
  .GHINprojected.GHINprojectedDown.inZone {
    background-color: #28a745;
    padding: 0 1px 0 3px;
    margin-right: 1px;
  }
  .GHINprojected.GHINprojectedUp {
    color: #dc3545;
    padding-right: 3px;
    border-radius: 0 15px 15px 0;
  }
  .GHINprojected.GHINprojectedUp.inZone {
    background-color: #dc3545;
    padding: 0 3px 0 1px;
    margin-left: 1px;
  }
  .GHINprojected.GHINmuted {
    background-color: #efefef;
    color: #ddd;
  }
  .GHINprojected.inZone {
    color: #fff;
  }

  #roundHighlights .alert {
  margin-bottom: 5px;
  padding: 7px .75rem;
}
#roundHighlights .highlightsContain {
  border-radius: 5px;
  background-color: #cce5ff;
  border-color: #b8daff;
  border-width: 1px;
  border-style: solid;
  padding: .75rem;
  background-color: #ff6900;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
#roundHighlights .fa {
  position: absolute;
  font-size: 70px;
  color: rgba(255,255,255,.3);
  right: 8px;
  bottom: -15px;
}
#roundHighlights .highlight {
  margin-top: 5px;
}
#roundHighlights .highlight:first-of-type {
  margin-top: 0;
}
#roundHighlights .highlightText {
  font-size: 1.2rem;
  font-weight: bold;
}

  .roundPlayers {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    min-height: 70px;
    transition: all .4s;
  }
  .roundPlayers.dragOver {
    box-shadow: 0 0 10px #333;
  }
  .roundPlayers li {
    padding: 6px 8px;
    line-height: 1.5;
  }
  .roundPlayers .hole {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 12px;
  }
  .roundPlayers .hole::before {
    content: "Start Hole:";
    margin-right: -1px;
  }
  .roundPlayers .hole > input {
    width: 25px;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 2px;
    display: inline;
    font-size: 12px;
  }

  .roundPlayers::before {
    content: attr(aria-label);
    font-size: 0.65em;
    background: #ddd;
    width: 100%;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #9D9D9D;
  }
  .roundPlayers .playerName {
    cursor: move;
  }
  .roundPlayers .tee {
    font-size: small;
    padding: 8px 10px;
  }
  .roundPlayers .hc {
    width: 50px;
    float: right;
    border: 0;
    padding: 8px 10px;
    background: transparent;
    text-align: center;
    margin: -8px;
  }
  .dropdown-tee .teeName {
    cursor: pointer;
    padding: 1em;
    margin: -1em;
  }
  .dropdown-tee .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.15);
  }
  .dropdown-tee .dropdown-item .editTee::after {
    content: "\f013";
    font-family: "fontawesome";
  }
  .dropdown-tee .dropdown-item .editTee {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .dropdown-tee .dropdown-item {
    position: relative;
  }
  .manualTeeInfo {
    font-size: 11px;
    color: #999;
  }
  .manualTeeInfo::before {
    content: "Manually created: ";
  }
  .dropdown-item.active .manualTeeInfo {
    color: #efefef;
  }

  .player.dragged {
    opacity: .3;
  }
  .player.ui-sortable-helper,
  .player.ui-draggable-dragging {
    background: rgba(0,0,0,.1);
    border-radius: 1.5rem;
    padding: 5px 15px;
    z-index: 1;
  }
  .player.ui-draggable-dragging > * {
    display: none;
  }
  .player.ui-draggable-dragging > .playerName {
    display: block;
  }
  .roundPlayers .player.ui-sortable-helper.delete {
    background-color: rgba(255,0,0,.4);
  }
  .player .tee {
    cursor: pointer;
  }

  .dragOptions {
    display: none;
    margin-bottom: .2rem;
    margin-top: -.8rem;
  }
  .dragOptions.show {
    display: flex;
  }
  .dragOptions > * {
    flex: 1;
    text-align: center;
    padding: 10px;
  }
  .dragOptions .deleteItem {
    box-shadow: 0 0 .5rem 0 inset red;
    transition: all .4s;
  }
  .dragOptions .deleteItem.optionsOver {
    box-shadow: 0 0 2rem 0 inset red;
  }
  .dragOptions .deleteItem::before {
    content: "Delete";
  }
  .dragOptions .addNewGroup {
    box-shadow: 0 0 .5rem 0 inset green;
    transition: all .4s;
  }
  .dragOptions .addNewGroup.optionsOver {
    box-shadow: 0 0 2rem 0 inset green;
  }
  .dragOptions .addNewGroup::before {
    content: "New Group";
  }


  /* ROUND */
  #enterScores .card-body {
    padding: .25rem;
  }
  /* #enterScores_table {
    margin-top: -15px;
  } */
  #enterScoresHoleNav {
    text-align: center;
    font-size: 20px;
    color: #777;
  }
  #enterScoresHoleNav > a {
    line-height: 20px;
    font-size: 15px;
  }
  #enterScoresHoleNav .prevHole { margin-right: 2rem; }
  #enterScoresHoleNav .nextHole { margin-left: 2rem; }
  .scoreButtons {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow-x: scroll;
    margin-left: 0;
    margin-right: 0;
    /* padding-bottom: 10px; */
  }
.scoreButtons > button {
    width: 55px;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
    padding: 4px 2px 9px;
    height: 45px;
    position: relative;
    font-size: 25px;
    border-color: #ccc;
}
.scoreButton .parDiff {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    font-size: 12px;
}
.parDiff::after {
    font-size: .8em;
    line-height: 1;
}
.parDiff.parErase { display: inline; }
.parDiff.parErase::after { content: "Erase"; }
.parDiff.score-3::after { content: "Albatross"; }
.parDiff.score-2::after { content: "Eagle"; }
.parDiff.score-1::after { content: "Birdie"; }
.parDiff.score0::after { content: "Par"; }
.parDiff.score--1::after { content: "Bogey"; }
.parDiff.score--2::after { content: "Double"; }
.parDiff.score--3::after { content: "Triple"; }
.parDiff.score--4::after { content: "Quadruple"; }
.parDiff.withdraw { display: inline; }
.parDiff.withdraw::after { content: "Withdraw"; }

#enterScores_table {
  margin-bottom: 0;
}
#enterScores_table span.playerScore {
    border: 1px solid;
    display: inline-block;
    width: 35px;
    height: 27px;
    font-family: myPencilFont;
    line-height: 1.2em;
    font-size: 20px;
    padding-top: 4px;
    text-align: center;
    background-color: transparent;
    transition: all .2s;
}
#enterScores_table span.playerScore.focus {
	box-shadow: 0 0 5px 1px #333;
	background-color: #efefef;
}
#enterScores_table.table th, #enterScores_table.table td {
  border: none;
}
@keyframes saving {
  from {
    background-color: yellow;
  }
  to {
    background-color: #ffc107;
  }
}
#enterScores_table span.playerScore.saving {
  background-color: #ffc107;
    -webkit-animation-name: saving;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 2s;
}
#enterScores_table span.playerScore.error {
  background-color: #dc3545;
  color: #fff;
}
#enterScores_table .stats {
  padding: 7px 10px;
}
#enterScores_table .statResults .statResult {
  margin-left: 0px;
  font-size: 10px;
  border: 1px solid;
  border-radius: 5px;
  padding: 1px 3px;
  color: #676767;
  white-space: nowrap;
}
#enterScores_table .statResults .statResult.statGood {
  background-color: #27a644;
  border-color: transparent;
  color: #fff;
}
#enterScores_table .statResults .statResult.statBad {
  background-color: #dc3545;
  border-color: transparent;
  color: #fff;
}
#enterScores_table .statResults .statResult.missedRight::after,
#enterScores_table .statResults .statResult.missedLeft::after,
#enterScores_table .statResults .statResult.missedLong::after,
#enterScores_table .statResults .statResult.missedShort::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 3px;
}
#enterScores_table .statResults .statResult.missedLeft::after { content: "\f060"; }
#enterScores_table .statResults .statResult.missedRight::after { content: "\f061"; }
#enterScores_table .statResults .statResult.missedLong::after { content: "\f062"; }
#enterScores_table .statResults .statResult.missedShort::after { content: "\f063"; }

#enterScores_table.table .holeDetails {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  padding: 2px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

#roundLeaders .highlight {
  color: #ff6900;
}
#roundLeaders .statResults .statResult {
  margin-left: 0px;
  padding: 1px 2px;
  line-height: 1;
  font-size: 10px;
  min-width: 14px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
#roundLeaders .statResults .statResult .label {
  padding: 1px 2px 1px 3px;
  background: #878787;
  line-height: 1;
  border: 1px solid #878787;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  color: #fff;
  display: inline-block;
}
#roundLeaders .statResults .statResult .label > .full {
  display: none;
}
#roundLeaders .statResults .statResult.statGood .label {
  background-color: #27a644;
  color: #fff;
}
#roundLeaders .statResults .statResult.statBad .label {
  background-color: #dc3545;
  color: #fff;
}
#roundLeaders .statResults .statResult .result {
  padding: 1px 2px;
  background: transparent;
  line-height: 1;
  border: 1px solid #878787;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  color: #333;
  display: inline-block;
}
.statsQuickEnter {
  transition: opacity .5s;
}

#enterScores .withdrawn {
  color: #aaa;
}

.myPlayer {
  font-weight: 600;
}

#whoIsPlaying {
    max-height: 55vh;
    overflow: scroll;
}
#addGameFRM .form-check {
  margin-bottom: 10px;
}

.table.full18table td {
  padding: 0px;
  border: 0;
  width: 5.55556%;
  font-size: 75%;
  text-align: center;
  color: #818181;
}
.table.full18table {
  margin-bottom: 0;
}
tr.odd {
  background-color: rgba(0,0,0,.05);
}
.table.full18table td.hole9 {
  border-right: 2px solid #dee2e6;
}

#robinGroups {
  padding-left: 0;
  list-style: none;
}
#robinGroups .robinGroup {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
}
#robinGroups .robinGroup::before {
  content: attr(aria-label);
  font-size: 0.65em;
  background: #ddd;
  width: 100%;
  display: block;
  padding: 0 8px;
  border-bottom: 1px solid #9D9D9D;
}
#robinGroups .robinGroup > div {
  padding: 1px 10px;
}
.sortable-placeholder {
  border: 1px dashed #ddd;
  height: 20px;
  margin-bottom: 10px;
}

.robinMatch {
  margin-bottom: 10px;
}

.robinTeam {
  position: relative;
}
.carryover {
  color: #676767;
  position: absolute;
  bottom: -8px;
  left: -10vw;
  font-size: 0.6em;
  background-color: #fcf8e3;
  padding: 3px 5px;
  box-shadow: 0 0 3px 0px #676767;
  border-radius: 10px;
  line-height: 1;
}
.carryover::before {
  content: "Carry ";
}


td .bets {
  display: flex;
  justify-content: space-around;
}
td .bets > .bet {
  text-align: center;
  min-width: 25px;
  background-color: transparent;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 10px;
  line-height: 1;
}
td .bets > .bet.winning {
  background-color: #fcf8e3;
  border-color: #efefef;
  /* padding: 3px; */
  /* border: 1px solid #efefef; */
  /* border-radius: 10px; */
  /* line-height: 1; */
}


.statGood {
  /* background-color: #28a745;
  color: #fff; */
  color: #28a745;
}
.statBad {
  /* background-color: #dc3545;
  color: #fff; */
  color: #dc3545;
}


.tiltLevel {
  color: #676767;
  font-size: 0.6em;
  background-color: #fcf8e3;
  padding: 3px 5px;
  box-shadow: 0 0 3px 0px #676767;
  border-radius: 10px;
  line-height: 1;
}
.tiltLevel::before {
  content: "x";
}


.gameHoleButton {
  border: 1px solid #777;
  padding: 1px 3px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.gameHoleButton.select {
  background-color: #007bff;
  color: #fff;
}

.gamePlayers:not(.individuals)::before {
    content: attr(aria-label);
    font-size: 0.65em;
    background: #ddd;
    width: 100%;
    display: block;
    padding: 0 8px;
    border-bottom: 1px solid #9D9D9D;
}
.gamePlayers {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 1rem;
}
.gamePlayers li {
    padding: 4px 8px;
}
#teamMemberContainer .player .playerHC {
    display: none;
  }
  #teamMemberContainer .player {
    flex: auto;
    border: 1px solid;
    padding: 1px 8px;
    margin: 5px;
    text-align: center;
    display: block !important;
    cursor: pointer;
  }
  #teamMemberContainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
#teamMemberContainer .player.customTeammate {
    background-color: #676767;
    color: #fff;
}
#gameFRM .redistribute.used {
    background-color: #efefef;
    border-color: #676767;
    color: #676767;
  }

#gameTabsContent .tab-pane > .table-responsive > table > thead > tr > th {
    border-top: 0;
  }

.movePay {
    border-radius: 15px;
    padding: 3px 0;
    border: 1px solid;
    text-align: center;
    height: 25px;
    width: 50px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 2px;
}

#enterScores {
    background-color: #dee2e6;
    border-color: #333;
    max-width: 500px;
    margin: 0 auto;
}


#passwordInputs {
  display: none;
}
#profile_partners .partners {
  max-height: 100px;
  overflow-y: scroll;
}

.GHINuserSearchResults {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  border: 1px solid #ddd;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: 10px;
  min-height: 75px;
  box-shadow: 0px 0px 5px 0px #999;
}
.GHINuserSearchResults #datatables_ghin_players {
  margin-bottom: 0;
}
.GHINuserSearchResults .pickPlayer {
  cursor: pointer;
}
.GHINsearchCriteria {
  font-size: small;
}


.table-scoresamples > tbody > tr {
  background-color: #fff !important;
}
.table-scoresamples .lowerindex {
  background-color: #28a745;
  color: #fff;
}
/* .table-scoresamples thead th {
  border-bottom: 1px solid;
  border-top: 0px;
  padding: 3px;
} */
.table-scoresamples tbody td {
  border-top: 0px;
  padding: 3px 8px;
}
.table-scoresamples .raiseindex {
  background-color: #dc3545;
  color: #fff;
}
.table-scoresamples .highlight {
  border-color: yellow;
  border-style: solid;
  border-width: 0 1px;
  font-weight: bold;
}


/* COIN FLIP */
.flip-container {
  perspective: 1000px;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: flip .7s linear infinite;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  color: #fff;
  padding: 2px;
  line-height: 1;
  font-size: 11px;
}
.back {
	border-radius: 0;
}

.front {
  background-color: blue; /* Blue */
}

.back {
  background-color: red; /* Red */
}
.coin.coin1 .back { display:none; }
.coin.coin2 .front { display:none; }

.flipper .back {
  transform: rotateX(180deg);
}
.startBack .front {
	transform: rotateX(180deg);
}
.startBack .back {
	transform: rotateX(0deg);
}
.coin.loser {
  opacity: 0.2;
}

@keyframes flip {
  0% { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}