﻿/* Ajax Loader */
.dialog-background {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

.fade-page-loader {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    left: 0;
    top: 0;
    z-index: 90002;
}

.dialog-loading-wrapper {
    border: 0 none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    top: 45%;
    width: 100px;
    z-index: 9999999;
}


    .dialog-loading-wrapper .loader-interval {
        color: #fff;
        margin: 0 0 0 0;
        text-align: center;
    }

.ajax-loader {
    float: left;
    position: fixed;
    margin: 0 0 0 0;
    z-index: 999001;
    width: auto;
    color: #ffffff;
}

.progress {
    text-align: center;
    opacity: 1;
    vertical-align: central;
    background-color: white;
    height: 95%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAAWlJREFUOE9d0wlywzAMQ1Hf/5TZGmW5RJ/8E9VTzIQGF5CU5WyPx2OM8bMDOfL7/c4+n8/X66XsdrtdLpfr9cpVILKp8ODIBWm2OCWLr7LT6SSrC775QWlzKi3NcpvTTERwrjeG+OaXk2Y1Qkrha4UISL3f789koDyfz+2ThhU0MP1s+d2uFhvBGrg3mWQtos6Qo3KBu3nUJj9xvetV6xXxwvbwxFx7VUNDygEl13BAcuEz2blp2GOUDR24LtyIAQh3ro3RI6Illr7rgaO4uMq5du1hX/xz1FxWaVZ1erZ7mZ+nnFDNOlsgVhekcsWXO8XAb37ToDjgVUPilZ3fttBxw05lBUE2JZ4g2FTZFIOcIjiKFR3FEXDg1pxfmDZCnNIRKM4W0RQJs0dvuyKozjTXnv4f1HTATjH/VWlYvWtUbgnic+K+AgkIzi+MAEpUxO3kkBhKAV7B5q7p61RFBHbtn7tA5oWNMX4BI5Q42fmmF4gAAAAASUVORK5CYII=') /*images/background.png*/ repeat center;
}

.splash {
    width: 100%;
    text-align: center;
    vertical-align: central;
    position: relative;
    font-style: italic;
    font-size: 16px;
    color: #000000;
    margin-top: 0%;
}

/*Loader Wrapper class for fixing spinner issue*/
#loaderWrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#loading-bar {
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: wait;
    position: fixed;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5); /*opacity: 1.0 !important;*/
}

#loading-bar-spinner .spinner-icon {
    width: 64px !important;
    height: 64px !important;
    border-top-color: #015da6 !important;
    border-left-color: #015da6 !important;
    border-width: 0.75em;
}

#loading-bar .bar {
    background: #015da6 !important;
}

#loading-bar-spinner {
    top: 50% !important;
    left: 50% !important;
    z-index: 100000 !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.vl {
    border-left: 2px solid #9b9999;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.no-bold {
    font-weight: normal;
}

/* Ajax Loader */
.custom-btn-dropdown-container .custom-select {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 5L0 2h4zm0  3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}

.mgn-rt-8 {
    margin-right: 5px;
}


@media screen and (min-width:769px) and (max-width: 991px) {
    .neg-mgn-top-23 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .search-block {
        margin-left: 0px;
    }

    .mgn-rt-8 {
        margin-right: 0px;
    }
}

@media screen and (min-width:320px) and (max-width: 768px) {
    .download-format {
        margin-left: 0px !important;
    }

    .neg-mgn-top-23 {
        margin-top: 0px;
    }

    .search-block {
        margin-left: 0px;
    }

    .mgn-rt-8 {
        margin-right: 0px;
    }

    .customer-logo {
        margin-top: 10px;
    }
}

.download-format {
    overflow: hidden;
    position: relative;
}


    .download-format ul li {
        float: left;
    }


@media screen and (max-width: 479px) and (min-width: 320px) {
    .download-format.mgn-rt-10p {
        margin-right: 0px;
    }

    .col-padder-20 .download-format {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.page-container.width-max {
    max-width: 1300px !important;
}

#ManageBooking table {
    width: 3000px !important;
}

#ManageBooking {
    max-width: 1300px !important;
}

#CustomerBookingList table {
    width: 2250px !important;
}

#CustomerList table {
    width: 1800px !important;
}

.log-off {
    background: url('../images/icon-sprite.png') no-repeat -92px -210px;
    width: 22px;
    height: 23px;
    float: right;
    margin-top: 25px;
    margin-right: 0;
}


.wrapper {
    display: block;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

    #sidebar.active {
        margin-left: -250px;
    }


.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);
}

@media (min-width:768px) and (max-width:866px) {
    .wrap_ManageBookingCardHolder {
        margin-top: 20px;
    }
}

@media (min-width: 1013px) and (max-width: 1430px) {
    .play-date-booking-detail {
        margin-top: 22px;
    }
}

@media (min-width: 801px) and (max-width: 826px) {
    .play-date-booking-detail {
        margin-top: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1430px) {
    .tee-time-booking-detail {
        margin-top: 22px;
    }
}

@media (min-width:981px) and (max-width:1024px) {
    .wrap_ManageBookingInfo {
        margin-top: 15px;
    }
}

@media(min-width:768px) and (max-width:856px) {
    .wrap_ManageBookingClubName {
        margin-top: 30px;
    }
}

@media (min-width:857px) and (max-width:980px) {
    .wrap_ManageBookingDate {
        margin-top: 20px;
    }
}

@media (min-width:768px) and (max-width:856px) {
    .wrap_ManageBookingDate {
        margin-top: 30px;
    }
}

@media (min-width:786px) and (max-width:856px) {
    .wrap_ManageBookingDate {
        margin-top: 50px;
    }
}

@media(min-width:857px) and (max-width:980px) {
    .wrap_ManageBookingDateOfPlay {
        margin-top: 25px;
    }
}

@media(min-width:768px) and (max-width:856px) {
    .wrap_ManageBookingDateOfPlay {
        margin-top: 45px;
    }
}

@media(min-width:857px) and (max-width:980px) {
    .wrap_ManageBookingTeeTime {
        margin-top: 25px;
    }
}

@media(min-width:768px) and (max-width:856px) {
    .wrap_ManageBookingTeeTime {
        margin-top: 45px;
    }
}

@media(min-width:857px) and (max-width:980px) {
    .wrap_ManageBookingStatus {
        margin-top: 25px;
    }
}

@media (min-width:768px) and (max-width:856px) {
    .wrap_ManageBookingStatus {
        margin-top: 24px;
    }
}

@media(min-width:857px) and (max-width:980px) {
    .wrap_ManageBookingReference {
        margin-top: 10px;
    }
}

@media(min-width:768px) and (max-width:856px) {
    .wrap_ManageBookingReference {
        margin-top: 30px;
    }
}

.k-detail-cell {
    padding: inherit !important;
}

    .k-detail-cell .k-grid-norecords {
        width: 50%;
    }

.customer-round-div {
    border: 1px solid #c6c4c4;
    border-radius: 5px;
    margin-left: 27px;
    margin-top: -25px;
}

    .customer-round-div p {
        margin-left: 6px;
        margin-top: 15px;
    }

    .customer-round-div b {
        color: blue;
    }

    .customer-round-div a:hover {
        text-decoration: none !important;
    }

.crm-search {
    padding-left: 9.2%;
}

.crm-search-icon {
    left: 13% !important;
}

.crm-back-arrow {
    font-size: 22.1px !important;
    top: 15px;
    position: relative;
}

.btn-case-notes {
    padding: 6px;
    cursor: pointer;
    border-radius: 10px;
    border-style: none;
    background: -webkit-linear-gradient(#db0011b3, #db0011);
    color: white;
}

    .btn-case-notes:hover {
        color: white;
        background: -webkit-linear-gradient(#db0011b3, #db0011);
    }

    .btn-case-notes:focus {
        outline: none;
    }

.divCaseNotes {
    border: 1px solid black;
    margin-top: -4.3%;
    margin-bottom: 5%;
    margin-left: auto;
    border-color: lightgrey;
    font-size: 11px;
}

    .divCaseNotes textarea {
        border-color: lightgray;
        height: 4em;
    }

        .divCaseNotes textarea:focus {
            outline: none;
        }

.crm-left-padding {
    padding-left: 0%;
}

@media(max-width: 1305px) {
    .customer-round-div {
        margin-left: 23px;
        margin-top: -25px;
    }
}

@media(min-width: 1202px) and (max-width: 1305px) {
    .crm-search {
        padding-left: 10.2%;
    }

    .crm-back-arrow {
        margin-left: -1%;
    }

    .divCaseNotes {
        margin-top: -4.5%;
    }

    .crm-left-padding {
        padding-left: 18px;
    }
}

@media(max-width: 1201px) and (min-width: 1101px) {
    .crm-search {
        padding-left: 11.2%;
    }

    .divCaseNotes {
        margin-top: -5%;
    }

    .crm-left-padding {
        padding-left: 22px;
    }

    .customer-round-div {
        margin-left: 21px;
    }
}

@media(max-width: 1100px) and (min-width: 935px) {
    .crm-search {
        padding-left: 13.2%;
    }

    .divCaseNotes {
        margin-top: -5.3%;
    }

    .crm-left-padding {
        padding-left: 42px;
    }
}

@media(max-width: 934px) and (min-width: 768px) {
    .crm-search {
        padding-left: 15.2%;
    }

    .crm-search-icon {
        left: 16% !important;
    }

    .customer-round-div {
        margin-left: 16px;
    }

    .divCaseNotes {
        margin-bottom: 8%;
    }

    .crm-back-arrow {
        margin-left: -2%;
    }
}

@media(max-width: 767px) {
    .customer-round-div {
        margin-left: 20px;
    }

    .crm-search-icon {
        left: 7% !important;
    }
}

@media(max-width: 767px) and (min-width: 576px) {
    .crm-search {
        padding-left: 5.2%;
    }

    .crm-left-padding {
        padding-left: 5%;
    }

    .divCaseNotes {
        margin-top: -19%;
        margin-bottom: 8%;
    }

    .crm-back-arrow {
        margin-left: -3%;
    }

    .customer-round-div {
        margin-left: 8px;
    }
}

@media(max-width: 575px) {
    .crm-left-padding {
        padding-left: 6%;
    }

    .crm-search {
        padding-left: 6.2%;
    }

    .btn-case-notes {
        margin-left: 2%;
        padding-top: 1%;
    }
}

.btn-edit-delete {
    width: 45%;
}

.crm-edit-textarea {
    border: 1px solid blue !important;
}

#CustomerBookingList {
    height: fit-content;
}
