div#UpdateProgress1 img {
    width: 40px
}

div#UpdateProgress1 div + div {
    top: 50% !important
}

div#UpdateProgress1 div:nth-child(1) {
    background-color: #000 !important;
    opacity: 0.70 !important
}

div#UpdateProgress1 div + div table td:after {
    content: 'Please Wait';
    display: block;
    color: #fff;
    font-size: 13px;
    margin: 10px 0px
}

div#UpdateProgress1 div + div table td {
    text-align: center !important
}

.header {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: auto
}

@media (min-width: 300px) and (max-width: 767px) {
    .header {
        min-height: auto !important
    }
}

.header::before, .header::after {
    left: 0;
    top: -24%;
    content: "";
    z-index: -1;
    width: 100%;
    height: 120px;
    position: absolute;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat
}

.header header .main-logo img {
    width: 265px;
    margin: 5px 20px
}

.header header .logo h1 {
    font-weight: 400;
    font-size: 2em;
    text-align: left
}

.header header .username {
    margin: 5px 0px 0
}

    .header header .username p {
        margin: 0px;
        text-align: right;
        font-size: 14px
    }

.header header .navigation .dxmLite {
    font-size: 16px !important;
    text-transform: uppercase
}

@media (min-width: 767px) and (max-width: 1023px) {
    .header header .navigation .dxmLite .dxm-content {
        font-size: 12px !important
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .header header .navigation .dxmLite .dxm-content {
        font-size: 14px !important
    }
}

.header header .navigation .dxmLite .dxm-main {
    border: 0px solid #A8A8A8 !important;
    background-color: transparent !important;
    margin-top: 6px
}

.dxmLite.dxm-side-menu-mode .dxm-side-menu-button {
    width: 30px !important;
    height: 30px !important;
    margin-top: 9px !important
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    .main-logo {
        width: 60% !important;
        display: inline-block !important
    }

    .navigation {
        width: 40% !important;
        display: inline-block !important;
        text-align: right !important
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .dxm-overlay {
        background-color: rgba(0,0,0,0) !important
    }
}

.dxm-side-menu-mode ul li {
    padding: 5px 0px
}

.dxm-ltr .dxm-main, .dxm-ltr .dxm-horizontal ul.dx {
    float: right !important
}

.dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
    padding: 5px 20px
}

@media (min-width: 767px) and (max-width: 1023px) {
    .dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
        padding: 5px 5px !important
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .dxmLite .dxm-horizontal .dxm-image-l .dxm-content, .dxmLite .dxm-horizontal .dxm-image-r .dxm-content {
        padding: 5px 10px !important
    }
}

.dxmLite .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content {
    padding-right: 15px
}

@media (min-width: 767px) and (max-width: 1023px) {
    .dxmLite .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content {
        padding-right: 5px !important
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .dxmLite .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content {
        padding-right: 10px !important
    }
}

.dxmLite .dxm-popup .dxm-gutter {
    background-image: none;
    min-width: 200px !important;
    border-radius: 5px
}

.dxmLite.dxm-ltr .dxm-popup .dxm-gutter.dxm-noImages .dxm-item {
    padding: 8px !important;
    border: 0 !important;
    font-size: 14px
}

.dxmLite .dxm-popup {
    border: 0px solid #666666;
    background-color: white;
    padding: 0px;
    /*margin-top:7px !important*/
}

.dxmLite .dxm-main .dxm-hovered {
    background-color: transparent;
    border-color: transparent
}

.dxm-selected a span {
    color: #fff !important
}

.dxm-horizontal .dxm-popOut {
    padding-right: 15px !important
}

    .dxm-horizontal .dxm-popOut img {
        visibility: hidden
    }

    .dxm-horizontal .dxm-popOut:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: '\f107';
        display: inline-block;
        padding-right: 3px;
        vertical-align: bottom;
        font-size: 12px
    }

.subMenu .dxm-popOut img {
    visibility: hidden
}

.subMenu .dxm-popOut:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f107';
    display: inline-block;
    padding-right: 3px;
    vertical-align: bottom;
    font-size: 12px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -5px;
    position: relative;
    color: #cacaca
}

header {
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 2;
    top: 0px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: white
}

    header .container {
        width: 100% !important;
        max-width: 100% !important
    }

    header h3 {
        display: none
    }

.membername p {
    margin-top: 12px;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width: 767px) and (max-width: 1023px) {
    .membername p {
        font-size: 12px
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .membername p {
        font-size: 14px
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .membername p {
        font-size: 14px;
        margin: 10px
    }
}

body.chelseaformember footer {
    border-top: 5px solid #86c61f;
    background-color: #fff
}

    body.chelseaformember footer .grassbg {
        background-image: url(/images/newui/grass.jpg) !important;
        height: 30px;
        width: 100% !important
    }

    body.chelseaformember footer .copyright {
        text-align: center;
        font-size: 14px
    }

@media screen and (max-width: 767px) {
    body.chelseaformember footer .copyright {
        padding: 30px 0px 10px
    }
}

@media screen and (min-width: 768px) {
    body.chelseaformember footer .copyright {
        padding: 10px 0px 0px
    }
}

body.chelseaformember footer .copyright a {
    color: #000 !important
}

body.chelseaformember footer .copyright p {
    color: #000 !important;
    margin-bottom: 0px
}

body.chelseaformember footer .footer-nav {
    padding: 50px 0px 0px
}

    body.chelseaformember footer .footer-nav .footer-top-level {
        text-transform: uppercase;
        color: #062942;
        font-size: 1rem;
        line-height: 1;
        display: inline-block;
        margin-bottom: 24px
    }

    body.chelseaformember footer .footer-nav .footer-sub-links #menu-company {
        padding: 0px !important
    }

        body.chelseaformember footer .footer-nav .footer-sub-links #menu-company li {
            list-style: none;
            font-size: 0.9rem;
            display: block;
            line-height: 1.3;
            margin-bottom: 12px;
            background: none;
            padding-left: 0
        }

            body.chelseaformember footer .footer-nav .footer-sub-links #menu-company li a {
                text-decoration: none;
                color: #8495a2;
                display: inline-block
            }

                body.chelseaformember footer .footer-nav .footer-sub-links #menu-company li a:hover {
                    color: #86c61f
                }

        body.chelseaformember footer .footer-nav .footer-sub-links #menu-company #submenu-company {
            padding-left: 0px
        }

            body.chelseaformember footer .footer-nav .footer-sub-links #menu-company #submenu-company li {
                list-style: disc
            }

                body.chelseaformember footer .footer-nav .footer-sub-links #menu-company #submenu-company li a {
                    padding-left: 20px
                }

                    body.chelseaformember footer .footer-nav .footer-sub-links #menu-company #submenu-company li a::before {
                        content: '\f111';
                        font-family: FontAwesome;
                        left: 0px;
                        position: relative;
                        top: -4px;
                        font-size: 6px;
                        margin-right: 10px
                    }

_:-ms-fullscreen, :root .login-bg .right {
    justify-content: inherit !important;
    padding-top: 250px;
    padding-bottom: 150px
}

body.chelseaformember .loginfooter {
    position: absolute;
    bottom: 0;
    text-align: center !important;
    left: 0px;
    right: 0px
}

    body.chelseaformember .loginfooter p {
        font-size: 13px
    }

body.chelseaformember .cookie-bar--bottom {
    z-index: 9999 !important
}

body.chelseaformember .login-bg .btn {
    margin: 5px 0px
}

body.chelseaformember .login-bg .info p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 0px 15%
}

body.chelseaformember .login-bg .right {
    background: #fff;
    box-shadow: 0 0 80px rgba(0,0,0,0.8);
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

    body.chelseaformember .login-bg .right #divMobileBadges {
        margin: 10px 0px
    }

    body.chelseaformember .login-bg .right .required {
        font-size: 14px;
        margin: 10px 0 !important;
        display: inline-block
    }

    body.chelseaformember .login-bg .right label {
        font-size: 14px;
        font-weight: 400;
        margin: 5px 0px 5px;
        color: #717171
    }

    body.chelseaformember .login-bg .right .forgotpass ul {
        padding: 20px 0px;
        margin: 0
    }

        body.chelseaformember .login-bg .right .forgotpass ul li {
            list-style: none
        }

            body.chelseaformember .login-bg .right .forgotpass ul li a {
                font-size: 14px;
                color: #000;
                text-decoration: none
            }

    body.chelseaformember .login-bg .right .currenttime .time {
        margin: 10px 0px;
        font-family: 'arial';
        color: #6b6b6b;
        font-size: 14px
    }

    body.chelseaformember .login-bg .right #login1 {
        max-width: 400px;
        margin: 0 auto;
        width: 100%
    }

    body.chelseaformember .login-bg .right .form-control {
        background: #f1f1f1 !important;
        min-height: 50px
    }

    body.chelseaformember .login-bg .right .rememberpass, body.chelseaformember .login-bg .right .last-visit {
        margin: 10px 0px
    }

        body.chelseaformember .login-bg .right .rememberpass label, body.chelseaformember .login-bg .right .last-visit label {
            margin-left: 10px
        }

body.chelseaformember .login-bg .bg-img {
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #8e8e8e;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px !important
    }
}

.dxtcLite label {
    font-size: 14px !important
}
@media screen and (min-width: 600px) {
    .calendarinput-ico .calendarinput, .calendarinput-ico .membersearch {
        width: calc(100% - 40px) !important;
        display: inline-block;
        float: left
          
    }
}

.membersearchcolor {
    background-color: #a3ccb5 !important;
}

    .custom-calendar {
        background: white;
        border: 1px solid #ddd
    }

        .custom-calendar table {
            width: 95.5%;
            margin: 0px !important
        }

            .custom-calendar table thead tr td {
                padding: 5px 0px;
                text-align: center
            }

            .custom-calendar table tbody tr td {
                border: 1px dotted #ddd
            }

        .custom-calendar .ajax__calendar_header {
            padding: 5px 0px;
            height: auto
        }

        .custom-calendar .ajax__calendar_today {
            padding: 0px 0px
        }

    .loader {
        position: fixed;
        top: 15%;
        left: 0;
        right: 0;
        background: white;
        width: 50%;
        margin: auto;
        z-index: 99
    }

    @media (min-width: 300px) and (max-width: 767px) {
        .loader {
            width: 80%
        }
    }

    .loader .divMemberlist {
        padding: 10px 5px !important;
        border: 0px !important
    }

    .overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #000;
        width: 100%;
        height: 100%;
        -khtml-opacity: .80;
        -ms-filter: "alpha(opacity=80)";
        -moz-opacity: .80;
        opacity: 0.8;
        filter: alpha(opacity=60);
        z-index: 99
    }

    .courses-review label {
        margin-left: 2px;
        margin-right: 20px
    }

    .event-confirmation-page table {
        width: 100% !important;
        font-weight: 500
    }

    body.chelseaformember {
        background-color: #f9f9f9
    }

        body.chelseaformember h3 {
            font-weight: normal;
            margin: 10px 0px
        }

        body.chelseaformember small {
            margin-bottom: 15px;
            font-size: 100%
        }

        body.chelseaformember .margin-tb {
            margin: 10px 0px
        }

        body.chelseaformember .buddylist {
            padding: 3px 10px;
            margin-bottom: 3px;
            font-size: 13px
        }

        body.chelseaformember .btn-warning {
            color: #fff
        }

        body.chelseaformember .divMemberlist {
            min-height: 140px;
            overflow: auto;
            max-height: 290px;
            padding: 5px 20px;
            border: 1px solid #ddd;
            margin-bottom: 2px
        }

            body.chelseaformember .divMemberlist label {
                font-size: 15px;
                margin: 5px 0px !important
            }

            body.chelseaformember .divMemberlist .closetxt {
                top: -6px;
                position: relative
            }

    @media (min-width: 1900px) {
        body.chelseaformember .container {
            max-width: 1350px
        }
    }

    body.chelseaformember .topheading {
        margin: 50px 20px 0px
    }

    @media (min-width: 300px) and (max-width: 767px) {
        body.chelseaformember .topheading {
            margin: 70px 20px 30px !important
        }
    }

    body.chelseaformember .topheading p, body.chelseaformember .topheading h1 {
        color: #fff
    }

    body.chelseaformember .topheading p {
        display: none
    }

    body.chelseaformember .topheading h1 {
        display: none !important;
        font-size: 1.5em;
        font-weight: 400;
        text-shadow: 2px 2px 5px #498252
    }

    @media (min-width: 300px) and (max-width: 767px) {
        body.chelseaformember .topheading h1 {
            font-size: 1.6em
        }
    }

    @media (min-width: 767px) and (max-width: 1023px) {
        body.chelseaformember .topheading h1 {
            font-size: 2em
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {
        body.chelseaformember .topheading h1 {
            font-size: 2em
        }
    }

    body.chelseaformember h2 {
        font-weight: 400
    }

    body.chelseaformember section {
        margin: 10px 0px 20px 0px;
        background: #fff;
        box-shadow: 0 0px 10px 0 rgba(0,0,0,0.07);
        padding: 20px;
        border-radius: 10px
    }

        body.chelseaformember section #tblTeeTimeInfo table {
            width: 100% !important
        }

        body.chelseaformember section .displayblock {
            display: block
        }

        body.chelseaformember section #scrollingDiv {
            min-height: 350px;
            max-height: 350px;
            overflow: auto
        }

        body.chelseaformember section .buddylistpanel {
            margin: 20px 0px
        }

            body.chelseaformember section .buddylistpanel #BuddyList-02 {
                max-height: 330px !important;
                min-height: 330px !important;
                margin-top: 10px
            }

            body.chelseaformember section .buddylistpanel #BuddyList, body.chelseaformember section .buddylistpanel #BuddyList-02 {
                min-height: 450px;
                max-height: 450px;
                overflow: auto
            }

        body.chelseaformember section .customtable table {
            width: 100%
        }

            body.chelseaformember section .customtable table th {
                border: 1px solid #ddd;
                color: #fff;
                padding: 5px 10px;
                font-weight: normal;
                font-weight: 600
            }

                body.chelseaformember section .customtable table th a {
                    color: #fff
                }

            body.chelseaformember section .customtable table .tdcolorHighlighted {
                background: yellow !important
            }

            body.chelseaformember section .customtable table tr:nth-child(even) {
                background: #f3f3f3
            }

            body.chelseaformember section .customtable table tr td {
                border: 1px solid #ddd;
                font-weight: normal;
                padding: 5px 8px;
                text-align: left
            }

                body.chelseaformember section .customtable table tr td .buddyselect-btn {
                    border-radius: 2px;
                    background: white;
                    border-radius: 50%;
                    height: 30px;
                    width: 30px;
                    color: #ddd;
                    border: 1px solid #c1bfbf;
                    color: #999
                }

                    body.chelseaformember section .customtable table tr td .buddyselect-btn:hover {
                        color: #fff
                    }

        body.chelseaformember section .buddylistbg {
            padding: 10px;
            background: white;
            background-color: #fff;
            border-radius: 15px;
            padding: 30px 10px;
            border: 1px solid #e5e5e5;
            transition: all .3s ease-in-out;
            box-shadow: 0 0px 10px 0 rgba(0,0,0,0.07);
            margin: 10px
        }

            body.chelseaformember section .buddylistbg .helpicon {
                font-size: 20px;
                color: #ddd;
                margin-left: 10px
            }

                body.chelseaformember section .buddylistbg .helpicon:hover {
                    cursor: pointer
                }

        body.chelseaformember section .form-control, body.chelseaformember section .TextBox14 {
            border-radius: 5px;
            background: #fff;
            border-color: #dadce0;
            transition: all .3s ease-in-out;
            margin: 3px 0 !important
        }

            body.chelseaformember section .form-control:focus, body.chelseaformember section .TextBox14:focus {
                box-shadow: none
            }

        body.chelseaformember section .calendar-ui .selectioncourse {
            /*margin:10px 0*/
        }

        body.chelseaformember section .calendar-ui .date-selected h2 {
            text-align: center;
            margin: 20px 0px
        }

        body.chelseaformember section .calendar-ui table {
            width: 100%;
            border-color: #ddd !important
        }

            body.chelseaformember section .calendar-ui table .tdcolor font {
                font-size: 24px
            }

                body.chelseaformember section .calendar-ui table .tdcolor font center {
                    margin: 10px 0;
                    color: #fff
                }

            body.chelseaformember section .calendar-ui table .tdcolor:nth-child(1n) {
                color: #fff;
                font-weight: 600;
                text-align: center
            }

            body.chelseaformember section .calendar-ui table .htmlcalrows {
                height: 65px;
                width: 80px;
                text-align: right;
                transition: all .3s ease-in-out
            }

                body.chelseaformember section .calendar-ui table .htmlcalrows:hover {
                    background-color: #f3f3f3;
                    cursor: pointer
                }

                    body.chelseaformember section .calendar-ui table .htmlcalrows:hover a {
                        color: #fff;
                        text-decoration: none;
                        height: 45px;
                        width: 45px;
                        display: inline-block;
                        border-radius: 50%;
                        text-align: center;
                        font-size: 20px;
                        padding-top: 6px
                    }

    @media screen and (max-width: 767px) {
        body.chelseaformember section .calendar-ui table .htmlcalrows {
            height: auto;
            width: 50px
        }
    }

    body.chelseaformember section .calendar-ui table .htmlcalrows a {
        font-size: 25px;
        font-weight: 400;
        color: #212529
    }

    input[type=checkbox] {
        margin-right: 5px;
        margin-top: 5px
    }

    table tr td input[type=checkbox] {
        margin: 0px !important
    }

    input[type=radio] {
        margin-right: 5px;
        margin-top: 10px
    }

    p {
        margin-bottom: 5px !important
    }

    input:disabled {
        background: #f1f1f1 !important;
        cursor: not-allowed !important
    }

    label {
        color: #000;
        margin-bottom: 0px !important
    }

    .breakline {
        padding-top: 10px;
        display: block
    }

    .profileform label {
        margin: 15px 0px
    }

    @media (min-width: 300px) and (max-width: 767px) {
        .profileform label {
            margin: 5px 0px
        }
    }

    html, body {
        height: 100%;
        margin: 0
    }

    form {
        min-height: 100%;
        margin-bottom: -71px
    }

    footer, .push {
        height: 70px
    }

    .dxmLite.dxm-side-menu-mode .dxm-side-menu-button {
        float: right;
        margin-top: 15px;
        border-radius: 50%;
        background: #fff
    }

    .printcustombtn {
        padding: 5px 15px;
        border-radius: 20px;
        display: block;
        min-width: 170px !important;
        width: 170px;
        float: right;
        margin: 5px 5px;
        text-align: center !important;
        transition: all .3s ease-in-out;
        margin-bottom: 10px
    }

        .printcustombtn .fa-print {
            margin: 0px 5px
        }

        .printcustombtn:hover {
            color: #fff;
            text-decoration: none !important
        }

    .RecurRequest-cal {
        margin: 10px 0px;
        border-color: #ddd
    }

        .RecurRequest-cal tr th {
            padding: 5px 0px;
            height: auto;
            color: #fff !important
        }

        .RecurRequest-cal tr td {
            border: 1px dotted #ddd;
            font-size: 15px
        }

            .RecurRequest-cal tr td td {
                border: 0px
            }

    .requestplayer-info .membersearch {
        width: calc(100% - 70px) !important;
        display: inline-block
    }

        .requestplayer-info .membersearch + input {
            margin-top: 10px
        }

    .calendaricon-img {
        margin: 10px 5px
    }

    .add-edit-del-player input {
        background: white;
        border: 0;
        border-radius: 50% !important;
        height: 30px;
        width: 30px;
        margin: 2px;
        border: 1px solid #dddd
    }

    .selected-player {
        display: inline-block;
        width: 100%;
        font-size: 14px
    }

    .golf-login {
        background: #49ad57 !important;
        border-color: #49ad57 !important
    }

    .tennis-login {
        background: #668fc1 !important;
        border-color: #668fc1 !important
    }

    #login-wrap {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat
    }

        #login-wrap .overlay {
            position: absolute;
            background: rgba(0,0,0,0.5)
        }

    .success-alert, .labelGreen14Bold, .labelGreen16Bold {
        color: green !important;
        display: block;
        font-weight: 500
    }

    .error-alert, .labelRed12, .labelOrange14Bold, .labelRed16Bold {
        color: red !important
    }

    .selected_box .subcat-box {
        border: 2px solid #f5da67 !important
    }

        .selected_box .subcat-box .icon-cir img {
            border: 1px solid #fff
        }

        .selected_box .subcat-box p {
            color: #f5da67 !important
        }

    .carousel-wrap .owl-carousel {
        position: relative
    }

        .carousel-wrap .owl-carousel .owl-nav {
            width: 100%;
            margin: 0;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0 20px;
            z-index: -1
        }

            .carousel-wrap .owl-carousel .owl-nav .fa-stack {
                width: 30px;
                height: 30px;
                border-radius: 50px;
                border: 0px solid #ccc
            }

            .carousel-wrap .owl-carousel .owl-nav span i {
                color: #fff;
                border-radius: 20px;
                height: 20px !important;
                width: 20px
            }

                .carousel-wrap .owl-carousel .owl-nav span i:before {
                    font-size: 13px;
                    top: -5px;
                    position: relative
                }

            .carousel-wrap .owl-carousel .owl-nav .owl-prev {
                float: left;
                left: -50px;
                position: relative
            }

    @media (min-width: 300px) and (max-width: 767px) {
        .carousel-wrap .owl-carousel .owl-nav .owl-prev {
            left: 0px
        }
    }

    .carousel-wrap .owl-carousel .owl-nav .owl-next {
        float: right;
        right: -50px;
        position: relative
    }

    @media (min-width: 300px) and (max-width: 767px) {
        .carousel-wrap .owl-carousel .owl-nav .owl-next {
            right: 0px
        }
    }

    .carousel-wrap .item a {
        text-decoration: none;
        display: block
    }

    .carousel-wrap .item .subcat-box {
        background-color: #fff;
        border-radius: 50px;
        padding: 10px 5px 10px;
        border: 1px solid #e5e5e5;
        transition: all .3s ease-in-out;
        box-shadow: 0 0px 10px 0 rgba(0,0,0,0.07);
        margin: 10px
    }

        .carousel-wrap .item .subcat-box:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.09);
            cursor: pointer;
            background-color: #f5f5f5
        }

        .carousel-wrap .item .subcat-box ul {
            margin: 0px;
            padding: 0
        }

            .carousel-wrap .item .subcat-box ul li {
                display: inline-block;
                vertical-align: middle;
                list-style: none
            }

    @media (min-width: 300px) and (max-width: 767px) {
        .carousel-wrap .item .subcat-box ul li {
            display: block !important
        }
    }

    .carousel-wrap .item .subcat-box ul li p {
        color: #000
    }

    .carousel-wrap .item .subcat-box p {
        margin: 5px 0px !important;
        font-size: 15px
    }

    @media (min-width: 767px) and (max-width: 1023px) {
        .carousel-wrap .item .subcat-box p {
            margin: 10px 2px !important
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {
        .carousel-wrap .item .subcat-box p {
            margin: 10px 0px !important;
            font-size: 10.5px
        }
    }

    .carousel-wrap .item .subcat-box p a {
        color: #000
    }

    @media (min-width: 300px) and (max-width: 767px) {
        .carousel-wrap .item .subcat-box p a {
            font-size: 14px
        }
    }

    @media (min-width: 767px) and (max-width: 1023px) {
        .carousel-wrap .item .subcat-box p a {
            font-size: 13px
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {
        .carousel-wrap .item .subcat-box p a {
            font-size: 13px
        }
    }

    .carousel-wrap .item .subcat-box .icon-cir img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        margin: auto;
        background-color: #ddd
    }

    .owl-stage .owl-item:nth-child(2) .selected_box .subcat-box {
        border: 2px solid #75c712 !important
    }

        .owl-stage .owl-item:nth-child(2) .selected_box .subcat-box p {
            color: #75c712 !important
        }

    .owl-stage .owl-item:nth-child(3) .selected_box .subcat-box {
        border: 2px solid #fd2739 !important
    }

        .owl-stage .owl-item:nth-child(3) .selected_box .subcat-box p {
            color: #fd2739 !important
        }

    .owl-stage .owl-item:nth-child(4) .selected_box .subcat-box {
        border: 2px solid #89b4c4 !important
    }

        .owl-stage .owl-item:nth-child(4) .selected_box .subcat-box p {
            color: #89b4c4 !important
        }

    .owl-stage .owl-item:nth-child(5) .selected_box .subcat-box {
        border: 2px solid #d5556e !important
    }

        .owl-stage .owl-item:nth-child(5) .selected_box .subcat-box p {
            color: #d5556e !important
        }

    body.chelseaformember .ajax__tab_xp .ajax__tab_body {
        font-size: 14px !important
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_body {
        border: 1px solid #e6e6e6 !important;
        padding: 10px 20px
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header {
        background: none !important
    }

    body.chelseaformember .ajax__tab_default .ajax__tab {
        height: 35px;
        border: 1px solid #dddd;
        border-radius: 5px 5px 0px 0px
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        background: none !important
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
        background: none !important;
        padding: 0px !important
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
        background-image: none !important;
        border-radius: 4px 4px 0px 0px;
        height: 34px
    }

        body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab span {
            color: #fff
        }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
        padding: 7px;
        font-size: 13px
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
        padding-right: 0px !important
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
        background: none !important;
        color: #000
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
        background-image: none !important
    }

    body.chelseaformember .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
        background: none !important
    }

    body.chelseaformember .ajax__tab_hover {
        transition: all 0.3s ease-out
    }

        body.chelseaformember .ajax__tab_hover a {
            color: #fff !important
        }

    body.chelseaformember .ajax__tab_xp .ajax__tab_disabled {
        color: #ddd !important
    }
    /*AutoComplete flyout */
    .auto-complete-completion-list {
        border: solid 1px #2e8b57;
        /*margin-left: 0px;
    */
        padding: 0px;
        height: 100px;
        overflow: auto;
        background-color: #FFFFFF;
    }

    .auto-complete-list-item {
        /*color: #1C1C1C;
    */
    }

    .auto-complete-item-highlighted {
        cursor: default;
        background-color: #2e8b57;
        color: #FFFFFF;
    }
    /*AutoComplete flyout */
    .TNauto-complete-completion-list {
        border: solid 1px #668fc1;
        /*margin-left: 0px;
    */
        padding: 0px;
        height: 100px;
        overflow: auto;
        background-color: #FFFFFF;
    }

    .TNauto-complete-list-item {
        /*color: #1C1C1C;
    */
    }

    .TNauto-complete-item-highlighted {
        cursor: default;
        background-color: #668fc1;
        color: #FFFFFF;
    }

    .rowBGColor {
        background-color: #71f38d;
    }

    .rowBGColorTN {
        background-color: #9eb9cd;
    }
