﻿body {
    padding: 10px 15px;
    font-family: 'Roboto Condensed', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    background-color: white;
}

table
{
    border-collapse: collapse;
}

.outingDiv
{
    display: inline-block;
    margin: 20px 0px;
    padding: 0px 0px 10px;
    border: solid 1px #808080;
    background-color: #dbe5ef;
}

div.courseName {
    padding: 10px 10px;
    font-size: 120%;
    font-weight: bold;
    background-color: #aec8e0;
    border: solid 1px #9db6ce;
}

.strokeTableDiv {
    padding: 10px;
    margin: 0 10px;
    background-color: #f2f5f8;
}

.strokeTable {
    margin: 0 10px 0 10px;
}

.shotCell {
    width: 75px;
    border: 1px solid black;
    padding: 3px;
    position: relative;
}

.highlightMarker {
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.highlight {
    background-color: #a00000
}

.topLeftPosition {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1px 3px;
}

.best {
    background-color: #4c8233;
    color: white;
    font-size: 70%;
}

.worst {
    background-color: #a43b3b;
    color: white;
    font-size: 70%;
}

.blankStroke {
    background-color: #c0c0c0;
}

.clubTable {
    width: 100%;
}

.clubCell {
    width: 50%;
    padding: 0px 0px 5px 8px;
    text-align: left;
}

div.clubName {
    font-size:100%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 50%;
    margin-bottom: 3px
}

.greenCircle {
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: green;
    border-radius: 2px;
}

.missedGreenCircle {
    height: 4px;
    width: 4px;
    background-color: red;
    border-radius: 2px;
}


.blackCircle {
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: black;
    border-radius: 2px;
}

.sandBar {
    border-bottom: solid 3px #eeec88;
}

.teeBar {
    border-bottom: solid 3px transparent;
}

.fairwayBar {
    border-bottom: solid 3px green;
}

.fairwayFringeBar {
    border-bottom: solid 3px #b8d134;
}

.roughBar {
    border-bottom: solid 3px #ba3e3e;
}

.partialRoughBar {
    border-bottom: solid 3px #dba541;
}

.recoveryBar {
    border-bottom: solid 3px #cc8630;
}

.lieText {
    font-size: 80%;
}

.distCell {
    vertical-align: top;
    padding-right: 3px;
    font-weight: normal;
    text-align: right;
}

.distance-text {
    font-size: 90%;
    margin-bottom: 6px;
}

.angle-text {
    font-size: 70%;
}

.singleShotLeave {
    font-size: 70%;
}

.sgTable {
    border-top: solid 1px #a0a0a0;
    width:100%;
}


.sgCell {
    font-size: 70%;
    width: 50%;
    text-align: center;
    padding-top: 2px;
}

.sgValue {
    color: #808080;
}
.modSgValue {
    font-weight: bold;
    text-align: right;
}

.allClubTable
{

}

    .allClubTable .allClubTableCell {
        padding: 3px;
    }

    .allClubTable th {
        border: solid 1px black;
        padding: 3px;
    }
    
.allClubSingleClubTable
{
    width: 120px;
}

.rowHeader {
    background-color: #808080;
    color: white;
    padding: 10px;
    border: solid #606060 1px;
}

.numericalStatCell {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    background-color: #606060;
    color: white;
    border-top: solid 1px #808080;
    padding: 10px 0;
}

    .numericalStatCell .subStat {
        font-size: 70%;
        font-weight: normal;
        color: #c0c0c0;
    }

.clubRating {
    font-size: 100%;
    font-weight: bold;
    margin-left: 2px;
}


.clubCount {
    font-size: 70%;
    height: 15px;
    margin-left: 2px;
}

.onTargetCountDiv {
    font-size: 70%;
    height: 15px;
}

.greenCountDiv {
    font-size: 70%;
    height: 15px;
}

.greenCountDiv .clubCount {
    font-size: 80%;
}

.distanceDiv
{
    font-size: 70%;
}

.dispersion-bar-cell {
    text-align: center;
}

.dispersion-bar {
    width: 100%;
    height: 3px;
    display: flex;
}

    .dispersion-bar > .farLeft {
        background-color: #ba3e3e;
    }

    .dispersion-bar > .left {
        background-color: #eeec88;
    }

    .dispersion-bar > .slight-right,
    .dispersion-bar > .slight-left {
        background-color: #6eac52;
    }

    .dispersion-bar > .straight {
        background-color: #3488d9;
    }

    .dispersion-bar > .right {
        background-color: #eeec88;
    }

    .dispersion-bar > .farRight {
        background-color: #ba3e3e;
    }

.vertBarTableCell {
    height: 100%;
    padding: 5px 0;
}


.vertBarDiv {
    display: table;
    width: 3px;
    height: 40px;
}

    .vertBarDiv > .long {
        background-color: #7596b5;
    }

    .vertBarDiv > .onTarget {
        background-color: white;
    }

    .vertBarDiv > .short {
        background-color: #7596b5;
    }


.holeStatMarker
{
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-size: 130%;
}

.missDiv
{
}

.penalty
{
    display: inline-block;
    background-color: #300000;
    color: white;
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 7px;
}

.mishit {
    display: inline-block;
    height: 14px;
    text-align: center;
    border-radius: 7px;
}

.best1 {
}

    .best1::after {
        content: "●";
        color: #edd268;
    }

.best2 {
}

    .best2::after {
        content: "●";
        color: #c0c0c0;
    }

.best3 {
}

    .best3::after {
        content: "●";
        color: #c37040;
    }

.outingRatingTable
{

}

.outingRatingTable td
{
    padding: 1px 3px;
}

.bottomLine {
    border-bottom: solid 15px white;
}

#SprayPattern {
    position: fixed;
    bottom: 3px;
    right: 3px;
    display: flex;
    border: solid 1px black;
    background: white;
    padding: 3px;
}

    #SprayPattern .close {
        padding: 5px;
        cursor: pointer;
    }


.bestShotTable {

}

.bestShotTable th {
    padding: 3px 5px;
}

.bestShotTable td {
    padding: 3px 5px;
    text-align: center;
}

.bestShotTable .highlight {
    background: #e4dda9;
}

.bestOutingTable {
}

    .bestOutingTable th {
        padding: 3px 5px;
    }

    .bestOutingTable td {
        padding: 3px 5px;
        text-align: center;
    }

    .bestOutingTable .highlight {
        background: #e4dda9;
    }

.bestContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .bestContainer div {
        padding: 0px 25px 20px;
    }

    .bestContainer td:nth-child(6) {
        color: #c0c0c0;
    }
    .bestContainer td:nth-child(7) {
        color: #c0c0c0;
    }