﻿body, html {
  height: 100%;
  /*max-height: 820px;*/
  background-color: #000 !important; }

#root {
  height: 100%; }

.main-container {
  height: 100%;
  max-width: 970px;
  margin: 0 auto;
  color: red;
  min-height: 580px;
  position: relative; }
  .main-container h1 {
    margin-top: 0;
    padding-top: 50px;
    font-size: 3em;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: darkred;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff111; }
    @media (min-width: 290px) {
      .main-container h1 {
        font-size: 4em; } }
  .main-container h2 {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    color: darkred;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff111; }
  .main-container .leaderboard-icon img {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 10px;
    background: darkorange;
    right: 10px;
    border-radius: 5px; }
  .main-container .courseguide-icon img {
    width: 35px;
    height: 30px;
    position: absolute;
    top: 10px;
    background: darkorange;
    left: 10px;
    border-radius: 5px; }
  .main-container .leaderboard {
    height: 100%;
    margin: 0 auto;
    background-image: url("/images/golfautumn.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    /*.leaderboard-item:last-of-type {
            background-color: pink;
        }*/
    /*.leaderboard-item:nth-of-type(2) {
            background-color: gold;
        }*/ }
    .main-container .leaderboard h1 {
      font-size: 2.8em;
      color: darkslateblue;
      padding-top: 35px; }
      @media (min-width: 290px) {
        .main-container .leaderboard h1 {
          font-size: 3.2em; } }
    .main-container .leaderboard .leaderboard-item {
      padding: 2px 10px;
      border-bottom: 1px dotted gray;
      background-color: white;
      opacity: 0.8;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 0.9em;
      font-weight: bold;
      text-align: center;
      color: darkblue; }
      @media (min-width: 290px) {
        .main-container .leaderboard .leaderboard-item {
          font-size: 1.1em; } }
      .main-container .leaderboard .leaderboard-item--no {
        display: inline-block;
        border-right: 1px solid gray;
        padding: 5px;
        width: 8%;
        color: darkred; }
      .main-container .leaderboard .leaderboard-item--name {
        display: inline-block;
        border-right: 1px solid gray;
        padding: 5px;
        padding-left: 10px;
        width: 70%;
        text-align: left; }
      .main-container .leaderboard .leaderboard-item--holes {
        display: inline-block;
        border-right: 1px solid gray;
        padding: 5px;
        width: 12%;
        color: darkslategray;
        font-size: 0.9em; }
        .main-container .leaderboard .leaderboard-item--holes span {
          font-size: 0.7em; }
      .main-container .leaderboard .leaderboard-item--topar {
        display: inline-block;
        padding: 5px;
        text-align: center;
        width: 10%; }
      .main-container .leaderboard .leaderboard-item--header {
        font-size: 0.6em; }
    .main-container .leaderboard .leaderboard-last {
      background-color: pink; }
    .main-container .leaderboard .leaderboard-first {
      background-color: gold; }
    .main-container .leaderboard .leaderboard-clickable {
      cursor: pointer; }
    .main-container .leaderboard .leaderboard-icon-close {
      width: 30px;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 20;
      background: gold;
      border-radius: 15px; }
    .main-container .leaderboard .leaderboard-icon-update {
      width: 26px;
      position: absolute;
      top: 9px;
      left: 7px;
      z-index: 20;
      background: gold;
      border-radius: 15px; }
    .main-container .leaderboard .leaderboard-icon-chart {
      width: 26px;
      position: absolute;
      top: 9px;
      left: 50%;
      z-index: 20;
      background: gold;
      border-radius: 5px; }
    .main-container .leaderboard button {
      background-color: goldenrod !important; }
  .main-container .no-background {
    background-image: none !important; }
  .main-container .score-register-container {
    height: 100%;
    background-image: url("/images/golfholeview.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    color: darkred; }
    .main-container .score-register-container h1 {
      font-size: 3.2em;
      color: darkorange; }
    .main-container .score-register-container h2 {
      font-weight: bold;
      color: gold; }
    .main-container .score-register-container h3 {
      text-align: center;
      font-size: 18px;
      margin-top: 0;
      color: gold; }
  .main-container .klossmajor-main {
    height: 100%;
    background-image: url("/images/golf-6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0; }
    .main-container .klossmajor-main .button-wrapper {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center; }
      .main-container .klossmajor-main .button-wrapper button {
        text-transform: none;
        background-color: darkred;
        padding: 10px 20px;
        border: 2px solid wheat;
        border-radius: 10px;
        font-size: 18px !important;
        color: mintcream;
        font-weight: bold;
        opacity: 0.8;
        margin-top: 20px;
        width: 14em;
        height: 5em; }
        .main-container .klossmajor-main .button-wrapper button img {
          height: 50px;
          width: 50px;
          color: red; }
      .main-container .klossmajor-main .button-wrapper--top {
        position: relative;
        border: 1px solid darkred;
        background-color: #fdf5e680;
        margin: 1.5em 1.5em;
        padding: 2em;
        border-radius: 20px; }
        .main-container .klossmajor-main .button-wrapper--top button {
          background: green;
          border-color: wheat; }
        @media (min-width: 290px) {
          .main-container .klossmajor-main .button-wrapper--top {
            margin: 3em 3em;
            padding: 2em; } }
        @media (min-width: 376px) {
          .main-container .klossmajor-main .button-wrapper--top {
            margin: 5em 5em;
            padding: 2em; } }
      .main-container .klossmajor-main .button-wrapper--midle {
        position: relative;
        border: 1px solid darkred;
        background-color: #fdf5e680;
        margin: 1.5em 1.5em;
        padding: 2em;
        border-radius: 20px; }
        .main-container .klossmajor-main .button-wrapper--midle button {
          background: darkred;
          border-color: wheat; }
        @media (min-width: 290px) {
          .main-container .klossmajor-main .button-wrapper--midle {
            margin: 3em 3em;
            padding: 2em; } }
        @media (min-width: 376px) {
          .main-container .klossmajor-main .button-wrapper--midle {
            margin: 5em 5em;
            padding: 2em; } }
      .main-container .klossmajor-main .button-wrapper--bottom {
        position: absolute;
        margin: 0 auto;
        margin-top: 45px;
        bottom: 10px; }
        .main-container .klossmajor-main .button-wrapper--bottom button {
          background: no-repeat;
          border: none;
          font-size: 12px !important; }
    .main-container .klossmajor-main .klossmajor-archive-entry {
      border: 1px solid darkred;
      border-radius: 10px;
      text-align: center;
      background-color: ghostwhite;
      padding: 10px;
      font-size: 1.5em;
      margin: 1em 1em;
      cursor: pointer;
      color: firebrick; }
      .main-container .klossmajor-main .klossmajor-archive-entry:hover {
        background-color: burlywood; }
    .main-container .klossmajor-main .archive-icon-close {
      width: 30px;
      position: absolute;
      top: 5px;
      right: 5px;
      background: darkred;
      z-index: 20;
      border-radius: 15px; }
  .main-container .flight-select-container {
    padding: 10px 20px;
    font-size: 20px;
    background: white;
    margin: 20px;
    opacity: 0.8;
    border-radius: 10px; }
    .main-container .flight-select-container .flight-select-wrapper {
      margin: 5px 0;
      height: 60px;
      border-bottom: 1px dotted lightgrey; }
    .main-container .flight-select-container .flight-select-wrapper:last-of-type {
      border-bottom: none;
      height: 50px; }
    .main-container .flight-select-container .player-option {
      margin-bottom: 5px;
      width: 100%;
      font-size: 0.85em; }
      @media (min-width: 281px) {
        .main-container .flight-select-container .player-option {
          font-size: 1.1em; } }
      .main-container .flight-select-container .player-option span {
        width: 80%;
        float: left; }
      .main-container .flight-select-container .player-option input[type=text] {
        width: 20px;
        height: 20px; }
      .main-container .flight-select-container .player-option input[type=number] {
        width: 20%;
        text-align: center;
        border: 2px solid;
        margin-top: 5px;
        background: honeydew; }
    .main-container .flight-select-container .player-info {
      color: darkgreen;
      margin-bottom: 10px; }
      .main-container .flight-select-container .player-info span {
        width: 80%;
        float: left; }
      .main-container .flight-select-container .player-info--name {
        width: 80%;
        float: left; }
        .main-container .flight-select-container .player-info--name .handicap-shots {
          width: 30%;
          font-size: 14px;
          color: black; }
      .main-container .flight-select-container .player-info input[type=number] {
        width: 15%;
        text-align: center;
        border: 2px solid;
        margin-top: 5px;
        background: honeydew;
        border-radius: 5px; }
    .main-container .flight-select-container .handicapinfotext {
      font-size: 18px;
      color: black;
      text-align: center; }
      .main-container .flight-select-container .handicapinfotext--smal {
        font-size: 16px;
        margin-bottom: 15px; }
    .main-container .flight-select-container .flight-icon-close {
      width: 30px;
      position: absolute;
      top: 5px;
      right: 5px;
      background: darkred;
      z-index: 20;
      border-radius: 15px; }
    .main-container .flight-select-container .disabledPlayer {
      color: lightgray; }
  .main-container .player-select-container {
    background-image: url("/images/golfholeview2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0; }
    .main-container .player-select-container h1 {
      font-size: 2.5em;
      padding-top: 1em; }
      @media (min-width: 281px) {
        .main-container .player-select-container h1 {
          font-size: 3em; } }
    .main-container .player-select-container input[type=checkbox] {
      width: 18px;
      height: 18px;
      margin-left: 10px; }
  .main-container .flightscontainer {
    height: 100%;
    background-image: url("/images/golfholeview2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0; }
    .main-container .flightscontainer h1 {
      font-size: 3em;
      padding-top: 15px;
      color: mediumvioletred; }
    .main-container .flightscontainer .flights-icon-close {
      width: 30px;
      position: absolute;
      top: 5px;
      right: 5px;
      background: darkred;
      z-index: 20;
      border-radius: 15px; }
    .main-container .flightscontainer .flight {
      background: white;
      border-radius: 10px;
      padding: 10px;
      opacity: 0.9;
      margin-bottom: 10px;
      float: left;
      width: 100%;
      position: relative;
      padding-bottom: 30px;
      border: 1px solid darkred; }
      .main-container .flightscontainer .flight .flightplayers span {
        color: darkgreen;
        font-size: 1em;
        border: 1px solid darkred;
        border-radius: 10px;
        padding: 5px 5px;
        float: left;
        margin-right: 10px;
        background-color: wheat;
        margin-bottom: 10px; }
      .main-container .flightscontainer .flight button {
        position: absolute;
        text-transform: none;
        background-color: green;
        padding: 5px 10px;
        border: 2px solid wheat;
        border-radius: 10px;
        font-size: 16px !important;
        color: mintcream;
        bottom: 2px;
        right: 5px; }
      .main-container .flightscontainer .flight .delete {
        left: 5px;
        background: red; }
    .main-container .flightscontainer .button-wrapper {
      text-align: center;
      position: fixed;
      bottom: 10px;
      width: 100%; }
      .main-container .flightscontainer .button-wrapper .adminButton {
        text-transform: none;
        padding: 10px 20px;
        color: mintcream;
        font-weight: bold;
        opacity: 0.8;
        background: no-repeat;
        border: none;
        font-size: 12px !important; }
  .main-container .players-button-next {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px; }
    .main-container .players-button-next button {
      text-transform: none;
      background-color: darkorange;
      padding: 10px 20px;
      border: 2px solid wheat;
      border-radius: 10px;
      font-size: 19px !important;
      color: mintcream;
      font-weight: bold; }
    .main-container .players-button-next .red-button {
      background-color: darkred;
      border: 2px solid wheat; }
    .main-container .players-button-next button:last-of-type {
      margin-left: 10px; }
  .main-container .error {
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: white;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    opacity: 0.85;
    margin-top: 20px; }
  .main-container .courseguide {
    height: 100%;
    background-image: url("/images/golfholeview2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .main-container .courseguide .courseguide-icon-close {
      width: 30px;
      position: absolute;
      top: 5px;
      right: 5px;
      background: forestgreen;
      z-index: 20;
      border-radius: 15px; }
    .main-container .courseguide h1 {
      color: green;
      text-shadow: 0 0 3px #fff, 0 0 5px #fff111; }
  .main-container .holeview .holeClose {
    margin: 0 auto;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden; }
    .main-container .holeview .holeClose .holeview-icon-close {
      width: 50px;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      right: 5px;
      background: forestgreen;
      z-index: 20;
      border-radius: 25px; }
  .main-container .holeview .holeImage img {
    min-width: 100%; }
    @media (min-width: 780px) {
      .main-container .holeview .holeImage img {
        min-width: 50%;
        padding-left: 5em; } }
  .main-container .holes-wrapper {
    padding: 5px; }
    .main-container .holes-wrapper .holeButton {
      text-transform: none;
      background-color: forestgreen;
      padding: 10px 20px;
      border: 2px solid wheat;
      border-radius: 10px;
      font-size: 15px !important;
      color: mintcream;
      font-weight: bold;
      width: 29%;
      margin: 5px; }
      @media (min-width: 282px) {
        .main-container .holes-wrapper .holeButton {
          width: 30%; } }
  .main-container .numberselector {
    z-index: 100;
    padding: 5px;
    background-color: darkseagreen;
    position: fixed;
    top: 50%;
    left: 82%;
    transform: translate(-50%, -50%);
    border: 1px solid darkgreen;
    border-radius: 15px; }
    .main-container .numberselector .numberOption {
      padding: 5px;
      background-color: white;
      color: darkgreen;
      font-size: 1.2em;
      text-align: center;
      margin: 10px;
      font-weight: bold;
      border-radius: 16px; }
      .main-container .numberselector .numberOption span {
        padding: 10px; }
    .main-container .numberselector .currentoption {
      background-color: darkorange; }
  .main-container .recharts-wrapper {
    margin-top: 50px; }
  .main-container .custom-tooltip {
    background-color: lightseagreen;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold; }
    .main-container .custom-tooltip h3 {
      color: white !important;
      font-weight: bold;
      font-size: 18px !important;
      text-align: center; }
    .main-container .custom-tooltip .scorewrapper {
      width: 180px; }
      .main-container .custom-tooltip .scorewrapper .intro {
        width: 80%;
        display: inline-block; }
      .main-container .custom-tooltip .scorewrapper .score {
        width: 14%;
        display: inline-block;
        text-align: right;
        color: white; }
  .main-container .icon_down {
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(180deg);
    /* to support Safari and Android browser */
    -ms-transform: rotate(180deg);
    /* to support IE 9 */
    transform: rotate(180deg); }
    @media (min-width: 290px) {
      .main-container .icon_down {
        width: 10px;
        height: 10px; } }
  .main-container .icon_up {
    width: 7px;
    height: 7px; }
    @media (min-width: 290px) {
      .main-container .icon_up {
        width: 10px;
        height: 10px; } }
  .main-container .scorecard {
    height: 100%;
    margin: 0 auto;
    background-image: url("/images/golfautumn.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-size: 0.85em; }
    @media (min-width: 290px) {
      .main-container .scorecard {
        font-size: 1em; } }
    .main-container .scorecard h1 {
      font-size: 2.8em;
      color: darkslateblue;
      padding-top: 35px; }
      @media (min-width: 290px) {
        .main-container .scorecard h1 {
          font-size: 3.2em; } }
    .main-container .scorecard h2 {
      font-size: 1.5em;
      background-color: white;
      opacity: 0.9;
      border: 1px solid gray;
      border-radius: 10px;
      margin-bottom: 0;
      color: black; }
    .main-container .scorecard .nineholes {
      width: 50%;
      background-color: white;
      opacity: 0.9;
      border: 1px solid gray;
      border-bottom: none;
      border-radius: 10px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      display: inline-block;
      color: black;
      padding-bottom: 0;
      margin-bottom: 0; }
      .main-container .scorecard .nineholes ul {
        width: 100%;
        width: 100%;
        list-style: none;
        padding: 5px; }
        .main-container .scorecard .nineholes ul li {
          border: 1px solid gray;
          text-align: center; }
          .main-container .scorecard .nineholes ul li .scorecard-holno {
            width: 25%;
            padding: 3px;
            display: inline-block;
            border-right: 1px solid gray;
            background-color: aliceblue;
            font-weight: bold; }
          .main-container .scorecard .nineholes ul li .scorecard-par {
            width: 25%;
            padding: 3px;
            display: inline-block;
            border-right: 1px solid gray;
            background-color: antiquewhite; }
          .main-container .scorecard .nineholes ul li .scorecard-hcp {
            width: 20%;
            padding: 3px;
            display: inline-block;
            border-right: 1px solid gray;
            background-color: mintcream; }
          .main-container .scorecard .nineholes ul li .scorecard-bruttoscore {
            width: 30%;
            padding: 3px;
            display: inline-block;
            font-weight: bold; }
          .main-container .scorecard .nineholes ul li .scorecard-summary {
            width: 50%;
            padding: 3px;
            display: inline-block;
            font-weight: bold;
            border-right: 1px solid gray; }
          .main-container .scorecard .nineholes ul li .scorecard-summarynetto {
            width: 70%;
            padding: 3px;
            display: inline-block;
            font-weight: bold;
            border-right: 1px solid gray; }
    .main-container .scorecard .allholes {
      background-color: white;
      font-weight: bold;
      color: darkgreen;
      opacity: 0.9;
      border: 1px solid gray;
      border-top: none;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .main-container .scorecard .allholes ul {
        width: 100%;
        width: 100%;
        list-style: none;
        padding: 5px; }
        .main-container .scorecard .allholes ul li {
          border: 1px solid gray;
          text-align: center; }
          .main-container .scorecard .allholes ul li .all-summary {
            width: 30%;
            padding: 3px;
            display: inline-block;
            border-right: 1px solid gray; }
            .main-container .scorecard .allholes ul li .all-summary--text {
              width: 40%; }
    .main-container .scorecard .scoresummary {
      width: 100%;
      text-align: center;
      color: black;
      background-color: white; }
      .main-container .scorecard .scoresummary .summary {
        width: 50%;
        display: inline-block; }
        .main-container .scorecard .scoresummary .summary--text {
          width: 55%;
          display: inline-block;
          border-right: 1px solid gray; }
        .main-container .scorecard .scoresummary .summary--hcp {
          width: 15%;
          display: inline-block;
          border-right: 1px solid gray; }
        .main-container .scorecard .scoresummary .summary--score {
          width: 30%;
          display: inline-block; }
  .main-container .scorecard-icon-close {
    width: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    background: antiquewhite;
    border-radius: 15px; }
