/* 未能缩小。正在返回未缩小的内容。
(1007,31): run-time error CSS1046: Expect comma, found '186'
(1007,38): run-time error CSS1046: Expect comma, found ')'
(1126,31): run-time error CSS1046: Expect comma, found '186'
(1126,38): run-time error CSS1046: Expect comma, found ')'
 */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: "Microsoft YaHei",宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #555;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #444;
}

input, select, textarea {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
    border: 0 none;
}
input[type='checkbox'].k-checkbox{padding-left: 0px;}

li {
    list-style: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.font-b {
    font-weight: bold;
}

.padd-top-15 {
    padding-top: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.box {
    border: solid 1px #c4c4c4;
}
/*头部开始*/
.header {
    padding: 30px 0;
}

.header-inner {
    width: 1100px;
    margin: 0 auto;
}

.logo {
    float: left;
}

    .logo img {
        float: left;
        padding-right: 10px;
    }

.system-name {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.eng-system-name {
    color: #c4c4c4;
    display: block;
    font-size: 11px;
    font-style: normal;
}

.try {
    float: right;
    margin-right: 10px;
}

    .try .phone-icon {
        background: url( ../images/all_icon.png) no-repeat;
        width: 31px;
        height: 37px;
        display: inline-block;
        vertical-align: middle;
        background-position: 0px -38px;
        margin-top: 6px;
        float: left;
    }

    .try .number {
        float: left;
    }

.font-lag {
    font-size: 16px;
}

.sq-button {
    float: left;
    margin: 8px 0px 0px 25px;
    border: 1px solid #999;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*输入密码眼睛图标*/
.k-textbox.k-space-right{
    padding-right:36px;
    vertical-align:central;
}
.k-eye-open{
    width:32px;
    height:32px;
    background-image:url("images/eye.png");
}
.k-eye-close{
    width:32px;
    height:32px;
    background-image:url("images/eye2.png");
}
.k-eye .k-icon{
    margin-top:-15px;
}
/*banner开始*/
.banner {
    background: #92d0e9 url(../images/banner1.jpg) center top no-repeat;
    height: 484px;
}

.banner-inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
#userSubMenuDiv{
    position:absolute;
    right:40px;
    top:20px;
    width:90px;
    text-align:left;
    background-color:white;
    border:1px solid gray;
    padding:5px;
}
#userSubMenuDiv a{
    display:block;
}
#authUserTable td{
    height:36px;
}

.login {
    position: absolute;
    top: 50px;
    right: 0;
    width: 350px;
    height: 380px;
    background: #000;
    filter: Alpha(opacity=10);
    opacity: 0.1;
}

.login-box {
    background: #fff;
    width: 260px;
    height: 320px;
    padding: 20px 35px;
    color: #004793;
    position: absolute;
    top: 60px;
    right: 10px;
}

    .login-box .pms-login {
        font-size: 16px;
        font-weight: bold;
    }

    .login-box .lo-input-text {
        width: 248px;
        height: 38px;
        border: 1px solid #e5e5e5;
    }
    .login-box .lo-input-password {
        height: 38px;
        border: 1px solid #e5e5e5;
    }

    .login-box .lo-input-yzm {
        width: 125px;
        height: 38px;
        border: 1px solid #e5e5e5;
    }

    .login-box .login-i-t {
        margin-top: 8px;
    }

    .login-box .login-i-b {
        margin-top: 20px;
    }

    .login-box .login-i-t img {
        float: right;
    }

    .login-box .lo-input-button {
        cursor: pointer;
        background: #004793;
        width: 260px;
        height: 40px;
        border-radius: 6px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .login-box .re-password {
        text-align: center;
        margin-top: 20px;
    }

        .login-box .re-password a {
            padding-right: 20px;
        }

.hide {display: none;}
.qrcode-target {position: absolute;width: 60px;height: 60px;display: block;top: 0;right: 0;_right: 1px;background-image: url(../../images/login/T1el0hXaJbXXXXXXXX.png);background-repeat: no-repeat;cursor: pointer;z-index: 101;-webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);-moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);}
.qrcode-target-show {background-position: -201px -199px;}
.qrcode-target-hide {background-position: -260px -260px;}
.login-weixin .tit, .login-weixin .msg, .login-weixin .tips-error{color: #444;}
.login-weixin{padding:15px 10px 5px;text-align:center;}
.login-weixin a{color:#459ae9;}
.login-weixin .qrcode .pic{width:185px;height:185px;margin:5px auto 0px auto;position:relative;}
.login-weixin .qrcode .pic img{width:100%;}
.login-weixin .qrcode .alt{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;cursor:pointer;}
.login-weixin .qrcode .alt .mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;background:#000;}
.login-weixin .qrcode .alt .void{position:absolute;top:0;right:0;bottom:0;left:0;z-index:11;}
.login-weixin .qrcode .alt .void .ico{width:80px;height:80px;margin:27px auto 0;background:url(../../images/login/ico_alert.png) no-repeat;display:block;}
.login-weixin .status{padding-top:45px;}
.login-weixin .status .tit{margin:20px 0 5px;line-height:1.6;font-size:16px;}
.login-weixin .status .txt{color:#8d8d8d;}
.login-weixin .status .opr{display:inline-block;padding:0 30px;margin-top:10px;height:34px;line-height:34px;background:#44b549;border:1px solid #44b549;color:#ffffff!important;}
.login-weixin .status .opr:hover{text-decoration:none;background:#2f9833;border-color:#2f9833;}
.login-weixin .status .ico{width:64px;height:64px;vertical-align:middle;display:inline-block;background:url(../../images/login/ico_msg_l.png) no-repeat;}
.login-weixin .status .ico-succ{background-position:0 0;}
.login-weixin .status .ico-warn{background-position:0 -66px;}
.login-weixin .status .ico-wait{background-position:0 -132px;}
.login-weixin .status .ico-info{background-position:0 -198px;}

/*注册申请开始*/
.wrapper {
    width: 1100px;
    margin: 20px auto 0;
}

.apply-banner {
    margin-top: 5px;
    background: #004793 url(../images/bannerRegister.jpg) center top;
    height: 120px;
}

.apply-banner-shift {
    margin-top: 5px;
    background: #004793 url(../images/bannerShiftSmaill.jpg) center top;
    height: 120px;
}

.apply-banner-shift, .apply-banner {
    background: #004793 url(../images/bannerShiftSmaillNoTitle.jpg) center top;
}

.apply-banner-title {
    color: white;
    font-size: 40px;
    display: block;
    padding-left: 70px;
    padding-top: 50px;
}

.apply-info h3 {
    border-bottom: 1px solid #e5e5e5;
    line-height: 45px;
    font-size: 18px;
}

.apply-info .info-list {
    padding: 30px 0 0 40px;
}

.info-list .apply-x {
    margin-top: 10px;
}

    .info-list .apply-x label {
        text-align: right;
        width: 130px;
        display: inline-block;
        padding-right: 12px;
    }

.info-input-text {
    width: 300px;
    height: 45px;
    border: 1px solid #e5e5e5;
}

.info-input-yzm {
    width: 166px;
    height: 45px;
    border: 1px solid #e5e5e5;
}

.info-input-button {
    cursor: pointer;
    background: #fe8d51;
    width: 312px;
    height: 45px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.info-select {
    width: 150px;
    height: 45px;
    border: 1px solid #e5e5e5;
}

.info-select-m {
    width: 150px;
    height: 45px;
    border: 1px solid #e5e5e5;
    margin-left: 8px;
}

.getcode {
    background: #e5e5e5;
    height: 45px;
    line-height: 45px;
    padding: 0 28px;
    display: inline-block;
    margin-left: 2px;
}

.info-list .register-b {
    padding-left: 142px;
    margin-top: 20px;
}

.info-list .apply-x .font-blue {
    color: #004793;
}

.span-des {
    color: #999;
    font-size: 12px;
    padding-left: 7px;
}

.span-des-inline-block {
    display: inline-block;
}

.td-two {
    padding-top: 10px;
    text-align: left;
}

.td-one {
    color: black;
    text-align: right;
    padding-right: 8px;
}
.tdwidth {
width:120px;
}
/*找回密码开始*/
.line {
    height: 1px;
    background: #e5e5e5;
}

.find-password {
    padding: 40px 0 0;
    min-height: 440px;
}

    .find-password h3 {
        line-height: 30px;
    }

    .find-password .icon-careful {
        background: url(../images/all_icon.png) no-repeat;
        background-position: 0px 0px;
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        padding-left: 10px;
    }

.f-password-item {
    width: 500px;
    margin: 60px auto 100px;
}

    .f-password-item .f-password-tab {
        height: 45px;
    }

        .f-password-item .f-password-tab a {
            height: 45px;
            line-height: 45px;
            text-align: center;
            width: 150px;
            display: inline-block;
        }

.f-password-tab .active {
    background: #f5f5f5;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 1px 0;
}

.f-password-tel {
    background: #f5f5f5;
    padding: 50px 50px 80px;
    border: 1px solid #e5e5e5;
}

.f-password-button {
    margin: 40px 50px;
}
/*注册成功开始*/
.reg-success {
    padding: 40px 0 0;
    min-height: 440px;
}

    .reg-success h3 {
        line-height: 30px;
    }

    .reg-success .icon-reg-success {
        background: url(../images/all_icon.png) no-repeat;
        background-position: 0px -79px;
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        padding-left: 10px;
    }

    .reg-success p {
        line-height: 32px;
    }

.bg-color {
    background: #f5f5f5;
    padding: 50px 50px 80px;
}

.login-now {
    margin-top: 20px;
}

.login-now-input-button {
    cursor: pointer;
    background: #fe8d51;
    width: 180px;
    height: 40px;
    border-radius: 6px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/*底部开始*/
.footer {
    margin-top: 60px;
    height: 160px;
    padding-top: 50px;
    background: #f1f1f1;
}

.footer-inner {
    width: 1100px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.footer .wx-a {
    float: left;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .footer .wx-a img, .footer .wx-b img {
        padding-left: 6px;
    }

.footer .wx-b {
    float: left;
    padding: 10px 0px 0px 30px;
}

.footer .company-info {
    float: left;
    padding-left: 100px;
}
/*验证错误信息*/
.field-validation-error, .validation-summary-errors {
    color: red;
}

.field-validation-valid {
    display: none;
}

form .validation-summary-errors {
    text-align: center;
}

form .formButtons {
    clear: both;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

td.control-label {
    text-align: right;
}
/*通用查询*/
.textright {
    text-align: right;
}

#commonQueryPlanTable .textright, #commonQueryTable .textright {
    width: 25%;
    padding-right: 5px;
}

#commonQueryPlanTable td ,#commonQueryTable td {
    padding: 2px 0;
}

#commonQueryPlanTable,#commonQueryTable {
    width: 100%;
}

.editFormTable {
    width: 100%;
    padding-right: 10px;
}
/*禁用项目*/
.status-disabled{
    text-decoration:line-through;
    color:red;
}
@media screen\0 {
    .editFormTable {
        padding-right: 0px;
    }
}

table.editFormTable .textright {
    width: 110px;
    padding-right: 5px;
}

.editFormTable .column2 .textright {
    width: 15%;
    padding-right: 2px;
}
/*角色成员*/
#roleMemberHotel,#roleMemberNotInSingle, #roleMemberButtons, #roleMemberInSingle {
    float: left;
}

#roleMemberHotel,#roleMemberNotInSingle, #roleMemberInSingle {
    margin-top: 15px;
    width: 220px;
    height: 500px;
    text-align: center;
}

    #roleMemberHotel select,#roleMemberNotInSingle select, #roleMemberInSingle select {
        width: 90%;
        height: 90%;
        border: 1px solid #e5e5e5;
    }

#roleMemberButtons {
    width: 100px;
    text-align: center;
    /*padding-top: 100px;*/
    line-height: 100%;
    margin-left: 0px;
    padding-top: 200px;
}

    #roleMemberButtons button {
        display: block;
        margin-top: 10px;
    }
/*角色权限*/
#authTreeDiv {
    float: left;
    width: 65%;
    height: 560px;
    overflow: scroll;
}

    #authTreeDiv + div {
        float: left;
        padding-top: 50px;
        text-align: center;
        width:150px;
        vertical-align: central;
    }

        #authTreeDiv + div button {
            display: block;
            margin-left:50px;
            margin-top:10px;
        }
/*用户管理*/
.change-password {
    color: #004793;
    padding-right: 15px;
}
/*价格体系设置*/

/*这个地方的颜色涉及到大部分按钮的颜色*/
/*.k-grid-toolbar .k-button {vertical-align:top;background:#dadada;}*/

/*客户关系中客历列表button改变颜色，客户关系中合约单位中往来管理button改变颜色*/
/*.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button{background-color:rgb(218,218,218);}*/

/*让预订下面那一行数字变成黑色*/
/*.k-pager-numbers.k-reset li a{color:#333;}*/
/*客账--迟付*/
#folioDelayPayReasonWindow #folioDelayPayTotalRoomQty{color:red;}
#folioDelayPayReasonWindow div{margin-top:5px;margin-bottom:5px;}
#folioDelayPayReasonWindow textarea{width:300px;height:88px;}
#folioDelayPayReasonWindow button{margin-right:20px;}
#folioDelayPayReasonWindow #folioDelayPayRoomNosDiv{max-height:200px;overflow:auto;}
/*客账--结账原因*/
#folioCheckoutReasonWindow #folioCheckoutTotalRoomQty{color:red;}
#folioCheckoutReasonWindow div{margin-top:5px;margin-bottom:5px;}
#folioCheckoutReasonWindow textarea{width:300px;height:88px;}
#folioCheckoutReasonWindow button{margin-right:20px;}
#folioCheckoutReasonWindow #folioCheckoutRoomNosDiv {max-height:200px;overflow:auto;}
/*收款账号消费项目*/
#accountItemsNotInSingle, #accountItemsButtons, #accountItemsInSingle {
    float: left;
}
    #accountItemsNotInSingle{
        margin-left:30px;
    }
    #accountItemsNotInSingle, #accountItemsInSingle {
        margin-top: 15px;
        width: 300px;
        height: 300px;
        text-align: center;
    }

    #accountItemsNotInSingle select, #accountItemsInSingle select {
        width: 90%;
        height: 90%;
        border: 1px solid #e5e5e5;
    }

#accountItemsButtons {
    width: 100px;
    text-align: center;
    /*padding-top: 100px;*/
    line-height: 100%;
    margin-left: 0px;
    padding-top: 50px;
}

    #accountItemsButtons button {
        display: block;
        margin-top: 10px;
    }
/*--------------------------------- 新版样式----------------------------*/
.color {
    color: #004793;
}

.font-size {
    font-size: 13px;
    display: inline-block;
}

.select-ico {
    margin-top: -30px;
    z-index: 999;
    position: absolute;
    margin-left: 170px;
}

.span-color {
    color: #666666;
}

.black-color {
    color: #333333;
}

.red-color {
    color: #fb192b;
}

.redcolor {
    color: #e62722;
    margin-right: 5px;
}

.exita {
    color: #004793;
    border: 1px solid;
    border-radius: 6px;
    margin-left: 10px;
}

.a-back {
    height: 30px;
    padding: 2px 14px 4px;
    float: right;
    font-size: 16px;
}

.bg-disabled {
    background-color: #f5f5f5 !important;
}
.span-sub {
    vertical-align: sub;
}
table.largeRowTable tr{
    line-height:1.5em;
}
input.k-textbox{
    text-indent:0.6em;
}
  .k-textbox-new {
    height: 2.42em;
    text-indent: .8em;
    line-height: 1.6em;
    padding: 2px .3em;
    background-color: #fff;
    color: #333;
}
    fieldset {
    border-width: 1px;
    border-color: rgb(204,204,204);
    border-radius: 4px;
    border-style: solid;
    margin: 2px 5px 0 5px;
}
    legend {
    margin-left: 14px;
    color: #004793;
    font-size: 14px;
}
.right-span {
    display:inline-block;
    color:red;
    float:right;
    padding-top:5px;
    margin-right:10px;
}
.select-icon {
    position: absolute;
    margin-left:-20px;
    top: 16px;
    background: url(../images/all_icon.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: -49px 0px;
}
 /****重要突出按钮,c表示自定义，danger表示突出危险性****/
.c-danger{
    background-color:rgb(255,90,0)!important;color:white!important;width:100%;height:50px;border-color:white!important;
}
.c-disabled {
    background-color: rgb(192,192,192) !important;
    color: white !important;
    width: 100%;
    height: 50px;
    border-color: white !important;
}

 /****2017-12-13 grid 行内编辑 数值类型文本框样式****/
input.text-box {
    padding: 2px 0.3em;
    text-indent: 0.6em;
    background-color: #fff;
    color: #333;
    height: 2.42em;
    line-height: 1.6em;
    border-radius: 4px;
    outline: 0px;
    border-color: #aeaeae;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 #76abd9;
    background-image: none;
    background-position: 50% 50%;
    border-color: #76abd9;
    -webkit-box-shadow: 0 0 7px 0 #76abd9;
}
/**********************楼层平面图房间定义******************/
div.roomdefine {
    background-color: green;
    border: 1px solid red;
    text-align: center;
    vertical-align: middle;
}

div.newroom {
    border: 1px dotted red;
    background: none;
}

    div.newroom span {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

/**********************楼层平面图房态******************/
.floorPlanRoomStatusContainer {
    border:1px dotted blue;
    margin-top:5px;
}
.floorPlanStatusRoomNo {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.floorPlanStatusRoomNo.floorPlanStatusRoomNo_left{
    float:left;
    margin-left:5px;
}
.floorPlanStatusRoomNo.floorPlanStatusRoomNo_right {
    float: right;
    font-size:12px;
    font-weight:normal;
    margin-right:5px;
}
/****************************************新版选择班次页面样式开始************************************************/
.apply-banner-shift2 {
    background: #004793 url(../images/bannerShiftSmaillNoTitle2.png) center top;
    height: 120px;
}

.apply-banner-title2 {
    color: white;
    font-size: 36px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.info-list2 {
    padding: 20px 0px 40px 0px;
}
.font-size2 {
    font-size: 16px;
    display: inline-block;
}
.font-back {
    color: rgba(2, 56, 139, 1);
    font-size: 16px;
    float: right;
    line-height: 18px;
    margin: 22px 0 0 -6px;
}
/*底部开始*/
.footer2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0px !important;
    height: 160px;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.login_block {
    background-color: rgba(221, 232, 255, 1);
    border-radius: 8px 8px 0 0;
    width: 1100px;
    height: 124px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.hotel_group {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    width: 520px;
    height: 84px;
    margin: 20px 0 0 290px;
    cursor: pointer;
}
.hotel_block {
    background-color: rgba(2, 56, 139, 1);
    border-radius: 6px;
    height: 48px;
    width: 48px;
    margin: 18px 0 0 18px;
}
.hotel_section {
    background-image: url("/images/Vector.png");
    width: 25px;
    height: 24px;
    margin: 12px 0 0 12px;
}
.business_section {
    background-image: url("/images/BusinessPoint.png");
    width: 25px;
    height: 24px;
    margin: 12px 0 0 12px;
}
.hotel_wrapper {
    width: 398px;
    height: 40px;
    margin: 22px 0 0 12px;
}
.hotel_thumbnail {
    width: 18px;
    height: 18px;
    margin: 33px 26px 0 0px;
}
.hotel_text {
    color: rgba(45, 68, 88, 1);
    line-height: 16px;
    font-family: Noto Sans SC-Regular;
    font-size: 16px;
}
.hotel_name {
    font-family: Noto Sans SC-Medium;
    line-height: 16px;
    margin-top: 8px;
    font-size: 16px;
}
.hotel_div {
    min-height: 410px;
    background-color: rgba(234, 240, 252, 1);
}
.shift_block {
    width: 1060px;
    height: 74px;
    margin: 20px 0 0px 20px;
}
.shift_detail_block {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    height: 74px;
    cursor: pointer;
}
.shift_detail_block:hover {
    background-color: rgb(147 186 247);
}
.shift_detail_select {
    border: 1px solid rgba(2, 56, 139, 1);
}
.shift_detail_group {
    height: 38px;
    margin: 17px 0 0 18px;
    float: left;
}
.shift_detail_name {
    color: rgba(26, 26, 26, 1);
    font-size: 16px;
    font-family: Noto Sans SC-Regular;
    line-height: 16px;
}
.shift_detail_time {
    color: rgba(45, 68, 88, 1);
    font-size: 14px;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    line-height: 14px;
    margin-top: 8px;
}
.shift_detail_wrapper {
    border-radius: 0px 6px 6px 0px;
    height: 24px;
    margin-left: 44px;
    width: 64px;
    float: right;
    text-align:center;
}
.wrapper_close {
    background-color: rgba(154, 168, 184, 1);
}
.wrapper_nopen {
    background-color: rgba(7, 147, 247, 1);
}
.wrapper_open {
    background-color: rgba(7, 193, 96, 1);
}
.shift_detail_staus {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-family: Noto Sans SC-Regular;
    font-weight: normal;
    line-height: 12px;
    margin-top: 6px;
}
/*****选择分店******/
.login_hotel_box {
    background-color: rgba(221, 232, 255, 1);
    border-radius: 8px 8px 0px 0px;
    width: 1100px;
    height: 56px;
    cursor:pointer;
}
.login_hotel_rtnbox {
    height: 16px;
    margin: 20px 0 0 20px;
}
.login_hotel_thumbnail {
    width: 16px;
    height: 16px;
}
.login_hotel_rtntext {
    width: 76px;
    color: rgba(2, 56, 139, 1);
    font-size: 16px;
    font-family: Noto Sans SC-Medium;
    font-weight: 500;
    line-height: 16px;
    margin-left: 8px;
}
.login_hotel_groupleft {
    background-color: rgba(2, 56, 139, 1);
    width: 16px;
    height: 2px;
    margin: 7px 0 0 374px;
}
.login_hotel_hottext {
    font-family: Noto Sans SC-Medium;
    line-height: 16px;
    margin-left: 8px;
    font-size: 16px;
}
.login_hotel_groupright {
    background-color: rgba(2, 56, 139, 1);
    width: 16px;
    height: 2px;
    margin: 7px 0 0 8px;
}
.login_hotel_box_4 {
    background-color: rgba(217, 226, 235, 1);
    width: 1100px;
    height: 1px;
    margin-top: 19px;
}
.login_hotel_block {
    width: 1060px;
    height: 72px;
    margin: 20px 0 0 20px;
}
.login_hotelitem_box {
    height: 72px;
    margin: 20px 0 0 20px;
}
.login_hotelitem_group {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    height: 72px;
    width: 340px;
    cursor: pointer;
}
.login_hotelitem_selgroup {
    color: rgba(2, 56, 139, 1);
    border: 1px solid rgba(2, 56, 139, 1);
}
.login_hotelitem_group:hover, login_hotelitem_selgroup:hover {
    background-color: rgb(147 186 247);
}
.login_hotelitem_hid {
    font-size: 14px;
    font-family: Noto Sans SC-Regular;
    line-height: 14px;
    margin-top: 1px;
    width: 304px;
}
.login_hotelitem_hname {
    font-size: 16px;
    font-family: Noto Sans SC-Regular;
    line-height: 16px;
}
.login_hotelitem_wrapper {
    width: 304px;
    height: 16px;
    margin: 17px 0 0 18px;
}
.login_hotelitem_wrapper2 {
    width: 322px;
    height: 32px;
    margin: 7px 0 0 18px;
}
.login_hotelitem_image {
    width: 34px;
    height: 32px;
    margin-left: -16px;
}
.login_business_box {
    background-color: rgba(221, 232, 255, 1);
    border-radius: 8px 8px 0px 0px;
    width: 1100px;
    height: 124px;
}
.login_business_block {
    background-color: rgba(217, 226, 235, 1);
    width: 1084px;
    height: 1px;
    margin-top: 18px;
}
/****************************************新版选择班次页面样式结束************************************************/
*{ margin:0; padding:0;}
body { background:#fff;font-family:"Microsoft YaHei",宋体, Arial, Helvetica, sans-serif; font-size:12px; line-height:24px;color:#555; overflow-y:scroll;}

a{ text-decoration:none;color: #444;}
input,select,textarea{ font-size:12px;color:#999; border:0 none;}
button{border:0 none;background-color: #ffffff;}
.btnSelect{width:60px;height:36px;border-radius:4px;font-size:20px;background-color:#428BCA;color:#fff;}
li{ list-style:none;}
i{ font-style:normal;}
.fleft{ float:left;}
.fright{ float:right;}
.font-b{ font-weight:bold;}
.padd-top-15{ padding-top:15px;}
.margin-top-10{ margin-top:10px;}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix { zoom:1; }
.top{ height:30px; line-height:30px; border-bottom:1px solid #e5e5e5; background:#f5f5f5; clear:both; overflow:hidden;} 
.hotel-n-b{ width:70%; float:left;}
.hotel-n-f{ width:30%; float:right; text-align:right;}
.top .hotel-name{ padding-left:10px;}
.top .user-name{padding-right:5%;}
.top .exit{ padding-right:5%;color:#428bca;}
.header{ padding:5px 2%; width:96%; margin:0 auto; padding-bottom: 0px;}
.logo{ float:left; margin-top:5px;}
.logo img{ float:left; padding:4px 10px 0 0;}
.system-name{ font-size:20px; font-weight:bold;font-style:normal;}
.eng-system-name{ color:#c4c4c4; display:block; font-size:11px; font-style:normal;}
.nav{ float:right;}
.nav-list li{ float:left; padding:0 20px; text-align:center;}
.icon-room-status,.icon-auth-10,.icon-book,.icon-auth-20,.icon-auth-40,.icon-reception,.icon-customer,.icon-auth-60,.icon-auth-61,.icon-member,.icon-auth-30,.icon-report,.icon-group-m,.icon-setup,.icon-auth-99,.icon-exit{ background:url(../images/all_icon.png) no-repeat; width:38px; height:38px; display:inline-block;}
.icon-room-status,.icon-auth-10{ background-position:0 -212px;}
.icon-auth-40{background-position:-103px -256px;}
.icon-book,.icon-auth-20{background-position:0 -256px;}
.icon-reception{background-position:0 -299px;}
.icon-customer,.icon-auth-60,.icon-auth-61{ background-position:-103px -212px;}
.icon-report{ background-position:-103px -256px;}
.icon-member,.icon-auth-30{background-position:0 -342px;}
.icon-group-m{background-position:0 -386px;}
.icon-setup,.icon-auth-99{ background-position:-103px -299px;}
.icon-exit{ background-position:-103px -342px;}
.nav-list .active .icon-room-status,.nav-list .active .icon-auth-10{ background-position:-46px -212px;}
.nav-list .active .icon-book,.nav-list .active .icon-auth-20{background-position:-46px -256px;}
.nav-list .active .icon-reception{background-position:-46px -299px;}
.nav-list .active .icon-auth-40{background-position:-155px -256px;}
.nav-list .active .icon-customer,.nav-list .active .icon-auth-60,.nav-list .active .icon-auth-61{ background-position:-155px -212px;}
.nav-list .active .icon-report{ background-position:-155px -256px;}
.nav-list .active .icon-member,.nav-list .active .icon-auth-30{background-position:-46px -342px;}
.nav-list .active .icon-group-m{background-position:-46px -386px;}
.nav-list .active .icon-setup,.nav-list .active .icon-auth-99{ background-position:-155px -299px;}
.nav-list .active .icon-exit{ background-position:-155px -342px;}

/*二级菜单开始*/
.tab{height:30px;width:96%; padding:0 2%; margin:0 auto; background-color: #004793; }
.tab .tab-switch{ }
.tab a {color:#fff; line-height:30px; padding:0 25px; display:inline-block; float:left; margin-right:1px;}
.tab a:hover,.tab .active{ background: #336ca9;}
/*一级导航按钮点击后文字变成蓝色， 中间不加空格不加逗号*/
.firstLevelAuth.active{color:#e62722;}

/*新预订页面给按钮一个颜色*/
#btnAddROrderDetail,#btnAddIOrderDetail,#btnCancelOrderDetail,#btnRecoveryOrderDetail,#btnBatchChangeOrderDetailStatus{margin-top:4px;}
#btnCancelOrderDetail,#btnRecoveryOrderDetail{display:none;}
#btnSave, #btnSetRoom, #btnCheckIn, #btnResReoprt, #btnSupplementResReoprt, #btnSupplementChangeRoomReoprt, #btnLock, #btnChangeRoom, #btnDelay, #btnRelation, #btnResRCReoprt, #permanentRoom_btnCostSet, #permanentRoom_btnGoodsSet, #permanentRoom_btnCustomerMore, #btnPicInfo, #btnShortRentResDetailMore, #btnShortRentResDetailFixedCost, #btnShortRentConvertPermanentRoom, #btnOrderCustomerManageGridColumns, #btnEventrecord, #btnUseScoreReoprt, #btnDelayReoprt, #btnGoodsBorrow, #btnPublicDoor, #btnRemind, #btnGuestFinger, #btnResNotify, #btnResExtraBed, #btnSubleaseOrderReoprt {
    margin-top: 4px;
    border-color: #e62722;
    color: #e62722;
    width: 90px;
    display: none;
}
    #btnSave:hover, #btnSetRoom:hover, #btnCheckIn:hover, #btnResReoprt:hover, #btnSupplementResReoprt:hover, #btnSupplementChangeRoomReoprt:hover, #btnLock:hover, #btnChangeRoom:hover, #btnDelay:hover, #btnRelation:hover, #btnResRCReoprt:hover, #permanentRoom_btnCostSet:hover, #permanentRoom_btnGoodsSet:hover, #permanentRoom_btnCustomerMore:hover, #btnPicInfo:hover, #btnShortRentResDetailMore:hover, #btnShortRentResDetailFixedCost:hover, #btnShortRentConvertPermanentRoom:hover, #btnOrderCustomerManageGridColumns:hover, #btnEventrecord:hover, #btnUseScoreReoprt:hover, #btnDelayReoprt:hover, #btnGoodsBorrow:hover, #btnPublicDoor:hover, #btnGuestFinger:hover, #btnResNotify:hover, #btnResExtraBed:hover, #btnSubleaseOrderReoprt:hover {
        background-color: #e62722;
        border-color: #e62722;
        color: #ffffff;
    }
#btnAddOrderDetailRegInfo,#btnCancelOrderDetailRegInfo{margin-top:4px;}
#folioCancelAndRecoveryButton, #folioRefundButton, #folioWriteOffButton, #folioCancelClearButton, #folioCancelOutButton, #folioCancelCheckoutButton, #folioCancelInAdvanceFolioButton, #folioAuthButtonCopy, #folioHistoryAccountsButton, #folioSplitFolioButton, #folioAppendRemarksButton, #folioAdjustDepositTypeButton, #folioWaterAndElectricityAddFolioButton, #folioReInAdvanceCheckoutFolioButton, #btnFolioGuestManageGridColumns, #btnFolioFolioManageGridColumns,#folioQueryBillButton {margin-top: 4px;width: 90px;display: none;}
.k-button-resOrderFolioMoreActionBtn{margin-top: 4px; width:90px;}
.orderFolioMoreDivBtns{margin-top: 4px;width: 90px;display: none;}
#resCustomerMoreButtonWindow button,#permanentRoom_customerMoreDiv button,#folioMoreDiv button{margin-left:auto;margin-right:auto;}
#folioMoreDiv button{margin-left:20px;float:left;}
.res-icon-img{vertical-align:middle;cursor:pointer;}
.toolbar-right{width:90px;padding-left:10px;}
.folioButtons{text-align:center;vertical-align:top;}
.folioButtons input,.folioButtons button{margin-top:4px;width:90px;}
.folioButtons .split{display:block;margin-top:10px;}
#orderDetailCustomersListView .k-state-selected{background-color: #99caff;color: #333;}
#resCustomerTable td:not([role='gridcell']){padding:3px 0px 3px 0px;}
#resCustomerTable td.separate{padding:1px 0px 1px 0px;}
#btnInvoiceInfo,#btnRatePlan,#btnCustomersEditInfo,#btnResBillSetting{width:90px;}
#btnCustomersEditInfo{display:none;}
#changeRoomWindow td{padding-top:2px;padding-bottom:2px;}
#changeRoomWindow td.textright {width:55px;}
.k-grid-toolbar .k-button, .k-button.k-prominent{
    background-color: #F7E20A;
    border-color: #004793;
    color: #004793;
}
.k-grid-toolbar .k-button[disabled], .k-button.k-prominent[disabled]{
    color: #a1a1a1;
    border-color: #ccc;
    background-color: #fff;
    background-image: none;
}
.k-grid-toolbar .k-button, .k-button.k-prominent:hover {
    background-color: #004793;
    border-color: #004793;
    color: #ffffff;
}
.k-button.k-button-resOrderCustomerActionBtn {
    margin-top: 4px;
    border-color: #e62722;
    color: #e62722;
    width: 90px;
    display: none;
}
    .k-button.k-button-resOrderCustomerActionBtn:hover {
        background-color: #e62722;
        border-color: #e62722;
        color: #ffffff;
    }

/*会员列表页面更多操作里面的按钮*/
#mbrCardMoreButtonWindow .k-button {
    margin-top: 4px;
    width: 110px;
}
/*---------------------------------------------新版本的样式-------------------------------------------------*/
/* 一级菜单 */
.icon-newauth-10 { /* 房态中心*/
    background: url(../images/auth/ftzx.png);
}
.icon-newauth-10-1 { 
   background:url(../images/auth/ftzx-1.png);
}
.icon-newauth-14 { /* 综合预订*/
    background: url(../images/auth/zhyd-b.png);
}
.icon-newauth-14-1 {
    background: url(../images/auth/zhyd-r.png);
}
.icon-newauth-89 { /* 卡位管理*/
   background:url(../images/auth/ftfy.png);
}
.icon-newauth-89-1 { 
   background:url(../images/auth/ftfy-1.png);
}
.icon-newauth-15, .icon-newauth-20{ /* 预订接待*/
    background: url(../images/auth/ydjd.png);
}
.icon-newauth-15-1, .icon-newauth-20-1 {
    background: url(../images/auth/ydjd-1.png);
}
.icon-newauth-21 { /* 长租管理*/
   background:url(../images/auth/czgl.png);
}
.icon-newauth-21-1 {
   background:url(../images/auth/czgl-1.png);
}
.icon-newauth-25 { /* 云工程管理*/
    background: url(../images/auth/ygcgl.png);
}
.icon-newauth-25-1 { /* 云工程管理*/
    background: url(../images/auth/ygcgl-1.png);
}
.icon-newauth-26 { /* 发票管理*/
    background: url(../images/auth/fpgl.png);
}

.icon-newauth-26-1 {
    background: url(../images/auth/fpgl-1.png);
}
.icon-newauth-29 { /* 餐饮中心*/
   background:url(../images/auth/cy.png);
}
.icon-newauth-29-1 {
   background:url(../images/auth/cy01.png);
}
.icon-newauth-30, .icon-newauth-m30 { /* 会员中心*/
    background: url(../images/auth/hyzx.png);
}
.icon-newauth-30-1, .icon-newauth-m30-1 {
    background: url(../images/auth/hyzx-1.png);
}
.icon-newauth-m45 { /* 2.0商城*/
    background: url(../images/auth/2.0sc.png);
}
.icon-newauth-m45-1 {
    background: url(../images/auth/2.0sc-1.png);
}
.icon-newauth-50, .icon-newauth-m50 {
    background: url(../images/auth/dzq.png);
}
.icon-newauth-60, .icon-newauth-m60 {
    background: url(../images/auth/dzq.png);
}
.icon-newauth-50-1, .icon-newauth-m50-1 {
    background: url(../images/auth/dzq-1.png);
}
.icon-newauth-60-1, .icon-newauth-m60-1 {
    background: url(../images/auth/dzq-1.png);
}
.icon-newauth-31{ /* 业主管理*/
   background:url(../images/auth/zt.png);
}
.icon-newauth-31-1 { 
   background:url(../images/auth/zt-1.png);
}
.icon-newauth-40, .icon-newauth-m40, .icon-newauth-c40, .icon-newauth-e64 { /* 报表*/
    background: url(../images/auth/bb.png);
}
.icon-newauth-40-1, .icon-newauth-m40-1, .icon-newauth-c40-1, .icon-newauth-e64-1 {
    background: url(../images/auth/bb-1.png);
}
.icon-newauth-60,.icon-newauth-c60{/* 客户关系*/
   background:url(../images/auth/khgx.png);
}
.icon-newauth-60-1,.icon-newauth-c60-1 {
   background:url(../images/auth/khgx-1.png);
}
.icon-newauth-61,.icon-newauth-m61,.icon-newauth-c61 { /* 营销管理*/
   background:url(../images/auth/yxgl.png);
}
.icon-newauth-61-1,.icon-newauth-m61-1,.icon-newauth-c61-1 {
   background:url(../images/auth/yxgl-1.png);
}
.icon-newauth-99, .icon-newauth-m99, .icon-newauth-c99, .icon-newauth-e60, .icon-newauth-e60-1 { /* 资料设置*/
    background: url(../images/auth/sz.png);
}
.icon-newauth-e63 {
    background: url(../images/auth/nengyuan.png);
}
.icon-newauth-e63-1 {
    background: url(../images/auth/nengyuan-1.png);
}
.icon-newauth-99-1, .icon-newauth-m99-1, .icon-newauth-c99-1, .icon-newauth-e60-1 {
    background: url(../images/auth/sz-1.png);
}
.icon-newauth-e61 {
    background: url(../images/auth/emRepair.png);
}
.icon-newauth-e61-1 {
    background: url(../images/auth/emRepair-1.png);
}
.icon-newauth-e62 {
    background: url(../images/auth/emComplaint.png);
}
.icon-newauth-e62-1 {
    background: url(../images/auth/emComplaint-1.png);
}
.icon-newauth-e65 {
    background: url(../images/auth/emMaintain.png);
}
.icon-newauth-e65-1 {
    background: url(../images/auth/emMaintain-1.png);
}
.icon-newauth-e66 {
    background: url(../images/auth/emClean.jpg);
}
.icon-newauth-e66-1 {
    background: url(../images/auth/emClean-1.jpg);
}
.icon-newauth-e67 {
    background: url(../images/auth/emMove.jpg);
}
.icon-newauth-e67-1 {
    background: url(../images/auth/emMove-1.jpg);
}
.icon-newauth-e68 {
    background: url(../images/auth/emOrder.png);
}

.icon-newauth-e68-1 {
    background: url(../images/auth/emOrder-1.png);
}
.icon-newauth-22 {
    background: url(../images/auth/sp-1.png);
}
.icon-newauth-22-1 {
    background: url(../images/auth/sp-2.png);
}

.newys {
    width: 38px;
    height: 38px;
    display: block;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}

.divred {
    margin-top: 3px;
    height: 5px;
    background-color: #e62722;
}
.bnt-refresh {
    display: block;
    border: 1px solid #9bb8d6;
    border-radius: 3px;
    color: #004793;
    padding-left:5px;
    padding-right:5px;
}
.div-refresh {
    margin-bottom:10px;
    margin-top:10px;
}
 .div-refresh a:hover {
      background-color: #EBEBEB;
     
 }
.i-refresh {
   background:url("../images/auth/sx.png") no-repeat;
    width: 19px;
    height: 14px;
    display: inline-block;
    vertical-align: sub
}



/*新表格样式*/
.k-alt{
    background-color: #eef6ff;
}
th.k-header,th.k-header a,th.k-header span,.k-grid-header th.k-header {
    font-weight:bold;
}
.k-grid-toolbar,.k-grouping-header{
    background-color: #ffffff;
}
.k-grid tr:hover td{
    background-color: #cce4ff;
}
.k-grid tr.k-state-selected:hover td{
    background-color: #cce4ff;
}
tr.k-state-selected td, tr.k-state-selected:link td, tr.k-state-selected:visited td{
    background-color: #99caff;
    color:#333;
}
.k-grid-toolbar .k-button,.k-button {
    background-color:#ffffff;
    border-color:#004793;
    color:#004793;
}
.k-grid-toolbar li.k-button,li.k-button {
    background-color:#428bca;
    border-color:#004793;
    color:#ffffff;
}
.k-button:hover{
    background-color:#004793;
    border-color:#004793;
    color:#ffffff;
}
.k-button:focus:not(.k-state-disabled):not([disabled]):hover {
    color: #ffffff;
    background-color: #004793;
    border-color: #004793;
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 0 7px 0 #004793;
    box-shadow: 0 0 7px 0 #004793;
    color: #004793;
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: inset 0 0 5px 3px #004793;
          box-shadow: inset 0 0 5px 3px #004793;
}
.k-grid-footer,.k-footer-template td{
    background-color:#ffffff;
}
.k-grid-footer tr:hover td,.k-footer-template tr:hover td{
    background-color:#ffffff;
}
.k-picker-wrap .k-state-default .k-select {
    background-color: #ffffff;
}
div.k-window-content{overflow-x:hidden;overflow-y:auto;}
.k-window-titlebar{
    background-color:#004793;
    border-bottom-color:#FB1A2C;
    color: #ffffff;
}
.k-window,.k-window.k-state-focused{
    border-color:#004793;
    background-color: #004793;
}

.k-state-hover:hover {
    background-color:inherit;
}
 .k-list .k-state-hover { /*下拉框鼠标移动时背景颜色 */
    background-color:#ccc!important;
}

.k-grid td {
    text-overflow:initial;
}

.k-detail-row .k-detail-cell .delayWindowForDetailPriceEditGrid.k-grid tr td {
    background-color: #ffffff;
}

.k-checkbox:checked+.k-checkbox-exists.k-checkbox-label:before {
    background-color: #F7E20A;
    color: #004793;
}

.k-loading-image{ background-image:none; }

input[type='number'] { height:25px; color:#333; }
.stores-shifts-con{ width:980px; background:#f5f5f5; margin:150px auto; border-width:1px 1px 0 1px; border-color: #e5e5e5; }
.stores-shifts-con h2{color:#428bca;display:inline-block;margin-left:60px;}
.stores-shifts-con li{ border-bottom:1px solid #e5e5e5; padding:50px; font-size:20px;line-height:20px;}
.stores-shifts-con .hotel-select{ border:1px solid #e5e5e5; line-height:35px; height:35px; margin-left:30px; width:180px;}
.stores-shifts-con div{float:left;margin-right:50px;}
.m-shift{margin:0 36px;}
.stores-shifts-con li a{margin-top:20px;display:inline-block;}

/*房态图开始*/
.wrap{ margin:0 0 0 36px;}

.side-bar-l{ float:left;width:9%;background:#EEEEEE;padding-right:6px;}
.side-bar-l .list-f{padding-left:4%;}
.side-bar-l li{ padding-top:3px;}
.search-bar-f{position:relative;}
.side-bar-l .s-input-text{ height:28px;line-height:28px; border:1px solid #9bb8d6;  color:#333333;  border-radius: 3px; }
.side-bar-l .search-icon{ position:absolute; right:3%; top:12px;background:url(../images/all_icon.png) no-repeat; width:14px; height:14px; display:inline-block;background-position:-49px 0px;}
.side-bar-l .list-t{ margin-top:10px; border-top:1px dashed #9bb8d6; padding-left:4%; }
.side-bar-l label{ display:inline-block; color:#333333 }
.side-bar-l .avai-bg,.side-bar-l .live-room-bg{ width:15px; height:15px; display:inline-block; vertical-align:middle;}
.avai-bg{background:#428bca; }
.live-room-bg{background:#4ac1f9;}
.side-bar-l .dirty-room-bg,.side-bar-l .wait-room-bg,.side-bar-l .maint-room-bg,.side-bar-l .service-room-bg{ width:15px; height:15px; border-radius:0 0 10px 0; display:inline-block; vertical-align:middle;}
.dirty-room-bg{background:#000;}
.maint-room-bg{background:#d60303;}
.wait-room-bg {background:#4b0082;}
.service-room-bg{background:#fadb21;}
.side-bar-l .eta-room-bg,.side-bar-l .pre-room-bg{background: url(../images/all_icon.png) no-repeat; width:24px; height:24px; display:inline-block;}
.side-bar-l .eta-room-bg{background-position:-54px -146px;}
.side-bar-l .pre-room-bg{background-position:-54px -170px;}
.side-bar-r{ float:right; width:90%;}
.room-statistics{margin-bottom:5px;height:35px; background-color: #EEEEEE;}

.refresh{ float:right;border-radius:4px; padding:0px 16px; background:#428BCA; color:#fff;height:36px;line-height:36px;}
.house-state-list{}
.house-state-list .house-state-bg{ float:left; margin:0 2px 2px 0;width:110px; height:101px; color:#333333;border-width:2px;border-style:solid;border-color:white;}
.house-state-drag{width:88px;height:80px;}
.house-state-list .live-room-bg{ float:left; margin:0 10px 10px 0;width:150px; height:110px; color:#fff;}
.house-state-bg .dirty-room-bg,.house-state-bg  .wait-room-bg,.house-state-bg .eta-room-bg,.house-state-bg .pre-room-bg,.house-state-bg .maint-room-bg,.house-state-bg .service-room-bg{width:50px; border-radius:0 0 20px 0; padding-left:6px;}
/*修改房态图字体，job：121720*/
.house-state-list .house-state-bg .default,.house-state-bg .default{ padding-left:6px;float:left;color:white;font-weight:bold;font-size:13px;}
.house-state-list .house-state-bg .roomtype,.house-state-bg .roomtype{ float:right;padding-right:6px;color:black;}
.house-state-bg dd{clear:both;}
.house-state-bg .icon-all{ padding-top:10px;  margin-left:6px;}
.icon-eta-room,.icon-pre-room,.icon-union-room,.icon-hours-room,.icon-secrecy-room,.icon-room-f{ position:relative;background:url(../images/all_icon.png) no-repeat; width:18px; height:16px; display:inline-block; margin-right:8px;}
.icon-eta-room{background-position:-22px -159px;}
.icon-pre-room{background-position:-22px -176px;}
.icon-secrecy-room{background-position:0 -131px;}
.icon-union-room{background-position:0 -176px;}
.icon-hours-room{background-position:0 -194px;}
.guest-info{ display:block;
             position:relative;
             width:150px;
             border:1px solid #e5e5e5;
             background:#fff;color:#000;
             z-index:2; left:13px; 
             top:0px;padding-left:10px;
             box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
             text-align:left;
}

    .guest-info p span.black-color {
        word-wrap: break-word;
        word-break: break-all;
        white-space: pre-wrap;
    }

/*小房态图样式*/
.house-state-list .house-state-bg-min {
    height: 51px;
}
.house-state-bg .icon-all-min {
    margin-left: 2px;
    padding-top: 0px;
}
.icon-all-min span{
    transform:scale(0.7);
    margin-left:-5px;
}
/*房态表开始*/
.state-table-text {
    background: #f0f6fb;
    border-radius: 8px;
    margin-top: 20px;
    padding: 15px;
}
.house-state-table{ margin-top:20px;border-width:1px 0 0 1px; border-color: #e5e5e5; border-style:solid;}
.house-state-table th,.house-state-table td{border-width:0 1px 1px 0; border-color: #e5e5e5; border-style:solid; line-height:34px; height:34px; text-align:center;}
.house-state-table .bg-grey{ background:#f5f5f5;}
.house-state-table tfoot{ background:#f0f6fb;}
/*远期房态开始*/
.date-inquire{ margin-top:20px;}
.date-inquire li{ float:left; padding-right:10px;}
.date-inquire label{ line-height:30px; padding:0 5px;}
.date-inquire .date-box{ border:1px solid #e5e5e5; width:200px; height:30px;position:relative; display:inline-block;background:#fff;}
.date-inquire .date-input{height:30px;line-height:30px;width:170px;}
.date-inquire .icon-date,.new-book-table .icon-date,.book-short .icon-date{ position:absolute; right:5px; top:0;background:url(../images/all_icon.png) no-repeat; display:inline-block; width:20px; height:24px; background-position:-56px -35px; }
.date-inquire .channel-select{border:1px solid #e5e5e5; width:160px; height:30px;line-height:30px;}
.button-inquire{padding:5px 16px;background: #428bca;color: #fff; margin-left:10px;cursor:pointer}
/*管家房态开始*/
.book-short .button-r{padding:5px 16px;background:#e5e5e5;margin-right:10px; border-radius:6px; cursor:pointer; color:#333;}
.book-short .input-box{border:1px solid #e5e5e5; width:200px; height:30px;line-height:30px;}
/*预订列表开始*/
.book-short{margin-top:20px;}
.book-short .input-shortcuts{ padding-bottom:10px;}
.book-short .input-shortcuts a{ padding:3px 15px;}
.book-short .input-shortcuts .current{ background:#428bca; color:#fff; border-radius:4px;}
.book-short .book-input{ float:left; padding-right:10px;}
/*新预订开始*/
.guests-info{margin-top:20px;}
.tab-guests-info .fir{ border-left:1px solid #e5e5e5;}
.tab-guests-info a{padding:6px 40px; display:inline-block;background:#f5f5f5; border-style:solid; border-width:1px 1px 0px 0px; border-color:#e5e5e5;}
.tab-guests-info .current{background:#428bca; color:#fff; }
.table-guests-info{border:1px solid #e5e5e5; padding:0 10px 20px;}

.new-book-table{ float:left; margin:20px 0 0 2%; background:#f0f6fb; padding:10px;}
.new-book-table td{ padding:4px;text-align:right;}
.new-book-table .date-box{ border:1px solid #e5e5e5;height:28px; line-height:28px;position:relative; display:inline-block; background:#fff;width:100%;}
.new-book-table .date-input{height:28px; line-height:28px;}
.new-book-table .icon-date{ position:absolute; right:5px; top:0;background:url(../images/all_icon.png) no-repeat; display:inline-block; width:20px; height:24px; background-position:-56px -35px; }
.new-book-table .channel-select{border:1px solid #e5e5e5;height:30px; line-height:30px; width:100%;}
.new-book-table .input-box{border:1px solid #e5e5e5;height:28px; line-height:28px;width:100%;}
.new-book-table .btn-price{padding:2px 0; width:100%; display:inline-block; text-align:center;background:#e5e5e5;border-radius:4px;}
.btn-save{ margin:30px 0 50px; text-align:center;}
.btn-save a{padding:6px 20px;background:#428bca;color:#fff; margin-left:10px;cursor:pointer; border-radius:4px;}
#screen{width:100%;height:100%;position:absolute;top:0;left:0;display:none;z-index:100;background-color:#666;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;}
.popbox{width:40%;background-color:#fff;border:1px solid #e5e5e5;position:absolute;top:0;left:0;display:none;z-index:120; padding:10px 40px;}
.popbox-table{ margin-top:20px;border-width:1px 0 0 1px; border-color: #e5e5e5; border-style:solid;}
.popbox-table th,.popbox-table td{border-width:0 1px 1px 0; border-color: #e5e5e5; border-style:solid; line-height:34px; height:34px; text-align:center;}
.popbox-table .input-box{height:34px; line-height:34px;width:100%;text-align:center;}
.btn-close{ position:absolute;font-size: 24px;color: #999; top:5px;right:10px;}
/*账单开始*/
.book-short .date-box{ border:1px solid #e5e5e5; width:200px; height:30px;position:relative; display:inline-block;background:#fff;}
.book-short .date-input{height:30px;line-height:30px;width:170px;}

/*保留房设置开始*/
.book-short .channel-select{border:1px solid #e5e5e5; width:160px; height:30px;line-height:30px;}
.checkbox{ border:1px solid #e5e5e5; vertical-align:middle;}

.k-tabstrip .k-content{margin:0 0 0 -15px;}

/*  ---------------------新版样式------------------------*/
/* 房态图*/
#batchUpdWinodw .k-tabstrip .k-content {
    margin: 0px;
}
.s-input-text-new {
    width:100%;
}
.s-input-text-new-room {
    width: 96%;
}
.s-input-text-new span {
    border-color: #9bb8d6 !important;
}
.new-right {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    float:right;
    
}
.input-cbx {
    width:15px;
    display:inline-block;
}
.roomStatus-imgs{
    background-image: url(../images/priture-11-15/roomStatus-1-18.png); display: block;
    
}
.new-ean-room-bg-small { /* 净房*/
   background-image:initial;
}
.new-avai-bg { /*空房*/
    /*background-position:  -200px -0px;  左侧*/
    background:url(../images/priture-11-15/kongf.png) no-repeat !important;
}
.new-avai-bg-large {
    background-position: -0px -103px;  /*房态图中*/
}
.new-avai-dirty-bg-large {/*空脏房*/
     background:url(../images/priture-11-15/kz.jpg) no-repeat;
}
.new-avai-dirty-bg-color {/*空脏房*/
     background-color:#959595;
}
.new-avai-bg-large-color {
    background-color:#18A818;
}
.new-live-room-bg {/*在住房*/
    background-position: -180px -0px; /*左侧*/
}
.new-live-room-bg-large {
      background-position: -110px -103px;/*房态图中*/
}
.new-live-room-bg-large-color {
    background-color:#0078C0;
}
.new-eta-room-bg {/*预抵房*/
    background-position: -100px -0px;
}
.new-eta-room-bg-small {
    background-position: -100px -0px;
}
.new-pre-room-bg {/*预离房*/
      background:url(../images/priture/yuli.png) no-repeat; /*没有用到*/
}
.new-pre-room-bg-small {
     background-position: -120px -0px; 
}
/*在住*/
.new-live-room-bg-small {
    background-image: url(../images/priture-11-15/checkin.svg) !important;
}
.new-pre-room-Now-small {
    background-image: url(../images/priture-11-15/NowStay.png) !important;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.new-pre-room-NowNew-small {
    background-image: url(../images/priture-11-15/NowStay22.png) !important;
    display: inline-block;
    width: 21px;
    height: 21px;
}

.new-maint-room-bg{/*维修房*/
     background-position:  -60px -0px;
}
.new-maint-room-bg-small{
     background-position: -60px -0px; 
}
.new-maint-room-bg-small1{/*预计当天完成或已超期未完成的维修房房态图标*/
   background-image: url(../images/priture-11-15/bs-5.png) !important;
   display:inline-block;
   width:20px;
   height:20px;
}

.new-maint-room-bg-large{
     background-position: -260px -0px;
}
.new-maint-room-bg-large-color {
    background-color:#F04848;
}
.new-service-room-bg {/*停用房*/
     background-position: -0px -0px; 
}
.new-service-room-bg-large {/*维修房*/
     background-position: -220px -103px;
}
.new-service-room-bg-large-color {
    background-color:#F0A818;
}
.new-month-room-bg-large {/*长包房*/
     background:url(../images/priture-11-15/cz.png) no-repeat;
}
.new-month-room-bg-large-color {
    background-color:#8800C0;
}
.new-service-room-bg-small {
     background-position: -0px -0px; 
}
.new-dirty-room-bg {/*脏房*/
   background:url(../images/priture/zf.png) no-repeat;/*没有用到*/
}
.new-dirty-room-bg-small {
   background-position: -140px -0px; 
}
.new-wait-room-bg {/*清洁房*/
   background-position: -60px -0px;
}
.new-birth-room-bg-small
{/*客人生日*/
    background-image: url(../images/priture/dg.png) !important;
    background-size:20px 20px;
}
/*电话叫醒*/
.new-telCall-room-bg-small {
    background: url(../images/priture-11-15/dhjc.png) no-repeat !important;
    width: 20px;
    height: 20px;
}
.new-vip-room-bg-small
{/*VIP客人*/
    background-image: url(../images/priture/VIP.png) !important;
    background-size:20px 20px;
}
.new-idle-room-bg-small
{/*闲置房*/
    background-image: url(../images/priture/xzf.png) !important;
    background-size:20px 20px;
}
.new-remark-room-bg-small { /*房间描述*/
    background-image: url(../images/priture/ms.png) !important;
    background-size: 20px 20px;
}
.new-orderqty-room-bg-small { /*短租远期预订*/
    background-image: url(../images/priture/db.png) !important;
    background-size: 20px 20px;
}
.new-orderqtyM-room-bg-small { /*长租远期预订*/
    background-image: url(../images/priture/d.png) !important;
    background-size: 20px 20px;
}
.new-continue-room-bg-small
{/*续住*/
    background-image: url(../images/priture/xu02.png) !important;
    background-size:20px 20px;
}
.new-group-room-bg-small{ /*团体*/
    background-image: url(../images/priture/tuan.png) !important;
    background-size: 20px 20px;
}
.new-zy-room-bg-small{ /*自用房*/
    background-image: url(../images/priture/zy.png) !important;
    background-size: 20px 20px;
}
.new-free-room-bg-small{ /*免费房*/
    background-image: url(../images/priture/free.png) !important;
    background-size: 20px 20px;
}
.new-split-room-bg-small{ /*同住分租*/
    background-image: url(../images/priture/fz.png) !important;
    background-size: 20px 20px;
}
.new-inspection-begin-room-bg-small { /*查房开始*/
    background-image: url(../images/priture/cf.png) !important;
    background-size: 20px 20px;
}
.new-inspection-end-room-bg-small { /*查房结束*/
    background-image: url(../images/priture/cf1.png) !important;
    background-size: 20px 20px;
}
.new-wait-room-bg-small {
 background-position: -40px -0px; 
}
.new-wait-room-begin-bg-small { /*清洁房开始*/
    background-image: url(../images/priture-11-15/qjs.png) !important;
    background-position: -40px -0px;
}
.new-wait-room-end-bg-small { /*清洁房结束*/
    background-image: url(../images/priture-11-15/qje.png) !important;
    background-position: -40px -0px;
}
.new-arrears-room-bg-small { /*欠款*/
     background-position: -20px -0px;
}
.new-hour-room-bg-small { /*钟点房*/
      background-position: -80px -0px;
}
.new-white-room-bg-small { /*白日房*/
    background-image: url(../images/priture-11-15/太阳20.png) !important;
}
.new-month-room-bg{ /*长包房*/
    background-image: url(../images/priture-11-15/cbf.png) !important;
    background-size:20px 20px;
}
.new-hold-room-bg { /*临时占房*/
    background-image: url(../images/priture-11-15/hold.png) !important;
    background-size: 20px 20px;
}
.new-hold-room-bg-small { /*临时占房*/
    background-image: url(../images/priture-11-15/hold.png) !important;
    background-size: 20px 20px;
}
.new-diffblue-room-bg-small { /* 差异房SLP */
    background-image: url(../images/priture-11-15/diffroomSlp.png) !important;
}
.new-diffred-room-bg-small { /* 差异房SKP */
    background-image: url(../images/priture-11-15/diffroomSkp.png ) !important;
}
.new-diffalltype-room-bg-small { /* 差异房总数 */
    background-image: url(../images/priture-11-15/diffroomallcount.png ) !important;
}
.month-vacant-room-small{/* 空置房总数 */
    background-image: url(../images/priture-11-15/vacant.png) !important;
}
.month-pre-leave-room-small{/* 合同到期房总数 */
    background-image: url(../images/priture-11-15/preLeave.png) !important;
    background-size: 20px 20px !important;
}
.month-over-leave-room-small{/* 逾期在住房总数 */
    background-image: url(../images/priture-11-15/overLeave.png) !important;
    background-size: 20px 20px !important;
}
/*钟点房动画*/
.new-hour-room-remind-bg-small { /*钟点房到时提醒*/
      z-index: 1;
      /*background-size: 100%;*/
      background-repeat: no-repeat;
      background-position: -160px -0px; 
      animation: hourRoom 1s infinite;
      height:22px!important;
}
/*白日房动画*/
.new-white-room-remind-bg-small { /*钟点房到时提醒*/
    z-index: 1;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-image: url(../images/priture-11-15/太阳20.png) !important;
    animation: hourRoom 1s infinite;
    height: 22px !important;
}

.new-night-room-bg-small { /*午夜房图标*/
    background-image: url(../images/priture-11-15/night20.png) !important;
}
.new-night-room-remind-bg-small { /*午夜房到时提醒*/
    z-index: 1;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-image: url(../images/priture-11-15/night20.png) !important;
    animation: hourRoom 1s infinite;
    height: 22px !important;
}
.new-lqdevice-room-1-bg-small { /*萝趣售货机不缺货不缺电*/
    z-index: 1;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-image: url(../images/priture-11-15/lq1.png) !important;
    background-size: 22px 20px !important;
}
.new-lqdevice-room-2-bg-small { /*萝趣售货机不缺货缺电*/
    z-index: 1;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-image: url(../images/priture-11-15/lq2.png) !important;
    animation: hourRoom 1s infinite;
    background-size: 22px 20px !important;
}
.new-lqdevice-room-3-bg-small { /*萝趣售货机缺货不缺电*/
    z-index: 1;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-image: url(../images/priture-11-15/lq3.png) !important;
    animation: hourRoom 1s infinite;
    background-size: 22px 20px !important;
}
.new-lqdevice-room-4-bg-small { /*萝趣售货机缺货缺电*/
    z-index: 1;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-image: url(../images/priture-11-15/lq4.png) !important;
    animation: hourRoom 1s infinite;
    background-size: 22px 20px !important;
}
.new-ota-room-bg-small { /*网络房图标*/
    background-image: url(../images/priture/ota.png) !important;
}
.new-borrowgood-room-bg-small { /*物品借用图标*/
    background-image: url(../images/priture/borrowgood.png) !important;
}

.icon-all span.new-reg-room-bg-small {
    background-image: url(../images/priture-11-15/checkin.svg);
}
.new-ota-tiktok-room-bg-small { /*网络房抖音图标*/
    background-image: url(../images/priture/tiktok.png) !important;
}
.new-ota-fliggy-room-bg-small { /*网络房飞猪图标*/
    background-image: url(../images/priture/fliggy.png) !important;
}
.new-ota-meituan-room-bg-small { /*网络房美团图标*/
    background-image: url(../images/priture/meituan.png) !important;
}
.new-ota-wechat-room-bg-small { /*网络房微信图标*/
    background-image: url(../images/priture/wechat.png) !important;
}
.new-ota-ctrip-room-bg-small { /*网络房携程图标*/
    background-image: url(../images/priture/ctrip.png) !important;
}
@keyframes hourRoom {
    0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.3);
  }
  10% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.room-re {
    background-color:white!important;
    display:inline-block!important;
        margin-left: 10px;
}
.room-statistics a:hover {
    background-color:#eef6ff;

}
.span-right {
    margin-left:20px;
}
.span-red {
    color:red;
    float:right;
    margin-right:1%;
}
.dd-center {
    text-align:center;
    padding-top:10px;
}
.icon-all span {
   background-image: url(../images/priture-11-15/roomStatus-1-18.png);
   display:inline-block;
   width:20px;
   height:20px;

}
.span-block {
    display:block;
    height:20px;
}
.bg-red-close {
      background:url(../images/priture/jgtx-jy.png) no-repeat;
      width:15px;
      height:15px;
      display:inline-block;
}
.border-color {
    border-color:red!important;
    border-style:solid!important;
  
}
/* 帮助文档样式 */
/* 菜单显示*/
 .helpFilesDiv {
    position: absolute;
    top: 105px;
    right: 30px;
    z-index: 999;
    max-width:400px;
    color:white;
    }
 .helpFilesDiv img,.helpFilesDiviframe img {
    background-color: white;
    border-radius: 10px;
}
    #helpinfodiv,#helpinfodiviframe {
        background-color:white;
        min-width:240px;
        padding: 5px; 
        display: none;
        border :1px solid rgb(235, 235, 235);
        border-top-width:0px;
    }
.helpFilesDiv ol,.helpFilesDiviframe ol {
    padding-left:20px;
    color:#444
}
/* iframe显示*/
.helpFilesDiviframe {
    position: absolute;
    top: 6px;
    right: 70px;
    z-index: 999;
    max-width:400px;
    color:white;
    }
   
/* grid 表格自适应*/
@media only screen and (max-width:1600px) {/* 小于1600px*/
    .grid-240 .k-grid-content {
        overflow-y:auto;
        max-height:240px;
    }
    .grid-260 .k-grid-content {
        overflow-y:auto;
        max-height:260px;
    }
    .grid-300 .k-grid-content {
        overflow-y:auto;
        max-height:300px;
    }
    .room-statistics span{ padding-right:2px;}
    .span-red {margin-right:initial;}
    .room-statistics .span-right {margin-left:initial;}
}
 @media only screen and (min-width:1600px) {/* 大于1600px*/
       .grid-260 .k-grid-content,.grid-300 .k-grid-content {
            max-height:570px;
        }
       .room-statistics span{ padding-right:3px;}
   
 }
 .k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-toolbar, .k-widget {
    color: black;
}
.underline-ismaster{
    text-decoration: underline;
}
.k-grid .nohover tr:hover td {
    background-color: #ffffff;
}
.k-menu.k-menu-small-botton .k-item>.k-link{
    padding: 7px 18px 6px 14px;
}
.k-menu.k-menu-small-botton{
    background-color: #ffffff;
    border-color: #004793;
    color: #004793;
}
.k-menu.k-menu-small-botton .k-item>.k-state-border-right {
    background-color: #004793;
    border-color: #004793;
    color: #ffffff;
}
.k-menu.k-menu-small-botton .k-item>.k-link>.k-i-arrow-e {
    margin-top: -7px;
}
.k-header.table-header-cell-noMenuIcon>.k-header-column-menu {
    display:none;
}

/*客单快速切换*/
#orderTabStripDiv_spanQuickSwitcher .k-textbox.k-space-right {padding-right: 5.9em; width: 16em;}
#orderTabStripDiv_spanQuickSwitcher .k-textbox {background-color: white;}
#orderTabStripDiv_spanQuickSwitcher .k-textbox:hover .k-i-search {background-position: -32px -240px;}
#orderTabStripDiv_spanQuickSwitcher .k-i-search {background-position: -48px -240px;}
#orderTabStripDiv_spanQuickSwitcher .k-textbox:hover .k-i-search.loading {background-position: 0px 0px; background-image:url(/Content/kendo/2016.1.226/Default/loading.gif);}
#orderTabStripDiv_spanQuickSwitcher .k-i-search.loading {background-position: 0px 0px; background-image:url(/Content/kendo/2016.1.226/Default/loading.gif);}
#orderTabStripDiv_spanQuickSwitcher label{ display:inline-block; vertical-align: top; padding-top: 5px; padding-right:2px;}
#orderTabStripDiv_spanQuickSwitcher .k-textbox.k-space-right{height:2.22em;line-height:1.4em;}
#orderTabStripDiv_inputQuickSwitcher{padding:0;}
#orderTabStripDiv_searchIconQuickSwitcher{right:55px;cursor: pointer!important;}
#orderTabStripDiv_searchIconQuickSwitcherReadCard{font-size:12px;background-position:-999px -999px;border-left: 1px solid #ccc; top:8px;width:40px;height:25px;line-height:25px;cursor: pointer!important; }

.k-text-align-right{text-align:right;}

/*长租短租客情界面 中间子单信息块 滚动条样式*/
#resCustomerTableContent_Middle_ResDetailInfoTable::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0;
}

#resCustomerTableContent_Middle_ResDetailInfoTable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#resCustomerTableContent_Middle_ResDetailInfoTable::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #F1F1F1;
    -webkit-border-radius: 4px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
}

    #resCustomerTableContent_Middle_ResDetailInfoTable::-webkit-scrollbar-thumb:hover {
        height: 50px;
        background-color: #9f9f9f;
        -webkit-border-radius: 4px;
    }
/*悬浮菜单鼠标停留变灰*/
.k-state-hover:hover {
    background-color: #ccc;
}

.order-reginfo-love-focus {
    position: absolute;
    width: 625px;
    z-index: 1;
    bottom: 17px;
}

#folioCardAuthWindow table tr td.textright{
    padding:0 5px 0 10px;
}

input.resCustomerBookingRoomNoLock, input.resCustomerBookingRoomNoLock:hover {
    background-image: url(../images/res/s1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: bottom;
}
input.resCustomerBookingRoomNoUnLock, input.resCustomerBookingRoomNoUnLock:hover {
    background-image: url(../images/res/s01.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: bottom;
}

.k-fieldselector .k-list .k-item label.k-disabled, .k-popup .k-list .k-item label.k-disabled {
    color: red;
    text-decoration: line-through;
}
.k-fieldselector .k-list .k-item span.k-disabled, .k-popup .k-list .k-item span.k-disabled {
    color: red;
    text-decoration: line-through;
}
.k-fieldselector .k-list .k-item .order-cttid-templete-span, .k-popup .k-list .k-item .order-cttid-templete-span {
    width: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多语言切换*/
#mainCurrentLanguageChanageDiv {
    position: absolute;
    right: 140px;
    top: 20px;
    width: 90px;
    text-align: left;
    background-color: white;
    border: 1px solid gray;
    padding: 5px;
    z-index: 9;
}
    #mainCurrentLanguageChanageDiv a {
        display: block;
    }
#mainCurrentLanguageSpan {
    margin-left: 10px;
    margin-right: 10px;
}


/*行李管理*/
#baggageManage_grid_from_toolbar_td1 {
    width: 680px;
}
#baggageManage_grid_from_toolbar_td2 {
    width: 440px;
}

/*短租-客单-客情-左侧*/
#resCustomerTable td.soc-left-checkbox {
    text-align: right;
    padding-right: 25px;
}
.soc-left-ResNoExt {

}
#resCustomerTable td.soc-left-grid {
    width: 437px;
    max-width: 437px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}
.soc-left-toolbar {
    text-align: right;
    width: 435px;
}
.soc-left-batchaction {
    text-align: left;
    float: right;
    width: 82px;
    margin-top: 4px;
    margin-left: 4px;
}

/*短租-客单-客情-右侧*/
.soc-right-table {
    overflow-y: scroll;
    overflow: auto;
    width: 715px;
    height: 525px;
    display: block;
    margin-left: 22px;
}
.soc-right-cttid {
    width: 183px
}
.soc-right-days {
    width: 183px
}
.soc-right-remark {
    width: 384px;
    resize: none;
}
.soc-right-address {
    width: 384px;
}

/*短租-客单-客情-换房*/
.soc-cr-table {
    width: 450px
}
#changeRoomWindow td.textright {
    width: 60px;
}
.soc-cr-roomPriceNew {
    background-color: #f5f5f5;
    width: 91px;
}
.soc-cr-remark {
    width: 371px;
    resize: none;
}
.soc-cr-cre {
    width: 450px;
    margin-left: 4px;
}
.soc-cr-cre-split {
    height: 339px;
    left: 460px;
}

/*短租-客单-客情-关联房*/
.soc-re-table {
    width: 1100px;
    height: 460px;
}

/*短租-客单-客情-分房*/
.soc-sr-eor {
    margin-left: 31px;
    vertical-align: baseline;
}
.soc-sr-hd {
    margin-left: 31px;
    vertical-align: baseline;
}
.soc-sr-clean {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px 5px 3px;
}
.soc-sr-build {
    margin-left: 11px;
}
.soc-sr-build_input {
    width: 125px;
}

/*短租-客单-客账-筛选*/
.soc-zw-search {
    width: 260px;
}

/*短租-客单-客账-入账*/
.soc-rw-table {
    width: 450px;
}
#folioAddFolioDiv table.editFormTable td.soc-rw-table-lefttd {
    height: 22px;
    line-height: 22px;
}

#folioAddFolioDiv table.addFolioTable.soc-rw-table tr td {
    padding: 3px 0px 3px 0px;
    margin: 3px 0px 3px 0px;
    height: 32px;
    line-height: 32px;
}

/*价格代码-新增*/
#rate_special_table.editFormTable .textright {
    width: 66px;
    padding-right: 5px;
}

/*增加计划任务*/
.mkt_pt_Schedule_left {
    display: inline-block;
    width: 103px;
}

/*合约单位往来详情*/
.crm-wl-detail {
    height: 520px;
    max-height: 520px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
