/* DHX ENGINE */
/* DHX2009 SKYBLUE THEME */

/*样式修改：张剑程*/
/*20180824     新添加样式    设置dhtmlx_wins_body_inner顶部边框*/
.dhtmlx_wins_body_inner_border{
	border-top: 1px solid #e0e0e0;
}

/*20180824  修改样式		设置弹窗圆角*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_body_outer
, .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border: #bcbdbf 1px solid;
	border-radius: 8px;
}

/*20180824   修改样式   设置弹窗标题位置*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_title
, .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_title{
	position: absolute;
	top: 0px;
	height: 37px;
	line-height:27px;
	vertical-align: middle;
	padding-left: 5px;
	left: 0px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	font-size: 16px;
	color: #333;
	font-family: 'SimHei','Microsoft YaHei', 'Helvetica Neue', Helvetica!important;
	text-indent: 6px;
	font-weight: normal;
}

/*20180824  修改样式 设置弹窗按钮区域距离顶部的距离*/
/* buttons */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_btns {
	position: absolute;
	right: 0px;
	top: 2px;
}







/*关闭按钮*/
/*20180927   修改样式  关闭按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_default{
	background: url(/GDDZXX/theme/EasyUses/image/dialog-close.png) center center no-repeat;
} */
/*20180927 修改样式  关闭按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_over_default {
	background: url(/GDDZXX/theme/EasyUses/image/dialog-close-hover.png) center center no-repeat;
} */
/*20180927   修改样式  关闭按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_over_pressed {
	background: url(/GDDZXX/theme/EasyUses/image/dialog-close-active.png) center center no-repeat;
} */
/*关闭按钮 end*/

/*个人选值按钮*/
/*20180927   修改样式   个人选值按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord.png") center center no-repeat;
} */

/*20180927   修改样式   个人选值按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-hover.png") center center no-repeat;
} */
/*20180927    修改样式  个人选值按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-active.png") center center no-repeat;
} */
/*20180927   修改样式   个人选值不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_default 
 {	
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord.png") center center no-repeat;
} */
/*锁屏按钮*/
/*20190302   修改样式   锁屏按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_lockScreen_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_lockScreen_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-lockScreen.png") center center no-repeat;
} */
/*20190302   修改样式   锁屏按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_lockScreen_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_lockScreen_over_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-lockScreen-hover.png") center center no-repeat;
} */
/*20190302   修改样式   锁屏按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_lockScreen_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_lockScreen_over_pressed{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-lockScreen-active.png") center center no-repeat;
} */
/*个人选值按钮end*/

/*wdRecord_save  个人选值保存按钮*/
/*20180927   修改样式  个人选值保存按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_save_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-save.png") center center no-repeat;
} */
/*20180927   修改样式   个人选值保存按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_save_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-save-hover.png") center center no-repeat;
} */
/*20180927    修改样式   个人选值保存按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_save_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-save-active.png") center center no-repeat;
} */
/*20180927    修改样式  个人选值保存按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_save_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdRecord_disabled 
 {	
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-save.png") center center no-repeat;
} */
/*wdRecord_save  个人选值保存按钮  end*/


/*wdShare   收藏按钮*/
/*20180927 修改样式  收藏按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShare_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdShare_default{
	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare.png) center center no-repeat;
} */
/*20180927 修改样式  收藏按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdShare_over_default ,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShare_over_default {
	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare-hover.png) center center no-repeat;	
} */
/*20180927 修改样式 收藏按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdShare_over_pressed ,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShare_over_pressed {
	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare-active.png) center center no-repeat;
} */
/*wdShare 收藏按钮 end*/


/*wdShared  已收藏按钮*/
/*20180927     修改样式    已收藏按钮默认样式  */
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdShared_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShared_default{
	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare-hover.png) center center no-repeat;
} */
/*20180927     修改样式    已收藏按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdShared_over_default ,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShared_over_default {
	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare-hover.png) center center no-repeat;
} */
/*20180927    修改样式    已收藏按钮鼠标点击按钮*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdShared_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShared_over_pressed {
	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare-hover.png) center center no-repeat;
} */
/*20180927    修改样式    已收藏按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShared_disabled 
 {	
 	background: url(/GDDZXX/theme/EasyUses/image/dialog-wdShare-hover.png) center center no-repeat;
} */
/*wdShared    已收藏按钮 end*/


/*wdHelp  帮助按钮*/
/*20180927     修改样式    帮助按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-help.png") center center no-repeat;
} */
/*20180927     修改样式    帮助按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_over_default 
{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-help-hover.png") center center no-repeat;
} */
/*20180907     修改样式   帮助按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_over_pressed ,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-help-active.png") center center no-repeat;
} */
/*20180927     修改样式    帮助按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_disabled 
 {	
	background: url("/GDDZXX/theme/EasyUses/image/dialog-help.png") center center no-repeat;
} */
/*帮助按钮  end*/


/*editWdHelp   编辑帮助按钮    */
/*20180927     修改样式   编辑帮助按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-editWdHelp.png") center center no-repeat;
} */
/*20180927    修改样式   编辑帮助按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-editWdHelp-hover.png") center center no-repeat;
} */
/*20180927     修改样式   编辑帮助按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-editWdHelp-active.png") center center no-repeat;
} */
/*20180927    修改样式   编辑帮助按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_editWdHelp_disabled 
 {	
 	background: url("/GDDZXX/theme/EasyUses/image/dialog-editWdHelp.png") center center no-repeat;
} */
/*editWdHelp   编辑帮助按钮  end*/


/*设置tab*/
/*20180927     修改样式    设置按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdTab.png") center center no-repeat;
} */
/*20180927     修改样式   设置按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdTab-hover.png") center center no-repeat;
} */
/*20180927     修改样式   设置按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdTab-active.png") center center no-repeat;
} */
/*20180927     修改样式    设置按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_disabled 
 {	
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdTab.png") center center no-repeat;
} */
/*设置tab    end*/

/**wdtab_save   设置保存按钮*/
/*20180927   修改样式   设置保存按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_default
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-hover.png") center center no-repeat;
} */
/*20180927     修改样式   设置保存按钮鼠标经过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-hover.png") center center no-repeat;
} */
/*20180927     修改样式   设置保存按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-hover.png") center center no-repeat;
} */
/*20180927    修改样式   设置保存按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdTab_save_disabled 
 {	
 	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-hover.png") center center no-repeat;
} */
/**wdtab_save   设置保存按钮    end*/

/*内容属性按钮*/
/*20181209     修改样式    内容属性按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-nrProperty.png") center center no-repeat;
} */
/*20181209     修改样式    内容属性按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-nrProperty-hover.png") center center no-repeat;
} */
/*20181209     修改样式    内容属性按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-nrProperty-active.png") center center no-repeat;
} */
/*20181209    修改样式    内容属性按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_nrProperty_disabled 
 {	
 	background: url("/GDDZXX/theme/EasyUses/image/dialog-nrProperty.png") center center no-repeat;
} */
/*下载按钮  end*/

/*下载按钮*/
/*20180928     修改样式    下载按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-download.png") center center no-repeat;
} */
/*20180928     修改样式    下载按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-download-hover.png") center center no-repeat;
} */
/*20180928     修改样式    下载按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-download-active.png") center center no-repeat;
} */
/*20180928    修改样式    下载按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_download_disabled 
 {	
 	background: url("/GDDZXX/theme/EasyUses/image/dialog-download.png") center center no-repeat;
} */
/*下载按钮  end*/

/*全屏按钮*/
/*20180928    修改样式    全屏按钮默认样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-fullscreen.png") center center no-repeat;
} */
/*20180928    修改样式    全屏按钮鼠标滑过样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_over_default {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-fullscreen-hover.png") center center no-repeat;
} */
/*20180928     修改样式    全屏按钮鼠标点击样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_over_pressed ,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_over_pressed {
	background: url("/GDDZXX/theme/EasyUses/image/dialog-fullscreen-active.png") center center no-repeat;
} */
/*20180928     修改样式    全屏按钮不可使用样式*/
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_CMS_fullscreen_disabled 
 {	
 	background: url("/GDDZXX/theme/EasyUses/image/dialog-fullscreen.png") center center no-repeat;
} */
/*全屏按钮   end*/


/* active window */
/*20180827  修改样式  活动状态弹窗样式*/
div.dhtmlx_window_active{
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .15);
	border-radius: 8px;
}

/* .dhtmlx_button_editWdHelp_save_default,.dhtmlx_button_editWdHelp_save_over_default{
	background: url("/GDDZXX/theme/EasyUses/image/dialog-wdRecord-save.png") center center no-repeat;
} */

/* 20180824   修改样式   设置弹窗按钮大小 */
div.dhtmlx_wins_btns_button {
	float: left;
	width: 40px;
	height: 40px;
}


/*--------------------------------------------------------上方为需要改动的样式------------------------------------------*/






/*原样式*/


.test--------{
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border: #a4bed4 1px solid;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_body_outer div.dhtmlx_wins_body_inner
, .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer div.dhtmlx_wins_body_inner{
	position: absolute;
	overflow: hidden;
	/*margin-top: 20px;*/
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active .dhtmlx_wins_no_header
, .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive .dhtmlx_wins_no_header{ /* will added to div.dhtmlx_wins_body_inner in case of no header */
	border-top: #c2d5dc 6px solid !important;
}

.animate{
	animation: move .35s ease-in-out;
	position:absolute; 
}
@keyframes move{
	from{
		left:-300px;
	}
	to {
		left:0px;
	}
}

@-webkit-keyframes {
	from {
		left:-300px;
	}
	to {
		left:0px;
	}
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_title a
, .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_title a{
    color: #333333;
    font-size: 16px;
	font-family: "SimHei",Georgia,Serif !important;
    text-decoration: none;
}
/* active progress */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_progress 
 {
	background-image: url("/GDDZXX/theme/EasyUses/image/active/progress.gif");
}


/* active buttons */
/* close */

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_close_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_disabled 
 {
	background-position: -96px -48px;
}

/* minmax1 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_default {
	background-position: -64px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_disabled {
	background-position: -64px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_default {
	background-position: -64px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_pressed {
	background-position: -64px -32px;
}
/* minmax2 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_default {
	background-position: -80px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_disabled {
	background-position: -80px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_default {
	background-position: -80px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_pressed {
	background-position: -80px -32px;
}
/* park */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_default {
	background-position: -48px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_disabled {
	background-position: -48px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_over_default {
	background-position: -48px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_park_over_pressed {
	background-position: -48px -32px;
}
/* stick */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_default {
	background-position: 0px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_disabled {
	background-position: 0px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_over_default {
	background-position: 0px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_stick_over_pressed {
	background-position: 0px -32px;
}
/* sticked */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_default {
	background-position: -16px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_disabled {
	background-position: -16px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_default {
	background-position: -16px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_pressed {
	background-position: -16px -32px;
}
/* help */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_default {
	background-position: -32px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_disabled {
	background-position: -32px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_over_default {
	background-position: -32px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_help_over_pressed {
	background-position: -32px -32px;
}
/* dock */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_default {
	background-position: -112px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_disabled {
	background-position: -112px -48px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_over_default {
	background-position: -112px -16px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_dock_over_pressed {
	background-position: -112px -32px;
}


/* inactive window */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border: #a4bed4 1px solid;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_body_outer div.dhtmlx_wins_body_inner {
	position: absolute;
	overflow: hidden;
	border-top: none;
	/*申请人弹出窗背景灰色问题*/
	/*background-color: #ebebeb;*/
	/*border: #ebebeb 2px solid !important;*/
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive .dhtmlx_wins_no_header { will added to div.dhtmlx_wins_body_inner in case of no header
	border-top: #c2d5dc 6px solid;
}
/* .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_title {
	position: absolute;
	top: 0px;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	padding-left: 28px;
	left: 0px;
	color: #686868;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
} */
/*inactive progress*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_progress {
	background-image: url("/GDDZXX/theme/EasyUses/image/inactive/progress.gif");
}
/*inactive butons
close*/

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_close_disabled {
	background-position: -96px -112px;
}


/* minmax1 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_default {
	background-position: -64px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_disabled {
	background-position: 0px 0px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_default {
	background-position: -64px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax1_over_pressed {
	background-position: -64px -96px;
}
/* minmax2 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_default {
	background-position: -80px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_disabled {
	background-position: -80px -112px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_default {
	background-position: -80px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_minmax2_over_pressed {
	background-position: -80px -96px;
}
/*park*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_default {
	background-position: -48px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_disabled {
	background-position: -48px -112px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_over_default {
	background-position: -48px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_park_over_pressed {
	background-position: -48px -96px;
}
/*stick*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_default {
	background-position: 0px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_disabled {
	background-position: 0px -112px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_over_default {
	background-position: 0px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_stick_over_pressed {
	background-position: 0px -96px;
}
/*sticked*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_default {
	background-position: -16px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_disabled {
	background-position: -16px -112px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_default {
	background-position: -16px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_sticked_over_pressed {
	background-position: -16px -96px;
}
/*help*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_default {
	background-position: -32px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_disabled {
	background-position: -32px -112px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_over_default {
	background-position: -32px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_help_over_pressed {
	background-position: -32px -96px;
}
/*dock*/
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_default {
	background-position: -112px -64px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_disabled {
	background-position: -112px -112px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_over_default {
	background-position: -112px -80px;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_dock_over_pressed {
	background-position: -112px -96px;
}

/* common */
/* content blocker */
/*
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_main_content_blocker {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101%;
	height: 101%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: #FFFFFF;
	z-index: 1;
	-moz-user-select: none;
}
*/
/* window icon */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_icon {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 16px;
	height: 16px;
	border: none;
	z-index: 1;
	-moz-user-select: none;
	background-repeat: no-repeat;
	font-size: 1px;
}


/*关闭*/

/*
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_main_content {
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
*/
/* resizers */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_resizer_t {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0; /* should be generated by script */
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_resizer_l {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0; /* should be generated by script */
	height: 100%;
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_resizer_r {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0; /* should be generated by script */
	height: 100%;
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_resizer_b {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0; /* should be generated by script */
	font-size: 1px;
	background: #FFFFFF;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-user-select: none;
}
/* progress */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_wins_progress {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
/* statusbar */
.dhtmlx_skin_dhx_skyblue div.dhxcont_sb_container {
	position: relative;
	height: 24px;
}
.dhtmlx_skin_dhx_skyblue div.dhxcont_sb_container div.dhxcont_statusbar {
	position: relative;
	top: 2px;
	height: 22px;
	line-height: 22px;
	background-image: url("/GDDZXX/theme/EasyUses/image/statusbar_bg.gif");
	background-repeat: repeat-x;
	width: auto;
	padding: 0px 4px;
	overflow: hidden;
	white-space: nowrap;
	border-top: none;
	border-bottom: none;
	border-left: #a4bed4 1px solid;
	border-right: #a4bed4 1px solid;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: middle;
	color: #000000;
}
/*
.dhtmlx_skin_dhx_skyblue div.dhxcont_statusbar {
	position: absolute;
	width: 100%;
	bottom: 0px;
	_bottom: -1px;
	border-top: #c2d5dc 1px solid;
	background-image: url("/GDDZXX/theme/EasyUses/image/statusbar_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: middle;
	line-height: 17px;
	-moz-user-select: none;
	cursor: default;
	padding-left: 4px;
	color: #7393ae;
}
*/


.dhtmlx_skin_dhx_skyblue div.white_line {
	/*注释原因：ry_input边框会增加白边*/
	/*border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;*/
	height: 100%;
}
.dhtmlx_skin_dhx_skyblue div.white_line2 {
	position: absolute;
	bottom: 0px;
z-index:-1 !important;
	/* height: 10px; */
	width: 100%;
	/*注释原因：ry_input边框会增加白边*/
	/*border-bottom: #FFFFFF 1px solid;*/
	/* font-size: 1px; */
	/*background:#e8e9eb;*/
}

.dhtmlx_skin_dhx_skyblue .dhtmlxMenu_in_Window {
	aborder-bottom: #cedce8 1px solid;
	border-bottom: #a4bed4 1px solid;
}




























/*wdShare*/


.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdShare_disabled 
 {	
 	background-position: -2px -1px;
	background-image: url("/GDDZXX/theme/EasyUses/image/wdShareBIG.png");
}









/**
 * wdHelp_copyhashcode
 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_default{
	cursor:pointer;
	width:41px;
	height:41px;
	/* background-position: 59px 0px; */
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-ID.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_disabled 
 {	
 	background-position: -371px -22px;
	background-image: url("/GDDZXX/theme/EasyUses/image/wdHelp_copyhashcode.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_over_default {
	cursor:pointer;
	width:41px;
	height:41px;
	/*background-position: -59px 0px;*/
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-ID-hover.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_copyhashcode_over_pressed {
	cursor:pointer;
	width:41px;
	height:41px;
	/*background-position: -59px 0px;*/
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-ID-hover.png");
}

/**
 * wdHelp_pin
 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_default{
	cursor:pointer;
	width:41px;
	height:41px;
	 /*background-position: -59px 0px;*/ 
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_disabled 
 {	
 	/*background-position: -371px -22px;*/
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_over_default {
	cursor:pointer;
	width:41px;
	height:41px;
	/*background-position: -59px 0px;*/
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_over_pressed ,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_pin_over_pressed {
	cursor:pointer;
	width:41px;
	height:41px;
	/*background-position: -59px 0px;*/
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}

/**
 * wdHelp_unpin
 */
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_default{
	cursor:pointer;
	width:41px;
	height:41px;
	 /*background-position: -59px 0px;*/ 
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_disabled 
,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_disabled 
 {	
 	/*background-position: -371px -22px;*/
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_over_default,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_over_default {
	cursor:pointer;
	width:41px;
	height:41px;
	/*background-position: -59px 0px;*/
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_over_pressed,
.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_wdHelp_unpin_over_pressed {
	cursor:pointer;
	width:41px;
	height:41px;
	/*background-position: -59px 0px;*/
	background-repeat:no-repeat;
	background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-lock-hover.png");
}













/**
 * change_on
 */
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_on_default,
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_on_default{
	 cursor:pointer;
	 width:41px;
	 height:41px;
	 /* background-position: 59px 0px; */
	 background-repeat:no-repeat;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen.png");
 }
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_on_disabled 
 ,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_on_disabled 
  {	
	  background-position: -371px -22px;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen.png");
 }
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_on_over_default,
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_on_over_default {
	 cursor:pointer;
	 width:41px;
	 height:41px;
	 /*background-position: -59px 0px;*/
	 background-repeat:no-repeat;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen-hover.png");
 }
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_on_over_pressed ,
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_on_over_pressed {
	 cursor:pointer;
	 width:41px;
	 height:41px;
	 /*background-position: -59px 0px;*/
	 background-repeat:no-repeat;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen-hover.png");
 }
 
/**
 * change_off
 */
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_off_default,
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_off_default{
	 cursor:pointer;
	 width:41px;
	 height:41px;
	 background-repeat:no-repeat;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen.png");
 }
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_off_disabled 
 ,.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_off_disabled 
  {	
	  background-position: -371px -22px;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen.png");
 }
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_off_over_default,
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_off_over_default {
	 cursor:pointer;
	 width:41px;
	 height:41px;
	 /*background-position: -59px 0px;*/
	 background-repeat:no-repeat;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen-hover.png");
 }
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_btns .dhtmlx_button_change_off_over_pressed ,
 .dhtmlx_skin_dhx_skyblue div.dhtmlx_window_inactive div.dhtmlx_wins_btns .dhtmlx_button_change_off_over_pressed {
	 cursor:pointer;
	 width:41px;
	 height:41px;
	 /*background-position: -59px 0px;*/
	 background-repeat:no-repeat;
	 background-image: url("/GDDZXX/theme/EasyUses/image/popWindow-fullscreen-active.png");
 }
 /*编辑选项卡按钮*/
.icon-set{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-set.png) center center no-repeat;
}
.icon-set:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-set-hover.png) center center no-repeat;
}
.icon-set:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-set-active.png) center center no-repeat;
}
/* 打钩按钮 */
.icon-ok{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-ok.png) center center no-repeat;
}
.icon-ok:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-ok-hover.png) center center no-repeat;
}
.icon-ok:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-ok-active.png) center center no-repeat;
}
/* 收藏按钮 */
.icon-favorite{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-favorite.png) center center no-repeat;
}
.icon-favorite:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-favorite-hover.png) center center no-repeat;
}
.icon-favorite:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-favorite-active.png) center center no-repeat;
}
/* 帮助按钮 */
.icon-help{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-help.png) center center no-repeat;
}
.icon-help:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-help-hover.png) center center no-repeat;
}
.icon-help:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-help-active.png) center center no-repeat;
}
/* 下载按钮 */
.icon-download{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-download.png) center center no-repeat;
}
.icon-download:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-download-hover.png) center center no-repeat;
}
.icon-download:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-download-active.png) center center no-repeat;
}
/* 锁定按钮 */
.icon-lock{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-lock.png) center center no-repeat;
}
.icon-lock:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-lock-hover.png) center center no-repeat;
}
.icon-lock:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-lock-active.png) center center no-repeat;
}
/* 编辑个人选值按钮 */
.icon-setValue{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-setValue.png) center center no-repeat;
}
.icon-setValue:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-setValue-hover.png) center center no-repeat;
}
.icon-setValue:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-setValue-active.png) center center no-repeat;
}
/* 编辑帮助按钮 */
.icon-setHelp{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-setHelp.png) center center no-repeat;
}
.icon-setHelp:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-setHelp-hover.png) center center no-repeat;
}
.icon-setHelp:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-setHelp-active.png) center center no-repeat;
}
/* （内容）属性按钮 */
.icon-property{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-property.png) center center no-repeat;
}
.icon-property:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-property-hover.png) center center no-repeat;
}
.icon-property:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-property-active.png) center center no-repeat;
}
/* 变动查看-关按钮 */
.icon-history{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-history.png) center center no-repeat;
}
.icon-history:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-history-hover.png) center center no-repeat;
}
.icon-history:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-history-active.png) center center no-repeat;
}
/* 变动查看-开按钮 */
.icon-historyOn{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-historyOn.png) center center no-repeat;
}
.icon-historyOn:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-historyOn-hover.png) center center no-repeat;
}
.icon-historyOn:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-historyOn-active.png) center center no-repeat;
}
/* 已收藏按钮 */
.largeIcon-close{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-favoriteOn.png) center center no-repeat;
}
.icon-favoriteOn:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-favoriteOn-hover.png) center center no-repeat;
}
.icon-favoriteOn:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-favoriteOn-active.png) center center no-repeat;
}
/* 已收藏按钮 */
.largeIcon-close{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/GDDZXX/theme/EasyUses/image/largeIcon-close.png) center 2px no-repeat;
}
.largeIcon-close:hover{
    background: url(/GDDZXX/theme/EasyUses/image/largeIcon-close-hover.png) center 2px no-repeat;
}
.largeIcon-close:active{
    background: url(/GDDZXX/theme/EasyUses/image/largeIcon-close-active.png) center 2px no-repeat;
}
/* 全屏按钮 */
.icon-fullscreen{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-fullscreen.png) center center no-repeat;
}
.icon-fullscreen:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-fullscreen-hover.png) center center no-repeat;
}
.icon-fullscreen:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-fullscreen-active.png) center center no-repeat;
}
/* 退出全屏按钮 */
.icon-restore{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-restore.png) center center no-repeat;
}
.icon-restore:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-restore-hover.png) center center no-repeat;
}
.icon-restore:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-restore-active.png) center center no-repeat;
}

/*quan_pin_button to bofang*/
.dialog-restoreButton{
	display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/GDDZXX/theme/EasyUses/image/icon-fullscreen.png) center center no-repeat;
}
.dialog-restoreButton:hover{
    background: url(/GDDZXX/theme/EasyUses/image/icon-fullscreen-hover.png) center center no-repeat;
}
.dialog-restoreButton:active{
    background: url(/GDDZXX/theme/EasyUses/image/icon-fullscreen-active.png) center center no-repeat;
}
