/* ==========================================================================
   Page layout
   ========================================================================== */

div.global-content #content-body,
div.global-content #content-sidebar {
	display: inline;
	float: left;
	left: 969px;
	position: relative;
}

div.global-content #content-body {
	margin-left: -935px;
	width: 600px;
}
div.global-content #content-sidebar {				/* content-sidebar: right column (INTRO) */
	background-color: #F3EEEE;				/* AODA: changed from #FCF3DB; */
	margin-left: -250px;
	width: 290px;
/*	background-image: linear-gradient(to bottom, #FCF3DB 10%, #FCF3DA 14%, #FEFCF6 79%, #FFFFFE 100%); */	/* AODA: */
}

/* ==========================================================================
   Content and sidebar widgets
   ========================================================================== */

.indsegfunds-dfs-widget {
	color: #424242;			/* AODA: changed from #000; */
	margin: 0 0 35px;
	padding: 0 14px;
}
#content-body .indsegfunds-dfs-widget {
	padding-left: 0;
	padding-right: 0;
}
	.indsegfunds-dfs-widget h2 {
		color: #424242;		/* AODA: changed from #5482AB; */		
		margin: 0 0 14px 0;		
	}
		.indsegfunds-dfs-widget h2 span {
			font-size: 80%;
			font-weight: normal;
			text-transform: none;
			white-space: nowrap;
		}

	.indsegfunds-dfs-widget h3 {
		color: #424242;			/* AODA: changed from #000; */		
		margin: 0 0 .5em;
	}

	.indsegfunds-dfs-widget ul li {
		background: transparent;
		list-style-type: disc;		/* AODA */
		margin: .5em 0 .5em 1.7em;	/* AODA */
		padding-left: 0;
	}
	.indsegfunds-dfs-widget ol li {
		background: transparent;
		list-style-type: disc;		/* AODA */
		margin: .1em 0;
		padding-left: 0;
	}

	.indsegfunds-dfs-widget a {
		color: #002d3d;		/* AODA: links */
	}

	/*
	 * Fund selector
	 */

	.indsegfunds-dfs-widget-selfund {
		background: #002D3D;				/* Select a different fund */
		border-bottom: solid 3px #D0651E; 
		color: #FFFFFF;					/* AODA: changed from #fff; */
		margin-bottom: 21px;
		padding-bottom: 12px;
		padding-top: 12px;
		position: relative;
		z-index: 1;		
	}
		.indsegfunds-dfs-widget-selfund label {
			display: block;
			font-size: 1.333em;
			font-weight: bold;
			margin: 0 0 .5em;
		}

		.indsegfunds-dfs-widget-selfund select {
			border: solid 1px #e6e6e6;
			color: #424242;			/* AODA: changed from #000; */
			font-size: .917em;
			padding: 2px;
			width: 250px;
		}

		.indsegfunds-dfs-widget-selfund * {
			box-sizing: content-box;
		}

/* ==========================================================================
   Simple data grid
   ========================================================================== */

.indsegfunds-dfs-datagrid-simple {
	margin: 1em 0;
	width: 100%;
}
	.indsegfunds-dfs-datagrid-simple thead th {
		line-height: 1.1;
		padding: .2em .2em;
		text-align: left;
		vertical-align: top;
	}

	#content-body .indsegfunds-dfs-datagrid-simple thead th {
		color: #424242;				/* AODA: changed from #003946; */
		font-size: 1.333em;
		padding: .5em 0 0;
		text-align: right;
	}

		#content-body .indsegfunds-dfs-datagrid-simple thead th sup {
			vertical-align: baseline; 
			position: relative; 
			font-size: 70%;
			top: -0.6em;
		}

	#content-body .indsegfunds-dfs-datagrid-simple thead th:first-child {
		text-align: left;
	}
		.indsegfunds-dfs-datagrid-headnote {

		}

	.indsegfunds-dfs-datagrid-simple tbody > :first-child td,
	.indsegfunds-dfs-datagrid-simple tbody > :first-child th {
		padding-top: .667em;
	}

	.indsegfunds-dfs-datagrid-simple tbody td,
	.indsegfunds-dfs-datagrid-simple tbody th {
		padding: .2em .4em;
		text-align: left;
		vertical-align: top;
	}

	#content-body .indsegfunds-dfs-datagrid-simple tbody tr:nth-child(2n) {
		background: #F3EEEE;				/* AODA: changed from #E9EDEF; */ /* Portfolio analysis tables shadowing */
	}
	#content-body .indsegfunds-dfs-datagrid-simple tbody tr.nthchild > * {
		background: #F3EEEE;				/* AODA: changed from #E9EDEF; */ /* Portfolio analysis tables shadowing */
	}

	#content-sidebar .indsegfunds-dfs-datagrid-simple tbody tr:nth-child(2n) {
		background: #DCCBCC;				/* AODA: changed from #FFFFFF; */ /* right column (INTRO) light shadowing */
	}
	#content-sidebar .indsegfunds-dfs-datagrid-simple tbody tr.nthchild > * {
		background: #DCCBCC;				/* AODA: changed from #FFFFFF; */ /* right column (INTRO) light shadowing */
	}

	#content-body .indsegfunds-dfs-datagrid-simple tbody td {
		text-align: right;
	}
	#content-body .indsegfunds-dfs-datagrid-simple tbody td:first-child {
		text-align: left;
	}

/* ==========================================================================
   Data grid
   ========================================================================== */

.indsegfunds-dfs-datagrid {
	margin: 1.5em 0;
	width: 100%;
}
	.indsegfunds-dfs-datagrid thead th {
		border-left: solid 1px #9A9A9A;
		font-size: .923em;
		padding: 5px;
		text-align: center;
		vertical-align: bottom;
	}
	.indsegfunds-dfs-datagrid thead tr :first-child {
		border-left: 0;
		text-align: left;
	}

	.indsegfunds-dfs-datagrid tbody td,
	.indsegfunds-dfs-datagrid tbody th {
		border: solid 1px #9A9A9A;
		border-right: 0;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
	}
	.indsegfunds-dfs-datagrid tbody tr :first-child {
		border-left: 0;
	}

	.indsegfunds-dfs-datagrid tbody th {
		text-align: left;
	}
		.indsegfunds-dfs-datagrid tbody th span {
			font-weight: normal;
		}

	.indsegfunds-dfs-datagrid tbody tr:nth-child(2n) {
		background: #F3EEEE;				/* AODA: changed from #E9EDEF; */ /* Performance tables shadowing */
	}
	.indsegfunds-dfs-datagrid tbody tr.nthchild > *{
		background: #F3EEEE;				/* AODA: changed from #E9EDEF; */ /* Performance tables shadowing */
	}

	.indsegfunds-dfs-datagrid small {
		font-size: .923em;
	}

	.indsegfunds-dfs-datagrid span {
		font-size: .923em;
	}

/*
 * Risk profile
 */

.indsegfunds-dfs-riskprofile {
	margin: 18px 0;
}
	.indsegfunds-dfs-riskprofile > img {
		border: solid 1px #847a70;
		display: block;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
	}

/* ==========================================================================
   Generic blocks / layout
   ========================================================================== */

/*
 * PDF icon (for bullet)
 */

.indsegfunds-dfs-widget .indsegfunds-dfs-ico-pdf {	
}

/*
 * Definition list
 */

.indsegfunds-dfs-dfn {
	line-height: normal;
}
	.indsegfunds-dfs-dfn > b {
		display: block;
		font-weight: bold;
		margin: 1em 0 .25em;
	}
	.indsegfunds-dfs-dfn > b:first-child {
		margin-top: 0;
	}

	.indsegfunds-dfs-dfn > p {
		margin: 0;
	}

/*
 * Disclaimer text
 */

.indsegfunds-dfs-disclaimer {
	padding-left: 20px;
	padding-right: 20px;
}

/*
 * Rounded gradient buttons
 */
.indsegfunds-dfs-button-brown {
	text-decoration: none !important;
 }
.indsegfunds-dfs-button-brown > span{
	text-transform: uppercase;
	border: 2px solid #4A443F;
	padding: 7px 15px;
	text-decoration: none !important;
	letter-spacing: 0.25em;
	background: #002D3D;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
}

.indsegfunds-dfs-button-yellow,
.indsegfunds-dfs-button-disable {	
	*
	display: inline;
	*
	zoom: 1;
}

.indsegfunds-dfs-button-disable {
	opacity: 0.7;
	cursor: disable;
}

.indsegfunds-dfs-button-yellow > span,
.indsegfunds-dfs-button-disable > span {		
	text-transform: uppercase;
    border: 2px solid #4A443F;				/* AODA: changed from #4e4540 */
    padding: 7px 15px;
    text-decoration: none !important;
    letter-spacing: 0.25em;
    background: #002D3D;
    color: #ffffff;
    display: inline-block;
    font-size:12px;
}


.indsegfunds-dfs-button-brown > span:hover,
.indsegfunds-dfs-button-yellow > span:hover,
.indsegfunds-dfs-button-disable > span:hover {
    background-color: #4A7283 !important;		/* AODA: changed from #4e4540 */
    color: #fff !important;
    padding: 7px 15px;
}

/* ==========================================================================
   Portfolio analysis: data grids
   ========================================================================== */

.indsegfunds-dfs-pfan-grids {

}
	.indsegfunds-dfs-pfan-grids-col1 {
		float: left;
		width: 55.5%;
		margin-bottom: 1em;		
	}

	.indsegfunds-dfs-pfan-grids-col2 {
		float: right;
		width: 40.5%;
		margin-bottom: 1em;
	}

/* ==========================================================================
   Fund "Snapshot"
   ========================================================================== */

.indsegfunds-dfs-snapshot {
	border: solid 1px #4A443F;
	color: #000000;					/* AODA: changed from #000; */
	margin: 0 0 20px -16px;
	*zoom: 1;
}
	.indsegfunds-dfs-snapshot-head {
		background: #F3EEEE;			/* AODA: not changed to #424242; */
		padding: 7px 16px;
	}
		.indsegfunds-dfs-snapshot-head [class^="indsegfunds-dfs-button"] {
			float: right;
			margin-left: 1em;
			margin-right: 22px;
		     /* margin-top:-58px; */
		}

	     /* .indsegfunds-dfs-snapshot-head h1{
			padding-right: 190px;
		} */

		.indsegfunds-dfs-snapshot h1 {
			color: #000000;
			font-size: 2.25rem;			
			line-height: 46px;
			margin: .28em 0 !important;
		/* 	overflow: hidden;
			margin-top: -10px !important;
			padding-bottom: .25em; */
		}

	.indsegfunds-dfs-snapshot-series {
		padding: 0 16px;
	}
		.indsegfunds-dfs-snapshot-series-adnl {
			float: right;
			font-size: 16px;
			margin-left: 1em;
			margin-top: -2.5em;
		}

		.indsegfunds-dfs-snapshot-series h2 {
			color: #4A443F;			/* AODA: changed from #5482AB; */
			font-size: 1.667em;
		}
		
		.indsegfunds-dfs-snapshot-series h2.seriesTitle {
			margin-bottom: 5px;
		}
		
		.indsegfunds-dfs-snapshot-series h2.classTitle {
			margin-top: 2px;
			font-weight: normal;
			font-size: 1.5em;
		}
		
		.indsegfunds-dfs-snapshot-series .headerBox {
			display: inline-block;
		}

	.indsegfunds-dfs-snapshot-details {
		padding: 0 16px;
	}
		.indsegfunds-dfs-snapshot-details > * {
			background: url(/indsegfundsservices/img/bg_indsegfunds-dfs-snapshot-details.png) no-repeat 0 100%;
			float: left;
			min-height: 123px;
		}
		.indsegfunds-dfs-snapshot-details > :first-child {
			background: transparent;
		}

		.indsegfunds-dfs-snapshot-details-col1 {
			padding-right: 1.7%;
			width: 46%;
		}
		.indsegfunds-dfs-snapshot-details-col2 {
			padding-left: 3.3%;
			padding-right: 1.7%;
			width: 26%;
		}
		.indsegfunds-dfs-snapshot-details-col3 {
			padding-left: 3.3%;
			width: 23.7%;
		}

			.indsegfunds-dfs-snapshot-value {
				font-size: 2.667em;
				font-weight: bold;
				margin: .25em 0 .5em;
			}

			.indsegfunds-dfs-snapshot-valup,
			.indsegfunds-dfs-snapshot-valdown,
			.indsegfunds-dfs-snapshot-valnochange {
				background-position: 0 50%;
				background-repeat: no-repeat;
				font-weight: bold;
				letter-spacing: -4px;
				margin: 1em 0;
				min-height: 25px;
				padding-left: 37px;
				white-space: nowrap;
			}
			.indsegfunds-dfs-snapshot-valup {
				background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-snapshot-valup.png);
				color: #16a716;
			}
			.indsegfunds-dfs-snapshot-valdown {
				background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-snapshot-valdown.png);
				color: #D52825;
			}
			.indsegfunds-dfs-snapshot-valnochange {
				background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-snapshot-valnochange.gif);
				color: #;
			}
			
				.indsegfunds-dfs-snapshot-valup > span,
				.indsegfunds-dfs-snapshot-valdown > span,
				.indsegfunds-dfs-snapshot-valnochange > span {

					border-left: solid 2px #83796f;
					display: inline-block;
					font-size: 1.5em;
					letter-spacing: normal;
					line-height: 1;
					margin-left: 9px;
					padding-left: 9px;
					vertical-align: middle;
					*display: inline;
					*zoom: 1;
				}
				.indsegfunds-dfs-snapshot-valup > span:first-child,
				.indsegfunds-dfs-snapshot-valdown > span:first-child,
				.indsegfunds-dfs-snapshot-valnochange > span:first-child,
				.indsegfunds-dfs-snapshot-valup > span:nth-child(2),
				.indsegfunds-dfs-snapshot-valdown > span:nth-child(2),
				.indsegfunds-dfs-snapshot-valnochange > span:nth-child(2) {

					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

			.indsegfunds-dfs-rating {
				font-size: 1.25em;
				font-weight: bold;
			}

	.indsegfunds-dfs-snapshot-disc {
		color: #4c4c4c;
		padding: 0 16px;
	}

/* ==========================================================================
   Portfolio Analysis
   ========================================================================== */

.indsegfunds-dfs-analysis {

}
	.indsegfunds-dfs-analysis-head {
		margin-bottom: 1em;
	}
		.indsegfunds-dfs-analysis-sel {
			float: right;
			font-weight: bold;
		}
			.indsegfunds-dfs-analysis-sel select {
				border: solid 1px #e6e6e6;
				color: #424242;		/* AODA: changed from #000; */
				font-size: 1em;
				margin-left: 4px;
				padding: 2px;
			}

	.indsegfunds-dfs-analysis h3 {
		color: #424242;				/* AODA: changed from #003946; */
		font-size: 1.333em;
		margin: 0 0 1em;
	}

	.indsegfunds-dfs-analysis-col1 {
		float: left;
		margin-bottom: 1em;
		width: 48%;
	}
		.indsegfunds-dfs-analysis-col1 h3 {
			margin: 0 0 0.3em;
		}
	.indsegfunds-dfs-analysis-col2 {
		float: left;
		margin-left: 2%;
		margin-bottom: 1em;
		width: 24%;
	}
		.indsegfunds-dfs-analysis-col2 h3 {
			margin: 0 0 0.3em;
		}
	.indsegfunds-dfs-analysis-col3 {
		float: left;
		margin-left: 1%;
		margin-bottom: 1em;
		width: 25%;
	}
		.indsegfunds-dfs-analysis-col3 h3 {
			margin: 0 0 0.2em;
		}

		.indsegfunds-dfs-comp-chart {
			float: left;
			margin-right: 15px;
			width: 127px;
		}
			.indsegfunds-dfs-analysis .indsegfunds-dfs-img {
				display: block;
				height: auto;
				/* max-width: 100%;   removed because image not showing in IE8*/
			}

		.indsegfunds-dfs-comp-lgnd {
			overflow: hidden;
		}
			.indsegfunds-dfs-comp-lgnd table {
				font-size: .91em;
				width: 100%;
			}

				.indsegfunds-dfi-comp-ico1,
				.indsegfunds-dfi-comp-ico2,
				.indsegfunds-dfi-comp-ico3,
				.indsegfunds-dfi-comp-ico4,
				.indsegfunds-dfi-comp-ico5,
				.indsegfunds-dfi-comp-ico6,
				.indsegfunds-dfi-comp-ico7,
				.indsegfunds-dfi-comp-ico8 {
					display: inline-block;
					height: 10px;
					margin-right: .5em;
					vertical-align: middle;
					width: 10px;
					*display: inline;
					*zoom: 1;
				}
					.indsegfunds-dfi-comp-ico1 { background: rgb(234, 171, 0); }
					.indsegfunds-dfi-comp-ico2 { background: rgb(131, 120, 111); }
					.indsegfunds-dfi-comp-ico3 { background: rgb(164, 56, 61); }
					.indsegfunds-dfi-comp-ico4 { background: rgb(208, 101, 30); }
					.indsegfunds-dfi-comp-ico5 { background: rgb(101, 130, 55); }
					.indsegfunds-dfi-comp-ico6 { background: rgb(85, 136, 181); }
					.indsegfunds-dfi-comp-ico7 { background: rgb(0, 57, 70); }
					.indsegfunds-dfi-comp-ico8 { background: rgb(21, 101, 112); }

		.indsegfunds-dfs-analysis .indsegfunds-dfs-datagrid-simple {
			margin: 0;
		}
		
	.indsegfunds-dfs-analysis-2x2-col1 {
		float: left;
		margin-bottom: 1.5em;
		width: 46%;
	}
	.indsegfunds-dfs-analysis-2x2-col2 {
		float: left;
		margin-left: 3%;
		margin-bottom: 1.5em;
		width: 46%;
	}

/* ==========================================================================
   Current Value of $XXXX Investment
   ========================================================================== */

.indsegfunds-dfs-investment {

}
	.indsegfunds-dfs-investment-col1 {
		float: left;
		width: 63%;
	}
	.indsegfunds-dfs-investment-col2 {
		float: left;
		margin-left: 2.5%;
		width: 34.5%;
	}

		.indsegfunds-dfs-invest-chart {
			border: solid 1px #9A9A9A;
			display: block;
			height: auto;
			margin: 0 auto;
			max-width: 100%;
		}

		.sr-only-blue,
		.sr-only {						/* AODA - Hidden data available for screen readers only */
		  position: absolute;
		  width: 1px;
		  height: 1px;
		  margin: -1px;
		  padding: 0;
		  overflow: hidden;
		  clip: rect(0, 0, 0, 0);
		  border: 0;
		}
		
		.sr-only-focusable:active, .sr-only-focusable:focus {	/* AODA - Hidden data available for screen readers only */
		  position: static;
		  width: auto;
		  height: auto;
		  margin: 0;
		  overflow: visible;
		  clip: auto;
		}

		.sr-only-blue {
			color: #5457AB;
		}

		.indsegfunds-dfs-invest-input {
			font-size: 1.167em;
		}
			.indsegfunds-dfs-invest-input h3 {
				font-size: 100%;
			}

			.indsegfunds-dfs-invest-input input[type="checkbox"] {
				vertical-align: middle;
			}

			.indsegfunds-dfs-invest-input input[type="text"] {
				border: solid 1px #757575;
				height: 25px;
				font-size: 1em;
				line-height: 25px;
				padding: 0 8px;
				width: 80%;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}

			.indsegfunds-dfs-investment-comp {
				padding-left: 1.5em;
				position: relative;
			}
				.indsegfunds-dfs-investment-comp input[type="checkbox"] {
					float: left;
					margin-left: -1.5em;
				}

			.indsegfunds-dfs-invest-input select {
				font-size: 1em;
				padding: 2px;
			}

			.indsegfunds-dfs-form-tbl {
				display: table;
				margin-bottom: .5em;
				*display: block;
			}
				.indsegfunds-dfs-form-row {
					display: table-row;
					*display: block;
				}
					.indsegfunds-dfs-form-cell {
						display: table-cell;
						padding: .25em;
						vertical-align: middle;
						*display: inline;
						*zoom: 1;
					}
					.indsegfunds-dfs-form-cell:first-child {
						padding-left: 0;
					}

/* ==========================================================================
   Iconography
   ========================================================================== */

[class^="indsegfunds-dfs-icon"] {
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
	width: 13px;
	*display: inline;
	*zoom: 1;
}
	.indsegfunds-dfs-icon-pdf {
		background-image: url(/static/slfglobal/images/icons/pdf_icon.gif);
	}
	
	.indsegfunds-dfs-icon-refresh {
		margin-top: -16px;
	}	
	
	.indsegfunds-dfs-icon-refresh:before{
	    content: ">";
	  	font-weight: 700;
		font-size:20px;
		color:#D0651E;
	}

/* ==========================================================================
   Spacers - for PDF version
   ========================================================================== */

.PDF_widget_space,
.PDF_p_space {
	display: none;
}













#content-sidebar > .indsegfunds-mobile-widget {
	padding: 0;
}

div#wrapper, div#footer {
	max-width: 969px;
	width: auto;
}

/*div.global-content,
div.indsegfunds-dfs-disclaimer {
	font-size: 12px;
	line-height: 18px;
}*/

address, p, hr {
	margin: 18px 0;
}


/*
 * Rules for mobile device display in layout.css
 */

/*
 * Rules for tablet device display
 */
@media only screen and (max-width: 62.5em) {
    [data-tablet="false"] {
        display: none !important;
    }
}

@media only screen and (min-width: 62.5625em) {
    [data-tablet="true"] {
        display: none !important;
    }
}


/*
 * Rules for tablets only
 */
@media only screen and (min-width: 37.5em) and (max-width: 62.5em) {
div#content {
	margin-left: 16px;
	margin-right: 16px;
}

div.indsegfunds-dfs-snapshot {
	margin: 0;
}

div#content-sidebar div.indsegfunds-mobile-widget div.indsegfunds-dfs-widget {
	display: inline-block;
	width: 42%;
	vertical-align: text-top;
	padding: 5px 10px 5px 10px;
}

}


/*
 * Rules for tablet and mobile devices
 */

@media only screen and (max-width: 62.5em) {
#content div#content-body,
#content div#content-sidebar {
	float: none;
	left: 0;
	overflow: hidden;
	margin: 0;
	display:initial;	
}

.indsegfunds-dfs-snapshot-series .headerBox {
	display: block;
}

div.indsegfunds-mobile-widget {
	margin-bottom: 15px !important;
	padding: 0 !important;
}

div#portfolioAnalysisSection {
	padding-top: 20px;
}

div#indsegfunds-dfs-widget-mobilefund {
	margin-bottom: 15px;
	border: solid 1px #9A9A9A;			/* AODA: changed from  #c1bbb7 */
	padding: 0;
	position: relative;
}

div#indsegfunds-dfs-widget-mobilefund.inactive > div {
	display: none;
}



#content #content-body #indsegfunds-dfs-widget-mobilefund h2 {
	margin: 0;
	background-color:#F3EEEE; 			/* AODA: changed from  #f2f2f2; */
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	padding: 5px 10px 5px 16px;
	color: #000; 	
	position: relative;
}

div#indsegfunds-dfs-widget-mobilefund h2:after {
	content: "";
	background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-arrow-up.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 6px;
	right: 9px;
	margin-top: 11px;	
}

div#indsegfunds-dfs-widget-mobilefund.inactive h2:after {
	background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-arrow-down.png);
}



div.mobilefund-assetclass.inactive > div {
	display: none;
}


div#indsegfunds-dfs-widget-mobilefund > div {
	max-width: 600px;
	position: absolute;
	margin-top: 5px;
	padding-bottom: 15px;
	left: 9px;
	right: 9px;
	z-index: 100;
	background-color: white;
	border: solid 1px #9A9A9A;
}

div#indsegfunds-dfs-widget-mobilefund > div > h3 {
	text-align: center;
	margin: 0px;
	padding: 0 0 10px 0;
	color: black;			/* AODA: changed from #5482AB; */
	clear: both;
}

div#indsegfunds-dfs-widget-mobilefund > div > a {
	padding:5px 20px 0 20px;
	float: right;
	right: 0px;
}

div.mobilefund-assetclass {
	border: solid 1px #9A9A9A;
	margin: 0 25px 5px 25px;
	background-color: #F3EEEE;
}

div.mobilefund-assetclass a {
	display: block;
	border-color: #9A9A9A;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-color: white;
	padding: 4px 10px;
	position: relative;
}

div.mobilefund-assetclass a:hover {
	padding: 4px 30px;
	margin:inherit;
	background-color:#f0efee;
}

div.mobilefund-assetclass a:last-child {
	border-width: 0;
}

div.mobilefund-assetclass a:after {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAcCAYAAACDBoQZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQpJREFUeNpiqa+vZ8AC2ID4FwOJgAmLWBoQnwdiCUoNywHimUCsBcR7STUQ2bBSIJ6MxCfZQJhh1UDchUWeJAOZoIFtgEcN0QYyQWMtAojXEGGgKDHe/EukgQfwGYgcARQbiJ40YAauJMdAbIkWZGA0OQYy4VBMloFMeBQTayA8lpkIJB2YgcvwqNGFGchERMIGGXiEgJr7QPyRGMNAmX8aHvlNQBwKSvxMRBg0mRiDCIVZKSkG4TOsFEcpgtMgXIZVk2MQNsNABrWQYxC6YY2UGAQCLFC6Beoqsg1CLmltKDUIuaT1BOKDlBiEHGbfsRhIkkHIYYZs4HZQPiPVIHTDkA38S07zACDAABOBUKH1yXYMAAAAAElFTkSuQmCC);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 10px;
	height: 15px;
	right: 14px;
	
}

div.mobilefund-assetclass h4 {
	cursor: pointer;
	margin: 0px;
	border-color: #9A9A9A;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 4px 0 4px 30px;
	color: black;			/* AODA: changed from #003946; */
	position: relative;
}

div.mobilefund-assetclass h4:before {
	content: "";
	background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-arrow-up.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 6px;
	left: 9px;
	margin-top: 5px;
}

div.mobilefund-assetclass.inactive h4:before {
	background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-arrow-down.png);
}


div.mobilefund-assetclass.inactive > h4 {
	border-width: 0;
}

div.mobilefund-assetclass h4:after {
	background: url('/static/unitedstates/images/responsive/sprite-tablet-desktop-usa.png') no-repeat scroll -240px -204px transparent;
}

a.indsegfunds-dfs-snapshot-series-adnl {
	float: none;
	margin: 0;
	white-space: nowrap;
}

a.indsegfunds-dfs-snapshot-series-adnl:hover {
	margin: 0;
}

div.indsegfunds-dfs-snapshot-series {
	padding-top: 10px;
}

div.indsegfunds-dfs-snapshot-series-separator {
	padding: 0 10px 0 10px;
	display: inline-block;
	color: #9A9A9A;
}

}


/*
 * Rules for mobile devices only
 */

@media only screen and (max-width: 37.4375em) {


div#perf-mobile-toggle {
	text-align: center;
	padding-bottom: 20px;
}

div#perf-mobile-toggle > span {
    padding: 5px 10px 5px 10px;
	background-color: #9A9A9A;
	border: solid 1px #9A9A9A;
	width: 140px;
	font-weight: bold;
    display: inline-block;
	color: white;
}

div#perf-mobile-toggle > span.inactive {
	background-color: #F3EEEE;
	color: black;
	cursor: pointer;
}

div.perf-mobile-trailing.inactive,
div.perf-mobile-calendar.inactive {
	display: none;
}

div.indsegfunds-mobile-datagrid {
	margin-bottom: 15px;
}

div.indsegfunds-mobile-datagrid h4 {
	margin: 0;
	color: #000;		/* AODA: changed from #000; */
}

div.indsegfunds-mobile-datagrid div {
	float: left;
	width: 50%;
}

div.indsegfunds-mobile-datagrid ul {	
	list-style: none;
	margin: 0;
}

div.indsegfunds-mobile-datagrid ul li {
	list-style: none !important;
	border-color: #9A9A9A;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	padding: 5px;
	line-height:20px;
	font-weight: bold;
}

div.indsegfunds-mobile-datagrid ul li::before {
	   display:none !important;
   }

div.indsegfunds-mobile-datagrid div:last-child ul li {
	border-left-width: 1px;
	font-weight: normal;
	text-align: center;
}

div.indsegfunds-mobile-datagrid ul li:first-child {
	border-top-width: 1px;
}

div.indsegfunds-mobile-datagrid ul li:nth-child(2n) {
	background: #F3EEEE;				/* AODA: changed from #E9EDEF; */
}


div.indsegfunds-dfs-snapshot-details > * {
	min-height: 0;
}

div.indsegfunds-dfs-snapshot-details-col1, 
div.indsegfunds-dfs-snapshot-details-col2, 
div.indsegfunds-dfs-snapshot-details-col3,
div.indsegfunds-dfs-investment-col1,
div.indsegfunds-dfs-investment-col2,
div.indsegfunds-dfs-analysis-col1,
div.indsegfunds-dfs-analysis-col2,
div.indsegfunds-dfs-analysis-col3,
div.indsegfunds-dfs-pfan-grids-col1,
div.indsegfunds-dfs-pfan-grids-col2 {
	float: none;
	width: auto;
}

div.indsegfunds-dfs-investment-col1 {
	padding-bottom: 15px;
}


div.indsegfunds-dfs-analysis-col1 {
	max-width: 350px;
}

div.indsegfunds-dfs-analysis-col2,
div.indsegfunds-dfs-analysis-col3 {
	max-width: 150px;
	display: inline-block;
	vertical-align: text-top;
}

div.indsegfunds-dfs-disclaimer {
	display: inline-block;
	width: 100%;
	padding: 0;
}

div.indsegfunds-mobile-widget > h2 {
	background-color: #F3EEEE; 			/* AODA: changed from  #f2f2f2; */
	cursor: pointer;
	display: block;
	font-size: 1.1em;
}

div.indsegfunds-mobile-widget > h2:before {
	content: "";
	background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-arrow-up.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 11px;
	height: 6px;
	left: 9px;
	margin-top: 11px;
}

div.indsegfunds-mobile-widget.inactive > h2:before {
	background-image: url(/indsegfundsservices/img/bg_indsegfunds-dfs-arrow-down.png);
}

#content #content-body .indsegfunds-mobile-widget.inactive h2,
.indsegfunds-mobile-widget.inactive > h2 {
	margin: 0;
}


div.indsegfunds-mobile-widget > h2 {
	padding-left: 30px;
	position: relative;
}

div.indsegfunds-mobile-widget > * {
	padding: 5px 10px 5px 10px;
}

div.indsegfunds-mobile-widget {
	margin: 0 10px 15px 10px;
	border: solid 1px #9A9A9A;			/* AODA: changed from  #c1bbb7 */
}

div.indsegfunds-dfs-snapshot h1,
div.indsegfunds-dfs-snapshot-series h2,
div.indsegfunds-dfs-snapshot-value,
div.indsegfunds-dfs-snapshot-valup > span,
div.indsegfunds-dfs-snapshot-valdown > span,
div.indsegfunds-dfs-snapshot-valnochange > span {
	font-size: 1.5em;
}

div.indsegfunds-dfs-snapshot h1 {
	width:100%;
	padding-right: 0px;
}

div#content-sidebar div.indsegfunds-mobile-widget div.indsegfunds-dfs-widget {
	padding: 5px 10px 5px 10px;
}

div.global-content {
	padding: 0;
}

div#indsegfunds-dfs-widget-mobilefund {
	margin: 20px 10px 15px 10px;
}


div.indsegfunds-dfs-snapshot {
	margin: 0 10px;
}
/* Changes done to override layout.css to display the distorted elements properly */
   div table:not([id]) tr,
       div #table4 tr {
            display: table-row;
        }


        div table:not([id]) tr td, div #table4 tr td {
zoom: 1;
display: table-cell;
margin: 0 !important;
width: auto !important;
}
}

/*  Added for new gifs site */
div#content:before, div#content:after {
    content: "";
	display: table; 
}
div#content:after {
    clear: both;
}
#content-sidebar .indsegfunds-dfs-datagrid-simple{
	margin-left:-10px;
}

/*
 * From Layout.css for dynamic page .
 */

[data-visible="false"] {
    	display: none !important; 
}
@media only screen and (min-width: 37.5em)
{
	[data-mobile="true"] {
    	display: none !important;
	}
}

@media only screen and (max-width: 62.5em){
	#content-body .inactive div, #content-body .inactive br, #content-body .inactive p, #content-body .inactive table, #content-sidebar .inactive p, #content-sidebar .inactive div, .indsegfunds-dfs-disclaimer .inactive p{
    	display: none !important;
	   }
	   .indsegfunds-dfs-comp-chart { 
	   float: none;
	}
	.indsegfunds-dfs-datagrid {width:90%;}
   }
   @media only screen and (max-width: 37.4375em){
[data-mobile="false"] {
    display: none !important;
   }
   .indsegfunds-dfs-datagrid {width:100%;}
   
   .indsegfunds-dfs-analysis-2x2-col1 {float: none;
width:100%;}
.indsegfunds-dfs-analysis-2x2-col2{float: none;
	width:100%;}
}

.width-50{
	width: 50%;
}

.text-normal{
	font-size: 16px;
	font-weight: normal;
    display: block;
    
}

.text-normal-centered{
	font-size: .923em;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
    display: block;
    
}

.indsegfunds-blue {
	color: #5457AB;
}
