

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../../fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../../fonts/Montserrat-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../../fonts/Montserrat-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../../fonts/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../../fonts/Montserrat-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../../fonts/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #333;
}

@media only screen and (max-width: 768px) {
    body {
        margin-bottom: 20%;
    }
}

header {
    color: #666666;
    white-space: nowrap;
}

html {
    height: auto;
}

body::after {
    content: '';
    display: block;
    height: auto;
}

.page-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    height: auto;
}

img {
    width: 100%;
}

.btn {
    text-transform: capitalize;
    padding: 8px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-weight: bold;
}

.site-logo {
    width: auto;
    height: auto;
    padding-top: 3%;
    padding-bottom: 2%;
}

@media (max-width: 768px) {
    .site-logo {
        background-color: white;
    }
}

.header-menu {
    padding: 0;
    height: 20px;
}

    .header-menu .dropdown {
        float: left;
        padding: 20px;
    }

.menu-section {
    background-color: rgb(244, 244, 244);
    text-align: right;
}

    .menu-section ul li {
        display: inline-block;
        list-style-type: none;
        padding: 28px;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
    }

        .menu-section ul li.active-menu::after {
            content: "";
            position: absolute;
            height: 8px;
            background-color: #f99f1c;
            right: 26px;
            left: 26px;
            bottom: 0;
        }

.panel-image {
    position: relative;
}

.semibold {
    font-family: 'Montserrat-SemiBold';
}

.ms-bold {
    font-family: 'Montserrat-Bold';
}

.panel-location {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    margin-bottom: 4px;
}

.panel-Address {
    font-size: 14px;
    margin-bottom: 8px;
}

.filter-icon {
    position: absolute;
    background-color: rgb(244, 101, 33);
    right: -2px;
}

    .filter-icon i {
        color: #fff;
        padding: 11px;
    }

.filter-section {
    position: relative;
    padding-right: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.btn-radius {
    color: #fff;
    background-color: #f26522;
    border-radius: 20px;
    box-shadow: 0 0 1px #f26522;
    padding: 6px 16px;
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
}

.align-center {
    margin: 0 auto;
}

.filter-section .form-control {
    border-radius: 0;
    font-size: 12px;
    padding: 4px;
}

.filter-section select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem);
}

.btnCenter {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-list {
    padding: 0;
}

    .card-list li {
        list-style-type: none;
        padding: 2px;
    }

        .card-list li .fa-chevron-right {
            font-size: 10px;
        }

.cardTitle {
    font-weight: bold;
}

.flag {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    margin-right: 4px;
}

.card-accordian .card-header {
    padding: 0;
    font-family: 'Montserrat-SemiBold';
}

.card-accordian .card-body {
    font-family: 'Montserrat-Medium';
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-15 {
    margin-bottom: 15px !important;
}

.right-border {
    border-right: 1px solid rgb(244, 244, 244);
}

.ms-h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

.card-golf-label {
    font-size: 12px;
    color: #666;
}

.card-golf-text {
    font-size: 12px;
}

.panel-time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 168px;
    background-color: rgba(230, 27, 37, 0.8) !important;
    border-radius: 30px 0px 0px 30px;
    text-align: right;
    padding: 4px;
    color: #ecebeb;
}

.copyright-footer {
    font-family: 'Montserrat-SemiBold';
    padding: 10px;
    font-size: 10px;
    color: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.banner-section {
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
}

.banner-text {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat-ExtraBold';
    margin-bottom: 10px;
}

.banner-subheading {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: -10px;
    text-align: center;
    font-family: 'Montserrat-ExtraBold';
}

.k-window-titlebar {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    color: white;
}

.banner-image {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*book IT*/
.book-banner {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 32px;
    font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
}

.ms-panel-title {
    border-bottom: 1px solid #c1bdbd;
    color: #ea001b;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Montserrat-Light';
    position: relative;
    padding: 4px 0;
    margin-top: -10px;
}

    .ms-panel-title .fa {
        color: #666;
        font-size: 14px;
    }

    .ms-panel-title::after {
        content: "";
        height: 4px;
        position: absolute;
        width: 72px;
        bottom: -1px;
        left: 0;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
    }

.ms-panel {
    margin-bottom: 20px;
}

.ms-label {
    margin-bottom: 2px;
}

.ms-form-control {
    margin-bottom: 10px;
}

.asterick {
    color: #f26522;
}

textarea {
    resize: none;
    width: 100%;
}

.ms-static-label {
    font-weight: normal;
    margin: 0;
}

.ms-static-text {
    font-family: 'Montserrat-Bold';
}

.ms-page-footer {
    padding: 12px 0;
    border-top: 1px solid #c1bdbd;
    border-bottom: 1px solid #c1bdbd;
}

.ms-totalPrice {
    float: right;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
}

.btn-orange {
    background-color: rgb(244, 101, 33);
    color: #fff;
}

.btn-blue {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    color: #fff;
    border: none;
}

.btn-white {
    background-color: white;
    border: 1px solid #b1b1b1;
    color: #666;
}

.btn-gray {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #666;
    margin-top: 0px;
}

.btn-xl {
    font-size: 16px;
}

.btn-cancel {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 0;
}

.btn-book {
    background-color: rgb(244, 101, 33);
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    padding: 8px 20px;
    border-radius: 0;
}

.btn-logout {
    height: 100%;
    width: 100%;
    background-color: white;
    border-style: none;
    cursor: pointer;
}

    .btn-logout:hover {
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
        color: white;
    }

    .btn-logout:focus {
        outline: 0;
    }

.add-button-parent {
    position: relative;
    padding-right: 40px;
}

.add-button {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-langugeselection .modal-content {
    padding: 30px 40px;
}

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.ms-tc-accordian {
    border: 0;
}

    .ms-tc-accordian .card-header {
        border-top: 1px solid rgba(0,0,0,.125);
        background-color: #fff;
    }

    .ms-tc-accordian .cardTitle {
        font-size: 18px;
    }

    .ms-tc-accordian .card-body {
        padding: 20px 40px;
    }

.ms-tc-footer {
    padding: 20px;
}

.ms-termsConditions {
    padding-top: 10px;
    float: left;
}

.ms-header {
    padding: 10px 0 20px;
}

.back-link {
    border-right: 4px solid #f99f1c;
    padding: 10px 15px;
    display: inline-block;
    font-size: 20px;
    color: #666666;
}

.ms-header-title {
    padding-left: 15px;
    display: inline-block;
}

.ms-header-text {
    font-size: 22px;
}

.accordion-cheverlon {
    float: right;
    color: #666;
    cursor: pointer;
}

.ms-container-center {
    margin: 0 auto;
    text-align: center;
}

.ms-h2-regular {
    font-size: 22px;
    margin-bottom: 15px;
}

.ms-h3-regular {
    font-size: 18px;
    margin-bottom: 4px;
}

.text-msg {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
}

.success-icon {
    font-size: 102px;
    color: rgb(0, 196, 142);
}

.failure-icon {
    font-size: 102px;
    color: rgb(196, 0, 0);
}

.box-link {
    padding: 10px 20px;
    background-color: rgb(245, 245, 245);
    font-size: 12px;
    text-align: center;
    border: 1px solid #d2d2d2;
    box-shadow: 0 3px 2px #333;
    cursor: pointer;
}

.custom-row {
    margin-right: -10px;
    margin-left: -10px;
}

    .custom-row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

.box-link a {
    color: #333;
    text-decoration: none;
}

.link-icon-orange {
    color: rgb(244, 101, 33);
    font-size: 20px !important;
    display: block !important;
    margin-bottom: 4px;
}

.input-disabled {
    cursor: not-allowed !important;
    background-color: #efeeee !important;
}

.highlighted {
    background-color: #DF7401;
    font-weight: bold;
}

.margin30 {
    margin-bottom: 30px;
}

.margin50 {
    margin-bottom: 50px;
}

.padding3 {
    padding: 1rem;
}

.margin-t-2 {
    margin-top: .5rem;
}

.margin-t-4 {
    margin-top: 1.5rem;
}

.font12 {
    font-size: 12px;
}

/**** Book now ****/
.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.terms-conditions .panel-body {
    height: 244px;
    overflow-y: scroll;
}

.terms-conditions .panel-default {
    border-bottom: 1px solid #c1bdbd;
}

.terms-conditions {
    margin-bottom: 0%;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 10px 0px 2px 0px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    font-size: x-small;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dhabi-golf {
    font-weight: 100 !important;
}

.dhabi-uae {
    font-size: 17px;
    margin-top: -1%;
}

.add-button {
    padding: 9px;
}

.conf-booking {
    margin-top: 12px !important;
    margin-left: 10px;
}

.confirm-booking .ms-panel-title {
    margin-bottom: 0px !important;
}

.user-profile-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #003C70;
    padding: 10px;
}

.user-profile-section {
    padding: 20px;
}

.btn-update {
    margin-top: 25px;
}

.back-to-list-link {
    margin-left: 20px;
}

.form-activation {
    margin-top: 20px;
    color: #505050 !important;
}

.activation-page-login-link {
    font-weight: bold;
}

.inner-addon i:before {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    float: right;
    transition: all 0.5s;
    font-size: medium;
}

.k-pager-numbers .k-state-selected {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    border-color: #003C70;
}

.k-detail-cell .k-grid {
    margin-bottom: 0px !important;
    padding-bottom: 1px !important;
}

.k-grid {
    margin-bottom: 5%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .k-grid {
        margin-bottom: 8%;
    }
}

#email {
    width: 95%;
}

#ForgetPassword {
    display: none;
}

#forgotPwdForm {
    overflow: hidden;
    padding: 10px;
    padding-top: 0px;
}

.panel-body {
    padding: 5px;
    text-align: justify;
}

.panel-footer {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    margin-bottom: 20px;
}

.container {
    margin-bottom: 3%;
}

.app-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.topnav {
    overflow: hidden;
    margin-top: 15px;
    height: 60px;
}

    .topnav a {
        float: left;
        color: black;
        text-align: center;
        padding: 5px 5px;
        text-decoration: none;
        font-size: 15px;
        margin-right: 10px;
        padding: 8px;
    }

        .topnav a:hover {
            background: -webkit-linear-gradient(#db0011b3, #db0011);
            background: -moz-linear-gradient(#db0011b3, #db0011);
            background: -ms-linear-gradient(#db0011b3, #db0011);
            background: -o-linear-gradient(#db0011b3, #db0011);
            color: white;
            border-radius: 20px;
        }

        .topnav a.active {
            background: -webkit-linear-gradient(#db0011b3, #db0011);
            background: -moz-linear-gradient(#db0011b3, #db0011);
            background: -ms-linear-gradient(#db0011b3, #db0011);
            background: -o-linear-gradient(#db0011b3, #db0011);
            color: white;
            border-radius: 20px;
        }

.topnav-vl {
    border-left: 1px solid #c6c4c4;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.topnav-right {
    float: right;
}

#userprofile {
    border-style: none;
    font-size: 17px;
}

#rateContainer {
    display: none;
    margin-bottom: 20px;
}

#tncValMsg {
    display: none;
    margin-top: 0px;
}

.tc-align {
    margin-right: 50%;
}

.book-now-tc {
    padding-left: 14px;
}

.profile {
    display: inline-block;
    width: 200px;
    max-width: 200px;
}

.ratechart-table {
    background-color: lightgray;
}

.ratechart-hotel-table {
    width: 100%;
}

.hotel-table-gap {
    width: 15%;
}

#hotel-table {
    background-color: lightgray;
}

.ratechart-hotel-detail {
    padding-right: 0%;
}

.password-format {
    color: red;
    margin-top: 15px;
    margin-bottom: 20%;
}

.balance-round-div {
    text-align: center;
    border: 1px solid #c6c4c4;
    border-radius: 5px;
    margin-top: 15px;
}

.balance-rounds {
    color: red;
    font-size: 30px;
}

.total-rounds {
    font-size: 20px;
}

.err-msg-tooltips {
    white-space: nowrap;
    margin-left: -15px;
}

nav {
    height: 100%;
    padding: 0px;
}

.navbar {
    padding: 0;
}

nav button {
    margin-left: -15px;
}

.nav-item a {
    float: left;
    color: black;
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    padding: 8px;
    white-space: nowrap;
}

.nav-item {
    padding: 0px;
}

.collapse {
    width: 90%;
    text-align: justify;
    right: 0;
    top: 0;
}

.nav-link:hover {
    color: white;
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    border-radius: 20px;
}

@media (min-width:768px) {
    .navbar {
        float: right;
    }
}

.dropdown-item {
    background-color: white;
    padding: 10px;
}

    .dropdown-item:hover {
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
        color: white;
    }

    .dropdown-item a:hover {
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
        color: white;
        cursor: pointer;
    }

.nav-item p {
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: inline;
    text-align: center;
    margin-top: 5%;
}

.dropdown-menu {
    text-align: center;
    align-content: center;
    margin-top: 5%;
    margin-left: -2%;
    width: auto;
    min-height: 100%;
    height: auto;
    border: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

a .dropdown-item {
    margin-left: -100px;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

    a .dropdown-item:hover {
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
        color: white;
    }

#username {
    margin-top: 0px;
    margin-left: 4px;
}

.rate-chart-overflow {
    overflow: auto;
}

    .rate-chart-overflow::-webkit-scrollbar {
        overflow: hidden;
    }

.view-bin-checkbox {
    width: 18px;
    height: 18px;
    margin: 5px;
}

.nav-link-highlighted {
    color: white !important;
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
    border-radius: 20px;
}

.booking-body {
    padding: 20px;
}

.terms-conditions .ui-state-active {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
}

.k-link {
    font-weight: 800;
}

.sign-up-form-container input {
    margin-bottom: 2px;
}

.sign-up-form-container {
    width: 100%;
}

.forget-link:hover {
    color: #0056b3;
}

.has-search .form-control {
    padding-left: 2rem;
    margin-left: -5%;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    top: 25%;
    left: 5%;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-right: 20%;
    padding-bottom: 15%;
}

.signup-page-dropdown {
    margin-bottom: 1.5%;
}

@media (max-width: 768px) {
    .ensure-text {
        margin-bottom: 30%;
    }
}

@media (max-height: 768px) {
    .ensure-text {
        margin-bottom: 35%;
    }
}

@media (max-width: 768px) and (max-height: 662px) {
    .terms-conditions {
        margin-bottom: 30%;
    }
}

@media (max-width: 768px) {
    .terms-conditions {
        margin-bottom: 20%;
    }
}

@media (max-width: 768px) {
    .has-search .form-control-feedback {
        left: 2%;
        right: 1%;
    }
}

@media (max-width: 575px) {
    .has-search .form-control-feedback {
        top: 18%;
    }
}

#update-form {
    display: flex;
}

@media (min-width: 768px) {
    html.k-ie #ForgetPassword {
        width: 768px;
    }
}

@media (min-width:700px) and (max-width: 767px) {
    html.k-ie #ForgetPassword {
        width: 700px;
    }
}

@media (min-width:600px) and (max-width: 700px) {
    html.k-ie #ForgetPassword {
        width: 600px;
    }
}

@media (min-width:500px) and (max-width: 600px) {
    html.k-ie #ForgetPassword {
        width: 500px;
    }
}

@media (min-width:400px) and (max-width: 500px) {
    html.k-ie #ForgetPassword {
        width: 400px;
    }
}

@media (min-width:300px) and (max-width: 400px) {
    html.k-ie #ForgetPassword {
        width: 300px;
    }
}

.update-profile-safari {
    -webkit-box-flex: 1;
}

.grid-footer-margin {
    margin-bottom: 3rem;
}

@media (max-width: 1305px) {
    .justify-content-center {
        padding-left: 6%;
        padding-right: 6%;
    }
}

.k-grid tbody .k-button {
    width: 95%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: -ms-available;
    width: -o-fill-available;
}

    .k-grid tbody .k-button:active {
        border: none;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
    }

li.k-button {
    width: auto;
    max-width: 30%;
}

.k-button .k-state-hover {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
}

.k-primary {
    border: none;
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
}

    .k-primary::after {
        border: none;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
        color: black;
    }

    .k-primary:focus {
        border: none;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
    }

    .k-primary:hover {
        border: none;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
    }

.k-grid-add:focus {
    border: none;
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
}

.k-list > .k-state-selected.k-state-focused {
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
}

tr.k-state-selected {
    border: none;
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    background: -moz-linear-gradient(#db0011b3, #db0011);
    background: -ms-linear-gradient(#db0011b3, #db0011);
    background: -o-linear-gradient(#db0011b3, #db0011);
}

    tr.k-state-selected td {
        border: none;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
    }

    tr.k-state-selected:hover {
        border: none;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
        background: -moz-linear-gradient(#db0011b3, #db0011);
        background: -ms-linear-gradient(#db0011b3, #db0011);
        background: -o-linear-gradient(#db0011b3, #db0011);
    }

div#Country_validationMessage {
    width: 86px;
}

div#City_validationMessage {
    width: 100px;
}

div#Currency_validationMessage {
    width: 73px;
}

div#TeeStartTime_validationMessage {
    width: 100px;
}

div#TeeEndTime_validationMessage {
    width: 102px;
}

div#Titles_validationMessage {
    width: 80px;
}

div#ISDCodes_validationMessage {
    width: 80px;
}

div#PhoneNumber_validationMessage {
    width: 122px;
}

div#Day_validationMessage {
    width: 73px;
}

div#GreenFeeCardHolder_validationMessage {
    width: 155px;
}

div#CardholderName_validationMessage {
    width: 230px;
}

body.stop-scrolling {
    overflow: auto;
}

.Nationality-width {
    width: 100%;
}

.alignTermsConditions {
    margin-left: -40px;
}

    .alignTermsConditions li {
        margin-bottom: 10px;
        margin-left: -5px;
    }

.Club-Specific-Conditions-table-head {
    background-color: #db0011;
    text-align: center;
    color: white;
}

.box {
    width: 100%;
    margin: 20px;
}

.user-bookings-header{
    font-weight:800;
}