﻿.connectedSortable .ui-state-highlight{
	height: 30px;
	border: 1px dashed red;
}

.j-q-filter{
	overflow: auto;
}

.connectedSortable {
	list-style-type: none;
	padding: 0 0 0 60px;
	height: 300px;
}
.connectedSortable-and{
	list-style-type: none;
	padding: 0 0 0 60px;
	height:auto;
	min-height:50px;
}

.connectedSortable-or{
	list-style-type: none;
	padding: 0 0 0 60px;
	height:auto;
	min-height:50px;	
}

.connectedSortable li {
	margin: 0 0 0 60px;
	padding: 5px 0;
}

.canvasStyle {
	float:left;
}

.itemStyle {
	width:495px;
}

.itemStyle .q-li{
	border:	2px solid #97D8F6;
	background-color: #D9EDF6;
	height: 28px;
	line-height: 28px;
	border-radius: 8px;
}

.q-li .q-li-label{
	color: #333;
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
}

/** 覆盖JAZZ begin**/
.q-li .jazz-field-comp{
 	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 2px;
}
.q-li .jazz-field-comp-input{
	background-color: #EBF6FA;
}
.q-li .jazz-field-comp-in2{
	background-color: #A2D2E8;
}
.q-li .jazz-form-text-label, .jazz-form-readonly{
	font-weight: normal;
	padding: 0 0 2px 0;
	height: 24px;
	line-height: 24px;
}
/** 覆盖JAZZ end**/

.q-li-op{
	height: 28px;
	line-height: 28px;
	width: 50px;
	float: right;	
    display: inline-table;
	
}
.q-li-op-ok, .q-li-op-del, .q-li-op-write{
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding-left: 10px;
}
.q-li-op-ok{
	background: url("images/op_dui.png") no-repeat center center;
}
.q-li-op-ok:hover{
	background: url("images/op_dui2.png") no-repeat center center;
}
.q-li-op-write{
	background: url("images/op_write.png") no-repeat center center;
}
.q-li-op-write:hover{
	background: url("images/op_write2.png") no-repeat center center;
}
.q-li-op-del{
	background: url("images/op_del.png") no-repeat center center;
}
.q-li-op-del:hover{
	background: url("images/op_del2.png") no-repeat center center;
}

.itemStyle .q-li-select{
	border: 2px solid #ff8040;
}

/*===============报告期下拉框样式=====================*/
.bgq-combox {
	position: absolute;
    width: 22px;
    height: 22px;
    background: #A2D2E8;
    top: 1px;
    right: 1px;
    cursor: pointer;
}
.bgq-combox-content {
	width: 187px;
	position: absolute;
	border: 1px black solid;
	background-color: #FFFFFF;
}
.bottom-line {
	height: 0;
	border-bottom: 1px solid #000000;
}
.bgq-category {
	padding: 5px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	max-height: 200px;
	overflow: auto;
}
.bgq-category li {
	display: inline-block;
    padding: 5px;
    border: 1px solid;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.bgq-category li:HOVER {
	background-color: #D9EDF6;
	border-color: #2A87E3;
	color: #FFFFFF;
}
.bgq-category li.select {
	background-color: #2A87E3;
	border-color: #2A87E3;
	color: #FFFFFF;
}
.select-box-dashed {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 1px dashed #0099ff;
	background-color: #c3d5ed;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 0px;
	z-index: 99999;
}

/*=====================================下拉框样式==========================================*/
.dropdown-content {
	width: 491px;
	height: 365px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: 1px #CFCFCF solid;
	border-radius: 6px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: SimSun;
	color: #666666;
}
/*左侧选择区域*/
.bgq-select-area {
	width: 410px;
}
.code-select {
	width: 330px;
}
.bgq-select-area, .code-select {
	height: 100%;
	float: left;
}

/*左侧标题*/
.year-combox-area, .tree-search {
	width: 100%;
	height: 38px;
	border-bottom: 1px #E4EAF2 solid;
}
.year-combox-area .year-combox {
	margin: 7px 0 10px 10px;
}
.year-combox-area .year-combox .jazz-form-text-label {
	padding-left: 0;
	padding-right: 0;
}

.tree-search-text {
	margin: 10px 0 0 10px;
	position: relative;
}
.tree-search-text .jazz-field-comp-input {
	padding: 0 18px 0 0;
}
.tree-search-ico {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 18px;
	height: 18px;
	background: url("./images/queryFilter/tree-search.png") no-repeat center;
	cursor: pointer;
	z-index: 1;
}

/*左侧内容*/
.bgq-list, .tree-content{
	margin: 0;
	height: 310px;
	overflow: auto;
}
.bgq-list {
	font-size: 0;
	padding-left: 20px;
}
.tree-content {
	padding-left: 18px;
}
.tree-content .ztree .button.ico_close,
.tree-content .ztree .button.ico_open,
.tree-content .ztree .button.ico_docu {
	display: none;
}
.tree-content .ztree li a span {
	display: inline-block;
	margin-top: 7px;
}
.tree-content .ztree li span {
	font-size: 12px;
	font-family: SimSun;
	color: #666666;
}
.tree-content .ztree li.level0 span.button.center_docu, 
.tree-content .ztree li.level0 span.button.bottom_docu {
	visibility: visible;
}

.bgq-list li, .code-category li {
	width: 110px;
	height: 23px;
	display: inline-block;
	list-style: none;
	cursor: pointer;
	background: url("./images/queryFilter/bgq-bg.png") no-repeat center;
	text-align: center;
	line-height: 23px;
	margin: 10px 15px 0 0;
	font-size: 12px;
}
.bgq-list li:HOVER, .bgq-list li.select, .code-category li:HOVER, .code-category li.select {
	background-image: url("./images/queryFilter/bgq-bg-hover.png");
	color: #FFFFFF;
}
.bgq-split-line {
	height: 0;
	border-top: 1px #DEDEDE dashed;
	margin: 12px 0 2px 0;
}


/*右侧区域*/
.bgq-quick-select {
	width: 80px;
	margin-left: 410px;
}
.code-category {
	width: 160px;
	margin-left: 330px;
}
.bgq-quick-select, .code-category {
	height: 100%;
	background-color: #F0F4FB;
	border-left: 1px #E4EAF2 solid;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

/*右侧标题*/
.bgq-quick-select h1, .code-category h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 12px 0;
	border-bottom: 1px #E4EAF2 solid;
}
/*右侧内容*/
.bgq-category-list {
	margin-top: 7px;
}
.bgq-quick-select li {
	width: 60px;
	height: 23px;
	display: inline-block;
	list-style: none;
	background: url("./images/queryFilter/category-bg.png") no-repeat center;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 4px;
}
.bgq-quick-select li[name="0000"] {
	margin-top: 30px;
}
.bgq-quick-select li:HOVER, .bgq-quick-select li.select {
	background-image: url("./images/queryFilter/category-bg-hover.png");
	color: #FFFFFF;
}
.ztree-filter-font {
	color: red;
	display:  inline-block;
	*display : inline;
	zoom : 1;
}