﻿/*
    FOLIO CLOUD CSS
*/

/* Material Icons - Self Hosting*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/MaterialIcons-Regular.eot') format('embedded-opentype'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('/fonts/MaterialIcons-Regular.woff') format('woff'), url('/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

/*Css Rules for rendering Icons*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    /* Material Icons Sizing*/
    .material-icons.md-12 {
        font-size: 12px;
    }

    .material-icons.md-14 {
        font-size: 14px;
    }

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    .material-icons.md-150 {
        font-size: 150px;
    }

/* Side-button Customization */
.jsi-side-button {
    position: fixed !important;
    top: 160px !important;
    right: 1% !important;
}

.jsi-side-button-10 {
    position: fixed;
    top: 10px;
    right: 1%;
}

.jsi-sidebutton-buttom {
    position: fixed !important;
    bottom: 2% !important;
}

/*side button fixed bottom*/
.jsi-side-button-fix-bot {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* Config-controls Customization */
.jsi-config-controls {
    position: fixed;
    right: 0px;
}

/* Tab Customization */
.jsi-tab-border {
    border-right: 3px white solid;
}

li.jsi-tab :hover {
    cursor: pointer;
}

/*  TAB view error */
md-pagination-wrapper {
    width: 999999px !important;
}

/* Display-none Customization */
.jsi-no-display {
    display: none;
}
/* No padding */
.jsi-no-padding {
    padding: 0 !important;
}
/* Ul-custom Customization */
.jsi-ul-custom {
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
}

/* Grid-cell Customization */
.jsi-cell-style {
    overflow: visible !important;
    padding: 0px !important;
}

/* Wijmo Header Customization */
.wj-header {
    text-align: center;
}

/*Overide wijmo filter popup panel*/
div.wj-control.wj-columnfiltereditor.wj-content.wj-dropdown-panel.wj-state-focused.wj-state-empty.wj-state-invalid {
    z-index: 3001 !important;
}

div.wj-control.wj-columnfiltereditor.wj-content.wj-dropdown-panel {
    z-index: 3001 !important;
}

/* Text-transform Customization */
.folioCloud .text-capitalize {
    text-transform: capitalize;
}

/* Font-size Customization */
.folioCloud p.note {
    font-size: 1.2rem;
}

/* Icon-(lock) Customization */
.folioCloud .lock-size {
    min-width: 300px;
    min-height: 300px;
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* Grid-height Customization */
.wj-flexgrid {
    min-height: 300px;
}

.wj-flex-section-panel-bg {
    background: #eeeeee !important;
}

.jsi-drr-grid {
    max-height: 720px;
}

.jsi-eventpackage-grid-height {
    max-height: 300px;
}

/* Calendar-cell Customization */
.jsi-calendar-cell {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0px;
}

    .jsi-calendar-cell:hover, .jsi-calendar-cell:focus {
        display: block;
        text-decoration: none;
        color: black;
    }

/* Z-index Customization */
.md-autocomplete-suggestions-container {
    z-index: 2500 !important;
}

.md-click-catcher, ._md-click-catcher {
    z-index: 3000 !important;
}

.md-select-menu-container, ._md-select-menu-container, .md-virtual-repeat-container.md-autocomplete-suggestions-container {
    z-index: 3000 !important;
    background-color: white !important;
}

.md-pane-open {
    z-index: 2500 !important;
}

.md-tooltip.md-default-theme, md-tooltip {
    z-index: 2100 !important;
}

/* Rotate Image/icon Customization */
.jsi-rotate-img-90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jsi-rotate-img-180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Text-color & Background-Color Customization */
.validation-messages {
    color: #dd2c00;
    padding: 0px 0px 0px 3px;
}

li.jsi-tab.active {
    background-color: #16bdad;
}

/*.md-active {
    background-color: #16bdad !important;
    color: #ffffff !important;
}*/

/*md-tabs.md-default-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-default-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-default-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-default-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon{
    background-color: #16bdad !important;
    color: #ffffff !important;
}*/

.jsi-postedtoacctg {
    background-color: #808080 !important;
    color: #ffffff !important;
}

.jsi-vacant_clean, .jsi-calendar-vacant_clean {
    background-color: #cfd5d8 !important;
    color: black !important;
}

.jsi-vacant_dirty, .jsi-calendar-vacant_dirty {
    background-color: #fb6b5b !important;
    color: #ffffff !important;
}

.jsi-vacant_ready, .jsi-calendar-vacant_ready {
    background-color: #3f51b5 !important;
    color: #ffffff !important;
}

.jsi-occupied_clean, .jsi-calendar-occupied_clean {
    background-color: #009688 !important;
    color: #ffffff !important;
}

.jsi-occupied_dirty, .jsi-calendar-occupied_dirty {
    background-color: #ffc107 !important;
    color: #000000 !important;
}

.jsi-blocked, .jsi-calendar-blocked {
    background-color: #757575 !important;
    color: #ffffff !important;
}

.jsi-outoforder, .jsi-calendar-outoforder {
    background-color: #c62828 !important;
    color: #ffffff !important;
}

.jsi-outofservice, .jsi-calendar-outofservice {
    background-color: #ff8000 !important;
    color: black !important;
}

.jsi-vacant_dirty_text {
    color: #fb6b5b !important;
}

.jsi-vacant_dirty_hk {
    background-color: #fb6b5b !important;
    color: #000000 !important;
}

.jsi-occupied_dirty_text {
    color: #ffc107 !important;
}

.jsi-blocked_text {
    color: #757575 !important;
}

.jsi-outoforder_text {
    color: #c62828 !important;
}

.jsi-outofservice_text {
    color: #ff8000 !important;
}

.jsi-reserved {
    background-color: #5299c7 !important;
    color: #ffffff !important;
}

.jsi-expected-checkin {
    background-color: #4cc0c1 !important;
    color: #ffffff !important;
}

.jsi-expected-checkout {
    background-color: #65bd77 !important;
    color: #ffffff !important;
}

.jsi-high-balance {
    background-color: #fb6b5b !important;
    color: #ffffff !important;
}

.jsi-billing-instruction-exist {
    background-color: #ff8000 !important;
    color: white !important;
}

.jsi-activity-today {
    color: white !important;
    background-color: #4cc0c1 !important;
}

.jsi-activity-due {
    color: white !important;
    background-color: #fb6b5b !important;
}

.jsi-bg-darkgray-important {
    background-color: #b8bdc0 !important;
    color: #ffffff !important;
}

.jsi-row-delete:not(.wj-state-selected) {
    background-color: #fc6f6f !important;
    color: #ffffff !important;
}

.wj-state-selected, .wj-state-multi-selected {
    background-color: #80adbf !important;
    color: #fff !important;
}

.clsRowsRoomRequirements {
    background-color: #f53a3a !important;
    color: white;
}

.jsi-summary-color {
    color: #ff8f00;
}

.jsi-dashboard-badge-padding {
    padding-bottom: 6px;
    font-size: 14px;
}

.jsi-dashboard-badge-details {
    font-size: 13px;
}

.folioCloud .md-fab:hover, .fabSpeedDialdemoBasicUsage .md-fab.md-focused {
    background-color: #000000 !important;
}

/* Disabled field Customization */
button[disabled], html input[disabled] {
    cursor: not-allowed !important;
}

[disabled] md-input-container .md-input, md-input-container .md-input[disabled] {
    color: black;
}

.md-select.md-default-theme[disabled] .md-select-value, md-select[disabled] .md-select-value {
    color: black;
}

/* Calendar popover Customization */
.popover {
    width: 200px;
}

.popover-title {
    color: black;
    font-size: 15px;
}

.popover-content {
    color: white;
    font-size: 12px;
}

/* Contents Customization */
.contents {
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform: style preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .contents.keydown._38 {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        transform: rotateX(20deg);
        /*transform: rotate(20deg);*/
    }

    .contents.keydown._40 {
        -webkit-transform: rotateX(-20deg);
        -moz-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
        /*transform: rotate(-20deg);*/
    }

    .contents.keydown._37 {
        -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
        /*transform: rotate(-20deg);*/
    }

    .contents.keydown._39 {
        -webkit-transform: rotateY(20deg);
        -moz-transform: rotateY(20deg);
        transform: rotateY(20deg);
        /*transform: rotate(20deg);*/
    }

    .contents.keydown {
        -webkit-transform: translateZ(-50px);
        -moz-transform: translateZ(-50px);
        transform: translateZ(-50px);
    }

/* Modal Customization */
.jsi-dialog-modal {
    min-width: 900px;
    width: 900px;
}

.modal-header {
    /*background-color: #009688 !important;*/
    color: white !important;
    margin-top: 0px !important;
    padding-bottom: 15px !important;
}

/*.modal.fade .modal-dialog {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}*/

/* Menu Customization */
.dropdown-menu.reservation {
    left: -20%;
    right: -5%;
}

.dropdown-menu.front {
    left: -10%;
    right: -10%;
}

.dropdown-menu.security {
    left: -50%;
    right: -50%;
}

.dropdown-menu.links {
    left: -40%;
    right: -40%;
}

.dropdown-menu > li > a:hover {
    /*color: #009688;*/
    color: #607a87 !important;
    background-color: #eee;
}

.dropdown-menu li > a:focus {
    color: #607a87 !important;
}

.jsi-main-menu {
    padding-bottom: 10px;
}

/* Sub-menu Customization */
.navbar.navbar .dropdown-menu li > a {
    font-size: 12px;
    padding: 5px 15px;
}

.dropdown-menu > li {
    overflow: visible !important;
    position: relative;
}

.navbar-nav .dropdown-submenu .dropdown-menu {
    margin-top: -1px;
    border: none;
    background-color: #FFFFFF;
    min-width: 175px;
}

.navbar-nav > li > a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.events-menu {
    margin-bottom: 70px;
}

.sub-menu {
    margin-left: 26px;
}

/* Panel Customization */
.panel.panel-success.panel-box {
    margin-left: 5px;
}

/* Md-option Customization */
._md-text {
    color: black;
}

md-option .md-text, md-option ._md-text {
    -webkit-user-select: none;
    color: black;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
}

md-option {
    height: 35px !important;
}

.md-datepicker-calendar-pane.md-pane-open {
    z-index: 3000 !important;
}

md-optgroup label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 4px 4px 15px;
    font-weight: 500;
}

md-backdrop.md-select-backdrop {
    z-index: 2500;
}

/* Label Customization */
md-input-container label {
    color: rgba(0,0,0,0.45);
}

.change {
    color: rgba(0,0,0,0.45);
    font-size: 11px;
    margin-left: 12px;
}

.bday-label {
    color: rgba(0,0,0,0.45);
    font-size: 11px;
    margin-left: -12px;
}

.expiry-label {
    color: rgba(0,0,0,0.45);
    font-size: 11px;
    margin-left: -30px;
}

.guest-exp-label {
    color: rgba(0,0,0,0.45);
    font-size: 11px;
    margin-left: 5px;
}

.jsi-guestlist-label {
    font-size: 12px;
}

/* Md-datepicker Customization */
.md-datepicker-input-mask {
    height: 0px;
    /* width: 340px; */
    /* position: relative; */
    /* background: 0 0; */
    /* pointer-events: none; */
    /* cursor: text; */
    visibility: hidden !important;
}

.md-datepicker-calendar-pane.md-pane-open {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 15px !important;
    width: 310px !important;
}

.md-datepicker-input {
    min-width: 175px;
}

/* Md-datepicker-margin Customization */
.bdate {
    margin: -7px 0px 0px -5px;
}

.avail-date {
    margin: 1px 0px 8px -30px;
}

.expiry-date {
    margin: -7px 0px 0px -48px;
}

.guest-exp-date {
    margin: -7px 17px 0px -15px;
}

/* Datepicker-position Customization */
.jsi-datepicker-position {
    position: relative;
}

    .jsi-datepicker-position .dropdown-menu {
        right: auto !important;
        left: 0px;
    }

/* Button-margin & Button-padding Customization */
.button-margin {
    margin-right: 40px;
}

.button-margin-details {
    margin: 0px 0px 10px 15px;
}

.button-margin-add {
    margin-top: 10px;
}

.button-padding {
    padding: 0px 25px 20px 0px !important;
}

.icon-button-align {
    padding-top: 2px;
}

.link-align {
    margin: -22px 0px 2px 30px;
}

/* Input field-height Customization */
.input-height-container {
    height: 40px;
}

.account-info {
    height: 15px;
}

.client-height-container {
    height: 10px;
}

/* Input field-width Customization */
.add-width {
    width: 248px;
}

.zip-width {
    width: 108px;
}

.lname-width {
    width: 201px;
}

.fname-width {
    width: 180px;
}

/* Input field-margin Customization */
.mname-margin {
    margin-left: -10px;
}

.email-margin {
    margin-left: 5px;
}

/* Md-autocomplete field-height & width Customization */
.autocomplete-height {
    max-height: 80px !important;
}

.autocomplete-height-10 {
    max-height: 10px !important;
}

md-autocomplete {
    min-width: 180px !important;
}

/* Upload file Customization */
.image-upload {
    width: 70px;
    height: 70px;
}

    .image-upload > input {
        display: none;
    }

.file-upload > input {
    display: none;
}

/* Showing page results-margin Customization */
.page-results {
    margin-right: 20px;
}

/*Dialog and Modal*/
.md-dialog-custom {
    font-size: 14px;
}

md-dialog {
    min-width: 400px !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.md-scroll-mask {
    position: fixed;
    background-color: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000 !important;
    opacity: 0.4;
}

.md-dialog-container {
    z-index: 2999 !important;
}

/* Sticky Header Opacity */
.wj-flexgrid .wj-state-sticky .wj-header {
    opacity: initial !important;
}

/* Toast Styles */
md-toast {
    z-index: 3500 !important;
}

    md-toast.md-error-toast-theme .md-toast-content, md-toast .md-toast-content {
        background-color: #fb6b5b !important;
        color: white !important;
    }

    md-toast.md-success-toast-theme .md-toast-content, md-toast .md-toast-content {
        background-color: #65bd77 !important;
        color: white !important;
    }

    md-toast.md-message-toast-theme .md-toast-content, md-toast .md-toast-content {
        background-color: #80adbf !important;
        color: white !important;
    }

/* override mdsidenav */
@media (min-width: 600px) {
    md-sidenav {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 960px) {
    .jsi-sidebutton-buttom {
        position: fixed !important;
        bottom: 2% !important;
    }
}

@media (max-width: 580px) {
    .jsi-sidebutton-buttom {
        position: fixed !important;
        bottom: 1% !important;
    }
}

@media (max-width: 480px) {
    .jsi-sidebutton-buttom {
        position: fixed !important;
        bottom: 1% !important;
    }
}

@media (max-width: 960px) {
    .jsi-side-button {
        right: 3% !important;
        top: inherit;
    }
}

@media (max-width: 580px) {
    .jsi-side-button {
        right: 5% !important;
    }
}

@media (max-width: 480px) {
    .jsi-side-button {
        right: 5% !important;
        top: inherit !important;
    }
}

/*************************************************************/
/*
    NOTE: 
    Pls add style before this section
    Pls also add comment before the style
    Lastly, categorized the style based on the comments
*/
/*************************************************************/

/* Responsive Customization */
@media (max-width:768px) {
    .navbar-fixed-top + section {
        padding-top: 50px;
    }

    .navbar.affix-top {
        padding: 0;
    }

    .navbar-brand.name {
        float: left !important;
    }

    .h1 {
        font-size: 20px;
    }

    .navbar-brand {
        float: none;
    }

    .m-t-xs {
        margin-top: 50px;
    }

    .m-r {
        margin-top: 50px;
    }

    .navbar .navbar-brand {
        height: 30px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    .navbar.navbar .dropdown-menu {
        margin-top: -10px;
    }

        .navbar.navbar .dropdown-menu li {
            font-size: 12px;
            background-color: white;
            color: black;
        }

    .arrow.top:after {
        margin-top: 5px;
    }

    .navbar-nav .dropdown-submenu .dropdown-menu {
        margin-top: 5px;
        margin-left: 20px;
    }

    /* Menu Hover */
    .navbar .navbar-nav .open, .navbar .navbar-nav .open {
        color: #607a87 !important;
        background-color: #eee;
    }

    .account-info {
        height: 35px;
    }

    .autocomplete-height-10 {
        max-height: 80px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .navbar .navbar-brand {
        height: 30px;
        line-height: 35px;
        padding-bottom: 20px;
        float: left;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        float: none !important;
    }

        .navbar-header > .btn {
            padding: 1px 10px;
        }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-right {
        float: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .dropdown-menu.reservation {
        left: 5%;
    }

    .dropdown-menu.user {
        left: 5%;
    }

    .dropdown-menu.security {
        left: -50%;
        right: 10%;
        min-width: 200px;
    }

    .dropdown-menu.events {
        left: 5%;
        right: 10%;
        min-width: 150px;
    }

    .dropdown-menu.reports {
        left: 5%;
        right: 10%;
        min-width: 175px;
    }

    .arrow.top1:after {
        left: -20px;
    }

    .navbar-nav .dropdown-submenu .dropdown-menu {
        margin-top: -1px;
        left: -175px;
        right: 250px;
        border: none;
        background-color: #FFFFFF;
        min-width: 175px;
    }

    /* Menu Hover */
    .navbar.navbar .dropdown-menu li > a:hover, .navbar-default.navbar .dropdown-menu li > a:hover, .navbar-default.navbar {
        color: #607a87 !important;
        background-color: #eee;
    }
}

@media (min-width:800px) and (max-width:1280px) {
    .dropdown-menu.reports {
        left: -70%;
        right: 30%;
        min-width: 150px;
    }

    .arrow.top1:after {
        left: 20px;
    }
}
/*New StyleSheet Added 2017*/

div.jsi-modal-title {
    padding: 12px 0px 0px 10px !important;
    text-wrap: none !important;
}

.modal-body {
    padding: 0px !important;
}
/**/
/*Button JSI Default Format*/
span.jsi-close-btn {
    font-size: 1.9em !important;
}

.jsi-attach-btn {
    position: relative;
    top: -5px;
    left: -100px !important;
    height: 20px !important;
}
/**/
/*MD-CONTENT JSI Default Format*/
.jsi-mdcontent-override {
    overflow: hidden !important;
}
/**/
/*MD-INPUT JSI Default Format*/
.jsi-md-input {
    height: 50px !important;
}
/**/
/*Tab Content JSI Default Format*/
.jsi-tab-content {
    overflow: visible !important;
    padding: 5px 0px 0px 0px !important;
}

.jsi-tab-menu-right {
    overflow: visible !important;
    padding: 5px 0px 0px 0px !important;
    float: right;
    text-align: center;
}

.jsi-tab-content-header {
    padding-top: 7px;
}

.jsi-tab-content-body {
    padding-top: 7px;
}
/*Modal JSI Default Format*/
.jsi-modal-overflow-y {
    overflow-y: auto;
}
/*Margin JSI Default Format Start Here*/
.jsi-mright-20 {
    margin-right: 20px;
}

.jsi-mbottom-impotant {
    margin-bottom: 0px !important;
}

.jsi-mbottom-impotant-2 {
    margin-bottom: 2% !important;
}
/*OverFlow JSI Default Format Star Here*/
.jsi-hide-overflow {
    overflow: hidden !important;
}
/*Height JSI Default Format*/
.jsi-height-10 {
    height: 10px;
}

.jsi-height-18 {
    height: 18px;
}

.jsi-height-20 {
    height: 20px !important;
}

.jsi-height-25 {
    height: 25px !important;
}

.jsi-height-30 {
    height: 30px !important;
}

.jsi-height-35 {
    height: 35px !important;
}

.jsi-height-40 {
    height: 40px !important;
}

.jsi-height-45 {
    height: 45px !important;
}

.jsi-height-50 {
    height: 50px !important;
}

.jsi-height-51 {
    height: 51px !important;
}

.jsi-height-55 {
    height: 55px !important;
}

.jsi-height-65 {
    height: 65px !important;
}

.jsi-height-60 {
    height: 60px !important;
}

.jsi-height-71 {
    height: 71px !important;
}

.jsi-height-60 {
    height: 60px !important;
}

.jsi-height-important-91 {
    height: 91px !important;
}

.jsi-height-important-20 {
    height: 20px !important;
}

.jsi-height-important-90 {
    height: 90px !important;
}

.jsi-minh-important-250 {
    min-height: 250px !important;
}

.jsi-minh-important-300 {
    min-height: 300px !important;
}

.jsi-minh-important-420 {
    min-height: 420px !important;
}

.jsi-maxh-important-300 {
    max-height: 300px !important;
}

.jsi-maxh-important-330 {
    max-height: 330px !important;
}

.jsi-maxh-important-340 {
    max-height: 340px !important;
}

.jsi-maxh-important-450 {
    max-height: 450px !important;
}

.jsi-maxh-important-400 {
    max-height: 400px !important;
}

.jsi-maxh-important-500 {
    max-height: 500px !important;
}

.jsi-maxh-important-550 {
    max-height: 550px !important;
}

.jsi-maxh-important-600 {
    max-height: 600px !important;
}

.jsi-maxh-important-650 {
    max-height: 650px !important;
}

/*Width JSI Default Format Start Here*/
.jsi-width-5 {
    width: 5px;
}

.jsi-width-100 {
    width: 100px !important;
}

.jsi-width-200 {
    width: 200px !important;
}

.jsi-width-250 {
    width: 250px !important;
}

.jsi-width-300 {
    width: 300px !important;
}

.jsi-width-500 {
    width: 500px !important;
}

.jsi-min-width-important-400 {
    min-width: 400px !important;
}

.jsi-min-width-important-500 {
    min-width: 500px !important;
}

.jsi-width-important-610 {
    width: 610px !important;
}

.jsi-min-width-important-610 {
    min-width: 610px !important;
}

/* changed to 450px for old dialogs */
.jsi-max-width-important-610 {
    max-width: 450px !important;
}

.jsi-max-width-important-900 {
    max-width: 900px !important;
}

.jsi-min-width-important-1000 {
    min-width: 1000px !important;
}

.jsi-min-width-important-1100 {
    min-width: 1100px !important;
}

.jsi-min-width-important-1200 {
    min-width: 1200px !important;
}

.jsi-min-width-important-1300 {
    min-width: 1300px !important;
}

.jsi-min-width-important-1400 {
    min-width: 1400px !important;
}

.jsi-min-width-important-1500 {
    min-width: 1500px !important;
}

.jsi-min-width-important-1700 {
    min-width: 1700px !important;
}

.jsi-min-width-important-2000 {
    min-width: 2000px !important;
}

.jsi-min-width-important-2200 {
    min-width: 2200px !important;
}

.jsi-min-width-important-2400 {
    min-width: 2400px !important;
}

/*Padding JSI Default Format Star Here*/
.jsi-padding {
    padding: 5px 5px 5px 5px !important;
}

.jsi-padding-right {
    padding-right: 0 !important;
}

.jsi-padding-right-5 {
    padding-right: 5px !important;
}

.jsi-padding-left {
    padding-left: 0 !important;
}

.jsi-padding-left-5 {
    padding-left: 5px !important;
}

.jsi-padding-top {
    padding-top: 0px;
}

.jsi-padding-left-10 {
    padding-left: 20px !important;
}

.jsi-padding-top-5 {
    padding-top: 5px;
}

.jsi-padding-top-15 {
    padding-top: 15px;
}

.jsi-padding-top-100 {
    padding-top: 1000px !important;
}

.jsi-padding-bottom {
    padding-bottom: 0px;
}
/*Border JSI Default Format Start Here*/
.jsi-border-light-gray {
    border: 1px solid #e6e6e6;
}

.jsi-border-top-light-gray {
    border-top: 1px solid #e6e6e6;
}
/*Z-Index JSI Default Format Start Here*/
.jsi-zindex-important-2500 {
    z-index: 2500 !important;
}
/*Visiable JSI Default Format Start Here*/
.jsi-visiable-hidden {
    visibility: hidden !important;
}
/*Position JSI Default Format Start Here*/
.jsi-position-top-17 {
    position: relative;
    top: -17px;
}

.jsi-position-top-25 {
    position: relative;
    top: 25px;
}
/*Background JSI Default Format Start Here*/
.jsi-bg-color-darkgray {
    background-color: #b8bdc0;
}

.jsi-bg-color-lightorange {
    background-color: #deba83 !important;
    color: white !important;
}

.jsi-bg-color-tomato {
    background-color: #fb6b5b;
}

/*Color JSI Default Format Start Here*/
.jsi-color-black {
    color: black !important;
}

.jsi-color-white {
    color: white !important;
}

.jsi-resize-none {
    resize: none;
}

/* Dialog Content MinMax Width */
.jsi-min-h100p {
    min-height: 100% !important;
}

.jsi-min-h500 {
    min-height: 100% !important;
    max-height: 500px !important;
}

.jsi-minmax-w250 {
    max-width: 250px !important;
    min-width: 250px !important;
}

.jsi-minmax-w300 {
    max-width: 300px !important;
    min-width: 300px !important;
}

.jsi-minmax-w350 {
    max-width: 350px !important;
    min-width: 350px !important;
}

.jsi-minmax-w400 {
    max-width: 400px !important;
    min-width: 400px !important;
}

.jsi-minmax-w420 {
    max-width: 420px !important;
    min-width: 420px !important;
}

.jsi-minmax-w450 {
    max-width: 450px !important;
    min-width: 450px !important;
}

.jsi-minmax-w500 {
    max-width: 500px !important;
    min-width: 500px !important;
}

.jsi-minmax-w550 {
    max-width: 550px !important;
    min-width: 550px !important;
}

.jsi-minmax-w600 {
    max-width: 600px !important;
    min-width: 600px !important;
}

.jsi-minmax-w650 {
    max-width: 650px !important;
    min-width: 650px !important;
}

.jsi-minmax-w700 {
    max-width: 700px !important;
    min-width: 700px !important;
}

.jsi-minmax-w800 {
    max-width: 800px !important;
    min-width: 800px !important;
}

.jsi-minmax-w850 {
    max-width: 850px !important;
    min-width: 850px !important;
}

.jsi-minmax-w900 {
    max-width: 900px !important;
    min-width: 900px !important;
}

.jsi-minmax-h30 {
    max-height: 30px !important;
    min-height: 30px !important;
}

.jsi-minmax-h480 {
    max-height: 480px !important;
    min-height: 480px !important;
}

.jsi-minmax-h45 {
    min-height: 45px !important;
    max-height: 45px !important;
}

.jsi-minmax-h80 {
    min-height: 80px !important;
    max-height: 80px !important;
}

.jsi-minmax-h350 {
    min-height: 350px !important;
    max-height: 350px !important;
}

.jsi-minmax-h400 {
    min-height: 400px !important;
    max-height: 400px !important;
}

.jsi-minmax-h450 {
    min-height: 450px !important;
    max-height: 450px !important;
}

.jsi-minmax-h520 {
    max-height: 520px !important;
    min-height: 520px !important;
}

.jsi-minmax-h600 {
    min-height: 600px !important;
    max-height: 600px !important;
}

.jsi-minmax-h640 {
    max-height: 640px !important;
}

.jsi-minmax-h700 {
    max-height: 700px !important;
}

.md-panel-outer-wrapper {
    z-index: 3100 !important;
}

.jsi-loading-containerheight {
    height: 10px !important;
    max-height: 10px !important;
    min-height: 10px !important;
}

/* md-select md-header*/
.select-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.jsi-overflow-y {
    overflow-y: scroll !important;
    height: inherit !important;
}

.jsi-overflow-x {
    overflow-x: scroll !important;
    height: inherit !important;
}

.md-open-menu-container.md-active {
    z-index: 3500 !important;
}

/*Panel Footer buttons inline responsive*/
@media (max-width: 320px) {
    .panel-footer .md-icon-button {
        padding: 0 !important;
    }
}

/*Subheader fixed height*/
.jsi-subheader-fixed-height {
    height: 46px !important;
}

/* SELECT BOX HEADER */
.jsi-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.jsi-select-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

/* BACKDROP COLOR THEMES */
/* BLUE GREY */
/*.modal-backdrop {
    background-color: #607a87 !important;
    opacity: 0.5 !important;
}

.md-scroll-mask {
    background-color: #607a87 !important;
    opacity: 0.5 !important;
}*/
/* WHITE */
.modal-backdrop {
    background-color: #fdfdfd !important;
    opacity: 0 !important;
}

.md-scroll-mask {
    background-color: #f3f3f3 !important;
    opacity: 0.5 !important;
}

md-backdrop.md-opaque.md-default-theme, md-backdrop.md-opaque {
    /*opacity: 0 !important;*/
    background-color: white !important;
}

.jsi-theme-header {
    background-color: #455a64 !important;
    color: white !important;
}

.raised-badge-notify {
    position: absolute;
    top: 2px;
    right: 45px;
}
/* TEAL */
/*.modal-backdrop {
    background-color: #0c746a !important;
    opacity: 0.5 !important;
}

.md-scroll-mask {
    background-color: #0c746a !important;
    opacity: 0.5 !important;
}

.jsi-theme-header {
    background-color: #009688 !important;
    color: white !important;
}*/

/*Material Icons Size*/
.size-16 {
    font-size: 16px;
    padding-right: 2px;
}

.icon-red {
    color: #fb6b5b;
}

.icon-white {
    color: white !important;
}

/*Easy fix fo Toolbar - Menu items using bootstrap - To delete after changed to material menu*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar {
    margin-bottom: 0 !important;
}

.gridDynamicColor {
    background: #8c9eff !important;
}

.jsi-no-text-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer !important;
}

.notif, .notif-calendar {
    display: inline-block;
    position: absolute;
    height: .8em;
    padding: 0 5px 0 5px;
    line-height: 1.8em;
    border-radius: 50%;
    text-align: left;
    font-size: 11px;
    color: white;
    float: right;
}

.notif {
    background-color: #ffc107;
}

.thumbnail {
    border: none;
    max-height: 150px;
    max-width: 150px;
}

.jsi-selected-list {
    background-color: rgb(69,90,100);
    color: white;
}

.global-bg-grey {
    background-color: rgba(158,158,158,0.2); /*disabled element feel*/
}

.chip-forcheckin {
    color: white !important;
    background-color: #4cc0c1 !important;
}
.chip-forcheckout {
    color: white !important;
    background-color: #65bd77 !important;
}
.chip-waitlist {
    color: white !important;
    background-color: #deba83 !important;
}
.chip-highbalance{
    color: white !important;
    background-color: #fb6b5b !important;
}
.card-details-selected {
    color: white !important;
    background-color: #c4c3c3 !important;
}
.chip-fortoday {
    color: white !important;
    background-color: #4cc0c1 !important;
}
.chip-fordue {
    color: white !important;
    background-color: #fb6b5b !important;
}

.login100-form-title {
    display: block;
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
}