.float-body-shim {
	width: 100%;
	height: 100%;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0 );
	opacity: 0;
	background-color: #eee;
	top: 0px;
	left: 0px;
}
/*==================detail item=================*/
.cd-detail-box-padding {
	padding: 10px;
}

.cd-detail-main-container {
	margin-right: 40px;
	padding: 10px;
}

.cd-detail-month-inline {
	display: inline-block;
}

.cd-detail-month-first {
	width: 50px;
	line-height: 16px;
	border-right: 1px solid #b5b7b4;
}

.cd-detail-month {
	width: 40px;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #b5b7b4;
	border-right: 1px solid #b5b7b4;
}

.cd-detail-left {
	float: left;
	width: 40px;
	background-color: #CCFFCC;
}

.cd-detail-total {
	text-indent: 100px;
	font-size: 16px;
	line-height: 30px;
	background-color: #CCFFFF;
}
/*==================overview item=================*/
.cd-ov-box-border {
	border: 1px solid #b5b7b4;
}

.cd-ov-left {
	float: left;
	width: 40px;
	height: 95px;
	background-color: #CCCCCC;
}

.cd-ov-left-year {
	padding-left: 5px;
	overflow: visible;
	font-size: 14px;
	line-height: 30px;
}

.cd-ov-main {
	margin-left: 40px;
	width: 100%;
}

.cd-ov-main-container {
	height: 95px;
	margin-right: 40px;
	padding-bottom: 15px;
}

.cd-ov-total {
	text-indent: 100px;
	font-size: 16px;
	line-height: 30px;
	background-color: #CCCCFF;
}

.cd-ov-legend {
	float: right;
	padding-right: 10px;
	line-height: 25px;
}

.cd-ov-legend-item {
	display: inline-block;
	margin-right: 10px;
}

.cd-ov-legend-item-img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	-moz-box-sizing: border-box;
}

.cd-ov-content {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
}

.cd-ov-content-item {
	line-height: 25px;
	text-align: center;
	display: inline-block;
}

.cd-ov-barbox {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #d0cfcb;
}

.cd-ov-barbox-item {
	line-height: 25px;
	text-align: center;
	display: inline-block;
}
/*==================target component=================*/
.target-cell-inner {
	line-height: 22px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 22px;
	position: relative;
	text-align: center;
}

.target-cell-inline {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
}

.target-box {
	border: 1px dotted #d6d9d3;
}

.target-cell-content {
	display: inline;
	height: 100%;
}

.target-cell-btn {
	padding: 2px;
}

.target-row-selected {
	background-color: #dee0dc;
}

.target-row-over {
	background-color: #e4e5e2;
}

.target-btn-add {
	background-image: url(../images/ux/target/add.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}

.target-btn-del {
	background-image: url(../images/ux/target/cross.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}
/*==================用户组建定制样式=================*/
#app-header {
	color: #596F8F;
	font-size: 22px;
	font-weight: 200;
	padding: 8px 15px;
	text-shadow: 0 1px 0 #fff;
}

#app-msg {
	background: #D1DDEF;
	border: 1px solid #ACC3E4;
	padding: 3px 15px;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 0;
}

.x-panel-ghost {
	z-index: 1;
}

.x-border-layout-ct {
	
}

.x-portal {
	overflow: auto;
}

.x-portal-body {
	padding: 0 0 0 8px;
}

.x-portal .x-portal-column {
	/* columns must have vertical padding to avoid losing dimensions when empty */
	padding: 8px 8px 0 0;
}

.x-portal .x-panel-dd-spacer {
	border: 2px dashed #99bbe8;
	background: #f6f6f6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
}

.x-portal-dd-portal {
	border: 2px dashezzd #99bbe8;
}

.x-portlet {
	margin-bottom: 10px;
	padding: 0px;
	background: #E6E6E6;
	border: 1px solid #828282;
}

.x-portlet .x-panel-body {
	background: #fff;
}

.portlet-content {
	padding: 10px;
	font-size: 11px;
}

#app-options .portlet-content {
	padding: 5px;
	font-size: 12px;
}

.settings {
	background-image: url(../shared/icons/fam/folder_wrench.png);
}

.nav {
	background-image: url(../shared/icons/fam/folder_go.png);
}

.info {
	background-image: url(../shared/icons/fam/information.png);
}

/*components select*/
.cd-uc-item-box {
	width: 100%;
	height: 90px;
	border: 1px solid #ACC3E4;
	padding: 2px;
}

.cd-uc-item-inner {
	width: 100%;
	height: 100%;
	padding: 5px 16px 5px 16px;
}

.cd-uc-item-icon {
	float: left;
	padding-top: 49px;
	width: 72px;
	height: 72px;
	background: url(../images/ux/comp/cd-comp-back.png) no-repeat;
}

.cd-uc-item-op {
	display: inline-block;
	height: 22px;
}

.cd-uc-item-del {
	width: 22px;
	cursor: pointer;
	background: url(../images/ux/comp/cd-comp-del.png) no-repeat right 3px;
}

.cd-uc-item-add {
	width: 22px;
	cursor: pointer;
	background: url(../images/ux/comp/cd-comp-add.png) no-repeat left 3px;
}

.cd-uc-item-num {
	width: 28px;
	padding-top: 3px;
	color: #77a819;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

.cd-uc-item-content {
	width: 380px;
	margin-left: 10px;
	float: left;
	height: 72px;
	overflow: hidden;
}

.cd-uc-item-content h3 {
	line-height: 24px;
	margin-bottom: 6px;
}
/*组件展示方式图标*/
.cd-comp-display-1x1 {
	background-image: url(../images/ux/comp/1x1.png);
}

.cd-comp-display-1x2 {
	background-image: url(../images/ux/comp/1x2.png);
}

.cd-comp-display-2x1 {
	background-image: url(../images/ux/comp/2x1.png);
}

.cd-comp-display-2x2 {
	background-image: url(../images/ux/comp/2x2.png);
}

.cd-comp-display-2x3 {
	background-image: url(../images/ux/comp/2x3.png);
}

/*ColumnList */
.cd-columnlist-item {
	width: 200px;
	height: 20px;
	line-height: 19px;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowarp;
}

.cd-columnlist-item-checkbox {
	width: 13px;
	height: 13px;
	margin: 3px 3px 0 3px;
	vertical-align: top;
	display: inline-block;
}

.cd-columnlist-item img {
	background: url(../images/form/checkbox.gif) no-repeat 0 0;
}

.cd-columnlist-item-selected img {
	background: url(../images/form/checkbox.gif) no-repeat 0 -13px;
}

/*2013-12-24 EEMWeb 2.2*/

/*********模板小组件  start**********************/

/**小组件标题样式**/
.ed-custom-delete,.ed-custom-edit,.ed-custom-dataSource {
	vertical-align: top;
	width: 26px;
	height: 25px;
	cursor: pointer;
	background-color: transparent;
	border: 0 none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

button.ed-custom-edit:hover {
	background-position: -26px 0;
}

button.ed-custom-delete:hover {
	background-position: -26px 0;
}

button.ed-custom-dataSource:hover {
	background-position: -26px 0;
}

button.ed-custom-dataSource {
	float: right;
	margin-left: 5px;
	background-image:url("../images/ux/portlet/ed-custom-setdatasource.png") !important;
}

button.ed-custom-edit {
	float: right;
	margin-left: 5px;
	background-image: url("../images/ux/portlet/ed-custom-edit.png") !important;
}

button.ed-custom-delete {
	background-image: url("../images/ux/portlet/ed-custom-delete.png") !important;
}

/**设置对标panel 的标题部分**/
.ed-template-custom-panel-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #3c3c3c;
	font-size: 12px;
	border-bottom: 1px solid #6f876f;
	margin-bottom: 5px;
}
/**bench的显示样式**/
.ed-template-custom-bench-box,.ed-template-custom-bench-setter-box {
	border: 1px solid #aeaeae;
	font-size: 12px;
	width: 100%;
	height: 65px;
	color: #aeaeae;
	cursor: pointer;
	margin-bottom: 12px;
}

.ed-template-custom-bench-box-edit{
	width: 100px;
	height: 45px;
	float:left;
	color: #000000;
	margin:'0 10px 0 10px';
}


.ed-template-custom-bench-box {
	text-align: center;
	position: relative;
}

.ed-template-custom-bench-center {
	height: 100%;
	width: 100%;
	position: relative;
	font-size: 12px;
}

.ed-template-custom-bench-box>button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 19px;
	position: absolute;
	width: 19px;
	z-index: 10;
}

.ed-template-custom-bench-box:hover>button {
	display: block;
}

.ed-template-custom-bench-box>.btn_edit {
	background-image: url("../images/ux/comp/ed-custom-bench-edit.png");
	background-position: 0 0;
	top: 0px;
	right: 0px;
}

.btn_edit:hover {
	background-position: 58px 0;
}

.ed-template-custom-bench-box>.btn_del {
	background-image: url("../images/ux/comp/ed-custom-bench-delete.png");
	background-position: 1px 0;
	left: 0px;
	top: 0px;
}

.btn_del:hover {
	background-position: 59px 0;
}

.ed-template-custom-benchName {
	font-size: 18px;
	color: #3c3c3c;
	text-align: center;
}


.ed-template-custom-benchValue {
	font-size: 12px;
	color: #aeaeae;
	text-align: center;
}
/**bench的设置、编辑样式**/
.ed-template-custom-bench-setter-box {
	padding: 3px;
}

.ed-template-custom-bench-setter-inner-box {
	width: 100%;
	height: 29px;
}

/**添加指标的div样式**/
.ed-template-custom-blank-box {
	border: 1px dashed #aeaeae;
	font-size: 12px;
	width: 100%;
	height: 65px;
	color: #aeaeae;
	line-height: 58px;
	text-align: center;
	cursor: pointer;
}

.ed-template-custom-blank-box span {
	font-size: 20px;
	font-weight: bold;
}
/*********模板小组件  end**********************/
.x-layout-split-left,.x-layout-split-right {
	height: 71px;
	width: 10px;
}

.ed-head-shrink-top {
	opacity: 0.7;
	height: 24px!important;
	width: 24px;
	position: fixed!important;
	z-index: 99;
	top: 80px;
	left: 190px;
    margin-left: -35px;
	cursor: pointer;
	/*background: no-repeat top left;*/
	background-image: url('../images/util/splitter/head-shrink-bottom.png');
	background-repeat: no-repeat;
    background-size: contain;
}

.ed-head-shrink-bottom {
	opacity: 0.7;
	height: 24px!important;
	width: 24px;
	position: fixed!important;
	z-index: 99;
	top: 0px;
	left: 190px;
    margin-left: -35px;
	cursor: pointer;
	/*background: no-repeat top left;*/
	background-image: url('../images/util/splitter/head-shrink-top.png');
	background-repeat: no-repeat;
    background-size: contain;
}

.ed-head-overCls {
	opacity: 1;
	border: 1px solid #499933;
    border-radius: 4px;
    background-color: #d5f1e8;
}

/*****************EEM.ux.field.DatePicker样式 Begin*****************************/
.x-yearpicker {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 1px solid #4B5545;
}

.x-yearpicker-years {
	float: left;
	height: 145px;
}

.x-yearpicker-item {
	float: left;
	margin: 4px 0 5px 0;
	font: normal 11px Microsoft YaHei, tahoma, arial, verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	width: 43px;
	border: 0 none
}

.x-yearpicker-item a {
	display: block;
	margin: 0 5px;
	text-decoration: none;
	color: #577043;
	border: 1px solid #fff;
	line-height: 17px
}

.x-yearpicker-item a:hover {
	background-color: #f7fbf3
}

.x-yearpicker-item a.x-yearpicker-selected {
	background-color: #f7f9f4;
	border: 1px solid #c1c9ba
}

.x-yearpicker-years .x-yearpicker-item {
	width: 44px
}

.x-yearpicker-yearnav {
	height: 28px;
}
.x-yearpicker-yearnav span {
	line-height: 28px;
	text-align:  center;
}

.x-yearpicker-yearnav button {
	background-image: url('../images/tools/tool-sprites.gif');
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 7px 10px 6px 10px;
	border: 0;
	outline: 0 none
}

.x-yearpicker-yearnav button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.x-yearpicker-yearnav-next {
	background-position: 0 -120px;
	float: right;
}

.x-yearpicker-yearnav-next-over {
	cursor: pointer;
	cursor: hand;
	background-position: -15px -120px
}

.x-yearpicker-yearnav-prev {
	background-position: 0 -105px;
	float: left;
}

.x-yearpicker-yearnav-prev-over {
	cursor: pointer;
	cursor: hand;
	background-position: -15px -105px
}

.x-yearpicker-small .x-yearpicker-item {
	margin: 2px 0 2px 0
}

.x-yearpicker-small .x-yearpicker-yearnav {
	height: 23px
}

.x-yearpicker-small .x-yearpicker-years {
	height: 136px
}

.x-quirks .x-ie7 .x-yearpicker-buttons .x-btn,.x-quirks .x-ie8 .x-yearpicker-buttons .x-btn
	{
	margin-top: 2px
}

.x-yearpicker-buttons {
	position: relative;
	border-top: 1px solid #dde7d3;
	background-image: none;
	background-color: #f7f9f4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f4f2),
		color-stop(49%, #eaeaea), color-stop(51%, #e4e4e3),
		color-stop(100%, #e6e6e6) );
	background-image: -webkit-linear-gradient(top, #f3f4f2, #eaeaea 49%, #e4e4e3 51%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #f3f4f2, #eaeaea 49%, #e4e4e3 51%, #e6e6e6);
	background-image: -o-linear-gradient(top, #f3f4f2, #eaeaea 49%, #e4e4e3 51%, #e6e6e6);
	background-image: linear-gradient(top, #f3f4f2, #eaeaea 49%, #e4e4e3 51%, #e6e6e6);
	text-align: center;
}

.x-yearpicker-buttons .x-btn {
	position: relative;
	margin: 4px;
}

.x-nlg .x-yearpicker-buttons {
	background-image: url('../images/datepicker/datepicker-footer-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.x-quirks .x-yearpicker-small .x-yearpicker-yearnav button {
	margin-top: 3px;
	margin-bottom: 3px
}

.x-ie6 .x-yearpicker-small .x-yearpicker-yearnav button {
	margin-top: 3px;
	margin-bottom: 3px
}

/*****************EEM.ux.field.DatePicker样式 End*****************************/

/*****************EEM.ux.list.NameAssitList样式 Start*****************************/
.ed-ux-list-nameassistlist-item{
    list-style: none outside none;
    cursor: pointer;
}

.ed-ux-list-nameassistlist-item-selected{
	background-color: #3399FF;
    color: white;
}


/*****************EEM.ux.list.NameAssitList样式 End*****************************/
.x-grid-row .x-grid-cell{
	font-size:13px;
}

/*****************EEM.ux.field.ComparisionField样式 Start*****************************/

.ed-compField-title{
	background-color: #69afe2;
	border-radius: 10px 0px 0px 10px;
	width:50px;
	float: left;
	text-align: center;
	word-wrap: break-word;
	color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	height:100px;
	font-size: 15px;
	font-weight: bold;
}

.ed-compField-bottomTitle{
	height:20px;
	text-align:center;
	font-size: 15px;
	color: #060202;
	font-weight: bold;
}
.ed-compField-body{
	float: left;
	background-color:#E5E5E5;
	border-radius: 0px 10px 10px 0px;
	font-size: 12px;
	height: 100px;
	width: 250px;
	padding: 10px 5px 10px 5px;
	color:#595959;
}
.ed-compField-body *{
	background: transparent;
	word-break:
}

.ed-compField-comp{
	height:50px;
	float: left;
	width:77px;
	/*padding: 5px;*/
	position: relative;
}
.ed-compField-info{
	width: 160px;
	float: left;
}

.ed-compField-info div{
	word-wrap: break-word;
}

.ed-compField-comp span{
	margin: 20px 0  0 25px;
	position:absolute;
	bottom: 0px;
}

.ed-compField-equal{
	color: #DD8601;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    position: relative;
    width: 60px;
	
}

.ed-compField-equal span{
	margin: 10px 0  0 10px;
	position:absolute;
	bottom: 0px;
}
.ed-compField-comp-up {
	background: url("../images/ux/field/up.png") 0% 100% no-repeat;
}
.ed-compField-comp-down {
	background: url("../images/ux/field/down.png") 0% 100% no-repeat;
}

/*****************EEM.ux.field.ComparisionField样式 End*****************************/