html, body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none; /*/* you could also put this in a class*/ 
    -webkit-user-select: none;  /*and add the CSS class here instead*/ 
    -ms-user-select: none;
    user-select: none; /**禁止选中文字*/
}

.KaoShi_Button {
    margin-top: -3px;
}

/*进度条*/
.status{
    float: right;
    position: relative;
    margin-top: 4px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #A4BED4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.progress {
    height: 100%;
    position: absolute;
    background-color: #b8e6ff;
}

.message {
    z-index: 1;
    width: 100%;
    text-align: center;
    position: absolute;
}

.text {
    text-align:center;
    font-weight:bold;
}

.loginImg {
    background-image: url('../image/login.jpg');
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size: 100% 100%;
    min-width: 1024px;
}

.impowerBox .qrcode {width: 200px;}
.impowerBox .title {display: none;}
.impowerBox .status {border:0;padding:0;text-align: left;}

.errorRow {
    color: red;
    font-weight:bold;
}

.right_text {
    text-align: right;
}

.center_text {
    text-align: center;
}

/*修复webix时间选取问题*/
.webix_cal_body .webix_cal_row {
    clear: none;
}

.item-layout {
    position: relative;
    display: block;
}

.right-absolute-layout {
    position: absolute;
    right: 0;
    top: 0;
}