.scenarios-list {
	list-style: none;
	padding-left: 0;
}

.scenario-item {
	border-bottom: 1px solid gray;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	cursor: pointer;
	transition: background 0.5s, color 0.5s;
	color: black;
}

.scenario-item:hover {
	background: #333333;
	color: white;
}

.scenario-item:hover i {
	color: white;
}

h3 {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ededed+100 */
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ededed 0%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed),
		color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%, #ededed 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed',
		endColorstr='#ededed', GradientType=0); /* IE6-8 */
	border-bottom: 1px solid #C7C7C7;
	background: #ededed
}

.scenario-icon-container {
	width: 24px;
	border-radius: 10em;
	border: 1px solid #efefef;
	vertical-align: middle;
}

.scenario-title {
	
}

.select-scenario-button {
	color: black;
	text-decoration: none;
	text-align: right;
	float: right;
	line-height: 28px;
	margin-right:5px;
}

.last-month-positive-symbol {
	width: 16px;
	height: 16px;
	background: url('../images/last-month-arrow-up.png');
	display: inline-block;
}

.last-month-negative-symbol {
	width: 16px;
	height: 16px;
	background: url('../images/last-month-arrow-down.png');
	display: inline-block;
}

.asset-class-list {
	display: table;
	width: 100%;
	padding: 0;
	margin:0;
}

.asset-class-list li {
	display: table-row;
}

.super-asset-class .asset-class-name {
	/*text-decoration: underline;*/
	font-weight: bold;
}

.asset-class .asset-class-name {
	padding-left: 1.5em;
}

.super-asset-class .asset-class-name {
	padding-left: 0.5em;
}

.asset-class-name, .asset-estimated-symbols, .asset-last-month-symbols,.asset-estimated-symbols-header,.asset-last-month-symbols-header {
	display: table-cell;
	padding-top: 3px;
}

.asset-last-month-symbols, .asset-estimated-symbols {
	text-align: right;
	padding-right: 2px;
}

.loaderContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #efefef;
	z-index: 10;
	transition: opacity 0.5s;
	opacity: 1;
}

.loaderContainer img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.market-view-widget {
	position: relative;
	width: 100%;
	min-width: 50px;
	min-height: 50px;
}

.market-view-widget a {
	text-decoration: none;
	color: black;
}

.market-view-scenario-details .apply-market-view-container,
	.withFondsContainer {
	text-align: right;
	margin-right: 0.5em;
}

.withFondsContainer {
	margin-top: 2em;
}

.apply-market-view-container {
	margin-top: 0.2em;
}

.marketViewBack{
	float: right;
    font-size: 0.8em;
    margin-right: 6px;
    line-height: 24px;
}

.asset-last-month-symbols{
	white-space: nowrap;
}
.super-asset-class{
	cursor:pointer;
}

.asset-childs{
	
	overflow:hidden;	
}

.asset-childs.open{
	
	max-height:600px;
	transition: max-height 0.5s ease-in;
	
}

.asset-childs.closed{
	transition: max-height 0.25s ease-out;
	max-height:0;
}