﻿.dashboard-overview {
    height: 400px;
    padding-bottom: 80px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #530937;
}

.fleximember.page-myenglandgolfaccess .dashboard-overview,
.fleximember.page-becomeamember .dashboard-overview,
.fleximember.page-hole-in-oneclub .dashboard-overview,
.fleximember.page-myoverview .dashboard-overview,
.fleximember.page-myscores .dashboard-overview,
.fleximember.page-myfriends .dashboard-overview,
.fleximember.page-myprofile .dashboard-overview,
.fleximember.page-myaccount .dashboard-overview {
    background-color: #0f0f0f;
}

@media (max-width: 768px) {
    .dashboard-overview {
        height: 240px;
        padding-bottom: 53px;
        padding-left: 20px;
    }
}

.mobile-membersearch input[type=text],
.my-header .form-group input[type=text] {
    height: 60px;
    border-bottom: 1px solid #D9DADB;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.dashboard-overview .my-header .form-group input:focus {
    box-shadow: none;
}

.dashboard-overview .my-header .form-group input::placeholder {
    color: white;
    opacity: .5;
}

.dashboard-overview .my-header .form-group label,
.dashboard-overview .my-header .form-group input[type=text] {
    color: #FFFFFF;
}

.dashboard-overview .my-name {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    font-weight: 300;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .dashboard-overview .my-name {
        font-size: 26px;
    }
}

.dashboard-overview .friends-name {
    margin-top: 0;
    margin-bottom: 5px;
}

.nav.tab-menu a.nav-link {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    padding: .5rem .1rem;
}

.nav.tab-menu.small a.nav-link {
    font-size: 18px;
    padding: .5rem .5rem .1rem .5rem;
}

.green-dark .nav.tab-menu a.nav-link {
    color: #FFFFFF;
}

.nav.tab-menu .navlink-container {
    margin: 0 10px 0 0 !important;
}

.nav.tab-menu a.nav-link.active {
    color: #00E6A1;
    border-bottom: 2px solid #00E6A1;
}

.green-dark .nav.tab-menu a.nav-link.active {
    color: #54D3B7;
}

/* Dashboard */
@media (min-width: 460px) {
    .admin-view .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.my-scores .pagination {
    max-width: 100%;
}

@media (min-width: 992px) {
    .my-scores .pagination {
        padding-top: 10px;
    }
}

.form-editmemberdetails.card, .form-editmemberdetails-photo.card {
    flex-direction: column;
}

.form-editmemberdetails .card-header,
.form-editmemberdetails-photo .card-header {
    background-color: transparent;
}

.form-editmemberdetails-photo .card-header {
    margin-bottom: 30px;
    margin-top: 20px;
}

.form-editmemberdetails-photo {
    margin-bottom: 20px;
}

span.form-control {
    height: 60px;
    border-bottom: 1px solid #D9DADB;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    line-height: 60px;
}

.table--leaderboard .table__row:hover:after, .table--leaderboard .table__row:focus:after {
    background-color: transparent !important;
}

#chartjs-tooltip {
    z-index: 1;
}

    #chartjs-tooltip table tbody {
        font-family: azo-sans-web, sans-serif !important;
        background-color: #02484D;
    }

.dropdown-toggle.user::after {
    display: none;
}

.user .site-header__action.action--primary {
    padding-left: 2.2rem;
}

.user .action__icon {
    margin-left: 0 !important;
    margin-right: 11px;
}

.member-profile {
    margin-right: 8px;
}

.my-photo-container {
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

    .my-photo-container img {
        width: 100%;
        height: 100%;
        flex: 1 1 100%;
        display: flex;
        border-radius: 50%;
    }

/* Template Tabs */

.template__tabs {
    margin-top: -53px;
}

.template__tabs .tabs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 106px;
    background-color: #e30137;
}

.template__tabs .tabs:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 50vw;
    background-color: #e30137;
    height: 100%;
}

.template__tabs .tabs:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 50vw;
    background-color: #e30137;
    height: 100%;
}

.fleximember.page-myenglandgolfaccess .tabs,
.fleximember.page-becomeamember .tabs,
.fleximember.page-hole-in-oneclub .tabs,
.fleximember.page-myoverview .tabs,
.fleximember.page-myscores .tabs,
.fleximember.page-myfriends .tabs,
.fleximember.page-myprofile .tabs,
.fleximember.page-myaccount .tabs,
.fleximember.page-myenglandgolfaccess .tabs:before,
.fleximember.page-becomeamember .tabs:before,
.fleximember.page-hole-in-oneclub .tabs:before,
.fleximember.page-myoverview .tabs:before,
.fleximember.page-myscores .tabs:before,
.fleximember.page-myfriends .tabs:before,
.fleximember.page-myprofile .tabs:before,
.fleximember.page-myaccount .tabs:before,
.fleximember.page-myenglandgolfaccess .tabs:after,
.fleximember.page-becomeamember .tabs:after,
.fleximember.page-hole-in-oneclub .tabs:after,
.fleximember.page-myoverview .tabs:after,
.fleximember.page-myscores .tabs:after,
.fleximember.page-myfriends .tabs:after,
.fleximember.page-myprofile .tabs:after,
.fleximember.page-myaccount .tabs:after {
    background-color: #333333;
}

@media (min-width: 992px) {
    .template__tabs .tabs:after {
        display: none;
    }
}

.template__tabs .tab {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 7vw;
    font-size: 1.8rem;
    font-weight: 300;
    color: #051219;
    opacity: .5;
    cursor: pointer;
    transition: opacity .3s ease;
}

@media (min-width: 1260px) {
    .template__tabs .tab {
        margin-right: 52px;
    }
}

.template__tabs .tab:last-child {
    margin-right: 0;
}

.template__tabs .tab.is-active {
    opacity: 1;
    font-weight: 400;
}

.template__tabs .tab:hover, .template__tabs .tab:focus {
    opacity: 1;
}

.template__tabs a.nav-link {
    color: #ffffff;
    transition: opacity .3s ease;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .template__tabs a.nav-link {
        font-size: 1.7rem;
    }
}

@media (max-width: 760px) {

    .accordion .card-block {
        width: 90%;
    }

    .tile--resource .tile__body {
        width: 400px;
    }

    .my-friends,
    .my-scores, .my-competitions, .my-performance,
    .mtp9, .tabs-myheader {
        padding-left: 15px;
        padding-right: 15px;
    }

        .tabs-myheader .tabs {
            margin-right: 0;
        }

    .table--leaderboard {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .div-mtp9 {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .table--leaderboard .table-text {
        width: 125px;
    }

    .custom-table-leaderboard .table-text {
        width: 32px;
    }

    .custom-table-leaderboard .row-container {
        display: inline-block !important;
        max-width: unset !important;
        width: auto !important;
    }

    .custom-table-leaderboard .entry-name {
        width: 160px;
    }

    .my-vital-stats {
        width: 100%;
    }

    .mobile-only {
        display: block;
    }

    .tabs-myheader .dot {
        height: 30px;
        width: 30px;
        background-color: #530937;
        color: #FFF;
        border-radius: 50%;
        line-height: 28px;
        font-size: 10px;
        text-align: center;
        display: inline-block;
    }

    .fleximember.page-myenglandgolfaccess .tabs-myheader .dot,
    .fleximember.page-becomeamember .tabs-myheader .dot,
    .fleximember.page-hole-in-oneclub .tabs-myheader .dot,
    .fleximember.page-myoverview .tabs-myheader .dot,
    .fleximember.page-myscores .tabs-myheader .dot,
    .fleximember.page-myfriends .tabs-myheader .dot,
    .fleximember.page-myprofile .tabs-myheader .dot,
    .fleximember.page-myaccount .tabs-myheader .dot {
        background-color: #0f0f0f;
    }

    .tabs-myheader .fa, .tabs-myheader .fas {
        font-size: 14px;
        color: #fff;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: -4px;
    }

    .notifications {
        background: #FFF;
        border: 1px solid #E0E3E4;
        box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
        box-sizing: border-box;
        max-width: 320px;
        max-height: 400px;
        overflow-y: auto;
        position: absolute;
        z-index: 100;
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 10px;
        color: #051219;
        line-height: 1.5;
        border-radius: 3px;
    }

    .notification-arrow {
        content: "\A";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid white;
        position: absolute;
        margin-left: 15px;
        margin-top: 0px;
        z-index: 1000;
    }

    .notifications .notification {
        padding: 12px 8px;
        border-bottom: 1px solid #efefef;
    }

        .notifications .notification:last-child {
            border-bottom: 0;
        }

    .notification-count {
        position: absolute;
        background-color: #FE4F47;
        color: #FFF;
        font-size: 10px;
        padding: 3px 5px 1px 5px;
        margin-top: -14px;
        border-radius: 3px;
        margin-left: -9px;
        font-weight: 900;
        display: inline-block;
        float: right;
        z-index: 8;
        border: 2px solid #fff;
    }

    .notifications.mobile-membersearch {
        max-height: 420px;
        height: 100vh;
    }

    .notifications {
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .tabs-myheader .filter__item {
        width: calc(100% - 115px);
    }

        .tabs-myheader .filter__item .select--custom {
            background-color: #ffffff;
            padding: 5px 10px 0 17px;
            border-radius: 3px;
            height: 50px;
        }

    .template__tabs.tabs-myheader .tabs {
        height: 75px;
    }

    .notifications {
        margin-top: 13px;
    }

    .notification-arrow {
        margin-left: 6px;
        margin-top: 2px;
    }

    .navigation__link__text svg {
        margin-top: -6px;
    }

    .mobile-user {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 17px 15px 15px 15px;
        text-align: center;
        background-color: #e30137;
        border-radius: 3rem;
    }

        .mobile-user h6 {
            margin-bottom: 0;
            margin-top: 2px;
        }

        .mobile-user svg {
            height: 18px;
            width: 18px;
            margin-top: -2px;
        }

    .competition-result .form-control {
        width: 310px;
    }

    .scores-table-legend {
        margin-top: 24px;
    }

    .friend-comment, .input-user-comment {
        max-width: 360px;
    }

    .table-mybookings th:first-child {
        min-width: 180px;
    }

    .col-course {
        width: 140px !important;
    }

    .tournament-state {
        bottom: 9px;
    }

    .table__row--tournaments {
        padding-bottom: 42px;
    }

    ._l-tournament-row ._l-data-holes {
        width: 40px;
        flex: auto;
        max-width: 50px;
    }

    .table-leaderboard-fix .row-content__col--right .score-container {
        width: auto;
    }

    .table-leaderboard-fix .row-content__scroll {
        overflow: hidden;
    }

    .bg-video-scrim {
        background: linear-gradient(180deg, rgba(2, 9, 13, 0.5) 0%, rgba(2, 9, 13, 0) 20%);
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
    .tabs-myheader .fas {
        margin-top: -12px;
    }
}

/* 6998 - 7014 */

.tabs--news .tab {
    display: none;
}

.tabs--news .filter__item {
    width: 100%;
}

@media (min-width: 768px) {
    .tabs--news .filter__item {
        flex: 0 0 243px;
        max-width: 0 0 243px;
    }
}

.tabs--news .filter__item .select--custom {
    background-color: #F3F4F5;
}

@media (min-width: 1260px) {
    .tabs--news .tab {
        display: block;
    }

    .tabs--news .filter__item {
        display: none;
    }
}

/* Header and Scores */

.my-header-wrapper .custom-dropdown {
    margin-top: 33px;
    margin-left: 130px;
    border: 1px solid #ccc;
}

.custom-dropdown .custom-dropdown-item {
    padding: 5px 15px;
}

    .custom-dropdown .custom-dropdown-item:hover {
        background-color: #72E7C9;
    }

    .custom-dropdown .custom-dropdown-item label {
        margin-bottom: 0;
    }

.custom-dropdown .clickable:hover {
    cursor: pointer;
}

.dropdown-membersearch {
    background: #f4f4f4;
    border: 1px solid #E0E3E4;
    box-sizing: border-box;
    min-width: 520px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    padding: 20px;
    right: 7px;
    margin-top: 80px;
}

    .dropdown-membersearch .membersearch-item {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 0;
    }

        .dropdown-membersearch .membersearch-item:last-child {
            border-bottom: 0;
        }

        .dropdown-membersearch .membersearch-item h3 {
            font-size: 1.6rem;
            line-height: 2rem;
            font-weight: 600;
        }

    .dropdown-membersearch .btn-friend-request {
        line-height: 1.8rem;
    }

    .dropdown-membersearch label {
        text-align: left;
        display: block;
    }

.form-group-member .input-group-append {
    padding-top: 2rem;
}

.form-group-member svg {
    fill: #ffffff;
}

.dropdown-messages {
    background: #FFF;
    border: 1px solid #E0E3E4;
    box-shadow: 0px 0px 8px 3px #eaeaea;
    box-sizing: border-box;
    min-width: 600px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    padding: 20px;
    right: 2px;
    margin-top: 10px;
}

    .dropdown-messages .scoreComments-item {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 0;
    }

    .dropdown-messages .scoreComments-item h3 {
        font-size: 2rem;
        font-weight: 500;
    }

        .dropdown-messages .scoreComments-item:last-child {
            border-bottom: 0;
        }

    .dropdown-messages .btn-friend-request {
        padding: 8px;
        border: none;
        border-radius: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.01em;
    }

@media (max-width: 768px) {
    .dropdown-messages {
        width: calc(100% - 70px);
        min-width: calc(100% - 70px);
    }

    .dropdown-membersearch {
        right: 0;
        left: 0;
        margin-top: 68px;
    }

    .my-header .custom-dropdown {
        width: calc(100% - 16px) !important;
    }

    .custom-dropdown.mobile-view {
        border: 1px solid #ddd;
        width: calc(100% - 35px) !important;
        margin-top: 65px;
    }

    .notifications.mobile-membersearch {
        max-height: 413px;
        height: 100vh;
    }

    .mobile-membersearch .form-group-member svg {
        fill: #333333;
    }

    .mobile-membersearch .form-group-member label {
        margin-top: 1rem !important;
        color: #e30137;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
}

@media (max-width: 620px) {
    .dropdown-messages {
        width: 100%;
        min-width: 100%;
    }

    .dropdown-membersearch {
        width: auto;
        min-width: calc(100% - 60px);
        zoom: 90%;
        margin-top: 113px;
        max-height: 398px;
    }
}