form {
    margin: 0px;
    padding: 10px 30px;
}

fieldset {
    margin: 5px;
    padding: 10px 30px;
}

.ftitle {
    padding: 5px 0px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.fitem {
    margin-bottom: 8px;
}

body, div, td, span {
    font-size: 14px;
}

.fitem label {
    margin-bottom: 6px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    min-width: 80px;
    color: rgba(0, 0, 0, 0.88);
}

.demo-info {
    background: #FFFEE6;
    color: #8F5700;
    padding: 12px;
}

.demo-tip {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    float: left;
}

.mtable {
    line-height: 2em;
    width: 900px;
    padding: 0px;
    margin: 0px auto 0px auto;
    border-collapse: collapse;
    font-size: 16px;
}

.mtable tr td {
    text-align: left;
    border: solid #666666 2px;
    padding: 5px 10px 5px 10px;
    margin: 0px;
}

.mtable thead td {
    border-width: 0px;
}

.cen {
    text-align: center;
    background-color: #eccbc6;
    width: 950px;
    margin: 5px;
    padding: 10px;
}

.receipt-title {
    position: relative;
    text-align: center;
}

.receipt-title .text {
    width: 220px;
    font-size: 30px;
    margin: 0px auto 0px auto;
    padding-bottom: 5px;
    border-bottom: double 5px;
    padding-bottom: 2px;
    font-size: 30px;
}

.no {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font: 22px "Modern No. 20" arial, sans-serif;
}

.no input {
    font: 22px "Modern No. 20" arial, sans-serif;
    color: red;
}

.right {
    text-align: right !important;
}

tr.noborder td {
    border: none;
}

.receipt input {
    border: none;
    background-color: #eccbc6;
}

.receipt textarea {
    border: none;
    background-color: #eccbc6;
}

.hide {
    color: white;
}

.easyui-toolbar {
    padding: 8px 4px;
    background-color: #EFEFEF;
    padding: '3px 2px 1px 2px';
}

.t-head-income {
    color: green;
}

.t-head-outlay {
    color: red;
}

.portal-panel {
    /*float: left;*/
    /*margin: 5px;*/
    background: #FFFFFF;
    /*box-shadow: 0px 1px 4px 0px rgba(0,21,41,0.12);*/
    border-radius: 8px;
    margin: 12px 6px;
}
.portal-panel-wrapper{
    background-color: #f8f8f8;
}
#roomlisttab .panel-body {
    overflow: hidden !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.room {
    width: 60px;
    /*float: left;*/
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.room.expired{
    filter:drop-shadow(0px 0px 10px red)
}

.room.to-be-expire{
    filter:drop-shadow(0px 0px 10px yellow)
}

.room img {
    width: 48px;
    height: 48px;
}

.abutton {
    width: 64px;
    height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#customerTable button {
    padding: 1px;
    width: 20px;
}

#customerTable input[type="text"] {
    width: 115px;
}

/**bootstrap v3 table css*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://v3.bootcss.com/customize/?id=d83b53853150e2b3f0b8)
 * Config saved to config.json and https://gist.github.com/d83b53853150e2b3f0b8
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    color: #343434;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #8d8d8d;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #8d8d8d;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #8d8d8d;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #8d8d8d;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #8d8d8d;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #8d8d8d;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}
.button-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #505050;
    /* padding: 10px 20px; */
    background-color: #fafafa;
    margin: 6px;
    border-radius: 4px;
    width: 80px;
    padding: 10px 0;
    cursor: pointer;
}
.button-block:hover{
    background-color: #8d8d8d;
}
.button-icon{
    font-size: 18px;
    color: #ff7b20;
}
.button-text{
    margin-top: 6px;
    font-size: 12px;
}
.toolbar-wrapper{
    display: flex;
}
.button-line-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    background-color: #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
}
.button-line-wrapper:hover{
    background-color: #dddddd;
}
.button-line-text{
    margin-left: 6px;
    font-size: 12px;
}
.tree-title{
    width: 76%;
}
.tree-title a{
    text-decoration: none;
    color: #232323;
    display: inline-block;
    width: 100%;
}
.left-nav  .panel-header{
    background-color: #ffffff;
}
.left-nav .tree-node{
    height: 36px;
    line-height: 36px;
}
.left-nav .tree li{
    /*padding: 6px 0;*/
}
.left-nav  .panel-title{
    color: #000000;
}
.layout-panel-north{
    background: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 21, 41, 0.12) 0px 1px 4px 0px !important;
}
.layout-panel-west,  .layout-panel-center{
    padding-top: 4px;
}
.left-nav .panel-tool{
    top: 12px;
}
.left-nav .panel-icon{
    top: 12px;
    left: 10px;
    height: 14px;
    width: 14px;
}
.left-nav .panel-header{
    padding: 5px 12px;
}
.menu-1{
    background:url('./img/menu-1.png') no-repeat;
    background-size: contain;
}
.menu-2{
    background:url('./img/menu-2.png') no-repeat;
    background-size: contain;
}
.menu-3{
    background:url('./img/menu-3.png') no-repeat;
    background-size: contain;
}
.menu-4{
    background:url('./img/menu-4.png') no-repeat;
    background-size: contain;
}
.menu-5{
    background:url('./img/menu-5.png') no-repeat;
    background-size: contain;
}
.menu-6{
    background:url('./img/menu-6.png') no-repeat;
    background-size: contain;
}
 .panel-tool a{
    opacity: 1;
}
.panel-tool{
    top: 9px;
}
 a{

    text-decoration: none ;
}
.datagrid-row a{
    font-size: 12px;
    color: #0f7ff4;
}
.login-content{
    width: 100%;
    height: 100%;
    background:url('./img/login_img_bg.png') no-repeat;
    background-size: cover;
}
.login-form{
    padding: 46px;
    width: 360px;
    background-color: #fff;
    border-radius: 16px 16px 16px 16px;
    right: 12%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.login-title{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-bottom: 32px;
}
.login-form .fitem{
    width: 100%;
}
.login-form form{
    padding: 0;
}
.login-form .fitem label {
    display: block;
    text-align: left;
}
.form-input{
    width: 100%;
    height: 44px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #8d8d8d;
    box-sizing: border-box;
}
.form-login-button{
    text-align: center;
    width: 100%;
    height: 44px;
    background: #267AFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
td .l-btn-plain{
    border: none !important;
}
td a.l-btn-plain{
    padding-right: 0;
}

.customer-attracted{
    margin-top: -10px;
    padding: 5px;
    background-color: #fdf6ec;
    color: #e6a23c;
    border-radius: 5px;
}
/* 手机等小屏幕设备 */
@media screen and (max-width: 600px) {
    /* 适用于 iPhone 等小屏手机 */
    .login-form{
        width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    /* 适用于稍大的手机或小屏平板 */
}