﻿.SameLine {
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  margin-top: 10px;
}

.handicap-box3 {
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
  /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
}

.handicap-box {
  display: inline-block;
  background: linear-gradient(135deg, #0092d7 0%, #006a9e 100%);
  color: #fff;
  font-size: 2.2em;
  font-weight: 700;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding: 16px 32px;
  border-radius: 18px;
  margin-left: 15px;
  box-shadow: 0 4px 18px rgba(0, 146, 215, 0.25);
  text-align: center;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: box-shadow 0.2s, background 0.2s;
}

.handicap-box:hover {
  background: linear-gradient(135deg, #28a745 0%, #0092d7 100%);
  box-shadow: 0 8px 32px rgba(40, 167, 69, 0.18);
}

.handicap-box1 {
  border-radius: 25px;
  border-color: white;
  border-width: 4px;
  border-style: solid;
  background: #5bc0de;
  width: 2.5em;
  height: 2.5em;
  font-size: xx-large;
  color: black;
  text-align: center;
  padding-top: 0.5em;
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  color: white;
}

.font-info {
  color: #5bc0de;
}

.font-success {
  color: #62c462;
}

.font-warning {
  color: #f89406;
}

.font-danger {
  color: #ee5f5b;
}

.toggle-group {
  background-color: #3A3F44;
}

.toggle-off, .toggle-on {
  padding-top: 5px;
}

.card-header {
  color: white;
  font-weight: 400;
}

a:hover {
  background-color: transparent;
}

.loader {
  margin: 0px;
  top: 0;
  left: 0;
  background-color: rgba(67, 50, 56, 0.7);
  position: fixed;
  z-index: 999;
  min-height: 100%;
  min-width: 100%;
}

.loaderImg {
  position: absolute;
  top: 50%;
  left: 40%;
}

.loader span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 50px auto;
  background: white;
  border-radius: 50px;
  -webkit-animation: loader 0.9s infinite alternate;
  -moz-animation: loader 0.9s infinite alternate;
}

.loader span:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.loader span:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

@-webkit-keyframes loader {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.9;
    -webkit-transform: translateY(-60px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}
header, footer, hgroup,
nav, section {
  display: block;
}

mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
  /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
  padding: 0;
  text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
}

html, body {
  background: #000 !important;
  color: #fff;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

/*#body {
    background-color: white;
    clear: both;
    padding-bottom: 35px;
}*/
/*.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}*/
/*.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}*/
header .content-wrapper {
  padding-top: 20px;
}

/*footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}*/
/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
  background: none;
  color: #c8c8c8;
  outline: none;
  text-decoration: none;
}

/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: 0.85em;
  margin: 0 0 10px;
  text-align: right;
}

#login a {
  background-color: #d3dce0;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none;
}

#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

#login ul {
  margin: 0;
}

#login li {
  display: inline;
  list-style: none;
}

/* menu
----------------------------------------------------------*/
ul#menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 auto 5px auto;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
}

ul#menu li {
  display: block;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  display: inline-block;
  color: #999;
  text-decoration: none;
  padding: 0.5em 1.2em;
  border-radius: 1.5em;
  border: 1px solid #5bbd18;
  background: none;
  transition: background 0.2s, color 0.2s;
}

ul#menu li a:hover {
  color: #333;
  background: #e2e2e2;
  text-decoration: none;
}

/* Responsive: shrink font and gap on small screens */
@media (max-width: 480px) {
  ul#menu {
    font-size: 1.1em;
    gap: 10px;
    padding: 0 5px;
  }
  ul#menu li {
    padding-left: 10px;
  }
}
/* layout-header class for centering */
.layout-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  .layout-header {
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
/* page elements
----------------------------------------------------------*/
/* featured */
/*.featured {
    background-color: #fff;
}*/
/*.featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }*/
/*.featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }*/
/* page titles */
hgroup.title {
  margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
  display: inline;
}

hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}

/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}

/* ordered list */
ol.round {
  list-style-type: none;
  padding-left: 0;
}

ol.round li {
  margin: 25px 0;
  padding-left: 45px;
}

ol.round li.zero {
  background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
  background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
  background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
  background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
  background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
  background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
  background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
  background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
  background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
  background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

aside ul {
  list-style: none;
  padding: 0;
}

aside ul li {
  background: url("../Images/bullet.png") no-repeat 0 50%;
  padding: 2px 0 2px 20px;
}

/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}

#loginForm .validation-error {
  display: block;
  margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}

#loginForm .validation-summary-errors li {
  display: inline;
  list-style: none;
  margin: 0;
}

#loginForm input {
  width: 250px;
}

#loginForm input[type=checkbox],
#loginForm input[type=submit],
#loginForm input[type=button],
#loginForm button {
  width: auto;
}

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}

#socialLoginForm h2 {
  margin-bottom: 5px;
}

#socialLoginList button {
  margin-bottom: 12px;
}

#logoutForm {
  display: inline;
}

/* contact */
.contact h3 {
  font-size: 1.2em;
}

.contact p {
  margin: 5px 0 0 10px;
}

.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}

/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset legend {
  display: none;
}

fieldset ol {
  padding: 0;
  list-style: none;
}

fieldset ol li {
  padding-bottom: 5px;
}

label {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  color: white;
}

label.checkbox {
  display: inline;
}

input, textarea {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 300px;
}

textarea {
  font-family: inherit;
  width: 500px;
}

input:focus, textarea:focus {
  border: 1px solid #7ac0da;
}

input[type=checkbox] {
  background: transparent;
  border: inherit;
  width: auto;
}

input[type=submit],
input[type=button],
button {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto;
}

td input[type=submit],
td input[type=button],
td button {
  font-size: 1em;
  padding: 4px;
  margin-right: 4px;
}

/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error {
  color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #e80c4d;
}

input[type=checkbox].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}

/* tables
----------------------------------------------------------*/
table {
  width: auto;
  min-width: 320px;
  max-width: 600px;
  margin: 18px auto;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(30, 35, 40, 0.92);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

th, td {
  padding: 14px 12px;
  font-size: 1.1em;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
}

/* ===== Generic Table Classes (site-wide, based on yBase structure) ===== */
.gTable {
  color: white;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  margin: 10px;
  border-radius: 12px;
  min-width: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  display: inline-table;
  vertical-align: top;
}

.gTable th,
.gTable td {
  padding: 10px 16px;
  border: none;
  text-align: left;
}

.gTable td:last-child,
.gTable th:last-child {
  text-align: right;
}

.gTable tr:not(:first-child) {
  background: rgba(0, 0, 0, 0.25);
}

.gTable tr:nth-child(2) {
  background: transparent;
}

.gTable tr:nth-child(2) td {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 16px;
}

.gTable tr:last-child td {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 16px;
}

/* Generic header, subheader, and data cell classes */
.gTable-Head {
  font-size: 0.85rem;
  text-align: left !important;
  font-weight: 700;
  padding: 12px 16px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #6b8e4e;
  color: white;
}

.gTable-SubHead {
  font-size: 0.8rem !important;
  text-align: left;
  color: rgba(255, 255, 255, 0.55) !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400 !important;
  padding: 8px 16px !important;
}

.gTable-Data {
  font-size: 1.35rem;
  text-align: right;
  font-weight: 700;
  color: #fff;
  padding: 8px 16px;
}

/* Color variations for gTable headers */
.gTable-Head-green   { background: #6b8e4e; }
.gTable-Head-coral   { background: #c75c5c; }
.gTable-Head-gold    { background: #c9a832; }
.gTable-Head-olive   { background: #7a8a3e; }

.card-transparent {
  background: rgba(30, 35, 40, 0.9);
  color: white;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.card {
  background-color: #1a2332 !important;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.card-header {
  background-color: #232b3e !important;
  color: #fff !important;
}

html, body {
  background: #000 !important;
  color: #fff;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#container {
  background: transparent !important;
  min-height: 100vh;
  min-width: 100vw;
}
