/**/@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-SemiBold.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Bold.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Regular.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Medium.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Light.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-ExtraBold.woff2') format('woff2'),
        url('https://files.golfpress.se/myra/manrope/Manrope-ExtraLight.woff2Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
 * Main styles
 */
html, body {
    background-color: #ffffff;
    color: #111111 !important;
    font-family: manrope, proxima-nova, sans-serif;
    font-size: 18px !important;
}

a {
    color: #248563;
}

a, a:link {
    color: #248563;
}

a:hover, a:focus {
    color: #000000;
}


h1, h2, h3, h4, h5 {
    font-family: manrope, freight-big-pro, sans-serif;
}

.accent-color {
    color: #248563;
}

.header {
    font-family: manrope, freight-big-pro, sans-serif;
}


/*
 * NavBar styles
 */
.navbar {
    background-color: #ffffff;
    color: #111111;
}

.navbar-default .navbar-nav > li > a.button, .navbar-course-name > a.button {
    color: #111111;
    letter-spacing: 3px;
}

.navbar-default .navbar-nav > .active > a.button {
    color: #111111 !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 -4px #248563 inset;
    -moz-box-shadow: 0 -4px #248563 inset;
    -o-box-shadow: 0 -4px #248563 inset;
    box-shadow: 0 -4px #248563 inset;
}

.navbar-default .navbar-nav > li > a.button:hover, .navbar-course-name > a.button:hover {
    color: #000000;
}

.navbar-default .navbar-nav > li > a.button:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -4px #248563 inset;
    -moz-box-shadow: 0 -4px #248563 inset;
    -o-box-shadow: 0 -4px #248563 inset;
    box-shadow: 0 -4px #248563 inset;
}

.navbar .nav > li > a.button:hover,
.navbar .nav > li.disabled > a.button:hover {
    background-color: #ffffff;
    color: #000000;
}


.navbar-nav {
    font-family: manrope, freight-big-pro, sans-serif;
    font-size: 18px !important;
}


@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a.button {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.navbar-default .navbar-nav > li.active > a.button {
    -webkit-box-shadow: 0 -4px #248563 inset;
    -moz-box-shadow: 0 -4px #248563 inset;
    -o-box-shadow: 0 -4px #248563 inset;
    box-shadow: 0 -4px #248563 inset;
}

.navbar-default .navbar-nav > li > a.button:hover {
    -webkit-box-shadow: 0 -4px #248563 inset;
    -moz-box-shadow: 0 -4px #248563 inset;
    -o-box-shadow: 0 -4px #248563 inset;
    box-shadow: 0 -4px #248563 inset;
}


ul.nav-pills > li > a, .nav-tabs > li > a {
    background-color: #ffffff;
    color: #111111;
}

ul.nav-pills > li.active,
.nav.nav-pills-small > li.active {
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}

ul.nav-pills > li.active > a,
.nav.nav-pills-small > li.active > a {
    background-color: #248563;
    color: #ffffff;
}


ul.nav-pills > li > a,
ul.nav-pills > li > a:focus,
ul.nav-pills > li > a:hover,
ul.nav-pills > li.active > a,
ul.nav-pills > li.active > a:focus,
ul.nav-pills > li.active > a:hover,
.nav.nav-pills-small > li > a,
.nav.nav-pills-small > li > a:focus,
.nav.nav-pills-small > li > a:hover,
.nav.nav-pills-small > li.active > a,
.nav.nav-pills-small > li.active > a:focus,
.nav.nav-pills-small > li.active > a:hover {
    font-family: manrope, freight-big-pro, sans-serif;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}


ul.nav-pills > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:focus,
.nav.nav-pills-small > li > a:focus,
.nav.nav-pills-small > li.active > a:focus {
    background-color: #248563;
    color: #ffffff;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}

ul.nav-pills > li > a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav.nav-pills-small > li > a:hover,
.nav.nav-pills-small > li.active > a:hover {
    background-color: #248563;
    color: #ffffff;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}


.nav-tabs {
    border-color: #248563;
}


.navbar-default .navbar-toggle:hover {
    background-color: #248563;
    color: #ffffff !important;
}

/*
 * Button styles
 */

.btn {
    font-family: manrope, freight-big-pro, sans-serif;
    font-size: 14px;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
    background-color: #248563;
    color: #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.btn:focus {
    background-color: #248563;
    color: #ffffff !important;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}

.btn:hover {
    background-color: #248563;
    color: #ffffff !important;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}

.btn-xl {
    font-family: manrope, Roboto, sans-serif;
    font-size: 14px;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
    background-color: #248563;
    color: #ffffff !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.btn-xl:focus {
    background-color: #248563;
    color: #ffffff !important;
}

.btn-xl:hover {
    background-color: #248563;
    color: #ffffff !important;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}


.btn.active, .btn-default.active {
    background-color: #248563 !important;
    color: #ffffff !important;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}


.btn-xl.active {
    background-color: #248563 !important;
    color: #ffffff !important;
    border-radius: 12px;
    border-color: #248563;
    border-width: 0px;
}


.btn-login {
    font-size: 12px;
    border-radius: 2px;
    line-height: 14px;
}


/*
 * HoleNav styles
 */

.holenav {
    margin-bottom: 25px;
    margin-bottom: 25px;
}

.btn-holenav {
    font-family: manrope, freight-big-pro, sans-serif;
    font-size: 19px !important;
    background-color: #ffffff !important;
    color: #111111 !important;

    border-radius: 0px;
    border-width: 0px !important;
    border-color: #ffffff !important;
    width: 56px;
    height: 48px;
    line-height: 48px;
    padding: 0px;
}

.btn-holenav.active {
    background-color: #248563 !important;
    color: #ffffff !important;
    border-radius: 0px;
    border-width: 0px !important;
    border-color: #004d40 !important;
}

.btn-holenav:hover {
    background-color: #248563 !important;
    color: #ffffff !important;
    border-radius: 0px;
    border-width: 0px !important;
    border-color: #004d40 !important;
}


/*
 * Scorecard Tab styles
 */
.scorecard-tab {
    color: #ffffff !important;
}

.scorecard-tab .tab-text {
    background-color: #248563;
}

.scorecard-tab .content {
    background-color: #248563;
}

.scorecard-table {
    background-color: #248563;
    color: #ffffff !important;
}

.scorecard-table tr:nth-child(even) {
    background-color: #248563;
    color: #ffffff !important;
}




.hole-info-box {
    color: #248563;
}

.hole-info-box .holenumber {
    font-family: manrope, freight-big-pro, sans-serif;
}

.video-container-overlay {
    background-color: #ffffff;
}

.hole-info-box td.separator div {
    background-color: #248563;
}


/*
 * Misc styles
 */

th,
.datepicker-blank {
    color: #111111;
}

.btn-close-video {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000000;
    padding: 5px;
}


.window-fade {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1099;
}


.gallery-image {
    background-color: #248563;
    color: #ffffff !important;
}

.gallery-image .fa {
    color: #ffffff !important;
}

@media (min-width: 767px) {

    .guide-mode-2-buttons {
        margin-top: 50px;
    }
}


.guide-mode-2-buttons > a {
    margin-top: 10px;
}

.btn-trackermap-buttons {
}

.btn-show-inflight-video {
}

.pins-grid .title {
    color: #248563;
}

.form-control,  {
    background-color: #ffffff;
    color: #111111 !important;

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    color: #111111 !important;
    opacity: 1;
}

.alternating {
    background-color: #5b5a5b;
    color: #ffffff !important;
}


.players-list-fixed-top {
    background-color: #ffffff;
    color: #111111;
}

.panel-hole {
    background-color: #ffffff;
    color: #111111;
}


.panel {
    background-color: #ffffff;
    color: #111111 !important;
}


.table-scorecard-print-bookings .table td {
    background-color: #5b5a5b;
    color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.table-scorecard-print-bookings .table tbody td:hover {
    background-color: #ffffff;
    color: #111111 !important;
    cursor: pointer;
}

.table-scorecard-print-bookings .table td.unbooked {
    background-color: #ffffff;
    color: #111111 !important;
}


.vjs-poster, .vjs-branding-page-overlay {
    background-color: #ffffff;
    color: #111111 !important;
}


.update-branding-page-content .format-2 .fr-wrapper {
    background-color: #ffffff;
}

.update-branding-page-content .format-2 .fr-element {
    color: #111111 !important;
}


.leaderboard-table th a {
    background-color: #ffffff;
    color: #111111 !important;
}


.rounds-count {

}


.carousel-control {
    width: 20%;
    background-color: #ffffff;
    color: #111111 !important;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
}

.carousel-control span {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}


.popover {
    background-color: #ffffff;
    color: #111111 !important;

}

.popover-title {
    background-color: #5b5a5b;
    color: #ffffff !important;

}






.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #248563;
    color: #ffffff !important;
    border-color: #248563;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #248563;
    color: #ffffff !important;
    border-color: #248563;
}

.pagination > li > a {
    background-color: #248563;
    color: #ffffff !important;
    border-color: #248563;
}





/* cookieconsent 3.1.1 styles */
.cc-window {
    background-color: #ffffff;
    color: #111111;
}

.cc-link {
    display: none !important;
}