﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
    margin-top: 1em;
}

.HoleInOne {
    background-color: #003568 !important;
    color: #fff;
}

.Albatross {
    background-color: #003568 !important;
    color: #fff;
}

.Eagle {
    background-color: #3cb2e4 !important;
    color: #fff;
}

.Birdie {
    background-color: #99d8e7 !important;
    color: #000;
}

.Par {
    background-color: #fff !important;
    color: #000;
}

.Bogey {
    background-color: #f90 !important;
    color: #000;
}

.DoubleBogey {
    background-color: #c30 !important;
    color: #fff;
}

.TripleBogey {
    background-color: #c30 !important;
    color: #fff;
}

@media print {
    .HoleInOne, .Eagle, .Birdie, .Bogey, .DoubleBogey, .TripleBogey {
        background-color: #fff !important;
        color: #000 !important;
    }

    .table-dark {
        background-color: #fff !important;
        color: #000 !important;
    }

    .hole-detail {
        width: 100% !important;
    }
}

table.expander {
}

tr.level-0 {
    cursor: pointer;
}

.no-p-margins p {
    margin: 0;
}

.card {
    border-left: 6px solid #B0B0B0;
    border-radius: 0;
    background-color: #F8F8FF;
}

.card-body {
    margin-top: -0.75rem;
    font-size: 2.5rem;
    text-align: center
}

.card-header {
    background-color: #F8F8FF;
    border: 0;
    padding: 0.25rem 0.25rem;
}

.card-footer {
    background-color: #F8F8FF;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #484848;
    padding: 0.5rem 0.5rem;
}

.drive {
    border-left-color: #0d6efd;
}

.approach {
    border-left-color: #FF6347;
}

.short-game {
    border-left-color: #8E44AD;
}

.putting {
    border-left-color: #228B22;
}

.inherit-parent {
    background-color: inherit !important;
    color: inherit !important;
    border: none;
}

.flag {
    fill: rgba(0,0,0,0.54);
    margin-top: 10px;
}

.bin {
    fill: rgba(0,0,0,0.54);
    cursor: pointer;
    margin-top: 7px;
}

.end-of-hole {
    background-color: #f0f0f5;
}

.input-group-text {
    min-width: 40px;
    max-width: 40px;
}

.in-hole {
    cursor: pointer;
}

.hoverable {
    cursor: pointer;
}

.button-container {
    display: flow-root;
}

.button-group {
    float: right;
}

    .button-group button {
        width: 120px;
    }

.card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-hover tr {
    cursor: pointer;
}

.navver {
    width: 130px;
}

.fa-solid {
    font-size: 1.2rem;
}

.fa-circle-check {
    color: #146c43;
}

.fa-circle-exclamation {
    color: #ffc107;
}

.fa-circle-xmark {
    color: #dc3545;
}