/*提示弹窗样式是蓝色背景条；*/
/*查看详情弹窗样式是灰色背景条；特殊是有大S结尾的样式，其他的共用样式*/
button::-moz-focus-inner{ border:0; padding:0; margin:0; }

.easyDialog_wrapper{ 
	width:400px; 
	color:#444; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;display:none; 
	font-family:"Microsoft yahei", Arial; 
	-webkit-box-shadow: 0px 5px 10px #666;
	box-shadow: 0px 5px 10px #666;
	-moz-box-shadow: 0px 5px 10px #666;
	}

/*.easyDialog_wrapperS{ border:3px solid rgba(0,0,0,0)!important;}*//*查看详情弹窗样式*/

.easyDialog_wrapper .easyDialog_content{background:#fff; }

/*.easyDialog_wrapper .easyDialog_contentS{ border:0px solid #e5e5e5;}*//*查看详情弹窗样式*/

.easyDialog_wrapper .easyDialog_title{ 
	height:40px; 
	line-height:40px; 
	overflow:hidden; 
	color:#999ea8; 
	padding:0 10px 0 20px;  
	font-size:14px; 
	/*border-bottom:1px solid #e5e5e5; */
	background:#ebf3f9;
}

/*.easyDialog_wrapper .easyDialog_titleS{color:#fff!important; background:#3D568E!important;}*//*查看详情弹窗样式*/

.easyDialog_wrapper .close_btn{
	cursor: pointer!important;
	font-family:-webkit-pictograph;
	font-size:30px; _font-size:14px;
	color:#666; text-decoration:none; 
	float:right;
	line-height: 20px;
    height: 20px; 
    margin: 10px 0px;
    }/*查看详情弹窗关闭按钮样式*/

.easyDialog_wrapper .close_btn:hover{ background:#aaaaaa;}

/*.easyDialog_wrapper .close_btn:hover{cursor: pointer!important;}*/

/*.easyDialog_wrapper .close_btn{ width: 19px!important; height: 19px!important; background: url(../../../images/close_white.png) no-repeat!important; position: absolute!important; right: 8px!important; top: 6px!important; }/*查看详情弹窗样式*/

.easyDialog_wrapper .easyDialog_button_div{ padding:12px 0px !important;text-align: center;}

.easyDialog_wrapper .easyDialog_messsage{ padding:20px; font-size:13px; line-height:22px; text-align: center; }

.easyDialog_wrapper .easyDialog_text{ padding:0px 20px 0px 20px; font-size:13px; line-height:22px; text-align: center; }

.easyDialog_wrapper .easyDialog_text_title{padding: 12px;border-bottom: solid 1px #dddddd;font-weight: 500;}

.easyDialog_wrapper .easyDialog_text_content{text-align: left;}


/*.easyDialog_wrapper .easyDialog_footer{ padding:0 10px; *zoom:1; }

.easyDialog_wrapper .easyDialog_footer:after{ content:''; display:block; height:0; overflow:hidden; visibility:hidden; clear:both; }
*/
/*.easyDialog_wrapper .btn_highlight,
.easyDialog_wrapper .btn_normal{ border:1px solid; border-radius:2px; cursor:pointer; font-family:"Microsoft yahei", Arial; font-size:12px; padding:0 12px; height:24px; line-height:24px; margin-bottom:10px; }

.easyDialog_wrapper .btn_highlight{ background:#4787ed; background:-webkit-gradient(linear,center bottom,center top,from(#4787ed),to(#4d90fe)); background:-moz-linear-gradient(90deg, #4787ed, #4d90fe); border-color:#3079ed; color:#fff; }

.easyDialog_wrapper .btn_normal{ margin-left:10px; border-color:#c3c3c3; background:#ececec; color:#333; background:-webkit-gradient(linear,center bottom,center top,from(#ececec),to(#f4f4f4)); background:-moz-linear-gradient(90deg,#ececec,#f4f4f4); }
*/
/*button*/
.easyDialog_wrapper .buttonBox_short{
	width: 86px; 
	height: 24px; 
	line-height: 22px; 
	border: none;  
    background: -webkit-linear-gradient(#3b96ff, #0083ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3b96ff, #0083ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3b96ff, #0083ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#3b96ff, #0083ff); /* 标准的语法（必须放在最后） */
	color: #fff;
	text-align: center;
	font-size: 12px;}
.easyDialog_wrapper .buttonBox_short:hover{background: #0864af;}

.easyDialog_wrapper .buttonBoxGray{width: 86px;height: 24px;line-height: 22px;border: none;box-sizing: border-box;color: #000;font-size: 12px;}
.buttonBoxGray:hover{background: #aaaaaa;}
/*dialog内部的tree等样式*/
.tree_Div .queryBox{width:100%;height: 24px;text-align: center;background: #edeff2;border: none;box-sizing: border-box;}

.tree_Div{ text-align: left;border: 1px solid #dddddd;width: 200px;height:300px;display: inline-block;float:left}
.tree_buttom_Div{width:60px;display: inline-block;float:left;margin: 100px 0px;padding:0px 6px;}
.tree_buttom_Div .contBt{
	cursor: pointer;
	margin-top:12px;
	border:1px solid #dddddd;
	background: -webkit-linear-gradient(#ffffff, #efeff2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffffff, #efeff2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffffff, #efeff2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ffffff, #efeff2); /* 标准的语法（必须放在最后） */
}
.tree_uiList_Div{display: inline-block;border: 1px solid #ddd;width:200px;height:300px;float:left;}
.li_hover:hover{background-color:#def2ff }
.tree_uiList_Div li{padding-left:12px; }
.li_selected{background-color:#3b96ff !important;}
.bg_def2ff{background-color:#def2ff }
.bg_fff{background-color:#fff }