#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    border: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#cssmenu {
    height: 37px;
    display: block;
    border: 1px solid;
    border-radius: 5px;
    width: auto;
    border-color: #ffffff;
    margin: 0;
    padding: 0;
}

    #cssmenu > ul {
        list-style: inside none;
        margin: 0;
        padding: 0;
    }

        #cssmenu > ul > li {
            list-style: inside none;
            float: left;
            display: inline-block;
            position: relative;
            margin: 0;
            padding: 0;
        }

    #cssmenu.align-center > ul {
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
            margin-left: -3px;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-center > ul > li:first-child > a {
        border-radius: 0;
    }

    #cssmenu > ul > li > a {
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        font-size: 13px;
        font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
        color: #3c3c3c;
        padding: 12px 20px;
    }

    #cssmenu > ul > li:first-child > a {
        border-radius: 5px 0 0 5px;
    }

    #cssmenu > ul > li > a:after {
        content: "";
        position: absolute;
        border-right: 1px solid;
        top: -1px;
        bottom: -1px;
        right: -2px;
        z-index: 99;
        border-color: #0000002e;
    }

    #cssmenu ul li.has-sub:hover > a:after {
        top: 0;
        bottom: 0;
    }

    #cssmenu > ul > li.has-sub > a:before {
        content: "";
        position: absolute;
        top: 18px;
        right: 6px;
        border: 5px solid transparent;
        border-top: 5px solid #ffffff;
    }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 19px;
    }

    #cssmenu > ul > li.has-sub:hover > a {
        padding-bottom: 14px;
        z-index: 999;
        border-color: #00aff0;
    }

    #cssmenu ul li.has-sub:hover > ul,
    #cssmenu ul li.has-sub:hover > div {
        display: block;
    }

    #cssmenu > ul > li.has-sub > a:hover,
    #cssmenu > ul > li.has-sub:hover > a {
        background: #00aff0;
        border-color: #00aff0;
        color: #ffffff;
    }

    #cssmenu ul li > ul,
    #cssmenu ul li > div {
        display: none;
        width: auto;
        position: absolute;
        top: 38px;
        background: #ffffff;
        border-radius: 0 0 5px 5px;
        z-index: 999;
        padding: 10px 0;
        border: 1px solid #0000002e;
    }

    #cssmenu ul li > ul {
        width: 200px;
    }

    #cssmenu ul ul ul {
        position: absolute;
    }

    #cssmenu ul ul li:hover > ul {
        left: 100%;
        top: -10px;
        border-radius: 5px;
    }

    #cssmenu ul li > ul li {
        display: block;
        list-style: inside none;
        position: relative;
        margin: 0;
        padding: 0;
    }

        #cssmenu ul li > ul li a {
            outline: none;
            display: block;
            position: relative;
            font: 10pt Arial, Helvetica, sans-serif;
            color: black;
            text-decoration: none;
            margin: 0;
            padding: 8px 20px;
        }

    #cssmenu,
    #cssmenu ul ul > li:hover > a,
    #cssmenu ul ul li a:hover {
        background: -moz-linear-gradient(top, #00aff0 0%, #00aff0 100%);
        background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
        background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
        background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
    }

        #cssmenu > ul > li > a:hover {
            background: #00aff0;
            color: #ffffff;
            ;
        }

        #cssmenu ul ul a:hover {
            color: #ffffff;
            background: #00aff0;
        }

        #cssmenu > ul > li.has-sub > a:hover:before {
            border-top: 5px solid #ffffff;
        }

#cssmenu1,
#cssmenu1 ul,
#cssmenu1 li,
#cssmenu1 a {
    border: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#cssmenu1 {
    height: 37px;
    display: block;
    border: 1px solid;
    border-radius: 5px;
    width: auto;
    border-color: #ffffff;
    margin: 0;
    padding: 0;
}

    #cssmenu1 > ul {
        list-style: inside none;
        margin: 0;
        padding: 0;
    }

        #cssmenu1 > ul > li {
            list-style: inside none;
            float: right;
            display: inline-block;
            position: relative;
            margin: 0;
            padding: 0 0 0 20px;
        }

    #cssmenu1.align-center > ul {
        text-align: center;
    }

        #cssmenu1.align-center > ul > li {
            float: none;
            margin-left: -3px;
        }

    #cssmenu1.align-center ul ul {
        text-align: left;
    }

    #cssmenu1.align-center > ul > li:first-child > a {
        border-radius: 0;
    }

    #cssmenu1 > ul > li > a {
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        color: #3c3c3c;
        padding: 12px 2px;
    }

    #cssmenu1 > ul > li:first-child > a {
        border-radius: 5px 0 0 5px;
    }

    #cssmenu1 > ul > li > a:after {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: -2px;
        z-index: 99;
        border-color: #ffffff;
    }

    #cssmenu1 ul li.has-sub:hover > a:after {
        top: 0;
        bottom: 0;
    }

    #cssmenu1 > ul > li.has-sub > a:before {
        position: absolute;
        top: 18px;
        right: 6px;
        border: 5px solid transparent;
        border-top: 5px solid #ffffff;
    }

    #cssmenu1 > ul > li.has-sub:hover > a:before {
        top: 19px;
    }

    #cssmenu1 > ul > li.has-sub:hover > a {
        padding-bottom: 14px;
        z-index: 999;
        border-color: #00aff0;
    }

    #cssmenu1 ul li.has-sub:hover > ul,
    #cssmenu1 ul li.has-sub:hover > div {
        display: block;
    }

    #cssmenu1 > ul > li.has-sub > a:hover,
    #cssmenu1 > ul > li.has-sub:hover > a {
        border-color: #00aff0;
    }

    #cssmenu1 ul li > ul,
    #cssmenu1 ul li > div {
        display: none;
        width: auto;
        position: absolute;
        top: 38px;
        right: 2px;
        background: #ffffff;
        border-radius: 0 0 5px 5px;
        z-index: 999;
        padding: 10px 0;
        border: 1px solid #0000002e;
    }

    #cssmenu1 ul li > ul {
        width: 150px;
    }

    #cssmenu1 ul ul ul {
        position: absolute;
    }

    #cssmenu1 ul ul li:hover > ul {
        left: 100%;
        top: -10px;
        border-radius: 5px;
    }

    #cssmenu1 ul li > ul li {
        display: block;
        list-style: inside none;
        position: relative;
        margin: 0;
        padding: 0;
    }

        #cssmenu1 ul li > ul li a {
            outline: none;
            display: block;
            position: relative;
            font: 10pt Arial, Helvetica, sans-serif;
            color: black;
            text-decoration: none;
            margin: 0;
            padding: 8px 20px;
        }

    #cssmenu1,
    #cssmenu1 ul ul > li:hover > a,
    #cssmenu1 ul ul li a:hover {
        background: #00aff0;
        background: -moz-linear-gradient(top, #00aff0 0%, #00aff0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aff0), color-stop(100%, #00aff0));
        background: -webkit-linear-gradient(top, #00aff0 0%, #00aff0 100%);
        background: -o-linear-gradient(top, #00aff0 0%, #00aff0 100%);
        background: -ms-linear-gradient(top, #00aff0 0%, #00aff0 100%);
        background: linear-gradient(top, #00aff0 0%, #00aff0 100%);
    }

        #cssmenu1 > ul > li > a:hover {
            color: #ffffff;
        }

        #cssmenu1 ul ul a:hover {
            color: #ffffff;
            background: #00aff0;
        }

        #cssmenu1 > ul > li.has-sub > a:hover:before {
            border-top: 5px solid #ffffff;
        }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #999999;
    color: white;
    text-align: center;
}

hr {
    border-top: 1px solid #77777773;
}

.dx-checkbox-icon {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #3333337d;
    background-color: #fff;
}

.dx-texteditor.dx-editor-outlined {
    background: #fff;
    border: 1px solid #3333337d;
    border-radius: 4px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
}

.dx-tab.dx-tab-selected {
    background-color: #00aff0;
    color: #ffffff;
    font-weight: bold;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.trColor {
    background-color: #00aff0;
    color: white !important;
}

.HouseGuest {
    background-color: #795548;
    color: white !important;
}

.ComplimentaryGuest {
    background-color: #009688;
    color: white !important;
}

.GROUPBOOKING {
    background-color: #00bcd41c;
    color: black !important;
}

.CompanyGuest {
    background-color: #4caf50;
    color: white !important;
}

.trCollopseColor {
    background-color: rgba(210, 214, 222, 0.69);
    color: black;
}

.trExpandColor {
    background-color: #f7f7f7;
    color: black;
}

.dx-toolbar .dx-texteditor {
    width: 100% !important;
}

.dx-datagrid-search-panel {
    margin-top: 6px;
    margin-right: 6px;
    width: 500px;
}
/*.dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    width: 100% !important;
}*/
.dx-datagrid-search-panel {
    margin-left: 0px;
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 0px;
}


.tabs {
    margin: 0 auto;
    /*padding: 0 20px;*/
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #tab-button li {
        display: table-cell;
        width: 20%;
    }

        #tab-button li a {
            display: block;
            padding: .5em;
            background: #eee;
            border: 1px solid #ddd;
            text-align: center;
            color: #333;
            text-decoration: none;
        }

        #tab-button li:not(:first-child) a {
            border-left: none;
        }

        #tab-button li a:hover,
        #tab-button .is-active a {
            border-bottom-color: transparent;
            background: #00aff0;
            color: #fff;
        }

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}



#tab-buttondeposit {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #tab-buttondeposit li {
        display: table-cell;
        width: 20%;
    }

        #tab-buttondeposit li a {
            display: block;
            padding: .5em;
            background: #eee;
            border: 1px solid #ddd;
            text-align: center;
            color: #333;
            text-decoration: none;
        }

        #tab-buttondeposit li:not(:first-child) a {
            border-left: none;
        }

        #tab-buttondeposit li a:hover,
        #tab-buttondeposit .is-active a {
            border-bottom-color: transparent;
            background: #00aff0;
            color: #fff;
        }


#tab-buttonwalkin {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #tab-buttonwalkin li {
        display: table-cell;
        width: 20%;
    }

        #tab-buttonwalkin li a {
            display: block;
            padding: .5em;
            background: #eee;
            border: 1px solid #ddd;
            text-align: center;
            color: #333;
            text-decoration: none;
        }

        #tab-buttonwalkin li:not(:first-child) a {
            border-left: none;
        }

        #tab-buttonwalkin li a:hover,
        #tab-buttonwalkin .is-active a {
            border-bottom-color: transparent;
            background: #00aff0;
            color: #fff;
        }


@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

hr {
    border-top: 1px solid #999999b8 !important;
    margin-top: 0px;
}

.tableBGCss {
    background-color: #00aff0;
    color: white;
    font-weight: 400;
    text-align: center;
}

.tableth {
    border: 1px solid #ddd;
}

.tabletdOdd {
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}

.tabletdEven {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    text-align: center;
}

.dx-button-mode-contained.dx-button-vacant {
    background-color: green;
    border-color: transparent;
    color: #fff;
}

.dx-button-mode-contained.dx-button-occupied {
    background-color: red;
    border-color: transparent;
    color: #fff;
}

.dx-button-mode-contained.dx-button-dirty {
    background-color: saddlebrown;
    border-color: transparent;
    color: #fff;
}

.dx-button-mode-contained.dx-button-all {
    background-color: chartreuse;
    border-color: transparent;
    color: #fff;
}

.dx-popup-title {
    color: white;
    background-color: #00aff0;
}

.dx-popup-normal {
    border: ridge;
    border-color: #7edafe;
}

.dx-popup-title .dx-closebutton .dx-icon {
    width: 21px;
    height: 21px;
    background-position: 3px 3px;
    background-size: 15px 15px;
    padding: 3px;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    color: white;
}
