﻿.font-weight-bold {
    font-weight: bold;
}

body {
    padding-top: 45px;
    padding-bottom: 20px;
    /*background-color: #f3f3f3;*/
    background-color: rgb(200,215,220);
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 500px) {
    .body-content {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media screen and (max-width: 500px) {
    .container {
        padding-left: 5px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 500px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: -10px;
        margin-left: -10px;
    }
}



    /* Set widths on the form inputs since otherwise they're 100% wide */
    input,
    select,
    textarea {
        max-width: 90%;
    }

    .inline {
        display: inline-block !important;
    }

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    .gos-panel * h2 {
        color: #f3f3f3;
        margin-top: 0px;
        font-size: 24px;
        font-weight: 700;
    }

    .gos-panel * h3 {
        color: #f3f3f3;
        font-size: 20px;
        font-weight: 700;
    }

    .gos-panel * p {
        color: #f3f3f3;
    }

    .gos-date {
        color: #cfcfcf;
        font-weight: 600;
        font-size: 12px;
    }


    .gos-align--middle {
        align-items: center;
    }

    .gos-valign-middle {
        display: flex;
        align-items: center;
    }

    .gos-header-background {
        background: url('../images/grass-2547818_1920_stripe.jpg');
    }

    .gos-header {
        /*background-color: #1a1a1a;*/
        min-height: 80px;
        /*background: -moz-linear-gradient(-45deg, rgba(6,41,60,0.92) 0%, rgba(7,70,75,0.67) 50%, rgba(7,70,75,0.67) 51%, rgba(16,72,88,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(6,41,60,0.92) 0%,rgba(7,70,75,0.67) 50%,rgba(7,70,75,0.67) 51%,rgba(16,72,88,1) 100%);
    background: linear-gradient(135deg, rgba(6,41,60,0.92) 0%,rgba(7,70,75,0.67) 50%,rgba(7,70,75,0.67) 51%,rgba(16,72,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb06293c', endColorstr='#104858',GradientType=1 );*/
        background: -moz-linear-gradient(-45deg, rgba(16,50,56,1) 0%, rgba(10,60,50,0.91) 37%, rgba(8,63,49,0.81) 48%, rgba(7,65,48,0.78) 53%, rgba(8,64,49,0.76) 57%, rgba(11,59,51,0.86) 71%, rgba(16,50,56,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(16,50,56,1) 0%,rgba(10,60,50,0.91) 37%,rgba(8,63,49,0.81) 48%,rgba(7,65,48,0.78) 53%,rgba(8,64,49,0.76) 57%,rgba(11,59,51,0.86) 71%,rgba(16,50,56,1) 100%);
        background: linear-gradient(135deg, rgba(16,50,56,1) 0%,rgba(10,60,50,0.91) 37%,rgba(8,63,49,0.81) 48%,rgba(7,65,48,0.78) 53%,rgba(8,64,49,0.76) 57%,rgba(11,59,51,0.86) 71%,rgba(16,50,56,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103238', endColorstr='#103238',GradientType=1 );
        background-size: cover;
    }

    .gos-bg--transparent {
        background-color: transparent;
    }

    .fixed-top {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 1030;
    }

    .gos-default--border {
        border-bottom: 5px solid #3e3e3e;
    }

    .gos-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }

    .d-inline-block {
        display: inline-block !important;
    }


    .gos-textlinks--white {
        color: white;
        -webkit-transform: perspective(1px) translateZ(0px);
        transform: perspective(1px) translateZ(0px);
        position: relative;
        padding-bottom: 5px;
    }

    .btn-secondary {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-menu {
        color: #fff;
        border-color: #868e96;
    }

    .rounded-0, .gos-btn--primary, .gos-btn--secondary {
        border-radius: 0 !important;
    }

    .gos-dropdown-menu {
        z-index: 2000;
    }

    .gos-dropdown-menu__item {
        color: rgba(255, 255, 255, 0.75);
    }


    .dropdown-menu.show {
        display: block;
    }

    :not([disabled]):not(.disabled).btn-secondary:focus:active, :not([disabled]):not(.disabled).btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0px 0px 0px 0.2rem rgba(134,142,150,0.5);
    }

    :not([disabled]):not(.disabled).btn-secondary:active, :not([disabled]):not(.disabled).btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #666e76;
    }

    :not([disabled]):not(.disabled).btn-menu:active, :not([disabled]):not(.disabled).btn-menu.active, .show > .btn-menu.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #666e76;
    }

    :not([disabled]):not(.disabled).btn {
        cursor: pointer;
    }


    .gos-dropdown-toggle:hover, .gos-dropdown-toggle:focus, .gos-dropdown-toggle:active {
        background-color: #3e3e3e !important;
        box-shadow: none !important;
    }

    .gos-icon-left {
        padding-right: 5px;
    }

    .gos-icon-right {
        padding-left: 5px;
    }

    .mb-2, .my-2 {
        margin-bottom: 0.5rem !important;
    }

    @media all and (min-width:576px) {
        .text-sm-right {
            text-align: right !important;
        }
    }

    .btn-menu:hover, .btn-menu:focus {
        color: antiquewhite !important;
        text-decoration: none;
    }

    .gos-menu-offset {
        position: absolute;
        transform: translate3d(200px, 0px, 0px);
    }

    .gos-main-logo {
        font-size: 32px;
        color: #FFE200;
    }

    @media all and (min-width:768px) {
        .gos-col-logo {
            width: 85% !important;
        }
    }

    @media all and (min-width:768px) {
        .gos-col-lang {
            width: 15% !important;
        }
    }

    .gos-navbar-user-padding-top {
        padding-top: 8px
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #10464c;
    }

    .dropdown-menu {
        background-color: #10464c;
    }

        .dropdown-menu > li > a {
            color: #F0F0F0;
        }


    .navbar-inverse {
        background-color: #10464c;
    }

    .gos-navbar {
        border-radius: 0 !important;
        background-color: #10464c !important;
        /*border-top-color: #1D7287 !important;
    border-bottom-color: #1D7287 !important;*/
        border-bottom-width: 2px;
        border-top-width: 2px;
        border-color: #1D7287 !important;
    }

    .gos-main-navbar {
        color: #BC8F2F !important;
    }

    .gos-navbar-right {
        float: right;
    }



    .gos-panel-header-container {
        height: 80px;
        width: 100%;
        position: relative;
        margin-top: 15px;
    }

    @media screen and (max-width: 500px) {
        .gos-panel-header-container {
            height: 60px;
            margin-top:8px;
        }
    }

    .gos-panel-header-logo {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,39,55,1);
        border: 2px solid rgba(34,110,131,1);
        box-shadow: 1px 1px 2px 3px white;
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
        /*Border radiuses*/
        border-top-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 3px;
        color: #f3f3f3;
        font-size: 42px;
        text-align: center;
        vertical-align: middle;
        padding-top: 7px;
    }

    @media screen and (max-width: 500px) {
        .gos-panel-header-logo {
            font-size: 28px;
            width: 60px;
            height: 60px;
            top: 7px;
        }
    }

    .gos-panel-background {
        position: absolute;
        top: 35px;
        left: 7px;
        width: 100% !important;
        background: url('../content/images/grass_stripe_blur.jpg');
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
        border-radius: 10px;
    }

    .gos-panel-header {
        background: -moz-linear-gradient(-45deg, rgba(0,39,55,1) 0%, rgba(10,60,50,0.91) 37%, rgba(8,63,49,0.81) 48%, rgba(7,65,48,0.78) 53%, rgba(8,64,49,0.76) 57%, rgba(11,59,51,0.86) 71%, rgba(16,50,56,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(0,39,55,1) 0%,rgba(10,60,50,0.91) 37%,rgba(8,63,49,0.81) 48%,rgba(7,65,48,0.78) 53%,rgba(8,64,49,0.76) 57%,rgba(11,59,51,0.86) 71%,rgba(16,50,56,1) 100%);
        background: linear-gradient(135deg, rgba(0,39,55,1) 0%,rgba(10,60,50,0.91) 37%,rgba(8,63,49,0.81) 48%,rgba(7,65,48,0.78) 53%,rgba(8,64,49,0.76) 57%,rgba(11,59,51,0.86) 71%,rgba(16,50,56,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002737', endColorstr='#103238',GradientType=1 );
        border-radius: 10px;
        box-shadow: 3px 3px 2px black;
        height: 50px;
        color: rgba(255,223,0,0.93);
        font-size: 32px;
        padding-left: 90px;
        border: 2px solid rgba(34,110,131,1);
    }

    @media screen and (max-width: 500px) {
        .gos-panel-header {
            font-size: 22px;
            padding-left: 65px;
            height: 35px;
        }
    }

    .gos-panel-golflogo {
        color: white;
        float: right;
        margin-right: 40px;
        -webkit-transform: skew(10deg);
        -moz-transform: skew(10deg);
        -o-transform: skew(10deg);
        transform: skew(10deg);
    }

    .gos-panel-divider {
        height: 7px;
        width: 92%;
        background: rgba(49,77,91,0.93);
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-color: rgba(49,77,91,0.93);
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        border-width: 1px;
        box-shadow: 3px 3px 2px black;
    }

    .gos-panel {
        background: rgba(49,77,91,0.93);
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        box-shadow: 3px 3px 2px black;
        width: 91%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        min-height: 200px;
        border-top-width: 0px;
        border-top-color: rgba(49,77,91,0.93);
        padding-left: 40px;
        padding-top: 40px;
    }

@media screen and (max-width: 500px) {
    .gos-panel {
        width: 95%;
        padding-left:5px;
        padding-top:15px;
    }
}

    .gos-panel-course {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 15px !important;
        min-width: 900px;
    }
    /*@media all and (min-width:768px)*/
    .col-sm-4 {
        width: 33.33%;
    }


    /*Form controls*/
    .gos-btn-primary-panel {
        background-color: rgba(0, 39, 55, 1) !important;
        margin-bottom: 30px;
        color: #BC8F2F;
        font-size: 24px;
        /*Transformation*/
        box-shadow: 1px 1px 2px 2px black;
        border-bottom-right-radius: 7px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-top-right-radius: 7px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 1px;
        border-top-style: solid;
        border-right-color: rgba(34,110,131,1);
        border-right-width: 2px;
        border-right-style: solid;
        border-left-color: rgba(34,110,131,1);
        border-left-width: 1px;
        border-left-style: solid;
        margin-left: 0px;
        -webkit-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
    }

        .gos-btn-primary-panel:hover {
            background-color: rgba(22, 67, 75, 1) !important;
            color: #BC8F2F;
        }

    .gos-btn-container {
        margin-left: 15px;
    }

    .gos-margin-right-10 {
        margin-right: 10px;
    }

    .gos-form-label {
        position: absolute;
        left: 48px;
        top: -20px;
        color: #BC8F2F;
        z-index: 10;
        margin-bottom: 0px;
        transition: transform 150ms ease-out, font-size 150ms ease-out;
        font-size: 14px;
        /*background-color: rgba(10,73,88,1);*/
    }

    .gos-form-label-box {
        position: absolute;
        left: 52px;
        top: -20px;
        color: #BC8F2F;
        height: 30px;
        min-width: 50px;
    }

    .gos-form-label-required::after {
        content: "*";
        color: #dc3545;
        position: absolute;
        top: -3px;
        right: -8px;
    }

    .gos-form-input {
        height: 40px;
        position: relative;
        padding: 5px 0px 5px 12px;
        width: 80% !important;
        outline: 0;
        /*border: 1px solid #e5e5e5;*/
        transition: box-shadow 150ms ease-out;
        background-color: rgba(22,67,75, 1);
        /*border: 1px solid rgba(34,110,131,1);*/
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 7px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-top-right-radius: 7px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 1px;
        border-top-style: solid;
        border-right-color: rgba(34,110,131,1);
        border-right-width: 2px;
        border-right-style: solid;
        border-left-color: rgba(22,67,75, 1);
        border-left-width: 0px;
        border-left-style: solid;
        margin-left: 0px;
        -webkit-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
        font-size: 24px;
        color: #f3f3f3;
    }

    .gos-input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    /*.form-group {
    margin-bottom: 30px;
}*/

    .gos-form-group {
        position: relative;
    }

    .input-group-prepend {
        margin-right: -1px;
    }

    .input-group-prepend, .input-group-append {
        display: flex;
        align-items: center;
        height: 34px;
    }


    .gos-input-logo {
        margin-top: 6px;
        height: 40px;
        width: 40px;
        padding-top: 2px;
        color: #BC8F2F;
        font-size: 24px;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(0, 39, 55, 1);
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 7px !important;
        border-left-color: rgba(34,110,131,1);
        border-left-width: 1px;
        border-left-style: solid;
        border-top-left-radius: 1px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 1px;
        border-top-style: solid;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 1px;
        border-right-style: solid;
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .gos-leaderboard-header {
        width: 55px;
        vertical-align: bottom;
        font-size: 12px;
        color: white;
        text-align: center;
    }

    .gos-order {
        width: 40px;
        color: #00415F;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(247, 142, 0, 1);
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 7px !important;
        border-left-color: rgba(34,110,131,0.9);
        border-left-width: 2px;
        border-left-style: solid;
        border-top-left-radius: 1px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 2px !important;
        border-top-style: solid !important;
        border-right-color: rgba(34,110,131,1);
        border-right-width: 2px !important;
        border-right-style: solid !important;
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .gos-course-header-group {
        margin-bottom: 0px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    .gos-order-group {
        margin-bottom: 2px;
        position: relative;
        display: flex;
        align-items: stretch;
        width: 100%;
    }

    .gos-panel-header-leaderboard {
        min-width: 626px
    }

    .gos-divider-leaderboard {
        min-width: 619px;
    }

    .gos-panel-leaderboard {
        min-width: 570px;
    }


    .gos-order-name {
        padding-right: 0px;
        padding-left: 12px;
        padding-right: 12px;
        /* padding-top: 1px; */
        width: 100% !important;
        transition: box-shadow 150ms ease-out;
        background-color: rgba(23,50,57,1);
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 7px !important;
        border-bottom-color: rgba(34, 110, 131, 1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-top-right-radius: 7px !important;
        border-top-color: rgba(34, 110, 131, 1);
        border-top-width: 2px;
        border-top-style: solid;
        border-right-color: rgba(34, 110, 131, 1);
        border-right-width: 2px;
        border-right-style: solid;
        border-left-color: rgba(22, 67, 75, 1);
        border-left-width: 0px;
        border-left-style: solid;
        margin-left: 0px;
        -webkit-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
        font-size: 17px;
        color: #f3f3f3;
    }

    .gos-gray {
        background-color: #3D7383;
        color: rgb(252,252,252);
    }

    .gos-font-20 {
        font-size: 20px;
    }

    .gos-font-18 {
        font-size: 18px;
    }

    .gos-font-16 {
        font-size: 16px;
    }

    .gos-ligh-blue-border {
        border-color: rgba(34,110,131,1);
        border-width: 1px;
        border-style: solid;
    }

    .gos-course-name {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: right;
    }

    .gos-row-name {
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px !important;
        border-left-color: rgba(0, 39, 55, 1);
        border-left-width: 3px;
        border-left-style: solid;
        border-top-left-radius: 0px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 2px;
        border-top-style: solid;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 1px;
        border-right-style: solid;
        text-align: right;
        padding-right: 10px;
    }




    .gos-par-header {
        height: 40px;
        width: 40px;
        font-size: 20px;
        margin-bottom: 0px;
        text-align: center;
        border-left-color: rgba(0, 39, 55, 1);
        border-left-width: 3px;
        border-left-style: solid;
        border-top-left-radius: 7px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 2px;
        border-top-style: solid;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 2px;
        border-right-style: solid;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

    .gos-round-header {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        /*border: solid 2px rgba(0, 39, 55, 1);*/
        color: #FFFFFF;
    }

    .gos-tr-divider {
        height: 4px;
    }



    .gos-course-header {
        height: 100px;
        width: 40px;
        padding-top: 2px;
        color: #BC8F2F;
        font-size: 16px;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(11,59,51,0.86);
        /*box-shadow: 1px 1px 2px black;*/
        /*border-bottom-right-radius: 0px !important;
    border-bottom-color: rgba(11,59,51,0.86);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-left-radius: 0px !important;*/
        border-left-color: rgba(34,110,131,1);
        border-left-width: 3px;
        border-left-style: solid;
        border-top-left-radius: 7px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 2px;
        border-top-style: solid;
        border-right-color: rgba(11,59,51,0.86);
        border-right-width: 1px;
        border-right-style: solid;
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .gos-rotated-text {
        -webkit-transform: rotate(-90deg);
        display: inline-block;
        position: relative;
    }

    .gos-table-header {
        display: inline-table;
        vertical-align: top;
        text-align: center;
    }

    .gos-td-centered {
        display: flex;
        text-align: center;
    }

    .gos-table-font {
        font-size: 17px;
    }

    .gos-rotated-text {
        display: inline-block;
        overflow: hidden;
        width: 1.5em;
        line-height: 1.5;
    }


    .gos-rotated-text__inner {
        display: inline-block;
        white-space: nowrap;
        -webkit-transform: translate(0, 100%) rotate(-90deg);
        -moz-transform: translate(0, 100%) rotate(-90deg);
        -ms-transform: translate(0px, 100%) rotate(-90deg);
        -o-transform: translate(0, 100%) rotate(-90deg);
        transform: translate(0px, 100%) rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

        .gos-rotated-text__inner::before {
            content: "";
            float: left;
            margin-top: 100%;
        }



    .gos-width-100 {
        width: 100px;
        -webkit-transform-origin: 56% 220% 0px;
        text-align: center;
    }


    .gos-par {
        margin-top: 6px;
        height: 40px;
        width: 40px;
        padding-top: 2px;
        color: #BC8F2F;
        font-size: 24px;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(0, 39, 55, 1);
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px !important;
        border-left-color: rgba(34,110,131,1);
        border-left-width: 1px;
        border-left-style: solid;
        border-top-left-radius: 1px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 2px;
        border-top-style: solid;
        border-right-color: rgba(34,110,131,1);
        border-right-width: 2px;
        border-right-style: solid;
        /*-webkit-transform: skew(-15deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);*/
    }

    .gos-date {
        width: 110px;
        padding-top: 4px;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        /*border-bottom-left-radius: 7px !important;*/
        border-left-color: rgba(0, 39, 55, 1);
        border-left-width: 5px;
        /*border-left-style: solid;*/
        border-top-left-radius: 14px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 2px;
        /*border-top-style: solid;*/
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 1px;
        border-right-style: solid;
    }

    .gos-tee {
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px !important;
        border-left-color: rgba(0, 39, 55, 1);
        border-left-width: 3px;
        border-left-style: solid;
        border-top-left-radius: 0px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 3px !important;
        /*border-top-style: solid !important;*/
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 2px !important;
        border-right-style: solid !important;
    }


    .gos-tee-first {
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px;
        border-left-color: rgba(0, 39, 55, 1);
        border-left-width: 3px;
        /*border-left-style: solid;*/
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 3px !important;
        /*border-top-style: solid !important;*/
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 3px !important;
        border-right-style: solid !important;
    }


    .gos-skew-10 {
        -webkit-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
    }

    .gos-bold {
        font-weight: bold;
    }

    .gos-orange {
        color: #00415F;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(247, 142, 0, 1);
    }

    .gos-orange-text {
        color: rgba(246, 181, 9, 1);
    }

    .gos-panel-holes {
        background-color: rgba(23, 50, 57, 1);
        border: 2px solid rgba(34, 110, 131, 1);
        box-shadow: 4px 4px 10px 1px #000;
        margin-right: 10px;
        color: #F3F3F3
    }

    .gos-azure {
        color: #00415F;
        background-color: rgba(13,191,234,1);
    }

    .gos-orange-gradient {
        color: #f5f5f5;
        background: rgb(255,165,0);
        background: -moz-linear-gradient(top, rgba(255,165,0,1) 0%, rgba(247,142,0,1) 31%, rgba(193,113,0,1) 64%, rgba(181,99,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,165,0,1) 0%,rgba(247,142,0,1) 31%,rgba(193,113,0,1) 64%,rgba(181,99,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,165,0,1) 0%,rgba(247,142,0,1) 31%,rgba(193,113,0,1) 64%,rgba(181,99,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#b56300',GradientType=0 );
    }

    .gos-blue-gradient {
        background: rgb(147,206,222);
        background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 54%, rgba(73,165,191,1) 100%);
        background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 54%,rgba(73,165,191,1) 100%);
        background: linear-gradient(to bottom, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 54%,rgba(73,165,191,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 );
    }

    .gos-azure-gradient {
        color: #FFFFFF;
        background: rgb(13,191,234);
        background: -moz-linear-gradient(top, rgba(13,191,234,1) 0%, rgba(0,79,132,1) 100%);
        background: -webkit-linear-gradient(top, rgba(13,191,234,1) 0%,rgba(0,79,132,1) 100%);
        background: linear-gradient(to bottom, rgba(13,191,234,1) 0%,rgba(0,79,132,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dbfea', endColorstr='#004f84',GradientType=0 );
    }

    .gos-dark-blue {
        background-color: rgba(23,50,57,1);
        color: #FFFFFF;
    }

    .gos-dark-blue-flag {
        background-color: rgba(23,50,57,1);
        color: rgba(49, 77, 91, 0.93);
    }

    .gos-light-blue {
        background-color: rgba(26,71,74,1);
        color: #FFFFFF;
    }

    .gos-tee-orange {
        color: #00415F;
        font-size: 24px;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(247, 142, 0, 1);
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        -webkit-border-bottom-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important;
        border-left-color: rgba(34,110,131,1);
        border-left-width: 3px;
        border-left-style: solid;
        -webkit-border-top-left-radius: 7px !important;
        border-top-left-radius: 7px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 3px !important;
        /*border-top-style: solid !important;*/
        border-right-color: rgba(34,110,131,1);
        border-right-width: 3px !important;
        border-right-style: solid !important;
        /*-webkit-transform: skew(-15deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);*/
    }

    .gos-tee-blue {
        margin-top: 6px;
        height: 40px;
        width: 40px;
        padding-top: 2px;
        color: rgba(252,252,252,1);
        font-size: 24px;
        margin-bottom: 0px;
        text-align: center;
        background-color: rgba(22,67,75, 1);
        box-shadow: 1px 1px 2px black;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(34,110,131,1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px !important;
        border-left-color: rgba(34,110,131,1);
        border-left-width: 2px;
        border-left-style: solid;
        border-top-left-radius: 1px !important;
        border-top-color: rgba(34,110,131,1);
        border-top-width: 2px !important;
        border-top-style: solid !important;
        border-right-color: rgba(34,110,131,1);
        border-right-width: 2px !important;
        border-right-style: solid !important;
        /*-webkit-transform: skew(-15deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);*/
    }


    .input-group-text {
        padding: .375rem .75rem;
        margin-bottom: 0px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }

    .c-checkbox, .c-radio {
        margin-right: 4px;
    }


    .form-control:focus {
        background-color: rgba(22,67,75, 0.30);
        color: #f3f3f3;
        /*border-color: #80bdff;*/
        outline: 0;
        /*box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25);*/
    }


    .gos-row-header-rounded {
        width: 110px;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-left-color: rgba(255, 255, 255, 1);
        border-left-width: 5px;
        border-top-left-radius: 14px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 2px;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 1px;
        border-right-style: solid;
    }

    .gos-par-header1 {
        height: 100%;
        width: 40px;
        font-size: 20px;
        margin-bottom: 0px;
        text-align: center;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 2px;
        border-top-style: solid;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 2px;
        border-right-style: solid;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }



    .gos-divTable {
        display: table;
    }

    .gos-divTableRow {
        display: table-row;
    }

    .gos-divTableHeading {
        display: table-header-group;
    }

    .gos-divTableCell, .gos-divTableHead {
        display: table-cell;
    }

    .gos-divTableHeading {
        display: table-header-group;
    }

    .gos-divTableFoot {
        display: table-footer-group;
    }

    .gos-divTableBody {
        display: table-row-group;
    }


    .gos-tee1-first {
        font-size: 20px;
        font-weight: bold;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px;
        border-left-color: rgba(255, 255, 255, 1);
        border-left-width: 3px;
        border-left-style: solid;
        border-top-left-radius: 9px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-width: 2px !important;
        border-top-style: solid !important;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 2px !important;
        border-right-style: solid !important;
    }


    .gos-tee1 {
        font-size: 20px;
        font-weight: bold;
        border-bottom-right-radius: 0px !important;
        border-bottom-color: rgba(0, 39, 55, 1);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-left-radius: 0px !important;
        border-left-color: rgba(0, 39, 55, 1);
        border-left-width: 3px;
        border-top-left-radius: 0px !important;
        border-top-color: rgba(0, 39, 55, 1);
        border-top-style: solid;
        border-top-width: 2px !important;
        border-right-color: rgba(0, 39, 55, 1);
        border-right-width: 2px !important;
        border-right-style: solid !important;
    }

    .gos-result-box {
        border-color: rgba(34,110,131,1);
        border-width: 2px;
        border-style: solid;
        width: 45px;
        box-shadow: 2px 1px 2px 1px #000000;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 3px;
        -webkit-transform: skew(-10deg);
        -moz-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        transform: skew(-10deg);
    }


    /* Popover */
    .popover {
        border: 1px solid white;
    }

    /* Popover Header */
    .popover-title {
        background-color: #3d7383;
        color: #FFFFFF;
        font-size: 12px !important;
        text-align: center;
    }

    /* Popover Body */
    .popover-content {
        background-color: rgba(23, 50, 57, 1);
        color: #FFFFFF;
        padding: 10px;
        font-size: 12px;
        /*text-align: center;*/
    }

    /* Popover Arrow */
    .arrow {
        /*border-right-color: red !important;*/
    }


    .row-table {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .row-flush > [class*='col-'] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-table > [class*='col-'] {
        display: table-cell;
        float: none;
        table-layout: fixed;
        vertical-align: middle;
    }

    .gos-panel-bottomline-hole {
        border-bottom: 1px solid rgba(49,77,91,0.93);
        background-color: rgba(0, 39, 55, 0.6);
    }

    .gos-panel-rightline-hole {
        border-right: 1px solid rgba(49,77,91,0.93);
    }

    .gos-smallcaps {
        font-variant: small-caps;
    }

.gos-match-radio-box {
    text-align: center !important;
    height: 100px;
}

.gos-label-radio-box {
padding-top:2px;
font-size:20px;
margin-bottom:0px!important;
}

    /*Match play */




.gos-score-panel-table thead > tr > th, .table tbody > tr > th, .gos-score-panel-table tfoot > tr > th, .gos-score-panel-table thead > tr > td, .gos-score-panel-table tbody > tr > td, .gos-score-panel-table tfoot > tr > td {
    padding: 0px;
    border-top: 0px;
}

.gos-team-name-left {
    color: #7f0000;
    font-weight: bold;
    font-size:18px;
}

.gos-team-name-right {
    color: #003793;
    font-weight: bold;
    font-size: 18px;
}

.gos-left-team-base-color {
    background: rgba(127,0,0,1);
    color: white;
}

.gos-right-team-base-color {
    background: rgba(7,30,147,1);
    color:white;
}

    .gos-right-results {
        width: 40px;
        color: white;
        background: rgb(211,211,211);
        background: -moz-linear-gradient(-60deg, rgba(211,211,211,1) 0%, rgba(102,102,102,1) 9%, rgba(89,89,89,1) 9%, rgba(71,71,71,1) 16%, rgba(44,44,44,1) 31%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(2,2,2,1) 100%);
        background: -webkit-linear-gradient(-60deg, rgba(211,211,211,1) 0%,rgba(102,102,102,1) 9%,rgba(89,89,89,1) 9%,rgba(71,71,71,1) 16%,rgba(44,44,44,1) 31%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(2,2,2,1) 100%);
        background: linear-gradient(170deg, rgba(211,211,211,1) 0%,rgba(102,102,102,1) 20%,rgba(89,89,89,1) 22%,rgba(71,71,71,1) 24%,rgba(44,44,44,1) 26%,rgba(17,17,17,1) 60%,rgba(12,12,12,1) 91%,rgba(2,2,2,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#020202',GradientType=1 );
    }

    .gos-left-results {
        width: 40px;
        color: white;
        background: rgb(19,19,19);
        background: rgb(2,2,2);
        background: -moz-linear-gradient(45deg, rgba(2,2,2,1) 0%, rgba(12,12,12,1) 9%, rgba(17,17,17,1) 40%, rgba(44,44,44,1) 74%, rgba(71,71,71,1) 76%, rgba(89,89,89,1) 78%, rgba(102,102,102,1) 80%, rgba(211,211,211,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(2,2,2,1) 0%,rgba(12,12,12,1) 9%,rgba(17,17,17,1) 40%,rgba(44,44,44,1) 74%,rgba(71,71,71,1) 76%,rgba(89,89,89,1) 78%,rgba(102,102,102,1) 80%,rgba(211,211,211,1) 100%);
        background: linear-gradient(10deg, rgba(2,2,2,1) 0%,rgba(12,12,12,1) 9%,rgba(17,17,17,1) 40%,rgba(44,44,44,1) 74%,rgba(71,71,71,1) 76%,rgba(89,89,89,1) 78%,rgba(102,102,102,1) 80%,rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#d3d3d3',GradientType=1 );
    }

    .gos-right-lead {
        width: 40px;
        background: -moz-linear-gradient(-45deg, rgba(211,255,211,1) 0%, rgba(102,219,102,1) 20%, rgba(89,168,89,1) 22%, rgba(71,140,71,1) 24%, rgba(44,134,44,1) 26%, rgba(17,110,17,1) 60%, rgba(12,100,12,1) 91%, rgba(8,89,8,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(211,255,211,1) 0%,rgba(102,219,102,1) 20%,rgba(89,168,89,1) 22%,rgba(71,140,71,1) 24%,rgba(44,134,44,1) 26%,rgba(17,110,17,1) 60%,rgba(12,100,12,1) 91%,rgba(8,89,8,1) 100%);
        background: linear-gradient(170deg, rgba(211,255,211,1) 0%,rgba(102,219,102,1) 20%,rgba(89,183,89,1) 22%,rgba(71,177,71,1) 24%,rgba(44,173,44,1) 26%,rgba(17,151,17,1) 60%,rgba(12,145,12,1) 91%,rgba(8,140,8,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffd3', endColorstr='#085908',GradientType=1 );
        color: white;
    }

    .gos-left-lead {
        width: 40px;
        background: rgb(8,140,8);
        background: -moz-linear-gradient(45deg, rgba(8,140,8,1) 0%, rgba(12,145,12,1) 9%, rgba(17,151,17,1) 40%, rgba(44,173,44,1) 74%, rgba(71,177,71,1) 76%, rgba(89,183,89,1) 78%, rgba(102,219,102,1) 80%, rgba(211,255,211,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(8,140,8,1) 0%,rgba(12,145,12,1) 9%,rgba(17,151,17,1) 40%,rgba(44,173,44,1) 74%,rgba(71,177,71,1) 76%,rgba(89,183,89,1) 78%,rgba(102,219,102,1) 80%,rgba(211,255,211,1) 100%);
        background: linear-gradient(10deg, rgba(8,140,8,1) 0%,rgba(12,145,12,1) 9%,rgba(17,151,17,1) 40%,rgba(44,173,44,1) 74%,rgba(71,177,71,1) 76%,rgba(89,183,89,1) 78%,rgba(102,219,102,1) 80%,rgba(211,255,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088c08', endColorstr='#d3ffd3',GradientType=1 );
        color: white;
    }

    .gos-middle-results {
        background: rgb(6,41,60);
        background: -moz-linear-gradient(top, rgba(6,41,60,1) 0%, rgba(44,70,71,1) 46%, rgba(47,79,81,1) 82%, rgba(84,104,104,1) 91%, rgba(84,104,104,1) 91%, rgba(111,165,168,1) 97%, rgba(234,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(6,41,60,1) 0%,rgba(44,70,71,1) 46%,rgba(47,79,81,1) 82%,rgba(84,104,104,1) 91%,rgba(84,104,104,1) 91%,rgba(111,165,168,1) 97%,rgba(234,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(6,41,60,1) 0%,rgba(44,70,71,1) 46%,rgba(47,79,81,1) 82%,rgba(84,104,104,1) 91%,rgba(84,104,104,1) 91%,rgba(111,165,168,1) 97%,rgba(234,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06293c', endColorstr='#eaffff',GradientType=0 );
        padding: 5px;
        float: left;
    }

    .gos-middle-hole {
        width: 30px;
    }


    .gos-left-players-box {
        width: 100%;
        float: left;
        padding: 0px 0px 5px 0px;
        text-align: right;
        background: rgb(232,1,0);
        background: -moz-linear-gradient(left, rgba(232,1,0,1) 0%, rgba(127,0,0,1) 26%, rgba(127,0,0,1) 100%);
        background: -webkit-linear-gradient(left, rgba(232,1,0,1) 0%,rgba(127,0,0,1) 26%,rgba(127,0,0,1) 100%);
        background: linear-gradient(to right, rgba(232,1,0,1) 0%,rgba(127,0,0,1) 26%,rgba(127,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80100', endColorstr='#7f0000',GradientType=1 );
        border-bottom-left-radius: 7px;
        box-shadow: -1px 4px 15px 4px #000;
        border: 2px solid rgba(34,110,131,1);
    }

    .gos-left-leader {
        background: -moz-linear-gradient(left, rgba(0,44,56,0) 0%, rgba(7,70,75,0.26) 50%, rgba(28,176,28,1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,44,56,0) 0%,rgba(7,70,75,0.26) 50%,rgba(28,176,28,1) 100%);
        background: linear-gradient(to right, rgba(0,44,56,0) 0%,rgba(7,70,75,0.26) 50%,rgba(28,176,28,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002c38', endColorstr='#1cb01c',GradientType=1 );
        padding-top: 2px;
        padding-right: 3px;
        padding-left: 3px;
    }

    .gos-right-players-box {
        padding: 0px 0px 5px 0px;
        width: 100%;
        float: left;
        background: rgb(7,30,147);
        background: -moz-linear-gradient(left, rgba(7,30,147,1) 0%, rgba(7,30,147,1) 74%, rgba(73,129,252,1) 100%);
        background: -webkit-linear-gradient(left, rgba(7,30,147,1) 0%,rgba(7,30,147,1) 74%,rgba(73,129,252,1) 100%);
        background: linear-gradient(to right, rgba(7,30,147,1) 0%,rgba(7,30,147,1) 74%,rgba(73,129,252,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071e93', endColorstr='#4981fc',GradientType=1 );
        border-bottom-right-radius: 7px;
        box-shadow: 1px 4px 15px 4px #000;
        border: 2px solid rgba(34,110,131,1);
    }

    .gos-right-leader {
        background: -moz-linear-gradient(left, rgba(28,176,28,1) 0%, rgba(7,70,75,0.26) 74%, rgba(0,44,56,0) 100%);
        background: -webkit-linear-gradient(left, rgba(28,176,28,1) 0%,rgba(7,70,75,0.26) 74%,rgba(0,44,56,0) 100%);
        background: linear-gradient(to right, rgba(28,176,28,1) 0%,rgba(7,70,75,0.26) 74%,rgba(0,44,56,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb01c', endColorstr='#00002c38',GradientType=1 );
        padding-top: 2px;
        padding-right: 3px;
        padding-left: 3px;
    }


    .gos-player-default {
        padding-top: 2px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .gos-red-leader {
        color: white;
        background: rgb(127,0,0);
        background: -moz-linear-gradient(left, rgba(127,0,0,1) 0%, rgba(127,0,0,1) 74%, rgba(232,1,0,1) 100%);
        background: -webkit-linear-gradient(left, rgba(127,0,0,1) 0%,rgba(127,0,0,1) 74%,rgba(232,1,0,1) 100%);
        background: linear-gradient(to right, rgba(127,0,0,1) 0%,rgba(127,0,0,1) 74%,rgba(232,1,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#e80100',GradientType=1 );
    }

    .gos-blue-leader {
        color: white;
        background: rgb(73,129,252);
        background: -moz-linear-gradient(left, rgba(73,129,252,1) 0%, rgba(7,30,147,1) 26%, rgba(7,30,147,1) 100%);
        background: -webkit-linear-gradient(left, rgba(73,129,252,1) 0%,rgba(7,30,147,1) 26%,rgba(7,30,147,1) 100%);
        background: linear-gradient(to right, rgba(73,129,252,1) 0%,rgba(7,30,147,1) 26%,rgba(7,30,147,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4981fc', endColorstr='#071e93',GradientType=1 );
    }


    .gos-blue-player-details {
        /*background: rgb(0,39,55);
    background: -moz-linear-gradient(left, rgba(0,39,55,1) 0%, rgba(0,39,55,1) 74%, rgba(76,92,130,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,39,55,1) 0%,rgba(0,39,55,1) 74%,rgba(76,92,130,1) 100%);
    background: linear-gradient(to right, rgba(0,39,55,1) 0%,rgba(0,39,55,1) 74%,rgba(76,92,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002737', endColorstr='#4c5c82',GradientType=1 );*/
        background: rgb(7,30,147);
        background: -moz-linear-gradient(left, rgba(7,30,147,1) 0%, rgba(7,30,147,1) 74%, rgba(73,129,252,1) 100%);
        background: -webkit-linear-gradient(left, rgba(7,30,147,1) 0%,rgba(7,30,147,1) 74%,rgba(73,129,252,1) 100%);
        background: linear-gradient(to right, rgba(7,30,147,1) 0%,rgba(7,30,147,1) 74%,rgba(73,129,252,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071e93', endColorstr='#4981fc',GradientType=1 );
        color: white;
    }

    .gos-red-player-details {
        background: rgb(232,1,0);
        background: -moz-linear-gradient(left, rgba(232,1,0,1) 0%, rgba(127,0,0,1) 26%, rgba(127,0,0,1) 100%);
        background: -webkit-linear-gradient(left, rgba(232,1,0,1) 0%,rgba(127,0,0,1) 26%,rgba(127,0,0,1) 100%);
        background: linear-gradient(to right, rgba(232,1,0,1) 0%,rgba(127,0,0,1) 26%,rgba(127,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80100', endColorstr='#7f0000',GradientType=1 );
        color: white;
    }

    .gos-all-square {
        /*background: rgb(127,0,0);
    background: -moz-linear-gradient(left, rgba(127,0,0,1) 0%, rgba(127,0,0,1) 26%, rgba(0,39,55,1) 100%);
    background: -webkit-linear-gradient(left, rgba(127,0,0,1) 0%,rgba(127,0,0,1) 26%,rgba(0,39,55,1) 100%);
    background: linear-gradient(to right, rgba(127,0,0,1) 0%,rgba(127,0,0,1) 26%,rgba(0,39,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#002737',GradientType=1 );*/
        background: rgb(127,0,0);
        background: -moz-linear-gradient(left, rgba(127,0,0,1) 0%, rgba(7,30,147,1) 100%);
        background: -webkit-linear-gradient(left, rgba(127,0,0,1) 0%,rgba(7,30,147,1) 100%);
        background: linear-gradient(to right, rgba(127,0,0,1) 0%,rgba(7,30,147,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#071e93',GradientType=1 );
        color: white;
    }


    .gos-match-square {
        padding: 0px 0px 5px 0px;
        width: 100%;
        /*float: left;*/
        /*border-bottom-right-radius: 7px;*/
        box-shadow: 1px 4px 15px 4px #000;
        border: 2px solid rgba(34,110,131,1);
    }



    .gos-match-leaderboard-title {
        /*background: rgb(151,166,201);
    background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 15%, rgba(26,71,74,1) 100%);
    background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(26,71,74,1) 100%);
    background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(26,71,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#1a474a',GradientType=0 );*/
        background: rgb(151,166,201);
        background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 15%, rgba(0,39,55,1) 100%);
        background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#002737',GradientType=0 );
        padding: 0px;
        box-shadow: 4px 4px 10px 1px #000;
        border-right: 2px solid rgba(34,110,131,1);
        border-left: 2px solid rgba(34,110,131,1);
        border-top: 2px solid rgba(34,110,131,1);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .gos-match-score-title {
        background: rgb(151,166,201);
        background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 15%, rgba(0,39,55,1) 100%);
        background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#002737',GradientType=0 );
        padding: 0px;
        box-shadow: 4px 4px 10px 1px #000;
        border-right: 2px solid rgba(34,110,131,1);
        border-left: 2px solid rgba(34,110,131,1);
        border-top: 2px solid rgba(34,110,131,1);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.gos-match-score-subtitle {
    font-size:22px;

}

    .gos-score-password {
        background: rgb(151,166,201);
        background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 5%, rgba(0,39,55,1) 100%);
        background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 5%,rgba(0,39,55,1) 100%);
        background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 5%,rgba(0,39,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#002737',GradientType=0 );
        padding: 25px 0px 5px 40px;
        box-shadow: 4px 4px 10px 1px #000;
        border: 2px solid rgba(34,110,131,1);
        border-radius: 7px;
        font-size: 18px;
    }

    .gos-match-score-base {
        /*background: rgba(0,39,55,1);*/
        border-bottom: 2px solid rgba(34,110,131,1);
    }

    .gos-match-score-left {
        background: rgb(232,1,0);
        background: -moz-linear-gradient(left, rgba(232,1,0,1) 0%, rgba(127,0,0,1) 26%, rgba(127,0,0,1) 100%);
        background: -webkit-linear-gradient(left, rgba(232,1,0,1) 0%,rgba(127,0,0,1) 26%,rgba(127,0,0,1) 100%);
        background: linear-gradient(to right, rgba(232,1,0,1) 0%,rgba(127,0,0,1) 26%,rgba(127,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80100', endColorstr='#7f0000',GradientType=1 );
        color: white;
        border-left: 2px solid rgba(34,110,131,1);
        border-bottom: 2px solid rgba(34,110,131,1);
        border-top: 2px solid rgba(34,110,131,1);
        border-bottom-left-radius: 3px;
        box-shadow: 4px 4px 10px 1px #000;
    }

    .gos-match-score-middle {
        border-bottom: 2px solid rgba(34,110,131,1);
        border-top: 2px solid rgba(34,110,131,1);
        text-align: center;
        box-shadow: 4px 4px 10px 1px #000;
        padding-top: 3px;
    }


    .gos-match-score-right {
        background: rgb(7,30,147);
        background: -moz-linear-gradient(left, rgba(7,30,147,1) 0%, rgba(7,30,147,1) 74%, rgba(73,129,252,1) 100%);
        background: -webkit-linear-gradient(left, rgba(7,30,147,1) 0%,rgba(7,30,147,1) 74%,rgba(73,129,252,1) 100%);
        background: linear-gradient(to right, rgba(7,30,147,1) 0%,rgba(7,30,147,1) 74%,rgba(73,129,252,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071e93', endColorstr='#4981fc',GradientType=1 );
        color: white;
        border-right: 2px solid rgba(34,110,131,1);
        border-bottom: 2px solid rgba(34,110,131,1);
        border-top: 2px solid rgba(34,110,131,1);
        box-shadow: 4px 4px 10px 1px #000;
    }

    .gos-container-match {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 10px;
    }

    .gos-match-details-table {
        margin: 0 auto;
        border-collapse: collapse;
        max-width: 500px;
    }

    .gos-match-details-player-td {
        vertical-align: top;
        padding-top: 5px;
        color: white;
        min-width: 120px;
        font-size: 14px;
        font-variant: small-caps;
    }

    .gos-match-result-box {
        margin-bottom: 1px;
        border: 1px solid rgb(28,176,28);
        background-color: rgb(28,176,28);
        width: 110px;
        box-shadow: inset -1px -1px 6px 1px darkgreen;
        text-align:left;
        padding-left:3px;
        padding-top:5px;
        height:44px;
    }

    .gos-match-thru {
        display: inline-block;
        vertical-align: top;
        margin-top: 2px;
        font-size: 8px;
        padding-left:2px;
    }

    .gos-match-thru-box {
        font-weight: bold;
        display: inline-block;
        width: 45px;
        background: rgba(0,121,0,.7);
        box-shadow: inset -1px -1px 6px 1px darkgreen;
        padding-right: 0px;
        font-size:20px;
    }


    .gos-match-thru-result {
        display: inline-block;
        width: 50px;
        text-align: center;
        font-size:20px;
    }

    .thumb48 {
        width: 48px !important;
        height: 48px !important;
    }

    .gos-match-points-box {
        width: 100px;
        height: 50px;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 4px 4px 10px 1px #000;
        border: 2px solid rgb(34,110,131);
        border-radius: 5px;
        color: rgb(255, 229, 160);
        font-weight: 700;
        font-size: 32px;
    }

    .gos-match-points-blue {
        /*background: rgb(222,231,252);
    background: -moz-linear-gradient(top, rgba(222,231,252,1) 0%, rgba(4,10,122,1) 9%, rgba(0,39,55,1) 13%, rgba(0,39,55,1) 100%);
    background: -webkit-linear-gradient(top, rgba(222,231,252,1) 0%,rgba(4,10,122,1) 9%,rgba(0,39,55,1) 13%,rgba(0,39,55,1) 100%);
    background: linear-gradient(to bottom, rgba(222,231,252,1) 0%,rgba(4,10,122,1) 9%,rgba(0,39,55,1) 13%,rgba(0,39,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7fc', endColorstr='#002737',GradientType=0 );*/
        background: rgb(222,231,252);
        background: -moz-linear-gradient(top, rgba(222,231,252,1) 0%, rgba(60,76,158,1) 9%, rgba(7,30,147,1) 13%, rgba(7,30,147,1) 100%);
        background: -webkit-linear-gradient(top, rgba(222,231,252,1) 0%,rgba(60,76,158,1) 9%,rgba(7,30,147,1) 13%,rgba(7,30,147,1) 100%);
        background: linear-gradient(to bottom, rgba(222,231,252,1) 0%,rgba(60,76,158,1) 9%,rgba(7,30,147,1) 13%,rgba(7,30,147,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7fc', endColorstr='#071e93',GradientType=0 );
    }

    .gos-match-points-red {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,6,6,1) 9%, rgba(127,0,0,1) 13%, rgba(127,0,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(211,6,6,1) 9%,rgba(127,0,0,1) 13%,rgba(127,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(211,6,6,1) 9%,rgba(127,0,0,1) 13%,rgba(127,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7f0000',GradientType=0 );
    }

    .gos-continuos-score {
        color: rgb(255, 229, 160);
        font-weight: bold;
        font-size: 10px;
        padding: 3px !important;
    }

    .gos-continuos-score-red {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: -2px 2px 5px 0px black;
        padding-left: 8px !important;
    }

    .gos-continuos-score-blue {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 8px !important;
        box-shadow: 2px 2px 5px 0px black;
    }

.gos-button {
    background: rgb(151,166,201);
    background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 15%, rgba(0,39,55,1) 100%);
    background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
    background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#002737',GradientType=0 );
    border: 1px solid rgba(34,110,131,1);
    color: wheat;
    box-shadow: 1px 1px 1px 1px rgba(0,39,55,1);
}

    .gos-button:hover {
        background: rgb(0,39,55);
        background: -moz-linear-gradient(top, rgba(0,39,55,1) 0%, rgba(26,71,74,1) 85%, rgba(151,166,201,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,39,55,1) 0%,rgba(26,71,74,1) 85%,rgba(151,166,201,1) 100%);
        background: linear-gradient(to bottom, rgba(0,39,55,1) 0%,rgba(26,71,74,1) 85%,rgba(151,166,201,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002737', endColorstr='#97a6c9',GradientType=0 );
        color: lightblue;
    }

    .gos-score-button {
        background: rgb(151,166,201);
        background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 15%, rgba(0,39,55,1) 100%);
        background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#002737',GradientType=0 );
        border: 1px solid rgba(34,110,131,1);
        color: wheat;
        box-shadow: 1px 1px 1px 1px rgba(0,39,55,1);
        font-size:24px;
    }

        .gos-score-button:hover {
            background: rgb(0,39,55);
            background: -moz-linear-gradient(top, rgba(0,39,55,1) 0%, rgba(26,71,74,1) 85%, rgba(151,166,201,1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,39,55,1) 0%,rgba(26,71,74,1) 85%,rgba(151,166,201,1) 100%);
            background: linear-gradient(to bottom, rgba(0,39,55,1) 0%,rgba(26,71,74,1) 85%,rgba(151,166,201,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002737', endColorstr='#97a6c9',GradientType=0 );
            color: lightblue;
        }

    .gos-leaderboard-link {
        color: white;
    }

    gos-leaderboard-link:hover, gos-leaderboard-link:focus {
        color: dodgerblue;
        text-decoration: underline;
    }

.matchtable thead > tr > th,
.matchtable tbody > tr > th,
.matchtable tfoot > tr > th,
.matchtable thead > tr > td,
.matchtable tbody > tr > td,
.matchtable tfoot > tr > td {
    padding: 0px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px solid transparent;
}

.gos-black-box {
background-color:black;
color:white
}


.gos-all-square-box {
    background: lightgray;
    background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(90,90,90,1) 100%);
    background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(90,90,90,1) 100%);
    background: linear-gradient(to bottom, rgba(211,211,211,1) 0%,rgba(90,90,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#5a5a5a',GradientType=0 );
    color: white;
}

.gos-left-winner-box {
    background: #cf0001;
    background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(105,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(105,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(105,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#690000',GradientType=0 );
    color: white
}

.gos-right-winner-box {
    background: blue;
    background: -moz-linear-gradient(top, rgba(0, 95, 255,1) 0%, rgba(0,33,88,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 95, 255,1) 0%,rgba(0,33,88,1) 100%);
    background: linear-gradient(to bottom, rgba(0, 95, 255,1) 0%,rgba(0,33,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#690000',GradientType=0 );
    color: white
}

.gos-black-dot {
    color: black;
}


.gos-all-square-dot {
    color: lightgray;
}

.gos-left-winner-dot {
    color: red;
}

.gos-right-winner-dot {
    color: blue;
}

    /*Match play end */

    /*Leaderboard1 - start*/



    .lb1detail-datecolumn {
        width: 75px;
        text-align: center;
    }

    .lb1detail-totalcolumn {
        width: 30px;
        text-align: center;
    }

    .lb1detail-nettocolumn {
        width: 45px;
        text-align: center;
    }

    .lb1detail-bruttocolumn {
        width: 45px;
        text-align: center;
    }

    .lb1detail-playedcolumn {
        width: 32px;
        text-align: center;
    }

    .lb1detail-multiplied {
        color: #C00000;
    }

    .lb1detail-standard {
        color: darkcyan;
    }

    .lb1-table {
        margin-left: auto;
        margin-right: auto;
        width: 500px;
    }

    @media screen and (max-width: 375px) {
        .lb1-table {
            width: 100%;
        }
    }

    .lb1detail-table {
        margin-left: auto;
        margin-right: auto;
        width: 500px;
    }

    @media screen and (max-width: 375px) {
        .lb1detail-table {
            width: 100%;
        }
    }



    .gos-leardboard1-title {
        background: -moz-linear-gradient(top, rgba(151,166,201,1) 0%, rgba(26,71,74,1) 15%, rgba(0,39,55,1) 100%);
        background: -webkit-linear-gradient(top, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        background: linear-gradient(to bottom, rgba(151,166,201,1) 0%,rgba(26,71,74,1) 15%,rgba(0,39,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a6c9', endColorstr='#002737',GradientType=0 );
        padding: 0px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .gos-leaderboard1-header {
        background: rgb(25,45,49);
        background: -moz-linear-gradient(top, rgba(25,45,49,1) 0%, rgba(25,45,49,1) 51%, rgba(38,72,79,1) 86%, rgba(45,78,86,1) 100%);
        background: -webkit-linear-gradient(top, rgba(25,45,49,1) 0%,rgba(25,45,49,1) 51%,rgba(38,72,79,1) 86%,rgba(45,78,86,1) 100%);
        background: linear-gradient(to bottom, rgba(25,45,49,1) 0%,rgba(25,45,49,1) 51%,rgba(38,72,79,1) 86%,rgba(45,78,86,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192d31', endColorstr='#2d4e56',GradientType=0 );
        border-top-left-radius: 4px;
        font-weight: normal;
    }

    .gos-leaderboard1-row tr:nth-child(even) {
        background-color: rgba(23,50,57,1);
        color: #FFFFFF;
    }

    .gos-leaderboard1-row tr:nth-child(odd) {
        background-color: rgba(26,71,74,1);
        color: #FFFFFF;
    }

    .gos-leaderboard1-details tr:nth-child(even) {
        color: black;
        background-color: rgb(255,171,90);
    }

    .gos-leaderboard1-details tr:nth-child(odd) {
        color: black;
        background-color: rgb(255,171,52);
    }

.gos-leaderboard1-row-cut {
    border-bottom-color: orangered;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.gos-leaderboard1-played-cut {
    border-top-color: orangered;
    border-top-style: solid;
    border-top-width: 2px;
}


.gos-lb-tournament-row {
    color: black;
    border-bottom-style: solid;
    border-bottom-color: rgb(247,142,0);
    border-bottom-width: 1px
}

    .gos-major-calculated {
        font-weight: bold;
        color: #C00 !important;
    }

    .gos-major {
        color: #C00 !important;
    }

    /*Leaderboard1 - end*/

    /*Search dialog - start*/

    .search-form {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 100%;
    }

        .search-form .form-group {
            float: right !important;
            transition: all 0.35s, border-radius 0s;
            width: 32px;
            height: 32px;
            background-color: rgba(0,39,55,1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
            border-radius: 25px;
            border: 1px solid #ccc;
            margin-bottom: 0px;
        }

            .search-form .form-group input.form-control {
                padding-right: 20px;
                border: 0 none;
                background: transparent;
                box-shadow: none;
                display: block;
            }

                .search-form .form-group input.form-control::-webkit-input-placeholder {
                    display: none;
                }

                .search-form .form-group input.form-control:-moz-placeholder {
                    /* Firefox 18- */
                    display: none;
                }

                .search-form .form-group input.form-control::-moz-placeholder {
                    /* Firefox 19+ */
                    display: none;
                }

                .search-form .form-group input.form-control:-ms-input-placeholder {
                    display: none;
                }

            .search-form .form-group:hover,
            .search-form .form-group.hover {
                width: 80%;
                border-radius: 4px 25px 25px 4px;
                z-index:1002;
            }

            .search-form .form-group span.form-control-feedback {
                position: absolute;
                top: -1px;
                right: -1px;
                z-index: 2;
                display: block;
                width: 34px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                color: rgba(246, 181, 9, 1);
                left: initial;
                font-size: 14px;
            }

    /*Search dialog - end*/


/*Start Results table*/
.teered {
    background-color: red;
    width: 15px;
}
.teeblue {
    background-color: blue;
    width: 15px;
}

.teeyellow {
    background-color: yellow;
    width: 15px;
}

.teewhite {
    background-color: white;
    width: 15px;
}

.teeblack {
    background-color: black;
    width: 15px;
}

.teebronze {
    background-color: #CD7F32;
    width: 15px;
}

.teegold {
    background-color: #FFD700;
    width: 15px;
}

.teesilver {
    background-color: #C0C0C0;
    width: 15px;
}

.teejade {
    background-color: #00A86B;
    width: 15px;
}

.teeorange {
    background-color: #FF6700;
    width: 15px;
}

.teegreen {
    background-color: #7BB661;
    width: 15px;
}

@media screen and (max-width: 500px) {
    .scorecard {
        max-width: 500px;
        font-size: 11px;
    }
}


    .scorecard {
        background-color: #3f4f69 !important;
        color: white !important;
        font-size: 12px;
        margin-bottom:2px;
    }

        .scorecard thead > tr > th,
        .scorecard tbody > tr > th,
        .scorecard tfoot > tr > th,
        .scorecard thead > tr > td,
        .scorecard tbody > tr > td,
        .scorecard tfoot > tr > td {
            padding: 2px;
        }


.resTitle {
    padding: 0px 0px 0px 0px;
}

.resTitleHole {
min-width:24px;
height:24px;
}

    .resTitleSum {
        width: 30px;
        font-weight: bold;
    }

    .score {
        color: #000000;
    }


    .holeInOne {
        background-color: #00ff02 !important;
    }

    .albatros {
        background-color: #f55753 !important;
    }

    .eagle {
        background-color: #f59391 !important;
    }

    .birdie {
        background-color: #f5c5c4 !important;
    }

    .par {
        background-color: #fcf6a1 !important
    }

    .bogey {
        background-color: #d3d1eb !important;
    }

    .doubleBogey {
        background-color: #bbb0eb !important;
    }

    .tripleBogey {
        background-color: #9a78db !important;
    }

    .other {
        background-color: #8f4cbf !important;
    }

.scorecard-row > th    {
    background-color: #30323e;
    color:white;
}

.scorecard-row tr:nth-child(even) {
    background-color: #3f4f69;
    color: #FFFFFF;
}

    .scorecard-row tr:nth-child(odd) {
        background-color: rgba(26,71,74,1);
        color: #FFFFFF;
    }

    .scorecard-details tr:nth-child(even) {
        color: #FFFFFF;
        background-color: #3f4f69;
    }

    .scorecard-details tr:nth-child(odd) {
        color: #FFFFFF;
        background-color: #58595d;
    }

    /*End Results table*/


/*Check box and radio button*/
.gos-checkbox span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-align: center;
    font-size: 24px;
    line-height: 18px;
    vertical-align: middle;
}

.gos-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 4px solid #ccc;
    margin-right: 5px;
    text-align: center;
    font-size: 28px;
    line-height: 18px;
    vertical-align: middle;
    background-color: lightgoldenrodyellow;
}

    .gos-checkbox span::before, .gos-radio span::before {
        position: absolute;
        top: 12px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        text-align: center !important;
        font-size: 28px;
        line-height: 18px;
        vertical-align: middle;
    }

.gos-checkbox input[type=checkbox]:checked ~ span::before, .c-radio input[type=checkbox]:checked + span::before, .c-checkbox input[type=radio]:checked + span::before, .c-radio input[type=radio]:checked + span::before, gos-radio input[type=radio]:checked ~ span::before {
    color: #fff;
    opacity: 1;
    transition: color 0.3s ease-out;
}

.gos-checkbox span::before, gos-radio span::before {
    margin-left: 1px;
}

.gos-checkbox input, .gos-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0px !important;
}

.gos-checkbox:hover span,
.gos-radio:hover span {
    border-color: #5d9cec;
}

.gos-checkbox *, .gos-radio * {
    cursor: pointer;
}

input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gos-checkbox input[type=checkbox]:checked ~ span, .gos-radio input[type=checkbox]:checked + span, .gos-checkbox input[type=radio]:checked + span, .gos-radio input[type=radio]:checked + span {
    /*    border-color: #00415f;*/
    border-color: #09aa11;
    background-color: lightgoldenrodyellow;
}


input[type=checkbox].with-font ~ span:before {
    display: inline-block;
    content: " ";

}

input[type=checkbox].with-font:checked ~ span:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: white;
}

input[type=radio].with-font ~ span:before {
    display: inline-block;
    content: " ";
}

input[type=radio].with-font:checked ~ span:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: darkgreen;
    opacity: 1;
}
/*End of check box and radio button*/

.input-group .btn {
    font-size: 14px;
    border-color: #dde6e9;
}

.input-group .input-sm + .input-group-btn .btn {
    font-size: 13px;
}
