/* 未能缩小。正在返回未缩小的内容。
(601,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #004793;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #ffffff;
	background: #004793;
	border-bottom: solid 1px #FB1A2C;
	cursor: default;
	padding: 0px 0px 0px 6px;
	margin: 0px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input{
    color: #333;
    padding:4px 8px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
* {
    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;
    padding:5px;
}
.ablue {
    color: blue !important;
}
/*a {
    text-decoration: none;
    color: #444;
}*/

input, select, textarea {
    font-size: 12px;
    color: black;
    padding-left: 10px;
    margin:3px;
}

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 {
   
}

.header-inner {
    width: 1100px;
    margin: 0 auto;
}

.logo {
    float: left;
}
.logo,.mainMenu {
    float: left;
}

    .logo img {
        float: left;
        padding-right: 10px;
    }
.otherInfo{
    float:right;
    margin-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;
}

    .try .phone-icon {
        background: url( ../Content/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;
}
/*页面标题*/
.page-title{
    margin-bottom:15px;
    font-size:large;
    color:#666;
}
/*输入密码眼睛图标*/
.k-textbox.k-space-right{
    padding-right:36px;
    vertical-align:central;
}
.k-eye-open{
    width:32px;
    height:32px;
    display:inline-block;
    background-image:url("images/eye.png");
}
.k-eye-close{
    width:32px;
    height:32px;
    display:inline-block;
    background-image:url("images/eye2.png");
}
/*banner开始*/
.banner {
    background: #92d0e9 url(../Content/images/banner1.jpg) center top no-repeat;
    height: 484px;
}

.banner-inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
#userSubMenuDiv{
    position:absolute;
    right:100px;
    top:22px;
    width:90px;
    text-align:left;
    background-color:white;
    border:1px solid gray;
    padding:5px;
}
#userSubMenuDiv a{
    display:block;
}
#userOtherHotelDiv{
    position:absolute;
    left:120px;
    top:22px;
    text-align:left;
    background-color:white;
    border:1px solid gray;
    padding:5px;
}
#userOtherHotelDiv a{
    display:block;
}

/*#userOtherHotelDiv a:hover, #userSubMenuDiv a:hover{
 background-color:#cce4ff;
}*/

#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: linear-gradient(to top left,#F08C34,#F9B77C,#F9B77C,#F08C34);
        width: 260px;
        height: 40px;
        border-radius: 6px;
        border:0px;
        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.6;right: -0.5;_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(../../Content/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(../../Content/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(../Content/images/bannerRegister.jpg) center top;
    height: 120px;
}

.apply-banner-shift {
    margin-top: 5px;
    background: #004793 url(../Content/images/bannerShiftSmaill.jpg) center top;
    height: 120px;
}

.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;
}

.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(../Content/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(../Content/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 {
     position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  bottom: 0;
     /*position:absolute;
    bottom:10px;
    left:10px;
    right:10px;

    /*margin-top: 60px;
    height: 160px;
    padding-top: 50px;*/
    background: #f1f1f1;*/
}

.footermain {
 

    margin-top: 20px;
    height: 160px;
    padding-top: 30px;
    background: #f1f1f1;
}

.footermain-inner {
    width: 1000px;
    margin: 0 auto;
}

.footermain .wx-a {
    float: left;
    padding: 10px 0px 0px 200px;
}

    .footer .wx-a img, .footer .wx-b img {
        padding-left: 6px;
    }

.footermain .wx-b {
    float: left;
    padding: 10px 0px 0px 30px;
}

.footermain .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: 30px;
}

td.control-label {
    text-align: right;
}
/*通用查询*/
.textright {
    text-align: right;
}

#commonQueryTable .textright {
    width: 21%;
    padding-right: 5px;
}

#commonQueryTable td {
    padding: 2px 0;
}

#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(../Content/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;
 }
 /*仓库系统的按钮样式,先禁用掉，觉得有底色反而不好看了，需要的话可以再调整*/
/*.gridBtngreen {
    background-color:green!important;
    color:white!important;
}
.gridBtnred{
    background-color:red!important;
    color:white!important;
}*/
.k-button-icontext .fa{
    margin-right:.3rem;
    margin-left:-.3rem;
}

 /****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;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #fff url(../image/icon-close.png) no-repeat;
    background-position: center;
    border-radius: 3px;
    border: 1px solid #bbb;
    cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset botton {
    border-radius: 3px;
    border: 1px solid #111;
    padding: 3px 8px;
}
