@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

ul, li {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a, a:visited {
    text-decoration: none;
}

    a:active, a:hover, a:focus {
        outline: 0;
    }

img {
    border: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align:center;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

.img-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}
/* added css */

@font-face {
    font-family: 'SansationRegular';
    src: url('../fonts/Sansation-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Sansation-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* body animation {-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;} */
body {
    font-family: SansationRegular;
    font-size: 14px;
    color: #555;
    line-height: normal;
    background: url(../images/body-bg.png) repeat 0 0;
    background-color: none !important;
    overflow-x: unset;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.3);
}

.wrapper {
    max-width: 1170px;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.wrapper-menu {
    max-width: 420px;
    width: 100%;
    height: 100vh;
    position: relative;
    left: 25%;
    transform: translate(-25%);
}

.header { /*background:#2792E7;*/
    height: 60px;
  

}

    .header h1 {
        padding: 18px 0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        text-shadow: 1px 1px #555;
    }

.login .logo {
    margin: 10px auto 0;
    text-align: center;
}

    .login .logo img {
        max-width: 25%;
    }

.login .login-form {
    width: 85%;
    margin: auto;
}

.login input {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 15px 10px;
    font-size: 18px;
    box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    -o-box-shadow: 0 0;
    -ms-box-shadow: 0 0;
}

    .login input:hover,
    .login input:focus { /*border:1px solid #2792E7;*/
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.login .remember-me-pw {
    clear: both;
}

    .login .remember-me-pw label {
        float: left;
        padding: 25px 0;
        width: 50%;
    }

    .login .remember-me-pw input[type="checkbox"] {
        float: left;
        margin: 3px 4px;
        width: auto;
    }

.remember-me-pw label span {
    color: #333;
    font-size: 16px;
    float: left;
}

.login .login-form input[type="button"],
.login .login-form input[type="submit"],
.login .login-form input[type="reset"] { /*background:#2792E7;*/
    border: 0 none;
    color: #fff;
    font-size: 21px;
    padding: 13px 10px;
    text-shadow: 1px 1px #555;
    text-transform: uppercase;
    margin: 10px 0;
    float: right;
    width: 50%;
}

.login .copyright {
    color: #999;
    font-size: 12px;
    margin: 10px 0 20px;
    text-align: center;
    clear: both;
}

/* inner page css start here */

.inner .header .titles h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0 2px;
    text-shadow: 1px 1px #555;
}
    /*padding:7px 0 2px;*/
    .inner .header .titles h1.only-heading {
        padding: 17px 0;
    }

.inner .header .titles h2 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 8px;
    text-align: center;
    text-shadow: 1px 1px #555;
}

.inner .header a {
    display: block;
}

.inner .header .menu-icon {
    width: 18%;
    float: left;
}

    .inner .header .menu-icon a {
        width: 60px;
    }

.inner .header .logout-icon a {
    width: 60px;
    float: right;
}
/* kinesh patel-change*/
.inner .header .titles {
    width: 64%;
    float: left;
}

.inner .header .logout-icon {
    width: 18%;
    float: right;
}

    .inner .header .menu-icon a,
    .inner .header .logout-icon a {
        text-align: center;
        height: 60px;
    }

        .inner .header .menu-icon a img,
        .inner .header .logout-icon a img {
            margin: 14px 0;
            width: 32px;
        }

.inner .sub-heading {
    background: #eee;
    overflow: hidden;
    padding: 12px 0;
}

    .inner .sub-heading h3 {
        padding: 6px 8px;
        color: #333;
        font-size: 18px;
        font-weight: 700;
    }

    .inner .sub-heading .date-format {
        width: 45%;
        float: left;
        padding: 0 10px;
    }

        .inner .sub-heading .date-format input[type='text'] {
            background: url(../images/mini-down-arrow.png) no-repeat right 10px #fff;
            border: 1px solid #bbb;
            color: #333;
            font-size: 17px;
            font-weight: 700;
            /*width: 130px;*/
            width: 100%;
            height: 32px;
            padding: 5px;
        }

        .inner .sub-heading .date-format a {
            background: url(../images/mini-down-arrow.png) no-repeat right 10px #fff;
            border: 1px solid #bbb;
            color: #333;
            display: block;
            font-size: 18px;
            font-weight: 700;
            padding: 1px 10px;
            width: 100px;
            height: 32px;
            overflow: hidden;
            line-height: 29px;
        }

    .inner .sub-heading .prev-year {
        width: 24%;
        float: left;
        padding: 0 7px;
    }

    .inner .sub-heading .current-year {
        /*width: 31%;*/
        width: 30%;
        float: left;
        padding: 0 7px;
    }

        .inner .sub-heading .prev-year h3,
        .inner .sub-heading .current-year h3 {
            text-align: right;
        }

    .inner .sub-heading .date-format .middle-date {
        float: left;
        width: 70%;
        text-align: center;
    }

    .inner .sub-heading .date-format .date-left-arrow,
    .inner .sub-heading .date-format .date-right-arrow {
        width: 15%;
        float: left;
    }

        .inner .sub-heading .date-format .date-left-arrow a,
        .inner .sub-heading .date-format .date-right-arrow a {
            display: block;
        }

        .inner .sub-heading .date-format .date-left-arrow img,
        .inner .sub-heading .date-format .date-right-arrow img {
            vertical-align: middle;
            margin: 0 5px;
        }
/*kinesh patel*/
.content {
    clear: both;
}

/*.content {
    clear: both;
    max-height: 908px;
    height: 100%;
    overflow: auto;
}*/
.main-list-group {
}

    .main-list-group .main-list {
        background: #fff;
        font-size: 22px; /*border-bottom: 1px solid #ddd;*/
        overflow: hidden;
        padding: 15px 0;
        color: #333;
    }

@media screen and (max-width: 800px) {
    .main-list-group .main-list {
        background: #fff;
        font-size: 18px; /*border-bottom: 1px solid #ddd;*/
        overflow: hidden;
        padding: 15px 0;
        color: #333;
    }
}

.main-list-group .main-list:last-child {
    border-bottom: 0 none;
}

.main-list-group .main-list .list-items {
    float: left; /*width: 50%;*/
    width: 35% !important;
    padding: 0 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main-list-group .main-list .list-items-1 {
    float: left; /*width: 50%;*/
    width: 52% !important;
    padding: 0 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-list-group .main-list .pre-year {
    float: left;
    padding: 0 7px;
    text-align: right; /*width: 25%;*/
    width: 30%;
    color: #777;
}

.main-list-group .main-list .cur-year {
    float: right;
    padding: 0 7px;
    text-align: right; /*width: 25%;*/
    /*width: 31%;*/
    width: 35%;
    color: #6f9a37;
    font-weight: 700;
}

    .main-list-group .main-list .cur-year .current-year-value {
        display: inline-block;
        font-size: 23px;
        font-weight: normal;
        margin-top: -3px;
    }

@media screen and (max-width: 800px) {
    .main-list-group .main-list .cur-year .current-year-value {
        display: inline-block;
        font-size: 20px;
        font-weight: normal;
        margin-top: -3px;
    }
}

.main-list-group .main-list .cur-year .point-number,
.main-list-group .main-list .pre-year .point-number {
    font-size: 14px;
}

.main-list-group .main-list .pre-year .point-number,
.main-list-group .main-list .pre-year .main-number,
.main-list-group .main-list .cur-year .point-number,
.main-list-group .main-list .cur-year .main-number,
.main-list-group .main-list .cur-year .mini-right-arrow {
    display: inline-block;
}

.main-list-group .main-list .mini-right-arrow {
    display: inline-block;
    vertical-align: top;
    width: 10px;
}

.main-list-group .main-list .up-down-arrow {
    display: inline-block;
    width: 10px;
}

.content-heading { /*border-bottom: 1px solid #777; border-top: 1px solid #777; color: #333; font-size: 20px; font-weight: 700; padding:13px 0; text-align: center; text-transform: uppercase;*/
    background: #eee;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.full-week {
    background: #fff;
    display: inline-block;
    padding: 3px 0;
    text-align: center;
    width: 100%; /*border-bottom:1px solid #2792E7;*/
}

    .full-week div {
        display: table-cell;
        font-size: 16px;
        overflow: hidden;
        width: 12.73%;
        word-spacing: 9999px;
        line-height: 19px;
    }

        .full-week div span {
            background: #ddd;
            color: #333;
            display: block;
            height: 45px;
            padding: 4px 5px;
            margin: 1px;
        }

        .full-week div.active span { /*background: #2792E7;*/
            color: #fff;
        }

.sold-out .main-list-group .main-list .list-items,
.charts .main-list-group .main-list .list-items,
.rate .main-list-group .main-list .list-items,
.daily-rate .main-list-group .main-list .list-items {
    width: 70%;
}

.collection .main-list-group .main-list .list-items {
    width: 65%;
}

.collection .main-list-group .main-list .cur-year {
    width: 35%;
}

.rate .main-list-group .main-list .list-items {
    width: 65%;
}

.rate .main-list-group .main-list .cur-year {
    width: 35%;
}

.daily-rate .content .sub-heading .rate-type,
.daily-rate .content .sub-heading .date,
.daily-rate .content .sub-heading .rate {
    float: left;
    padding: 0 10px;
    width: 33.33%;
}

.daily-rate .content .sub-heading .rate-type {
    text-align: left;
}

.daily-rate .content .sub-heading .date {
    text-align: center;
}

.daily-rate .content .sub-heading .rate {
    text-align: right;
}

.menu .content ul li a {
    background: #fff;
    color: #333;
    font-size: 19px;
    overflow: hidden;
    padding: 20px 0 20px 60px;
    /*padding: 18px 0 18px 50px;*/
    display: block;
    line-height: 24px;
}

    .menu .content ul li a.overview {
        background: url(../images/Overview.svg) no-repeat 14px 12px #fff;
        background-size: 32px;
    }

    .menu .content ul li a.room-sold {
        background: url('../images/Room Sold.svg') no-repeat 14px 12px #fff;
        background-size: 32px;
    }

    .menu .content ul li a.collection {
        background: url(../images/Collection.svg) no-repeat 14px 12px #fff;
        background-size: 32px;
    }

    .menu .content ul li a.charts {
        background: url(../images/Chart.svg) no-repeat 14px 12px #fff;
        background-size: 32px;
    }

    .menu .content ul li a.rate {
        background: url(../images/Rate.svg) no-repeat 14px 12px #fff;
        background-size: 32px;
    }

    .menu .content ul li a.BCR {
        background: url(../images/BCR.svg) no-repeat 14px 12px #fff;
        background-size: 32px;
    }
    /*added by yashpalsingh rajpurohit 24 May 2022 start*/
    .menu .content ul li a.Forecast {
        background: url(../images/forecast.png) no-repeat 12px 18px #fff;
        background-size: 32px;
    }
/*added by yashpalsingh rajpurohit 24 May 2022 end*/
    .menu .content ul li a.AssignRoom {
        background: url(../images/assign-rooms.svg) no-repeat 12px 18px #fff;
        background-size: 32px;
    }
    .menu .content ul li a.dashboard {
        background: url(../images/dashboard-01.png) no-repeat 12px 18px #fff;
        background-size: 32px;
    }

    .menu .content ul li a.VacantRoom {
        background: url(../images/vacant-room.svg) no-repeat 12px 18px #fff;
        background-size: 32px;
    }
    .menu .content ul li a.HouseKeeping {
        background: url(../images/housekeeping.png) no-repeat 12px 18px #fff;
        background-size: 32px;
    }
    .menu .content ul li a.TaxSummary {
        background: url(../images/TaxSummary.png) no-repeat 12px 18px #fff;
        background-size: 32px;
    }
    /*added by jenisha*/
    .menu .content ul li a.languages {
        background: url('../images/laungage.svg') no-repeat 8px 12px #fff;
        background-size: 44px;
    }
    .menu .content ul li a.Room-assignment {
        background: url('../images/Room-assignment.png') no-repeat 12px 18px #fff;
        background-size: 32px;
    }
    .menu .content ul li a.report {
        background: url('../images/report.png') no-repeat 6px 10px #fff;
        background-size: 44px;
    }
    .menu .content ul li a.clean-room {
        background: url('../images/clean-room.png') no-repeat 12px 18px #fff;
        background-size: 32px;
    }
    .menu .content ul li a.UB {
        background: url('../images/UB.png') no-repeat 6px 10px #fff;
        background-size: 44px;
    }
    .menu .content ul li a.damage-room {
        background: url('../images/Maintenance.png') no-repeat 6px 10px #fff;
        background-size: 44px;
    }

.btm-nav-bar {
    background: #ddd;
    left: 0;
    overflow: hidden;
    /*position: fixed;*/
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .btm-nav-bar .nav-bar-col {
        float: left;
        width: 33.33%;
        border-right: 1px solid #fff;
    }

        .btm-nav-bar .nav-bar-col a {
            font-size: 19px;
            padding: 15px 5px;
            text-align: center;
            display: block;
            color: #333;
            text-decoration: none;
        }

        .btm-nav-bar .nav-bar-col.active a { /*background: #2792E7;*/
            color: #fff;
            text-shadow: 1px 1px #555;
        }



        .btm-nav-bar .nav-bar-col:last-child {
            border-right: 0 none;
        }

.charts .btm-nav-bar .nav-bar-col {
    width: 25%;
}

.inner.daily-rate .sub-heading h3 {
    text-align: center;
}

.inner.daily-rate b {
    display: block;
    padding: 8px 0 2px;
    font-weight: 700;
}

.inner.collection .sub-heading .date-format {
    width: 100%;
    text-align: center;
}

    .inner.collection .sub-heading .date-format a {
        margin: auto;
        background: #fff;
        width: 150px;
        font-weight: 400;
    }

.sold-out .main-list-group .main-list:last-child {
    padding-bottom: 15px;
}

.tabcontent {
    padding: 0 !important;
}

.canvas-fig {
    width: 85%;
    margin: 2% 7%;
}
/*kinesh patel*/
.canvas-crs {
    max-height: 418px;
    height: 100%;
}

/*kinesh patel*/
/*.postion-btms {position:relative; top:0;}*/
/*.postion-btm {position: relative; top: 16.6rem;}*/
.drop-center {
    text-align: center;
}

/*.main-list-view {height: 100%; min-height: 852px;}*/
.main-list-view-collection {
    height: 100%;
    /*min-height: 852px;*/
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    /*padding-top: 60px;*/
    /*min-height: 820px;*/
   /* min-height: 968px;*/
    background-color: #fff;
    box-shadow: 2px 0 5px -4px #888;
}

    .sidenav a {
        padding: 5px 8px 8px 32px;
        text-decoration: none !important;
        font-size: 24px;
        color: #fff;
        display: block;
        transition: 0.9s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
    }

.mtop {
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: -1;
    /*position: relative;
    top: 60px;*/
}

.top-chart {
    position: relative;
    top: 49px;
    z-index: -1;
}

.sticky {
    position: sticky;
}

/* datepicker css start here */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ui-widget-header {
    border: 0 none; /*background:#2792E7;*/
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: #eee;
        border: 1px solid #ccc;
        color: #48382d;
    }

.ui-datepicker .ui-datepicker-prev {
    left: 3px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 3px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 3px;
}

.ui-datepicker .ui-datepicker-next {
    right: 3px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../jquery-ui/images/ui-icons_004276_256x240.png);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { /*border: 1px solid #2792E7; background:#2792E7;*/
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #777;
    background: #f6f6f6;
    font-weight: bold;
    color: #000;
}

/* datepicker css end here */

/* Media Query */

/* inner page css end here */

.daily-rate .content .sub-heading .guest-name {
    float: left;
    padding: 0 20px;
    width: 25%;
    font-size: 17px;
    text-align: left;
}

.daily-rate .content .sub-heading .room-no {
    float: left;
    padding: 0 20px;
    width: 25%;
    font-size: 17px;
    text-align: center;
}

.daily-rate .content .sub-heading .check-out {
    float: left;
    padding: 0 20px;
    width: 25%;
    font-size: 17px;
    text-align: center;
}

.daily-rate .content .sub-heading .balance {
    float: left;
    padding: 0 20px;
    width: 25%;
    font-size: 17px;
    text-align: right;
}

.sub-heading .divide b {
    display: block;
    padding: 8px 0 2px;
    font-weight: 700;
    text-align: left;
}

.daily-rate .main-list-group .main-list .list-items {
    width: 56%;
}

    .daily-rate .main-list-group .main-list .list-items:first-child {
        text-align: left;
    }

    .daily-rate .main-list-group .main-list .list-items:nth-child(2) {
        text-align: center;
    }

    .daily-rate .main-list-group .main-list .list-items:nth-child(3) {
        text-align: center;
    }

    .daily-rate .main-list-group .main-list .list-items:last-child {
        text-align: right;
    }

.main-list-group .main-list .list-items {
    text-align: left;
    /*padding: 0 20px;*/
    padding: 0 14px;
}

.text-danger {
    color: #FF4747 !important;
    font-size: 20px;
}
.ownbtn {
    width: 100%;
    text-align: right;
}
/*# sourceMappingURL=style.css.map */
