/* ----- sidebar navigation ------ */

.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}


/* -------- course page --------- */

/* this will impact all tables */
table {
    /*border: 0.01px solid;*/
    margin-left:auto;
    margin-right:auto;
    align-content: center;
    padding: 4px;
}

/* this will impact all tables */
th {
    border-bottom: 0.01px solid;
    background-color: lightyellow;
    text-align: center;
    font-weight: normal;
    padding: 4px;
}

.th1 {
    border-bottom: 0.01px solid;
    background-color: lightyellow;
    text-align: center;
    font-weight: bold;
    padding: 4px;
}

.th2 {
    background-color: lightyellow;
    text-align: center;
    padding: 1.5px;
}

.th3 {
    background-color: lightgrey;
    text-align: center;
    padding: 1.5px;
}

tr, td {
    /*border: 0.01px solid;*/
    text-align: center;
}

.trC1 {
    background-color: whitesmoke;
    text-align: center;
    padding: 4px;
}
.trC2 {
    background-color: white;
    text-align: center;
    padding: 4px;
}

.trC3 {
    background-color: lightyellow;
    text-align: center;
    padding: 1px;
}
.trC4 {
    border: none;
    background-color: lightyellow;
    text-align: center;
    padding: 2px;
}

.tdC1 {
    background-color: lightyellow;
    text-align: center;
    font-weight: bold;
}
.tdC2 {
    background-color: lightyellow;
    text-align: center;
}
.tdC3 {
    background-color: whitesmoke;
    text-align: center;
    white-space: nowrap;
}

/* -------- course page --------- */
.wrapper {
    display: grid;
    height: auto;
    grid-template-columns: auto;
    grid-template-rows: auto;
}
.box1 {
    background-color: lightyellow;
    grid-area: 1 / 1 / 2 / 2;
}
.box2 {
    background-color: lightyellow;
    grid-area: 1 / 2 / 2 / 3;
}
.box3 {
    background-color: lightyellow;
    grid-area: 1 / 3 / 2 / 4;
}
.box4 {
    background-color: lightyellow;
    grid-area: 1 / 4 / 2 / 5;
}
.box5 {
    background-color: lightyellow;
    grid-area: 1 / 5 / 2 / 6;
}
.box6 {
    background-color: lightyellow;
    grid-area: 1 / 6 / 2 / 7;
}
.box7 {
    background-color: lightyellow;
    grid-area: 1 / 7 / 2 / 8;
}
.box8 {
    background-color: lightyellow;
    grid-area: 1 / 8 / 2 / 9;
}
.box9 {
    background-color: lightyellow;
    grid-area: 1 / 9 / 2 / 10;
}
.box10 {
    background-color: lightyellow;
    grid-area: 1 / 10 / 2 / 11;
}
.box11 {
    background-color: lightyellow;
    grid-area: 1 / 11 / 2 / 12;
}

.box12 {
    background-color: lightyellow;
    grid-area: 1 / 12 / 2 / 13;
}

.box13 {
    background-color: lightyellow;
    grid-area: 1 / 13 / 2 / 14;
}

.box14 {
    background-color: lightyellow;
    grid-area: 1 / 14 / 2 / 15;
}

.box15 {
    background-color: lightyellow;
    grid-area: 1 / 15 / 2 / 16;
}

.box16 {
    background-color: lightyellow;
    grid-area: 1 / 16 / 2 / 17;
}

.box17 {
    background-color: lightyellow;
    grid-area: 1 / 17 / 2 / 18;
}

.box18 {
    background-color: lightyellow;
    grid-area: 1 / 18 / 2 / 19;
}

.box19 {
    background-color: lightyellow;
    grid-area: 1 / 19 / 2 / 20;
}

.box20 {
    background-color: lightyellow;
    grid-area: 1 / 20 / 2 / 21;
}

.box21 {
    background-color: lightyellow;
    grid-area: 1 / 21 / 2 / 22;
}
.box22 {
    background-color: lightyellow;
    grid-area: 1 / 22 / 2 / 23;
}
.box23 {
    background-color: lightyellow;
    grid-area: 1 / 23 / 2 / 24;
}
.box24 {
    background-color: lightyellow;
    grid-area: 2 / 1 / 3 / 2;
}
.box25 {
    background-color: lightyellow;
    grid-area: 2 / 2 / 3 / 3;
}
.box26 {
    background-color: whitesmoke;
    grid-area: 2 / 3 / 3 / 4;
}
.box27 {
    background-color: whitesmoke;
    grid-area: 2 / 4 / 3 / 5;
}
.box28 {
    background-color: whitesmoke;
    grid-area: 2 / 5 / 3 / 6;
}
.box29 {
    background-color: whitesmoke;
    grid-area: 2 / 6 / 3 / 7;
}
.box30 {
    background-color: whitesmoke;
    grid-area: 2 / 7 / 3 / 8;
}
.box31 {
    background-color: whitesmoke;
    grid-area: 2 / 8 / 3 / 9;
}
.box32 {
    background-color: whitesmoke;
    grid-area: 2 / 9 / 3 / 10;
}
.box33 {
    background-color: whitesmoke;
    grid-area: 2 / 10 / 3 / 11;
}
.box34 {
    background-color: whitesmoke;
    grid-area: 2 / 11 / 3 / 12;
}
.box35 {
    background-color: whitesmoke;
    grid-area: 2 / 12 / 3 / 13;
}
.box36 {
    background-color: whitesmoke;
    grid-area: 2 / 13 / 3 / 14;
}
.box37 {
    background-color: whitesmoke;
    grid-area: 2 / 14 / 3 / 15;
}
.box38 {
    background-color: whitesmoke;
    grid-area: 2 / 15 / 3 / 16;
}
.box39 {
    background-color: whitesmoke;
    grid-area: 2 / 16 / 3 / 17;
}
.box40 {
    background-color: whitesmoke;
    grid-area: 2 / 17 / 3 / 18;
}
.box41 {
    background-color: whitesmoke;
    grid-area: 2 / 18 / 3 / 19;
}
.box42 {
    background-color: whitesmoke;
    grid-area: 2 / 19 / 3 / 20;
}
.box43 {
    background-color: whitesmoke;
    grid-area: 2 / 20 / 3 / 21;
}
.box44 {
    background-color: whitesmoke;
    grid-area: 2 / 21 / 3 / 22;
}
.box45 {
    background-color: whitesmoke;
    grid-area: 2 / 22 / 3 / 23;
}
.box46 {
    background-color: whitesmoke;
    grid-area: 2 / 23 / 3 / 24;
}
.box47 {
    background-color: whitesmoke;
    grid-area: 3 / 1 / 4 / 2;
}
.box48 {
    background-color: lightyellow;
    grid-area: 3 / 2 / 4 / 3;
}
.box49 {
    background-color: whitesmoke;
    grid-area: 3 / 3 / 4 / 4;
}
.box50 {
    background-color: whitesmoke;
    grid-area: 3 / 4 / 4 / 5;
}
.box51 {
    background-color: whitesmoke;
    grid-area: 3 / 5 / 4 / 6;
}
.box52 {
    background-color: whitesmoke;
    grid-area: 3 / 6 / 4 / 7;
}
.box53 {
    background-color: whitesmoke;
    grid-area: 3 / 7 / 4 / 8;
}
.box54 {
    background-color: whitesmoke;
    grid-area: 3 / 8 / 4 / 9;
}
.box55 {
    background-color: whitesmoke;
    grid-area: 3 / 9 / 4 / 10;
}
.box56 {
    background-color: whitesmoke;
    grid-area: 3 / 10 / 4 / 11;
}
.box57 {
    background-color: whitesmoke;
    grid-area: 3 / 11 / 4 / 12;
}
.box58 {
    background-color: whitesmoke;
    grid-area: 3 / 12 / 4 / 13;
}
.box59 {
    background-color: whitesmoke;
    grid-area: 3 / 13 / 4 / 14;
}
.box60 {
    background-color: whitesmoke;
    grid-area: 3 / 14 / 4 / 15;
}
.box61 {
    background-color: whitesmoke;
    grid-area: 3 / 15 / 4 / 16;
}
.box62 {
    background-color: whitesmoke;
    grid-area: 3 / 16 / 4 / 17;
}
.box63 {
    background-color: whitesmoke;
    grid-area: 3 / 17 / 4 / 18;
}
.box64 {
    background-color: whitesmoke;
    grid-area: 3 / 18 / 4 / 19;
}
.box65 {
    background-color: whitesmoke;
    grid-area: 3 / 19 / 4 / 20;
}
.box66 {
    background-color: whitesmoke;
    grid-area: 3 / 20 / 4 / 21;
}
.box67 {
    background-color: whitesmoke;
    grid-area: 3 / 21 / 4 / 22;
}
.box68 {
    background-color: whitesmoke;
    grid-area: 3 / 22 / 4 / 23;
}
.box69 {
    background-color: whitesmoke;
    grid-area: 3 / 23 / 4 / 24;
}
.box70 {
    color: black;
    grid-area: 4 / 1 / 5 / 24;
}

.blink_me {
    animation: blinker 2s linear infinite;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid green;
    background-color: green;
    border-radius: 100%;
}

@keyframes blinker {
    50% {
        opacity: 0.1;
    }
}

/* -------- course scores page --------- */

.bogieBox {
    border-width: 2px;
    border-style: solid;
    border-color: #88d9f8;
}
.parBox {
    border-width: 2px;
    border-style: solid;
    border-color: #17b631;
}
.birdieBox {
    border-width: 2px;
    border-style: solid;
    border-color: #efeb08;
}
.eagleBox {
    border-width: 2px;
    border-style: solid;
    border-color: #8f4803;
}
.albatrossBox {
    border-width: 2px;
    border-style: solid;
    border-color: #7d7f80;
}
.holein1Box {
    border-width: thick;
    border-style: solid;
    border-color: #0fa9a0;
    background-color: #0fa9a0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}


/* course page detail tees color */
.square-blk {
    width: 12px;
    height: 12px;
    background-color: black;
    display: inline-block;
}

.square-blu {
    width: 12px;
    height: 12px;
    background-color: blue;
    display: inline-block;
}

.square-wht {
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid black;
    display: inline-block;
}

.square-red {
    width: 12px;
    height: 12px;
    background-color: red;
    display: inline-block;
}

.square-gre {
    width: 12px;
    height: 12px;
    background-color: green;
    display: inline-block;
}

.square-yel {
    width: 12px;
    height: 12px;
    background-color: yellow;
    display: inline-block;
}

.square-no {
    width: 12px;
    height: 12px;
    background-color: lightgrey;
    display: inline-block;
}

/* ------------------------ Match Play pages --------------------- */

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the in-progress loader image for GPS pages*/
.loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}

.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*  logout button style as a link 
#logout-form {
    display: inline;
}

#logout-form button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}
    */