/* 按钮禁止点击样式 */
.unable{background-color: #ddd; color: #999; cursor: default;}
.unable:hover{color: #999 !important;}

/* 当前位置 */
.now_position{width:100%;height:44px;line-height: 44px;background:#2f455a;color:#fff;padding-left:24px;font-size:12px;font-family: 'simsun';position: fixed;z-index: 999;}
.now_position i{width:16px;height:15px;display:inline-block;background-image: url('../img/common_house.png');margin-right:18px;vertical-align: -2px;}

/* easyui改动 */
.easyui-pagination.page{border:1px solid #dee5e7;padding: 4px 0;margin-top:5px;}

/* 弹窗 */
.bcred{background-color: red;}
.windowbox{display: none; position: relative; z-index: 3;}
.windowbox .windowbox_wrap{position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: table; z-index: 100;}
.windowbox .windowbox_cell{display: table-cell; vertical-align: middle;}
.windowbox .windowbox_curtain{background-color: transparent;}

/*竖排布局通用样式*/
.com_cnt li{vertical-align: middle;margin-bottom:24px;font-size:14px;height:30px;line-height: 30px;} 
.com_cnt li > span{width:124px;text-align: right;display: block;float:left;}
.com_cnt li > div{margin-left:125px;}
.com_cnt li input[type="text"],.form_wrap ul li input[type="password"]{width:204px;height:26px;line-height:26px;border:1px solid #dee5e7;border-radius: 4px;text-indent:10px;}
.com_cnt li select{width:auto;height:30px;border:1px solid #dee5e7;line-height:22px;padding:4px 5px;margin-top: -1px;border-radius: 4px;}

/*左右布局通用样式*/
.com_lt li,.com_rt li{margin:24px 0;}
.com_lt li > span,.com_rt li > span{text-align: right;display: block;float:left;height:30px;line-height:30px;}
.com_lt li input,.com_rt li input{height:26px;line-height:26px;border:1px solid #dee5e7;border-radius: 4px;text-indent:10px;}
.com_lt li input[type="radio"],.com_rt li input[type="radio"]{width:16px;height:16px;vertical-align: -2px;}
.com_lt li select,.com_rt li select{width:auto;height:30px;border:1px solid #dee5e7;line-height:22px;padding:4px 5px;margin-top: -1px;margin-left: 6px;border-radius: 4px;}
.com_lt li > span{width:115px;}
.com_lt li > div{margin-left:120px;}
.com_lt li input{width:204px;}
.com_lt li input.onread,.sup_rt li input.onread{background-color:#f6f6f6;}
.com_rt li > span{width:115px;}
.com_rt li > div{margin-left:120px;}
.com_rt li input{width:204px;}

/* 渲染过的select */
.ui_select_box{background:#fbfbfb url("/back/img/select.png") no-repeat right center;border:1px solid #efefef;padding:0 10px;height:30px;line-height:30px;margin:0 5px 0 0;}
.ui_select_box b{font-weight:normal;display:block;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;margin-right:25px;}
.ui_option_box{margin-left:0;display:none;position:absolute;padding:0;background:#fff;border:1px solid #ececec;overflow-x:hidden;overflow-y:auto;}
.ui_option_box dl{display:block;height:26px;line-height:26px;padding:0 10px;}
.ui_option_box dl:hover{background:#69c;color:#fff;}
.ui_option_box dl.sel{background:#666;color:#fff;}
.ui_option_box dt{display:block;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ui_option_box dd{display:none;}

/*搜索不到数据时的图片*/
.bdy{width:100%;height:100%;overflow-x: hidden;} /**/
.none{width:100%;height:100%;background-color:#fff;position:absolute;}
.nonedata{background:url("/back/img/nulldata.png") no-repeat center center;}
.nonedatalist{background:url("/back/img/nulldata.png") no-repeat center 32%;}

/*警告*/
.hint{position:absolute;color:#FF0000;font-size:12px;height:24px;line-height:24px;}
.hint i{width: 15px;height: 15px;float: left;background: url("/back/img/hint_ico.png") no-repeat;background-size: 15px; position: relative;top: 4px;
margin-right: 4px;}

/*2017.2.10 必填选项*/
.com_cnt strong{color: #f00;margin-right: 6px;vertical-align: -2px;}

/*报错页面*/
.error_page{background:url("/back/img/error.jpg") no-repeat center center;position: absolute;width:100%;height: 100%;}
