.float-body-shim{
	width: 100%;
	height: 100%;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  	opacity: 0;
	background-color: #eee;
}
/*==================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;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.target-cell-inline {
	display: inline-block;
    vertical-align: top;
	height: 16px;
    width: 16px;
	-moz-box-sizing: border-box;
}
.target-box{
	border: 1px dotted #d6d9d3;
}
.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-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;
}
.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);
}