/** filter panel */
* {
	-webkit-text-size-adjust: none !important;
}

.extreport-web-main
{
	width: 100%;
	height: 100%;
	position: absolute;
}

.extreport-middle-layer
{
	background-color: #fafafa;
	border-radius: 2px;
	margin-top: 2px;
	width: 96%;
	right: 2%;
	position: absolute;
	min-height: 100px;
	max-height: 1500px;
	border: 1px solid #dbdbdb;
	box-shadow: #dbdbdb 1px 0px 0px 0px;
	overflow: auto;
}

/** filter-common */
.rpt-filter-togglebutton-important-disabled
{
	color: #666 !important;
	border-color: #ccc !important;
}

.extreport-runtime-filter-enabled
{
	background: #fafafa;
}

/* 支持文本输入的f7Selector */
.extreport-runtime-filter-f7selector
{
}

.extreport-runtime-filter-f7selector-textcontainer
{
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 22px;
	overflow: hidden;
}

.extreport-runtime-filter-f7selector-text
{
	z-index: 1;
	position: absolute;
	left: 4px;
	right: 0px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

.extreport-runtime-filter-f7selector-btn
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}
.extreport-runtime-filter-f7selector-btn_enabled
{
	cursor: pointer;
}

.extreport-runtime-filter-f7selector-btnedit
{
	right: 3px;
}

.extreport-runtime-filter-f7selector-btnclear
{
	z-index: 2;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	box-shadow: -5px 0 5px 0 rgba(255,255,255,0.8);
}

.extreport-runtime-filter-textfield-input
{
	position: absolute;
	left: 1px;
	width: 90%;
	top: 0px;
	height: 100%;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	background-color: rgba(255,255,255,0);
	outline: none;
	color: #666;
	text-overflow: ellipsis;
}

/** 支持文本输入的下拉列表控件 */
.extreport-runtime-filter-combobox
{
	overflow: hidden;
	height: 23px;
	cursor: default;
}

.extreport-runtime-filter-combobox-text
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 1px;
	right: 20px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	padding-left: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.extreport-runtime-filter-combobox-arrow
{
	position: absolute;
	right: 3px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}

.extreport-runtime-filter-combobox-arrow_enabled
{
	cursor: pointer;
}

.extreport-runtime-filter-field-popup
{
	width: 100%;
	height: 100%;
	border: 1px solid #dbdbdb;
    background: rgb(255,255,255);
	box-shadow: 0 0 2px 0 #ccc;
	z-index: 999999;
}

.extreport-runtime-filter-field-popup-search
{
	position: absolute;
	height: 25px;
    top: 2px;
    left: 2px;
    right: 0px;
}

.extreport-runtime-filter-field-popup-search-result
{
	position: absolute;
	top: 10px;
	width: 100%;
	height: 12px;
	text-align: center;
}

.extreport-runtime-filter-field-popup-list-item
{
	position: relative;
	color: #828282;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	overflow: hidden;
	white-space: nowrap;
}

.extreport-runtime-filter-field-popup-list-item-text
{
	max-width: 88%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.extreport-runtime-filter-field-popup-list-item:hover
{
	background-color: #eff3fd;
	background-color: var(--color-pale, #eff3fd);
	color: #5582f3;
	color: var(--color-main, #5582f3);
}

.extreport-runtime-filter-list-item_selected_enabled
{
	color: #fff;
	background-color: #88a7f6;
	background-color: var(--color-lightish, #88a7f6);
}

.extreport-runtime-filter-list-item_selected_enabled:hover
{
	color: #fff;
	background-color: #5582f3;
	background-color: var(--color-main, #5582f3);
}

.extreport-runtime-filter-field-popup-list-owner
{
	position: absolute;
	top: 28px;
	bottom: 0px;
	left: 1px;
	right: -1px;
	overflow: auto;
	cursor: pointer;
}

.extreport-runtime-filter-search-textfield-input
{
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0px 4px 0px 4px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0);
	outline: none;
}

/*report-ui.js*/
.extreport-reportui-sheet-container-parent
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.extreport-reportui-filter-content
{
	position: relative;
}
.extreport-reportui-filter-container
{
	display: none;
	z-index: 1;
	min-height: 45px;
	max-height: 1500px;
}
.extreport-reportui-filter-subcontainer
{
	position: relative;
	background-color: #fafafa;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 18px
}
.extreport-reportui-filter-menubar
{
	background-color: white;
	width: 100%;
	height: 45px
}
.extreport-reportui-scheme-selected
{
	position: absolute;
	top: 10px;
	height: 35px;
}
.extreport-reportui-scheme-selectedlabel
{
	width: 52px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: 微软雅黑;
	color: #999;
	float: left;
	padding-right: 8px;
	height: 28px;
	line-height: 28px;
}
.extreport-reportui-scheme-selectedvalue
{
	height: 28px;
	line-height: 28px;
	top: -30px;
	font-family: 微软雅黑;
	min-width: 50px;
	max-width: 600px;
	float: left;
	padding-left: 1px;
	padding-right: 3px;
	color: #666;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 0 8px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.extreport-reportui-filter-layer
{
	border:1px solid #dbdbdb;
	position: relative;
	min-height: 90px;
	/**max-height: 248px;*/
	max-height: 1500px;
	overflow: auto
}
.extreport-reportui-filter-allscheme
{
	font-family: 微软雅黑;
	color: #666;
	font-size:12px;
	padding-right: 3px;
	font-size: 12px;
	padding:14px 16px 0px 16px;
	position:relative;
}
.extreport-reportui-scheme-lable
{
	position: absolute;
	font-family: 微软雅黑;
	color: #666;
	font-size:12px;
	width: 80px;
}
.extreport-reportui-filter-all-toolbar
{
	position:absolute;
	right:21px;
	top:14px;
	width:270px;
	line-height: 24px;
}
.extreport-reportui-filter-toolbar-common
{
	float: right;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	margin-left: 20px;
	min-width: 60px;
	text-align: center;
	cursor: pointer;
	height: 26px;
	padding: 0 5px;
	background: #fff;
	box-sizing: border-box;
	color: #666;
}

.extreport-reportui-filter-toolbar-common:hover
{
	border-color: #5e80eb;
	color: #5e80eb;
}

.extreport-reportui-filter-button
{
	display: inline;
	cursor: pointer;
	fontFamily: Microsoft YaHei;
	width: 80px;
	float: right;
	right: 0px;
	height: 35px;
	top: 10px;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-bottom:none;
	z-index: 1
}
.extreport-reportui-filter-button-text
{
	width:50px;
	height:35px;
	cursor:pointer;
	line-height:35px;
	text-align:center;
	font-size:12px;
	display:inline-block;
	font-family:微软雅黑;
	float: right;
	margin-right: 5px;
	color:#5582f3
}
.extreport-reportui-filter-button-icon
{
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #5582f3;
	border-image: initial;
	transform: rotate(135deg);
	height: 7px;
	width: 7px;
	float: right;
	margin-top: 12px;
	margin-right: 9px;
	cursor: pointer
}
.extreport-reportui-filter-schemequery
{
	width: 66px;
	float: right;
	margin-right: 25px;
	height: 50px
}
.extreport-reportui-filter-query-button
{
	position: absolute;
	color: #fff;
	width: 66px;
	height: 28px;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	fontSize: 12px;
	display:inline-block;
	margin-top: 8px;
	font-family: 微软雅黑;
	/*background-color: #5582F3;*/
	border-radius: 2px
}

.extreport-reportui-sheet-container-content
{
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	position: absolute;
	background: white;
}
.extreport-reportui-sheet-container
{
	height: 100%;
	width: 100%;
}
.extreport-reportui-scheme-list
{
	position: relative;
	width: 100%;
	top: -8px;
	left: 60px;
}
.extreport-reportui-scheme-item
{
	position: relative;
	min-width: 20px;
	max-width: 218px;
	margin-left: 24px;
	margin-right: 12px;
	display: inline-block;
	font-size: 12px;
	font-family: 微软雅黑;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	top:3px;
}
.extreport-reportui-scheme-item:hover
{
	color: #5e80eb;
}
.extreport-reportui-scheme-item-selected
{
	color: #5e80eb;
}
.extreport-reportui-filter-nextcomein
{
	float: right;
	position: absolute;
	right: 110px;
	margin-top: 12px;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #333333;
	width: 140px;
}

.extreport-reportui-sheet-tab-switcher
{
	height: 32px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	border-top: 1px solid #dbdbdb;
	border-radius: 2px;
}

.extreport-reportui-sheet-tab-all
{
	width : auto;
	display: inline;
	position: absolute;
	height:32px;
	overflow: hidden;
	z-index: 1;
}
.extreport-reportui-sheet-tab-sub
{
	width : auto;
	display: inline;
	font-size: 12px;
	cursor: pointer;
	border-right:1px solid #CFCFCE;
	padding-right: 3px;
	padding-left: 6px;
	position: absolute;
	height: 32px;
	line-height: 32px;
	color: #666;
}
.extreport-reportui-sheet-tab-sub:hover
{
	color: #5e80eb;
	border-bottom: 1px solid #5e80eb;
}
.extreport-reportui-sheet-tab-sub-selected
{
	color: #5e80eb;
	border-bottom: 1px solid #5e80eb;
	height: 31px;
}
.extreport-reportui-tab-switch-left
{
	display: inline;
	position: absolute;
	height: 100%;
	width: 20px;
	height: 32px;
	line-height: 32px;
	background: #FAFAFA;
	border-right: 1px solid #CFCFCE;
	cursor: pointer;
}

.extreport-reportui-tab-switch-right
{
	display: inline;
	position: absolute;
	display: inline;
	width: 20px;
	height: 32px;
	line-height: 32px;
	background: #FAFAFA;
	border-left: 1px solid #CFCFCE;
	right: 0px;
	cursor: pointer;
}

/* 数据集相关样式 */
.dataset-web-main
{
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
}

/* ktable面板相关 */
.dataset-table-container
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #e2e7ef;
	min-height: 500px;
}

.dataset-table
{
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	background: white;
	top: 30px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.dataset-table:before
{
	content: "";
	display: table;
	clear: both;
}

.dataset-table-no-data-text
{
	position: absolute;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	top: 50%;
	text-align: center;
	color: rgb(151, 151, 151);
}

/* 过滤面板与方案管理 */
.runtime-filter-container
{
	margin: 0 15px 8px 15px;
	position: relative;
}

.runtime-filter-container-rpt
{
	margin: 0 15px 0px 15px;
	position: relative;
}

.runtime-filter-menu
{
	position: relative;
	height: 45px;
	line-height: 45px;
}

.runtime-filter-tips
{
	position: absolute;
	width: 100%;
}

.runtime-filter-tips-main
{
	float: left;
	margin-right: 8px;
	color: #999;
}

.runtime-filter-tips-sub
{
	color: #666;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	min-width: 50px;
	max-width: 600px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 8px;
}

.runtime-filter-btn-spread
{
	color: #5582f3;
	cursor: pointer;
	float: right;
	position: relative;
	height: 35px;
	top: 10px;
	padding: 0 5px;
}

.runtime-filter-btn-pack-up
{
	color: #5582f3;
	cursor: pointer;
	float: right;
	position: relative;
	border: 1px solid #dbdbdb;
	background-color: #fafafa;
	height: 35px;
	top: 10px;
	border-bottom-width: 0;
	z-index: 2;
	padding: 0 5px;
}

.runtime-filter-btn-spread-text
{
	float: right;
	margin-right: 5px;
	padding-left: 5px;
	line-height: 30px;
}

.runtime-filter-btn-spread-icon
{
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #5582f3;
	transform: rotate(135deg);
	height: 7px;
	width: 7px;
	float: right;
	margin-top: 10px;
	margin-right: 9px;
	cursor: pointer;
}

.runtime-filter-btn-pack-up-icon
{
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #5582f3;
	transform: rotate(135deg);
	height: 7px;
	width: 7px;
	float: right;
	margin-top: 14px;
	margin-right: 9px;
	cursor: pointer;
}

.runtime-filter-can-hide-panel
{
	border: 1px solid #dbdbdb;
	min-height: 90px;
	background-color: #fafafa;
	padding: 10px 10px 10px 0;
	position: relative;
}

.dataset-head-container
{
	height: 32px;
	position: absolute;
	right: 10px;
	background: #fff;
	line-height: 32px;
}

.dataset-combobox
{
	float: right;
	width: 70px;
	position: relative;
	margin-top: 3px;
}

.dataset-spinner-prompt
{
	float: right;
	color: #666;
}

.dataset-toolbar-right-refresh-btn
{
	float: right;
	position: relative;
	margin-right: 15px;
	margin-top: 9px;
}

.runtime-toolbar
{
	overflow: visible;
	left: 0px;
	right: 0px;
	padding-right: 0px;
	height: 45px;
	padding-left: 18px;
	position: relative;
}

.runtime-schema-manage-filter ul
{
	margin: 0px;
	padding: 0px;
}

.runtime-schema-manage-filter
{
	position: relative;
	padding-top: 10px;
	overflow-y: auto;
}

.runtime-schema-manage
{
	position: relative;
	margin: 5px 0 8px 15px;
}

.runtime-schema-manage-menu
{
	line-height: 24px;
	color: #666;
	position: relative;
	margin: 5px 10px 8px 15px;
}

.runtime-schema-manage-menu:after
{
	content: "";
	display: table;
	clear: both;
}

.runtime-schema-manage-menu-list
{
	max-width: calc(100% - 300px);
	max-height: 100px;
	overflow: auto;
}

.runtime-schema-manage-menu-list:after
{
	content: "";
	display: table;
	clear: both;
}

.runtime-schema-manage-menu-list-item
{
	display: inline-block;
	cursor: pointer;
	min-width: 20px;
	max-width: 218px;
	height: 24px;
	line-height: 24px;
}

.runtime-schema-manage-menu-list-item:hover
{
	color: #5e80eb;
}

.runtime-schema-manage-menu-list-item-active
{
	color: #5e80eb;
	pointer-events: none;
	cursor: none;
}

.runtime-schema-manage-menu-btn-op
{
	float: right;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	margin-left: 20px;
	min-width: 60px;
	text-align: center;
	cursor: pointer;
	height: 26px;
	padding: 0 5px;
	background: #fff;
	box-sizing: border-box;
}

.runtime-schema-manage-menu-btn-op:hover
{
	border-color: #5e80eb;
	color: #5e80eb;
}

.runtime-schema-manage-footer
{
	position: relative;
	height: 30px;
}

.runtime-schema-manage-footer-right
{
	float: right;
	height: 26px;
	line-height: 26px;
	position: relative;
	color: #666;
}

.runtime-schema-manage-footer-right-check
{
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	height: 24px;
	width: 14px;
	margin-right: 5px;
}

.runtime-schema-manage-footer-right-btn
{
	font-size: 12px;
	position: relative;
	margin-left: 15px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: bottom;
	height: 26px;
}

.runtime-schema-save-as-message-tip
{
	float: left;
	position: relative;
	top: 4px;
	color: rgb(252, 173, 5);
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

/*--------------------extreport-card相关--------------*/
.extreport-card-content
{
	position: absolute;
	top: 40px;
	left: 20px;
	right: 20px;
	bottom: 10px;
	overflow: auto;
}

.extreport-card-content-subreport
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgb(255, 255, 255);
	overflow: auto;
}

.extreport-card-content-mobile
{
	position: absolute;
	left: 20px;
	top: 35px;
	right: 20px;
	bottom: 5px;
	border: 0px;
	background-color: rgb(255, 255, 255);
	allowfullscreen: true;
}

.extreport-card-content-mobile-subreport
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px;
	background-color: rgb(255, 255, 255);
	allowfullscreen: true;
}

.extreport-card-content-mobile-in-panel
{
	top: 20px;
	left: 0px;
	right: 0px;
}

.extreport-card-headbar-btn-container-mobile
{
	position: absolute;
	right: 20px;
	width: 28px;
	height: 28px;
	top: 6px;
}

.extreport-card-headbar-btn-mobile
{
	position: absolute;
	top: 7px;
	left: 7px;
	width: 14px;
	height: 14px;
}

.extreport-card-content-mobile-full-screen 
{
	left: 0px;
	right: 0px;
	margin-left: 10px;
	margin-right: 10px;
	top: 44px;
}

.extreport-card-content-mobile-show-menu
{
	top: 75px;
}

.extreport-card-headbar
{
	position: relative;
	height: 40px;
	width: 100%;
}

.extreport-card-headbar-mobile
{
	position: relative;
	height: 35px;
	width: 100%;
}


.extreport-card-headbar-title
{
	position: absolute;
	top: 0px;
	margin-left: 20px;
	max-width: 80%;
	font-size: 14px;
	line-height: 40px;
	color: #5B6373;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.extreport-card-headbar-btn
{
	position:absolute;
	top: 12px;
	width: 16px;
	height: 16px;
	margin-right: 20px;
	cursor: pointer;
}

.extreport-card-headbar-otherbtn-pane
{
	z-index: 65536;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 2px;
	display: none;
}

.extreport-card-headbar-otherbtn-pane:after
{
	content: "";
	position: absolute;
	right: 6px;
	top: -5px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background-color: #f7f7f7;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.extreport-card-headbar-inner-btn
{
	z-index: 2;
	position: absolute;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.extreport-card-activebutton
{
}
.extreport-card-activebutton:hover
{
	filter: drop-shadow(0px 0px 1px #999);
}

.extreport-card-schema-manage-panel
{
	box-shadow: rgba(0,0,0,0.15) 5px 5px 5px;
	border-radius: 6px;
	z-index: 10;
}

.extreport-card-filter-allscheme
{
	position: absolute;
	left: 10px;
	height: 28px;
	width: 50%;
	min-width: 170px !important;
	max-width: 200px !important;
	display:inline-block;
	font-family: 微软雅黑;
	color: #666;
	font-size: 12px;
	vertical-align: middle;
}
.extreport-card-filter-scheme-lable
{
	position: absolute;
	top: 6px;
	font-family: 微软雅黑;
	color: #666;
	font-size: 12px;
	width: 70px;
}

.extreport-card-filter-scheme-combobox
{
	position: absolute;
	width: 50%;
	min-width: 85px !important;
	max-width: 130px !important;
	height: 25px;
	left: 65px;
	background-color: unset;
}

.extreport-card-filter-all-toolbar
{
	position:absolute;
	right: 10px;
	width: 50%;
	min-width: 150px;
	max-width: 300px;
	/*top:14px;*/
	display:inline-block;
	vertical-align: middle;
}
.extreport-card-filter-toolbar-common
{
	margin-left:7px;
	float: right;
	width: 20%;
	height:28px;
	min-width: 40px !important;
	max-width: 66px !important;
	cursor:pointer;
	line-height:28px;
	text-align:center;
	font-size:12px;
	display:inline-block;
	/*top:65px;*/
	font-family:微软雅黑;
	color:#666;
	border-radius:2px;
	border:1px solid #dbdbdb
}

.extreport-card-sheet-container-content
{
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}
.extreport-card-sheet-container
{
	height: 100%;
	width: 100%;
}

.extreport-card-fullscreen
{
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
}

.extreport-card-mask
{
	position: absolute;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
}

.extreport-card-mask-text
{
	position: relative;
	top: 35%;
	color: #666;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	display: block;
}

.extreport-card-mask-btn
{
	position: relative;
	top: 35%;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	cursor: pointer;
	padding: 4px 10px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	width: 90px;
	margin: auto;
	display: block;
	text-align: center;
}

.extreport-card-mobile-msg-text
{
	font-size: 15px;
	color: #555555;
	margin-bottom: 8px;
	word-break: break-all;
	text-align: center;
}

.extreport-card-mobile-linkreport-iframe
{
	position: fixed;
	width: 100%;
	height: 100%;
	border: 0px;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: #FFFFFF;
}

.extreport-card-mobile-filter-modallayer
{
	z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.extreport-card-mobile-sliderselector
{
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	background-color: white;
	cursor: default;
}

.extreport-card-mobile-sliderselector-head
{
	height: 44px;
	width: 100%;
	background-color: #F6F8F9;
}

.extreport-card-mobile-sliderselector-head-ok
{
	position: absolute;
	right: 15px;
	top: 0;
	height: 44px;
	line-height: 44px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #2B87F3;
	letter-spacing: -0.34px;
	overflow: hidden;
	white-space: nowrap;
}

.extreport-card-mobile-sliderselector-head-cancel
{
	position: absolute;
	left: 15px;
	top: 0;
	height: 44px;
	line-height: 44px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #1D1D1D;
	letter-spacing: -0.34px;
	overflow: hidden;
	white-space: nowrap;
}

.extreport-card-mobile-sliderselector-content
{
	position: relative;
	height: 220px;
	width: 100%;
	overflow: hidden;
}

.qing-rpt-tooltips
{
	z-index: 65535;
	position: absolute;
	width: auto;
	min-width: 100px;
	height: auto;
	min-height: 50px;
	background-color: rgba(21,21,21,0.85);
	border-radius: 4px;
	overflow: hidden;
}
.qing-rpt-tooltips-title
{
	color: #eee;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.qing-rpt-tooltips-title-color
{
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	margin-right: 4px;
}
.qing-rpt-tooltips-title-text
{
	display: inline-block;
	position: relative;
}
.qing-rpt-tooltips-value
{
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.rpt_divMainContainer
{
	width:100%;
	border: 1px solid;
	box-sizing: border-box;
}
.rpt_divMain
{
	position: absolute;
}

.chart-change-menu
{
	z-index: 999;
	width: 75px;
	height: 20px;
	position: absolute;
	/*background-color: #29c392;*/
	border-radius: 5px;
	border: solid 2px var(--color-main, #29c392);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
	text-align: center;
	/*color: rgba(255,255,255,0.9);*/
}

.chart-selected
{
	outline: solid 1px rgba(0,0,0,0.4);
}

.pop-menu-bye
{
	text-align: center;
	color: #999;
	text-shadow: 0px 0px 20px #fff;
}

.pop-menu
{
	background-color: rgba(255,255,255,0.9);
	border-radius: 2px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
}

.pop-menu-close
{
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	color: #bbb;
}
.pop-menu-close:hover
{
	color: #5582f3;
	color: var(--color-main, #5582f3);
}

.pop-menu-tips
{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	margin-left: 4px;
	cursor: pointer;
	color: #bbb;
}

.pop-menu-item
{
	color: #54668B;
	border: 1px solid #ddd;
	min-width: 80px;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px;
	line-height: 16px;
	border-radius: 2px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pop-menu-item:hover
{
	color: #5582f3;
	color: var(--color-main, #5582f3);
	background-color: #eff3fd;
	background-color: var(--color-pale, #eff3fd);
}
.pop-menu-item_selected
{
	color: #5582f3;
	color: var(--color-main, #5582f3);
	background-color: #eff3fd;
	background-color: var(--color-pale, #eff3fd);
}

.extreport-errorcard-headbar-title
{
    position: absolute;
    left: 20px;
    right: 40px;
    top: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(91, 99, 115);
    overflow: hidden;
    text-overflow: ellipsis;
}

.extreport-errorcard-headbar-refresh-btn
{
    position: absolute;
    top: 12px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.extreport-errorcard-headbar-title-mobile
{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5B6373;
}

.extreport-carderror-errorprompt
{
    overflow: auto;
    height: 100%;
    position: relative
}

.extreport-carderror-errorprompt-img
{
    width: 100%;
    height: 70%;
    min-height: 104px;
    max-width: 200px;
    max-height: 200px;
    background-size: contain;
    background-position: center center !important;
    margin: 0 auto;
}

.extreport-carderror-errorprompt-errorinfo
{
    height: 113px;
    min-height: 36px;
    max-height: 50px;
    text-align: center;
}

.extreport-carderror-errorprompt-errortext
{
    color: #666;
}

.carderror-errorprompt-error-operation-btn
{
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    cursor: pointer;
    padding: 4px 23px;
    margin-top: 10px;
    color: #ccc;
    font-size: 12px;
    width: 72px;
    margin: 10px auto;
}

/** mobile */
.mobile-square-legend-bar
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42px;
	z-index: 1;
	background-color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.mobile-square-legend-head
{
	position: relative;
	float: left;
	top: 0;
	padding-left: 11px;
	padding-right: 11px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	letter-spacing: -0.36px;
	max-width: 85px;
	height: 100%;
	line-height: 42px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	flex-shrink: 0;
}

.mobile-square-legend-border
{
	position: relative;
	float: left;
	top: 4px;
	width: 1px;
	height: 33px;
	background-color: #E5E5E5;
	flex-shrink: 0;
}

.mobile-square-legend-wrap
{
	position: relative;
	float: left;
	margin-left: 12px;
	height: 42px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.mobile-square-legend-container
{
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.mobile-square-legend-item
{
	height: 42px;
	padding-right: 24px;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.mobile-square-legend-square
{
	width: 12px;
	height: 12px;
	margin: 15px 5px 15px 0px;
	border-radius: 12px;
}

.mobile-square-legend-text
{
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	margin: 15px 0px 15px 0px;
}