.analysiscenter-body
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #E7EAED;
}
.analysiscenter-pane
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	bottom: 10px;
}
.analysiscenter-leftpane
{
	border: 1px solid rgba(0,0,0,.15);
	overflow-x: hidden;
	overflow-y: auto;
	background: #FFFFFF;
	box-shadow: 1px 0 2px 0 rgba(150,155,161,0.50);
	margin-top: 40px;
}
.analysiscenter-leftpane-searchbox
{
	position: relative;
	height: 40px;
	width: 220px;
	z-index: 2;
}
.analysiscenter-leftpane-search-nothing
{
	height: 40px;
	width: 200px;
	margin-top: 60px;
	text-align: center;
}
.analysiscenter-rightpane
{
	border: 1px solid rgba(0,0,0,.15);
	background: #FFFFFF;
	box-shadow: 1px 0 2px 0 rgba(150,155,161,0.50);
}
.analysiscenter-leftpane-collapse
{
	width: 10px;
	height: 16px;
	float: right;
	margin-right: 20px;
	margin-top: 24px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.analysiscenter-lists
{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.analysiscenter-item, .analysiscenter-menu
{
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	overflow: hidden;
}

.analysiscenter-item-name-icon
{
    position: relative;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-top: 11px;
    margin-left: 50px;
    float: left;
}

.analysiscenter-item-content, .analysiscenter-menu-content
{
	height: 39px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.analysiscenter-item-content-selected
{
	height: 39px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	overflow: hidden;
	background-color: #E2E7EF;
	border-left: 3px solid #5582f3;
	border-left: 3px solid var(--color-main, #5582f3);
	border-right: 0px;
	box-sizing: content-box;
}
.analysiscenter-item-content-selected .analysiscenter-item-name-icon 
{ 
	margin-left: 47px; 
}
.analysiscenter-item-padding
{
	padding-left: 20px;
}
.analysiscenter-item-content-selected:hover
{
	background-color: #E2E7EF;
}
.analysiscenter-item-content:hover
{
	background-color: rgb(246, 247, 249);
	cursor: pointer;
}
.analysiscenter-menu-content:hover
{
	background-color: rgb(246, 247, 249);
	cursor: pointer;
}
.analysiscenter-menu-icon
{
	position: absolute;
	background-position-y: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
	margin-left: 24px;
	margin-top: 14px;
	float: left;
}
.analysiscenter-lists-selected
{
	display: block;
	background: #FFF;
}
.analysiscenter-item-name
{
	position: relative;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 12px;
    line-height: 39px;
    color: #353C45;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0;
}
.analysiscenter-menu-name
{
	position: relative;
	left: 50px;
	top: 0px;
	height: 39px;
	margin-right: 74px;
	line-height: 39px;
	color: #353C45;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 0;
	font-size: 14px;
}
.analysiscenter-menu-name-selected
{
	color: #5582f3;
	color: var(--color-main, #5582f3);
}
.analysiscenter-item-name-selected
{
	color: #5582f3;
	color: var(--color-main, #5582f3);
}
.analysiscenter-menu-content-selected
{
	background: #ECF7FF;
}
.analysiscenter-collapse 
{
	position: absolute;
	width: 10px;
	height: 54px;
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
	z-index: 2;
}
.analysiscenter-collapse:hover
{
	background: #ECF7FF;
}
.analysiscenter-message 
{
	position: absolute;
    width: 370px;
    height: 370px;
    left: 50%;
    top: 50%;
    margin-left: -185px;
    margin-top: -185px;
    text-align: center;
}
.analysiscenter-message-background 
{
	position: relative;
	height: 200px;
	width: 280px;
	left: 0px;
	margin: 0 auto;
}
.analysiscenter-empty-background 
{
	position: relative;
	height: 177px;
	width: 179px;
	left: 0px;
	margin: 0 auto;
}
.analysiscenter-message-text
{
	width: 100%;
	font-size: 14px;
	margin-top: 6px;
	margin: 0px auto;
    text-align: center;
    color: #353C45;
}
.analysiscenter-collapse-icon
{
    position: absolute;
    left: 2px;
    top: 23px;
	width: 7px;
    height: 7px;
}
.analysiscenter-collapse-icon-right 
{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.analysiscenter-rightpane-iframe
{
	width: 100%;
	height: 100%;
	border: 0px;
}

.analysiscenter-search-icon
{
	background: url(./res/icon_search.png)no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 36%;
	right: 5px;
}

.analysiscenter-name-preset-tag
{
    position: relative;
    padding: 1px 2px;
    margin-top: 9px;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
}

.analysiscenter-name-preset-tag-selected
{
    color: var(--color-main, #5582f3);
    border: 1px solid var(--color-main, #5582f3);
}
