/**
	1.[更新] 全局样式更新.
**/
/** 设置鼠标样式 
* {
	cursor:url('/meta/CommonData/public/js/ani-cursor/hand.png'),pointer !important;
    
}
**/
/**隐藏搜索页面左侧边栏**/
.sz-bi-search-searchlayout-leftnav{
     display: none
}
/**隐藏搜索页面输入框**/
.sz-bi-search-site{
     display: none
}
/**隐藏搜索页面结果编辑按钮**/
.resultview-data-t span{
    display: none
}
/**按钮脚本高度**/
#scriptvalue_container{
	height：800px;
}
/**报表脚本默认高度**/
.sz-bi-dsn-comp-eventsetup-scriptcomp{
	height:500px;
}

/** 门户填写脚本样式 **/
textarea#itemform_script {
	height:200px
}

/** 表单编辑按钮执行脚本高度 **/
#script_content, .sz-bi-dsn-comp-eventsetup-scriptcomp{
	height:800px
}
/** 背景设置成绿砖墙 **/
.zwall{
	background-color: #f9f9f9;
    background-image: url("/meta/CommonData/public/images/zwall.svg");
}
/**代码编辑器背景色和前景色**/
.CodeMirror.cm-s-default{
	background: #1a1103;
    color: #729901;
}
/** 代码编辑器当前行颜色 **/
.CodeMirror-activeline .CodeMirror-activeline-background.CodeMirror-linebackground{
	background: #b9eda5;
}