/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.menu-on-top aside#left-panel nav>ul>li>ul{
    min-width: 280px !important;
}

.menu-on-top nav ul ul, .menu-on-top nav ul ul ul{
    width:250px !important;
}

.menu-on-top .menu-item-parent{
    max-width: 250px !important;
}

.topTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 20px;
    margin-bottom: 25px
}

.topTitle td {
    vertical-align: bottom;
    padding-right: 10px;
    color: black !important;
    text-decoration: none;
    font-size: 20px;
}

.horizontal-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ccc;
    margin: 1em 0;
    padding: 0
}

._720kb-datepicker-calendar-day._720kb-datepicker-today {
    background:#138EFA;
    color:white;
}

._720kb-datepicker-calendar-day:hover, ._720kb-datepicker-calendar-day._720kb-datepicker-active {
    background:#138EFA !important;
    color:white !important;
}

.ajax-dropdown{
    height: 320px !important;
}

.smart-form{
    /*margin-top: 10px !important;*/
}
.green{
    color: #5eba47 !important;
}


.circleTrue {
    background: limegreen;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.circleFalse {
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}


/*.smart-style-2.menu-on-top .menu-item-parent {*/
    /*font-size: 16px;*/
/*}*/


/*.menu-on-top .menu-item-parent {*/
    /*font-size: 16px !important;*/
/*}*/

/*.menu-on-top aside#left-panel nav>ul>li{*/
    /*padding-right: 10px!important;*/
    /*padding-left: 10px!important;*/
/*}*/

/*.menu-on-top aside#left-panel nav>ul>li:hover>a{*/
    /*border-left: none !important;*/
    /*border-right: none !important;*/
/*}*/

#visible_location>div>div>button{
    height: 48px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: baskerville, 'palatino linotype', 'times new roman', serif !important;
    /*background: inherit !important;*/
    /*color: inherit !important;*/
    /*border: none;*/
}

#visible_location>div>input{
    height: 48px !important;
    font-size: 16px !important;
    width: 450px;
    /*border: none;*/
    font-family: baskerville, 'palatino linotype', 'times new roman', serif !important;
}
.ui-select-choices{
    text-shadow:none !important;
}

#location_dropdown>li>div{
    min-height: 30px;
    font-size: 16px;
    font-family: baskerville, 'palatino linotype', 'times new roman', serif !important;
}

#project-context, .project-context{
    padding: .1px 6px 0 !important;
}

/* Channel Manager */
.blue {
    color: #0f4d9d
}

.inventory-slot {
    background-color: #cfcfcf;
    border-style: solid;
    border-width: thin;
    border-color: #cfcfcf;
    margin: 0px;
    border-top: none;
    border-right: none;
    text-align: center;
    height: 45px
}

.day-planner-appointment-slot-large {
    width: 200px;
    background-color: #ffffff;
    border-style: solid;
    border-width: thin;
    font-size: 20px;
    font-weight: bold;
    border-color: #cfcfcf;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0px;
    margin-left: 3px;
    text-align: center;
    text-indent: 2px;
    vertical-align: top;
    color: blue;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.day-planner-appointment-slot-small {
    width: 200px;
    background-color: #ffffff;
    border-style: solid;
    border-width: thin;
    font-size: 10px;
    font-weight:bold;
    border-color: #cfcfcf;
    border-top: none;
    border-left: none;
    border-right:none;
    margin: 0px;
    margin-left: 3px;
    text-align: center;
    text-indent: 2px;
    vertical-align: top;
}
.day-planner-appointment-slot-filled {
    width: 600px;
    background-color: #cc6600;
    color: white;
    border-style: solid;
    border-width: thin;
    border-color: #cc9966;
    font-family: "trebuchet ms", verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    cellspacing: 0px;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white
}

.validatorTextArea {
    min-width: 250px;
    margin: 0em;
    padding: 0em;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 1em;
    font-family: "trebuchet ms", verdana, arial, helvetica, san-serif;
    font-size: 12px;
    background-color: inherit;
    border: 1px solid #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    color: #777777;
    -moz-border-radius: 25px;
    margin-top: 0px;
    -webkit-appearance: textarea
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px
}

.loginscreen.middle-box {
    width: 300px
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px
}

.middle-box h1 {
    font-size: 170px
}

.wrapper .middle-box {
    margin-top: 140px
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px
}

.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block
}

.lock-word .first-word {
    margin-right: 160px
}

.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px
}

.blue {
    color: #0f4d9d
}

hr{
    border-top: 1px solid #737171 !important;
}

/***************side bar*****************/
  div.sidebar-offcanvas {
      padding-left: 0;
      border: none;
      background-color: white;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      transition: all .3s ease-in-out 0s
  }

div.sidebar-offcanvas:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 999
}

div.sidebar-offcanvas a.sidebar-link {
    background-color: white;
    display: inline-block;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 4px 15px 24px;
    position: relative;
    color: #303030;
    text-decoration: none;
    text-transform: uppercase
}

div.sidebar-offcanvas a.sidebar-link:last-child {
    border-bottom: none
}

div.sidebar-offcanvas a.sidebar-link.active {
    background: #fadfcc
}

div.sidebar-offcanvas a.sidebar-link:hover {
    color: #3f51b5;
    text-decoration: none
}

/***************side bar ends*****************/

/*********added the below styleClass to fix the pdf display using pdfjs-viewer ******************************/
pdfjs-viewer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*#main{*/
    /*min-height: 300px !important;*/
/*}*/

#sparks li h5{
    margin:  0 !important;
}

.form-control{
    height: 38px !important;
}

.stats_expand{
    border-bottom: 2px solid #3276b1 !important;
    margin-bottom: 20px !important;
}
.expand {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 1px 5px;
    text-transform: uppercase;
}

.stats .expand {
    position: relative;
    float: right;
}

.stats .expand a span {
    width: 100px;
    text-align: center;
    background: #3276b1;
    /*min-height: 20px;*/
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    padding: 3px 15px;
    display: inline-block;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -ms-border-bottom-right-radius: 8px;
    position: absolute;
    right: -13px;
    /*top: 9px;*/
}

/* Add a black background color to the dashborad shortcut navigation */
.shortcuts {
    background-color: #474544;
    overflow: hidden;

}

/* Style the links inside the navigation bar */
.shortcuts a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width:100%;
    position: relative;
    height: auto!important;
    /*padding: 0!important;*/
    display: inline-block;
    float: left;
    border-right: 1px solid white;
    border: 1px solid white;
    overflow: visible;
}

/* Change the color of links on hover */
.shortcuts a:hover {
    background-color: #4993d4;
    color: white;
}

/* Add a color to the active/current link */
.shortcuts a.active {
    background-color: #4993d4;
    color: white;
}

textarea.form-control {
    height: 100px !important;
}

.demo{
    width: 300px !important;
    background-color: white !important;
}

.demo>span {
    width: 50px !important;
}

table.fixedHeader-floating.no-footer{
    top: 40px !important;
}

/* Login Form*/
.login-wrap{
    width:100%;
    margin:auto;
    max-width:525px;
    min-height:670px;
    position:relative;
    background:url(../../styles/img/logo.png) no-repeat center rgba(38, 40, 45, 0.9);
    background-size: 400px 200px;
    box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
    width:100%;
    height:100%;
    position:absolute;
    padding:90px 70px 50px 70px;
    background:rgba(38, 40, 45, 0.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
    display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
    text-transform:uppercase;
}
.login-html .tab{
    font-size:22px;
    margin-right:15px;
    padding-bottom:5px;
    margin:0 15px 10px 0;
    display:inline-block;
    border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
    color:#fff;
    border-color:#1161ee;
}
.login-form{
    min-height:345px;
    position:relative;
    -webkit-perspective:1000px;
    perspective:1000px;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.login-form .group{
    margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
    width:100%;
    color:#fff;
    display:block;
}
.login-form .group .input,
.login-form .group .button{
    border:none;
    padding:15px 20px;
    border-radius:25px;
    background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
    text-security:circle;
    -webkit-text-security:circle;
}
.login-form .group .label{
    color:#aaa;
    font-size:12px;
}
.login-form .group .button{
    background:#1161ee;
}
.login-form .group label .icon{
    width:15px;
    height:15px;
    border-radius:2px;
    position:relative;
    display:inline-block;
    background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
    content:'';
    width:10px;
    height:2px;
    background:#fff;
    position:absolute;
    -webkit-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
    left:3px;
    width:5px;
    bottom:6px;
    -webkit-transform:scale(0) rotate(0);
    transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
    top:6px;
    right:0;
    -webkit-transform:scale(0) rotate(0);
    transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
    color:#fff;
}
.login-form .group .check:checked + label .icon{
    background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
    -webkit-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
    -webkit-transform:scale(1) rotate(-45deg);
    transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
    -webkit-transform:rotate(0);
    transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
    -webkit-transform:rotate(0);
    transform:rotate(0);
}

.hr{
    height:2px;
    margin:60px 0 50px 0;
    background:rgba(255,255,255,.2);
}
.foot-lnk{
    text-align:center;
}


/* widget css*/
.jarviswidget>header {
    height: 45px;
    padding: 5px;
    line-height: 40px;
    border-top: 0 !important;
    border-right: 0px !important;
    border-left: 0px !important;
    color:#fff;
}

.jarviswidget-ctrls .button-icon{
    border-left: 0px !important;
}

.jarviswidget>div{
    border: 0 !important;
}

#logo img {
    width: 70px;
    height: auto;
    padding-left: 10px;
}

.jarviswidget>header>h2{
    font-size: 1.2em !important;
    color:black;
    font-weight: bold !important;
}

.btn-primary{
    background-color: #727577 !important;
    border-color: #727577 !important;
}

ul>.line-item{
    list-style: none;
    background: #ececec;
    padding: 1.5rem;
    position: relative;
    margin: 0 0 1rem 0;
    font-size: 16px;
    padding-bottom: 1rem;
}

body{
    background: #fff !important;
}

.smart-style-1 #ribbon{
    background: #fff !important;
}

html{
    background: #fff !important;
}

.topTitle td {
    vertical-align: bottom;
    padding-right: 10px;
    color: blue !important;
    text-decoration: none;
    font-size: 15px;
}

.vertical-line {
    border-right: 3px solid #8a979d;
    top: 0;
    bottom: 0;
}

@media screen and (min-width: 639px) {
    .table-responsive thead {
        display: none
    }

    .table-responsive th {
        display: none;
    }

    .table-header{
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .table-responsive {
        border: 0
    }

    .vertical-line{
        display: none;
    }

    /*.table-responsive thead {*/
        /*display: none*/
    /*}*/

    .table-responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    .table-responsive th {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1.5em;
        text-align: left;
    }

    .table-header{
        /*text-transform: uppercase;*/
        color: black;
        font-size: 1.2em;
        left: 5%;
        position: absolute;
    }

    .table-responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size:1.5em;
        text-align: right
    }

    .table-responsive td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    .table-responsive td:last-child {
        border-bottom: 0
    }

    .table-responsive th:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase
    }

    .table-responsive th:last-child {
        border-bottom: 0
    }

    .display-res-header{
        display: none;
    }
}

label{
    font-weight: 700 !important;
}


/* Calculator style */

/* Using box shadows to create 3D effects */
#calculator {
    width: 100%;
    height: auto;
    /*margin: 100px auto;*/
    padding: 20px 20px 9px;
    background: #9dd2ea;
    background: linear-gradient(#9dd2ea, #8bceec);
    border-radius: 3px;
    box-shadow: 0px 4px #009de4, 0px 10px 15px rgba(0, 0, 0, 0.2);
}

/* Top portion */
.top span.clear {
    float: left;
}

/* Inset shadow on the screen to create indent */
.top .screen {
    height: 40px;
    width: 100%;
    float: left;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: inset 0px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    /* Typography */
    font-size: 17px;
    line-height: 40px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: right;
    letter-spacing: 1px;
}

/* Clear floats */
.keys, .top {
    overflow: hidden;
}

/* Applying same to the keys */
.keys span, .top span.clear {
    float: left;
    position: relative;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    width: 30%;
    height: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.2);
    margin: 0 5px 9px 0;
    color: #888;
    line-height: 56px;
    text-align: center;
    user-select: none;
    transition: all 0.2s ease;
}

/* Remove right margins from operator keys */
/* style different type of keys (operators/evaluate/clear) differently */
.keys span.operator {
    background: #FFF0F5;
    margin-right: 0;
}

.keys span.eval {
    background: #f1ff92;
    box-shadow: 0px 4px #9da853;
    color: #888e5f;
}

.top span.clear {
    background: #ff9fa8;
    box-shadow: 0px 4px #ff7c87;
    color: white;
}

/* Some hover effects */
.keys span:hover {
    background: #9c89f6;
    box-shadow: 0px 4px #6b54d3;
    color: white;
}

.keys span.eval:hover {
    background: #abb850;
    box-shadow: 0px 4px #717a33;
    color: #ffffff;
}

.top span.clear:hover {
    background: #f68991;
    box-shadow: 0px 4px #d3545d;
    color: white;
}

/* Simulating "pressed" effect on active state of the keys by removing the box-shadow and moving the keys down a bit */
.keys span:active {
    box-shadow: 0px 0px #6b54d3;
    top: 4px;
}

.keys span.eval:active {
    box-shadow: 0px 0px #717a33;
    top: 4px;
}

.top span.clear:active {
    top: 4px;
    box-shadow: 0px 0px #d3545d;
}

#business_outlet_line_item_table >tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

#business_outlet_line_item_table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}

#business_outlet_line_item_table thead tr {
     display:table;
     width:100%;
     table-layout:fixed;/* even columns width , fix width of table too*/
 }

.angucomplete-dropdown{
    width:500px !important;
}

.angucomplete-row{
    width:500px;
}

#dashboard_shortcuts nav>ul>li>a:after {
    content: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: inherit;
}

.fuelux .wizard .actions{
    position: relative !important;
}

.jarviswidget-color-darken>header>h2{
    color: #fff !important;
}

.jarviswidget-color-green>header>h2{
    color: #fff !important;
}

/*label{*/
    /*font-weight: 400 !important;*/
/*}*/

table.dataTable tfoot>tr>th, table.dataTable thead>tr>th{
    font-weight: 600;
}

.fuelux .wizard ul{
    width: 100% !important;
    margin-top: 5px !important;
}

.fuelux .wizard ul li{
    margin-bottom: 5px !important;
}

.houseKeepingFooter{
    width:100%; max-height: 160px; min-height:100px; overflow: auto; background: white; position: fixed; left:0; bottom:0; box-shadow: 1px 3px 30px black; z-index: 12;
}
.houseKeepingFooter .close-icon {
    margin: 0; padding: 5px;
}
.houseKeepingFooter .totalRooms {
    font-size: 20px; padding-right: 50px;
}
.houseKeepingFooter .roomType {
    padding: 10px 50px;
}
.houseKeepingFooter .roomNumber {
    padding: 10px;
}
.houseKeepingFooter .btn-remove {
    background: #727577 !important;
    color: white;
}

.footerButtons  {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}
.footerThreeButtons {
    position: fixed;
    left: 100px;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}
.footerThreeButtons .btn-wrap {
    padding: 5px 3vw;
}
.footerThreeButtons .btn-wrap .btn{
    width: 15vw;
    -webkit-box-shadow: 2px 2px 8px black;
    -moz-box-shadow: 2px 2px 8px black;
    box-shadow: 2px 2px 8px black;
}
.bubbleToShowBottomButtons {
    z-index: 11;
}
.bubbleToShowBottomButtons button {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px black;
    -moz-box-shadow: 2px 2px 8px black;
    box-shadow: 2px 2px 8px black;
}
.three-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.inHouseList {
    width: 100%; position: fixed; bottom: 60px; left: 0; z-index: 15;
}
.inHouseList .dt-toolbar {
    display: none;
}
button.close.close-popup {
    padding: 10px;
    position: relative;
    top: -10px;
    right: -10px;
    opacity: 1;
    background: #333;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    z-index: 20;
}
button.close.close-popup span {
    line-height: 0;
    color: white;
}

.reservations-popup {
    box-shadow: 2px 2px 10px grey;
}
.reservations-popup .tab-content, .reservations-popup .tab-content .table-hover tr:hover {
    background-color:#f3f3f3;
    color: black;
}
.reservations-popup .tab-content table th {
    background-color: #ddd;
    color: black;
}
.reservations-popup #reservation_list-widget {
    margin: 0;
}
.reservations-popup header, .reservations-popup header h2, .reservations-popup header>span {
    background-color: #f3f3f3;
    color: dimgrey;
    line-height: 45px!important;
}
.reservations-popup header ul li a{
    color: #b3aaaa!important;
}
.reservations-popup .jarviswidget .widget-body {
    padding-bottom: 0;
}

.clientsList, .roomsList {
    width: 100%; position: fixed; bottom: 60px; left: 0; z-index: 15;
}
.roomsList .stats_expand {
    display: none!important;
}
.rooms-popup {
    padding: 10px 0;
    background-color: #f3f3f3;
    box-shadow: 1px 1px 10px grey;
}
.rooms-popup {
    width: 100%;
    max-height:60vh;
    overflow: auto;
}
.roomsList button.close-popup {
    top: 15px;
    right: -15px;
}

.clients-popup article {
    padding: 20px;
    background-color: #f3f3f3;
    box-shadow: 1px 1px 10px grey;
}
.clients-popup article header, .rooms-popup article header{
    background-color: #f3f3f3;
}
.clients-popup article header h2, .rooms-popup article header h2{
   color: dimgrey;
}
.clientsList button.close-popup {
    top: 15px;
    right: -15px;
}
#closeFooter-button {
    background: gray;
    color: white;
    padding: 4px 35px 10px 35px;
    font-size: 20px;
}
.reservations-popup .jarviswidget header .nav-tabs>li.active>a, .reservations-popup .jarviswidget header .nav-tabs>li.active>a:focus, .reservations-popup .jarviswidget header .nav-tabs>li.active>a:hover {
    padding: 11px 20px;
    font-size: 15px;
}
.reservations-popup .jarviswidget header .nav-tabs>li>a, .reservations-popup .jarviswidget header .nav-tabs>li>a:focus, .reservations-popup .jarviswidget header .nav-tabs>li>a:hover{
    padding: 11px 20px;
    font-size: 15px;
}
.reservations-popup .jarviswidget>header {
    height: 57px;
    line-height: 60px;
}
#checkin_table td.dt-toolbar , #quickDetailsBox #checkin_table_filter, #quickDetailsBox .dt-toolbar, #transactionsBlock .dataTables_filter, #transactionsBlock  .dataTables_length {
    display: none!important;
}
#checkin_table td, #notesBlock table td, #transactionsBlock table td{
    padding: 2px 5px!important;
    font-size: 11px!important;
}

#checkin_table thead>tr, #notesBlock table thead>tr, #transactionsBlock table thead>tr {
    background: #484b84!important;
}
#checkin_table_wrapper .dataTables_info , #notesBlock .dataTables_info {
    color: white!important;
}
#checkin_table_wrapper .dt-toolbar-footer, #notesBlock .dt-toolbar-footer {
    background-color: transparent;
}
#notesBlock table.dataTable thead .sorting_asc, #notesBlock table.dataTable thead .sorting_desc, #transactionsBlock table.dataTable thead .sorting_asc, #transactionsBlock table.dataTable thead .sorting_desc {
    background-color: transparent!important;
}
#notesBlock, #liriBlock, #ledgerBlock,  #transactionsBlock{
    height:100%;min-height:20vh;overflow-y: auto; overflow-x: hidden; margin:0;
}
#transactionsBlock div.dataTables_info {
    color: white!important;
}
#transactionsBlock .dataTables_paginate a{
    padding: 0 10px;
}
#transactionsBlock .dataTables_paginate a:hover{
    color: white;
    cursor: pointer;
}
#quickDetailsHeader {
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
.headersInQuickDetails {
    background-color:transparent;
    color: white;
    padding: 10px;
    margin-top: 5px;
    border:none;

}
.headersInQuickDetails.active {
    background-color:#323457;
    color: white;
    border:none;
    font-weight: bold;
}

.commentsForQuickDetails font {
    color: white!important;
}
#ledgerBlock {
    padding: 0 10px;
}
#ledgerBlock h3 {
    border-bottom: 1px solid white;
}
.bg-lightBlue {
    background-color: #323457;
}
#closeQuickDetailsBtn {
    width: 100%; color: white;
    padding: 10px;
    margin: 5px 0;
    background-color: #484b84;
    border:1px solid white;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s ;
    -ms-transition: all ease 1s ;
    -o-transition: all ease 1s ;
    transition: all ease 1s ;
}
#closeQuickDetailsBtn:hover{
    background-color:  #323457;
}
#quickDet-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#buttons-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mouse-hover:hover {
    cursor: pointer;
    border-bottom: 1px solid white;
}
.page-footer{
    /*position: absolute!important;*/
    z-index: 2!important;
}
#notificatonWrapper {
    position: fixed; bottom:5px; right:5px; width:45vw;
    /*background-color: #323457;*/
    background-color: #323457f2;
    padding: 10px; color: white; box-shadow: 2px 2px 10px 1px black;
}
#notificatonWrapper h4 {
    color: white;
    border-bottom: 1px solid whitesmoke;
    padding:10px 0 5px 0;
    margin-bottom: 4px;
}
#notificatonWrapper .text-warning {
    color: #ec5e55;
}
#myProgress {
    background-color: transparent;
    width: 100%;
    padding: 15px 0 15px 0;
}

#myBar {
    width: 100%;
    height: 3px;
    background-color: #e3e3e3;
}
.no-horizontal-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}


@media (min-width: 992px){
    .modal-lg {
        width: 95% !important;
    }
}


.modal-lg {
    width: 95% !important;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.date-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: -8px;
    top:-10px;

}

.autocompleteList{
   max-height: 50px; overflow-y: auto; overflow-x: hidden;
}
.postalCodeOption {
    padding-left: 10px;
}
.postalCodeOption:hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}


/* Calendar declare a 7 column grid on the table */
#ricalendar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

#ricalendar tr, #ricalendar tbody {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
}

caption {
    text-align: center;
    grid-column: 1 / -1;
    font-size: 130%;
    font-weight: bold;
    padding: 10px 0;
    color:black !important;
}

#ricalendar a {
    color: #8e352e;
    text-decoration: none;
}

#ricalendar td, #ricalendar th {
    padding: 5px;
    box-sizing:border-box;
    /* border: 1px solid #ccc; */
}

#ricalendar .weekdays {
    background: #8e352e;
}


#ricalendar .weekdays th {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#ricalendar td {
    min-height: 140px;
    display: flex;
    flex-direction: column;
}

#ricalendar .days li:hover {
    background: #d3d3d3;
}

#ricalendar .date{
    text-align: center;
    margin-bottom: 5px;
    margin-top: 1px;
    padding: 4px;
    background: #333;
    color: #fff;
    float: right;
    width: 24px;
    border-radius: 50%;
    flex: 0 0 auto;
    align-self: flex-end;
}

#ricalendar .inventory {
    text-align: center;
    float: left;
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-right: -70px;
    padding: 4px;
    margin-bottom: 5px;
    margin-top: 1px;
    background: rgb(221, 221, 221);
    width: 100%;
    /* border-radius: 50%; */
    flex: 0 0 auto;
    align-self: flex-end;
}

#ricalendar .cell-header {
    text-align: center;
    float: left;
    padding: 2px;
    background: rgb(221, 221, 221);
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
    /* border-radius: 50%; */
    flex: 0 0 auto;
    align-self: flex-end;
}

#ricalendar .cell-body {
    text-align: center;
    padding: 2px;
    color: black;
    width: 100%;
    min-height: 90px;
    flex: 0 0 auto;
    align-self: flex-end;
}

#ricalendar .event {
    flex: 0 0 auto;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #e4f2f2;
    border: 1px solid #b5dbdc;
    color: #009aaf;
    text-decoration: none;
}

#ricalendar .event-desc {
    color: #666;
    margin: 3px 0 7px 0;
    text-decoration: none;
}

#ricalendar .other-month {
    background: #f5f5f5;
    color: #666;
}

.right-paneselector {
    background: whiteSmoke;
    text-align: center;
    overflow: visible;
}

.ui-layout-pane {
    background: #FFF;
    border: 1px solid #BBB;
    padding: 0;
    overflow: auto;
}

.right-paneselector ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-paneselector ul li {
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0;
}

.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.watermark
{
    position:absolute;
    z-index:0;
    background:white;
    display:block;
    min-height:50%;
    min-width:50%;
    color:yellow;
}

.bg-text
{
    color:lightgrey;
    font-size:120px;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
}

/* table scrolling with left column fixed*/
.table-scroll {
    position:relative;
    max-width:97%;
    margin:auto;
    overflow:hidden;
    border:1px solid #c2c2c2;
}
.table-wrap {
    width:100%;
    overflow:auto;
}
.table-scroll table {
    width:100%;
    margin:auto;
    border-collapse:separate;
    border-spacing:0;
}
.table-scroll th, .table-scroll td {
    padding: 2px 4px;
    border-bottom: 1px solid #c2c2c2;
    white-space: nowrap;
    vertical-align: top;
    min-width: 300px;
}
.table-scroll thead, .table-scroll tfoot {
    background:#f9f9f9;
}
.clone {
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
}
.clone th, .clone td {
    visibility:hidden
}
.clone td, .clone th {
    border-color:transparent
}
.clone tbody th {
    visibility:visible;
    color:inherit;
    font-weight: 600;
}
.clone .fixed-side {
    border-bottom:1px solid #c2c2c2;
    background: #f7f7f7;
    visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}


input[type=checkbox] {

    -ms-transform: scale(1.6); /* IE */
    -moz-transform: scale(1.6); /* FF */
    -webkit-transform: scale(1.6); /* Safari and Chrome */
    -o-transform: scale(1.6); /* Opera */
    padding: 8px;
    margin: 5px;
}

/* ============================
				Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

    #ricalendar .weekdays, #ricalendar .other-month {
        display: none;
    }

    #ricalendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #ricalendar, #ricalendar tr, #ricalendar tbody {
        grid-template-columns: 1fr;
    }

    #ricalendar  tr {
        grid-column: 1 / 2;
    }

    #ricalendar .date {
        align-self: flex-start;
    }
}

div.sidebar-offcanvas a.sidebar-link.sideMenu_item-active {
    color: black;
    background: #f4f4f4;
    box-shadow: inset 0 0 1px #878680;
    font-weight: bold;
}

.well-boi {
    min-height: 20px;
    padding: 2px;
    position: relative;
    margin-bottom: 3px;
    /*background-color: #f5f5f5;*/
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.col-boi {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

#main-boi {
    margin-left: 0px !important;
    padding: 0;
    padding-bottom: 52px;
    min-height: 500px;
    position: relative;
}

.fixed-header #main-boi {
    margin-top: 49px;
}

.printBtn {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 100;
}
.printBtn .btn{
    height: 50px;
    width: 50px;
    color: white;
    background-color: #57889c;
    border-radius: 50%;
    box-shadow: 2px 2px 8px black;
    font-size: 16px;
}
.instant-concierge-active{
     color:red;
     font-size: 25px;
    font-weight: bolder;
}

.instant-concierge-inactive{
    color:green;
}

.popover-content{
     /*background-color: rgba(4, 5, 6, 0.3) !important;*/
     /*color: #FFF;*/
 }


/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 69.5em) {
    .grid figure {
        width: 50%;
    }

    .grid figure figcaption {
        font-size: 90%;
    }
}


@media screen and (max-width: 41.5em) {

    .grid figure {
        width: 100%;
    }
}


/*------------------------------------------------*/
/***** Placeholder color *****/
/*-----------------------------------------------*/

::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.59) !important;
}


/* ------------------Drop Down button-------*/
.smart-style-1 .dropdown-menu, .smart-style-1 .open>.dropdown-menu {
    width:100%;
}

.group-btn, .group-btn-vertical {
    width:100%;
}

.intl-tel-input {
    /*position: relative;*/
     display: block !important;
}

.clock {
    line-height: 40px;
    margin: 5px auto 0;
    padding: 0px 10px;
    color: #eee;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.status .room {
    /*border-bottom: 1px solid rgba(0, 0, 0, .07);*/
    padding: 3px;
}

.status .room-text {
    font-size: 13px;
    line-height: 1.82em;
    /*padding: 5px;*/
}

.status .room-links {
    border-top: 1px solid rgba(0, 0, 0, .07);
    margin: 0;
    padding: 3px 5px;
    background: #fafafa;
}

.popover-content .popover-line { margin: 10px 0px; }
.my-popover-class {
    padding-left: 0 !important;
    max-width:700px !important;
}

.my-popover-class > .popover-inner {
    width:700px !important;
}

.my-popover-class > .popover-inner > .popover-content{
    width:700px !important;
}

.float-right{
    float: right;
}

.ui-chatbox {
    width: 400px !important;
    /*height: 400px;*/
}

.ui-chatbox-log {
    height: 350px !important;
}

.ui-chatbox-input >.ui-chatbox-input-box {
    width: 100% !important;
}


/* a:hover,
a:focus{
    text-decoration: none;
    outline: none;
} */
.payment-gateway-tabs {
    display: flex;
    flex-direction: column;

}
.payment-gateway-tabs .nav-tabs{ border: none; }
.payment-gateway-tabs .nav-tabs li a{
    color: #666;
    background: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 23px 10px;
    margin: 0 10px 0 0;
    border: none;
    border-top: 3px solid #0670bc;
    border-radius: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    min-width: 150px;
    text-align: center;
}
.payment-gateway-tabs .nav-tabs li.active a,
.payment-gateway-tabs .nav-tabs li a:hover,
.payment-gateway-tabs .nav-tabs li.active a:hover{
    color: #fff;
    background: #0670bc;
    border: none;
    border-top: 3px solid #0670bc;
}
.payment-gateway-tabs .nav-tabs li a:before,
.payment-gateway-tabs .nav-tabs li a:after{
    content: "";
    background-color: #0670bc;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: perspective(300px) rotateX(-100deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.payment-gateway-tabs .nav-tabs li a:after{
    transform: perspective(300px) rotateX(100deg);
    left: auto;
    right: 0;
    transition: all 0.4s ease 0.1s;
}
.payment-gateway-tabs .nav-tabs li.active a:before,
.payment-gateway-tabs .nav-tabs li a:hover:before,
.payment-gateway-tabs .nav-tabs li.active a:after,
.payment-gateway-tabs .nav-tabs li a:hover:after{
    opacity: 1;
    transform: perspective(300px) rotateX(0);
}
.payment-gateway-tabs .tab-content{
    color: #000;
    background: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 20px;
    border-bottom: 4px solid #0670bc;
    box-shadow: 0 0 7px rgba(0,0,0,0.1) inset;
    position: relative;
    background-color: #e4e4e414 !important;
}
@media only screen and (max-width: 479px){
    .payment-gateway-tabs .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .payment-gateway-tabs .nav-tabs li a{ margin: 0 0 10px; }
}

/* Top Header Responsive */
@media screen and (max-width: 1000px) {
    .topHeader-location-dropdown,
    #visible_location>div>input {
        width: 230px !important;
    }
    .ui-select-choices {
        overflow: auto !important;
    }
    #sparks {
        text-align: left !important;
    }
    .showCollapse {
        top: 45px !important;
        position: absolute;
    }
}
@media screen and (min-width: 1001px) {
    .topHeader-location-dropdown,
    #visible_location>div>input {
        width: 450px !important;
    }
}
.mt-2 {
    margin: 5px 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px 10px;
    font-size: 11px;
}

/* Switch Button CSS Start */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 62px;
    margin-left: 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* Switch Button CSS End */

.grouped-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0670bc;
    color: white;
    border: 1px solid #0670bc;
  }

.grouped-table thead tr th{
    padding-left: 5px !important;
}

.grouped-table tbody{
    border-bottom: 1px solid;
}

.grouped-table tbody tr td{
    padding-left: 5px !important;
}

.grouped-table tbody tr td[rowspan] {
    vertical-align: top;
    text-align: left;
}

.grouped-table tr:nth-child(even){background-color: #f2f2f2;}

.grouped-table tr:hover {background-color: #ddd;}

.grouped-table tfoot tr{
    border-bottom: 1px solid;
    background-color: #1fa62c;
    color: #fff;
}
.grouped-table tfoot tr td{
    padding-left: 5px !important;
}

.virtualPay-col {
    width: 90px !important;
}
.virtualPay-btn{
    background: #1fa62c;
    padding: 2px 3px;
    border-radius: 3px;
    color: #ffff;
    display: flex;
    justify-content: center;
    width: 90px !important;
}
div.dataTables_length label {
    float: right !important;
}
.guest_search .dt-toolbar .form-control {
    height: 25px !important;
}

.quick-view-table-scroll .table-container {
    width: 100%;
    height: calc(100vh - 450px);
    overflow-y: auto;
    overflow-x: auto;
}

.quick-view-table-scroll .table {
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
}


.quick-view-table-scroll th,
.quick-view-table-scroll td {
    min-width: 50px;
    padding: 10px;
    border: 1px solid #ddd;
}

.quick-view-table-scroll thead tr {
    position: sticky;
    left: 0;
    z-index: 5 !important;
}

.quick-view-table-scroll th:nth-child(n+1) {
    background-color: #e4e4e4;
    position: sticky;
    top: 0;
    z-index: 1;
}

.quick-view-table-scroll th:nth-child(n+1),
.quick-view-table-scroll tbody td:nth-child(n+1) {
    position: sticky;
    top: 0;
    z-index: 1;
}


.quick-view-table-scroll .locked {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 4 !important;
}

.collapsible {
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
  }
  
  .collapsibleDiv .active, .collapsible:hover {
    background-color: #e4e4e4;
  }
  
  .content {
    padding: 0 1px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }

  .btn-lg {
    padding: 6px 10px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  @media screen and (max-width: 1380px) {

  .roomCount {
    font-size: 1rem;
    font-weight: bold;
  }
}