/* ==========================================================================
	Typography
   ========================================================================== */

.fund-detail-change .putnamicon,.fund-detail-change-date .putnamicon{
	top:5px;
	font-size:22px;
	line-height:12px;
}
.fund-snapshot .putnamicon-angle-up{
	color:#00CC00;
}
.fund-snapshot .putnamicon-angle-down{
	color:#CC0000;
}

.text-black{
	color:#444;
}

/* ==========================================================================
	Trending Content
   ========================================================================== */
.item h2{
	font-size:20px;
	font-weight:500;
}
.fund-link{
	display:block;
	color:inherit;
}
.fund-link:hover{
	color:inherit;
}
.search-input{
	color:#444;
}
.compare-header{
	padding-top:10px;
	padding-bottom:10px;
}
.fund-name, .fund-text{
	display:none;
}
.trending-item .number{
	position:absolute;
	bottom:-78px;
	right:-7px;
	opacity:0.2;
	font-size:160px;
	font-weight:600;
}

.trending{
	position:relative;
	padding:0 10px;
}
.trending-item{
	position:absolute;
	display:block;
	overflow:hidden;
	padding:10px;
	cursor:pointer;
	color:#fff;
	border:solid 1px #fff;
	background:#B7C6DD;
	transition-duration:0.3s;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;
	transition-property:transform, height, box-shadow, opacity, background, top, left;
	-webkit-transition-property:-webkit-transform, height, box-shadow, opacity, background, top, left;
	-moz-transition-property:-moz-transform, height, box-shadow, opacity, background, top, left;
}
.trending-item h2{
	font-size:20px;
	font-weight:500;
}
.trending-item small{
	color:#fff;
}
.trending-item .putnamicon-arrow-right{
	position:absolute;
	top:15px;
	right:10px;
}
.trending-item:hover .number{
	opacity:0.5;
}
.trending-item:hover .trending-detail h4, .trending-item:hover .trending-detail .fund-detail-change, .trending-item:hover .trending-detail .fund-detail-value-date{
	opacity:0.7;
}
.trending-item:hover .trending-detail .fund-detail-value{
	opacity:0.85;
}
.number, .trending-detail h4, .trending-detail .fund-detail-value, .trending-detail .fund-detail-change, .trending-detail .fund-detail-value-date{
	-webkit-transition:opacity 0.3s; transition:opacity 0.3s; transition:opacity 0.3s;
}

.absolute-return.trending-item{
	background-color:#ff6600;
}
.asset-allocation.trending-item{
	background-color:#663366;
}
.blend.trending-item{
	background-color:#0066CC;
}
.global-sector.trending-item{
	background-color:#448f9c;
}
.growth.trending-item{
	background-color:#009900;
}
.taxable-income.trending-item, .tax-free-income.trending-item{
	background-color:#ff9900;
}
.value.trending-item{
	background-color:#aaa;
}

.putnamicon-morningstar-trending{
	color: #FFFFFF;
}
.stars-row{
	margin-left: 0px;
}
.star-rule{
	background-color: #FFFFFF;
	opacity: 50%;
	width: 80%;
	float: left;
	margin: 5px 0;
	margin-right: 20%;
}
.morningstar-footnote{
	color: #FFFFFF;
}

@media only screen and (min-width: 768px){
	[data-position="7"]> .morningstar-info-block{
		display: none;
	}
	[data-position="8"]> .morningstar-info-block{
		display: none;
	}
	[data-position="9"] > .morningstar-info-block{
		display: none;
	}
	[data-position="10"] > .morningstar-info-block{
		display: none;
	}
}

/* Trending detail */
.trending-detail{
	position:absolute;
	left:10px;
	right:10px;
	bottom:20px;
}
.trending-detail h4{
	opacity:0.4;
	font-weight:500;
}
.trending-detail .fund-detail-value{
	font-size:19px;
	padding-right:5px;
	line-height:20px;
	opacity:0.55;
}
.trending-detail .fund-detail-change, .trending-detail .fund-detail-value-date{
	opacity:0.4;
}

@media (min-width:992px){
	.trending-item h2{
		font-size:23px;
		font-weight:300;
	}
	.trending-detail{
		right:40px;
	}
}
@media (min-width:1200px){
	.trending{
		padding:0 15px;
	}
	.trending-detail{
		right:70px;
	}
	.trending-detail .fund-detail{
		padding-right:0;
	}
}


/* Background elements */
.block{
	border:solid 1px #fff;
	color:#fff;
	background-color:#fff !important;
}
.block .number{
	bottom:-59px;
	right:-7px;
}
.block-1{height:350px;background-color:#E20816;}
.block-2{height:300px;background-color:#F87906;}
.block-3{height:250px;background-color:#FBA102;}
.block-4{height:250px;background-color:#FED301;}
.block-5{height:200px;background-color:#A1B30C;}
.block-6{height:200px;background-color:#4E930F;}
.block-7{height:250px;background-color:#098EBE;}
.block-8{height:125px;background-color:#0B5AC7;}
.block-9{height:125px;background-color:#1439B7;}
.block-10{height:250px;background-color:#5A21AC;}

@media (min-width:768px){
	.block-2{height:350px;}
}
@media (min-width:992px){
	.block-1{height:400px;}
	.block-2{height:300px;}
}

/* Trending timeline */
.list-timeline{
	position:relative;
	padding:0;
	z-index:0;
	list-style:none;
	border-bottom:solid 1px #dedede;
}
.list-timeline li{
	position:relative;
	float:left;
	padding:10px 6px;
	margin-bottom:0 !important;
	cursor:pointer;
	color:#999;
	background-color:#fff;
}
.list-timeline li.active{
	font-weight:700;
	color:#555;
}
.list-timeline li:after{
	content:'';
	position:absolute;
	display:block;
	width:15px;
	height:15px;
	bottom:5px;
	right:50%;
	margin-right:-7px;
	z-index:-1;
	border:solid 1px #ddd;
	background-color:#fff;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
.list-timeline li:hover:after{
	bottom:-7px;
	background-color:#fafafa;
	border-color:#bbb;
}
.list-timeline li.active:after{
	bottom:-7px;
	background-color:#555;
}
.list-timeline .tick{
	position:absolute;
	bottom:-6px;
	left:50%;
	height:10px;
	width:1px;
	background-color:#ccc;
	z-index:-1;
}
.list-timeline .list-header{
	clear:both;
	float:none;
	padding-top:20px;
	padding-bottom:0;
	cursor:inherit;
	font-weight:700;
	color:#444;
}
.list-timeline .list-header:hover:after{
	content:none;
}
@media (min-width:768px){
	.list-timeline li{
		padding-left:20px;
		padding-right:20px;
	}
	.list-timeline .negative{
		display:none;
	}
	.list-timeline .list-header{
		float:left;
		padding:10px 10px 0 0;
	}
}

/* ==========================================================================
	Fund Visualizer Styles
   ========================================================================== */
.trending-chart{
	position:relative;
}
.trending-chart .highcharts-background,
.trending-chart h3{
	display:none;
}
.trending-chart #fv-search-form h3{
	display:block;
	color:#444;
}
.trending-chart h3#fv-header{
	display:block;
	margin-bottom:0;
	padding-bottom:5px;
}
.trending-chart .fv-disclosure-title{
	font-size:11px;
	text-align:center;
	margin-bottom:0;
	margin-top:6px;
}
.trending-chart .fv-button-wrap{
	padding:2px 0 4px;
	margin-bottom:5px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
}
.trending-chart .search{
	display:block !important;
	width:100%;
	max-width:100%;
	float:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid #CCCCCC;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	height:auto;
	position:relative;
	margin-top:0;
	background-image:none !important;
}
.trending-chart .typeahead,
.trending-chart .tt-query,
.trending-chart .tt-hint{
	width:100%;
}
.trending-chart .tt-query{
	width:-webkit-calc(100% - 20px);
	width:-moz-calc(100% - 20px);
	width:calc(100% - 20px);
	float:left;
}
.trending-chart .twitter-typeahead{
	width:100%;
}
.trending-chart .tt-dropdown-menu{
	width:100%;
	width:-webkit-calc(100% + 12px);
	width:-moz-calc(100% + 12px);
	width:calc(100% + 12px);
	margin-left:-6px;
	max-height:300px;
	overflow-y:scroll;
}
.trending-chart .search-submit{
	position:absolute;
	top:3px;
	right:0;
}
.trending-chart .tt-suggestion{
	color:#444;
}
.trending-chart .tt-suggestion.tt-is-under-cursor{
	color:#fff;
}
.trending-chart .tt-suggestion p{
	margin-top:5px;
	margin-bottom:5px;
}
.trending-chart ul{
	list-style:none;
	padding:5px 0 8px 0;
}
.trending-chart ul li{
	padding-left:15px;
	margin:0 0 3px 0;
	font-size:13px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.trending-chart ul li.first{
	padding-left:25px;
	margin-bottom:6px;
	background:url('/static/img/advisor/fv-bullet-blue.gif') no-repeat 0 4px;
}
.trending-chart ul li.second{
	color:#333;
	background:url('/static/img/advisor/fv-bullet-tan.gif') no-repeat 0 9px;
}
#fv-search-container{
	float:none;
}
#fv-search-container #fv-search-form{
	left:14px;
	margin:0;
	max-width:95%;
	max-width:-webkit-calc(100% - 13px);
	max-width:-moz-calc(100% - 13px);
	max-width:calc(100% - 13px);
	position:absolute;
	top:28px;
}
.ie8 #fv-search-container #fv-search-form{
	left:30px;
	width:90%;
}

/* ==========================================================================
	Filter Styles
   ========================================================================== */
.tabbed-content{
	position:relative;
}
.gradient-bg{
	position:absolute;
	width:100%;
	height:50px;
	overflow:hidden;
}
.gradient-bg:before{
	content:'';
	position:absolute;
	top:0;
	left:-20px;
	width:110%;
	height:50px;
	background-color:#f7f7f7;
	border-bottom:solid 1px #ddd;
}
#filter-options{
	margin:0;
	padding:10px 0;
}
#filter-options .putnamicon-search{
	line-height:25px;
	color:#666;
}
.putnam-search-field{
	height:30px;
	font-size:18px;
	font-weight:300;
}
#filter-view .putnamicon-menu-icon{
	position: relative;
	top:3px;
	padding-left:10px;
	font-size:16px;
}
.toggle-filters{
	line-height:26px;
	cursor:pointer;
}

/* Filter Containers */
#filter-view{
	padding-right:10px;
}
#fundSearch .control-label{
	margin-left:5px;
}
.filter-container{
	background-color:#fff;
	border:1px solid #ddd;
	display:none;
	max-width:300px;
	min-width:250px;
	padding:10px;
	position:absolute;
	right:0;
	top:33px;
	z-index:1;
	-webkit-box-shadow:0px 0px 5px 0px rgb(200, 200, 200);-moz-box-shadow:0px 0px 5px 0px rgb(200, 200, 200);box-shadow:0px 0px 5px 0px rgb(200, 200, 200);
}
.filter-container ul{
	list-style-type:none;
	padding:0;
}
#main .filter-container ul li{
	border-bottom:1px solid #ddd;
	margin:0;
	padding:10px;
}
#characteristics-options li, #sales-charge-options li{
	width:100%;
}
.filter-container ul li:hover{
	background-color:#e0e8ef;
	cursor:pointer;
}
.filter-container ul li.selected{
	background-color:#e0e8ef;
	border-left:5px solid #1c91b7;
	font-weight:600;
}
.filter-container ul li.disabled{
	background-color:#fff;
	border-left:none;
	color:#ddd;
	font-weight:normal;
}
.filter-container ul li.disabled:hover{
	background-color:#fff;
	cursor:text;
}
.filter-container #sales-charge-options{
	margin-bottom:0;
	border-top:2px solid #333;
}
#characteristics-view{
	padding:0;
}
@media (min-width:1200px){
	.filter-container{
		padding:10px 15px;
	}
}
@media (max-width:991px){
	#characteristics-view{
		float:none;
		position:relative;
		/* top:-6px; */
		width:75%;
		display: flex;
	}
	#characteristics-view span.viewing{
		display:inline-block;
		overflow:hidden;
		/* position:relative; */
		text-overflow:ellipsis;
		/* top:8px; */
		white-space:nowrap;
		width:75%;
	}
}

/* Filters container */
#mutual-funds-class-selector{
	margin-bottom:10px;
}

#mutual-funds-class-selector option.disabled{
	color:#ddd;
}
#main #asset-class-list li{
	border:1px solid #ddd;
	line-height:1;
	margin-bottom:0;
	padding:10px;
	text-align:center;
}
#asset-class-list li.disabled:hover{
	cursor:pointer;
}
.fund-screener-dcio #asset-class-list li, .fund-screener-individual #asset-class-list li, .ucits-screener #asset-class-list li{
	height:76px;
}
.checkbox-wrap{
	display:inline-block;
	padding:0 10px;
}

#main #asset-class-list .asset-class-input
{
	margin-right: 0.5rem;
}

/*Asset Class Colors*/
#main #asset-class-list .border-absolute-return{
	border-top:solid 5px #ff6600;
}
#main #asset-class-list .border-blend{
	border-top:solid 5px #0066cc;
}
#main #asset-class-list .border-global-sector{
	border-top:solid 5px #448f9c;
}
#main #asset-class-list .border-growth{
	border-top:solid 5px #009900;
}
#main #asset-class-list .border-value{
	border-top:solid 5px #cc0000;
}
#main #asset-class-list .border-putnam-panagora{
	border-top:5px solid #00703c;
}
#main #asset-class-list .border-asset-allocation, #main #asset-class-list .border-target-date{
	border-top:solid 5px #663366;
}
#main #asset-class-list .border-taxable-income, #main #asset-class-list .border-tax-free-income, #main #asset-class-list .border-fixed-income, #main #asset-class-list .border-stable-value{
	border-top:solid 5px #ff9900;
}
#main .filter-container #morning-star-options li{
	float:left;
	margin-right:10px;
	padding:12px;
	border:1px solid #ddd;
	border-radius:5px;
	background:url("/static/img/green-star-20.gif") no-repeat scroll 4px 2px #efefef;
}
#main .filter-container #morning-star-options li.selected{
	background:url('/static/img/prod-info/star_yellow_big.gif') no-repeat scroll 4px 2px #efefef;
}
.filter-container .no-bbdr{
	border-bottom:none;
}
#above-lipper-median{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}
#above-lipper-median.selected{
	background-color:#e0e8ef;
	border-left:5px solid #1c91b7;
	font-weight:600;
	padding-left:10px;
}
#performance-filter-container{
	padding-top:10px;
}
#performance-filter-container .form-group{
	margin:0 5px;
}
#performance-filter-container .input-group{
	width:70px;
}

/* Characteristics Container */
#characteristics-container{
	right:100px;
	padding-bottom:0;
}


/* ==========================================================================
	Fund Table
   ========================================================================== */

.fund-screener-table th, .fund-screener-table td{
	display:block;
	float:left;
	width:11.1%;
	white-space:nowrap;
}
.fund-screener-table td.fund-selector-fund.search-fund-name{
	white-space:normal;
}
.fund-screener-table .fund-selector-fund{
	width:35%;
}
.advisor .fund-screener-table .fund-selector-fund{
	width:21%;
}
.advisor .fund-screener-table-dcio .fund-selector-fund{
	width:28%;
}
.fund-screener-table .fund-selector-fund-ticker, .fund-screener-table .volatility{
	width:7.3%;
}
.fund-screener-table .sharpe-ratio{
	width:11.4%;
}
.fund-screener-table .fund-selector-selection{
	width:7%;
	text-align:center;
}
.fund-screener-table .toggle-me, .fund-screener-table .no-toggle{
	width:1.5%;
}
.fund-screener-table .mutual-funds-columns.colspan-5{
	width:51.4%;
	display:table-cell;
}
.fund-screener-table .toggle-me .putnamicon{
	color:#0033cc;
	font-size:8px;
	top:-1px;
}
.fund-screener-table .standard-deviation{
	width:9%;
}
.fund-screener-table .above-lipper-median{
	width:7%;
}
.fund-screener-table .max-life{
	width:11%;
}
.fund-screener-table .profile, .fund-screener-table .upmarket-capture-ratio, .fund-screener-table .downmarket-capture-ratio, .fund-screener-table .information-ratio{
	width:14.8%;
}

/* Fund Expanded */
.fund-screener-table tr.selected{
	border-top:solid 1px #ddd;
	border-bottom:solid 2px #ddd;
}
.fund-screener-table .fund-snapshot{
	display:none;
	width:100%;
	margin-top:-1px;
	padding:20px 41px 25px 41px;
	border:0 none;
}
.fund-snapshot ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.fund-snapshot li{
	float:left;
	margin-right:10px;
}
.fund-detail-value{
	padding-right:10px;
	font-size:16px;
	font-weight:600;
}

/* Fund table breakpoints */
@media (max-width:1199px){
	.advisor .fund-screener-table .fund-selector-fund{
		width:20%;
	}
	.fund-screener-table .fund-snapshot{
		padding-left:35px;
		padding-right:35px;
	}
	.fund-screener-table .fund-selector-fund-ticker{
		width:7.7%;
	}
}
@media (max-width:991px){
	.fund-screener-table .toggle-me{
		width:3%;
	}
	.advisor .fund-screener-table .fund-selector-fund, .fund-screener-table .fund-selector-fund{
		width:38%;
	}
	.fund-screener-table .fund-selector-asset-class{
		width:18%;
	}
	.fund-screener-table .mutual-funds-columns:nth-child(8),
	.fund-screener-table .mutual-funds-columns:nth-child(12),
	.fund-screener-table .mutual-funds-columns:nth-child(20),
	.fund-screener-table .mutual-funds-columns:nth-child(32),
	.fund-screener-table .mutual-funds-columns:nth-child(36),
	.fund-screener-table .sharpe-ratio{
		width:14%;
	}
	.fund-screener-table th, .fund-screener-table td{
		padding:8px 5px;
		width:9%;
	}
	.fund-screener-table .standard-deviation{
		width:11%;
	}
	.fund-screener-table .profile{
		width:20.5%;
	}
	.fund-screener-table .upmarket-capture-ratio,
	.fund-screener-table .downmarket-capture-ratio,
	.fund-screener-table .information-ratio{
		width:13.6%;
	}
	.fund-screener-table .fund-selector-selection,
	.fund-screener-table .fund-selector-fund-ticker,
	.fund-screener-table .volatility:nth-child(25),
	.fund-screener-table .profile:nth-child(28),
	.fund-screener-table .lipper-rankings:nth-child(34){
		display:none;
	}
	.fund-screener-table .lipper-rankings{
		width:13.5%;
	}
	.fund-screener-table td.lipper-rankings{
		font-size: 14px;
	}
	.fund-screener-table .fund-snapshot{
		padding-left:25px;
		padding-right:25px;
	}
}
@media (max-width:767px){
	.fund-screener-table .toggle-me{
		width:5%;
	}
	.advisor .fund-screener-table .fund-selector-fund,
	.fund-screener-table .fund-selector-fund{
		width:60%;
	}
	.fund-screener-table .fund-selector-asset-class{
		width:35%;
	}
	.fund-screener-table th:nth-child(n+5),
	.fund-screener-table td:nth-child(n+5){
		display:none;
	}
	.fund-screener-table .fund-snapshot{
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width:450px){
	.fund-screener-table .toggle-me{
		width:6%;
	}
	.advisor .fund-screener-table .fund-selector-fund,
	.fund-screener-table .fund-selector-fund{
		width:94%;
	}
	.fund-screener-table .fund-selector-asset-class{
		display:none;
	}
}

@media (min-width:1200px){
	.individual .fund-screener-table .fund-selector-fund{
		width:35.7%;
	}
}

/* ==========================================================================
	Fund Visualizer Styles
   ========================================================================== */

.full-width-to-edges {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#fundVisualizerChart{
	height: 90vh;
	max-width: 1110px;
	margin: 0 auto;
}
#fvIframe{
	display: block;
	width: 0;
	min-width: 100%;
	height: 0;
	min-height: 100%;
}
#fv-disclosure{
	font-size:11px;
	color:#666;
	margin-top:30px;
}
@media (min-width : 738px) and (max-width : 1023px) {
	#fvIframe {
		-ms-zoom: 0.75;
		-moz-transform: scale(0.75);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.75);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: 0 0;
		width: 133.3%;
	}
}

/* ==========================================================================
	Fund Commentary Styles
   ========================================================================== */

#commentary{
	display: flex;
	flex-wrap: wrap;
	margin:0 -5px;
	padding-top:20px;
}
#commentary .fund-commentary{
	float:left;
	width:100%;
}
.fund-commentary:hover{
	text-decoration:none;
}
.fund-commentary-pod{
	position:relative;
	margin:10px;
	padding:10px 10px 10px 13px;
	min-height:	128px;
	min-height:170px;
	background-color: #F5F5F5;
}
.fund-commentary-pod:before{
	content:'';
	position:absolute;
	display:block;
	top:-1px;
	bottom:-1px;
	left:0;
	width:3px;
}
.module .fund-commentary-pod{
	margin:0;
}
.fund-commentary-image-wrapper{
	overflow: hidden;
	max-height: 200px;
	border:solid 1px #ccc;
}
@media (min-width:600px){
	#commentary .fund-commentary{
		width:50%;
	}
}
@media (min-width:992px){
	#commentary .fund-commentary{
		width:33%;
	}
}
/* ==========================================================================
	Helper Styles
   ========================================================================== */

.divider{
	padding:0 10px;
}
.pointer{
	cursor:pointer;
}
.bdr-bot{
	border-bottom:1px solid #ddd;
}
.fund-selector-selection .text-muted{
	opacity:0.3;
}
.fund-selector-selection .checkbox input[type="checkbox"]{
	float:none;
}
.fund-compare{
	color:#aaa;
	transition:all 0.3s;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(247,247,247,1)), color-stop(100%,rgba(140,140,140,1)), color-stop(100%,rgba(165,165,165,1)));
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:1px #bebebe;
}
.fund-compare:hover{
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(247,247,247,1)), color-stop(100%,rgba(33,46,133,1)), color-stop(100%,rgba(165,165,165,1)));
}

.tabbed-nav{
	z-index:1;
}

@media (min-width:992px){
	.pad-right{
		padding-right:30px;
	}
}

/* Morningstar */
td.morningstar-ratings{
	letter-spacing: -1px;
	font-size: 12px;
}
@media (max-width:991px){
	td.morningstar-ratings{
		font-size: 10px;
	}
	.star-rating-1, .star-rating-2, .star-rating-3, .star-rating-4, .star-rating-5{
		height:14px;
		background-size:11px;
	}
	.star-rating-5{
		width:55px;
	}
	.star-rating-4{
		width:44px;
	}
	.star-rating-3{
		width:34px;
	}
	.star-rating-2{
		width:22px;
	}
	.star-rating-1{
		width:11px;
	}
}

/* FIX for DCIO-37 */
.fund-screener-dcio .border-value{
	border-left:solid 8px #ac0707;
}

/*Institutional Screener Overrides*/
.institutional .search-fund-name{
	font-weight:600;
}
#characteristics-filter-container{
	border-top:solid 1px #ddd;
}
#search-characteristics-container{
	margin:0;
	padding:10px 0;
}
#filters-container{
	margin:0;
	padding:10px 15px;
}
#filters-container hr.row{
	margin-bottom:0;
	margin-top:0;
}
#search-characteristics-container span.separator{
	padding:0 10px;
}
.institutional #asset-class-list .form-check-input {
	margin-top:0rem;
}
#search-characteristics-container .putnamicon-search{
	line-height:25px;
	color:#666;
}
#search-characteristics-container .separator{
	width:5px;
}
.institutional td.equity a, .institutional div.equity{
	color:#3f6aba;
}
.institutional td.fixed-income a, .institutional div.fixed-income{
	color:#f0871d;
}
.institutional td.multi-asset a, .institutional div.multi-asset{
	color:#902473;
}
.institutional td.growth a, .institutional div.growth{
	color:#60bb46;
}
.institutional .fund-screener-table td{
	white-space:normal;
}
.institutional .fund-screener-table td.inception-date{
	border:none;
	padding-bottom:0;
	padding-top:0;
}
.institutional .fund-screener-table td.bm-data{
	border:none;
	color:#797d7f;
}
.institutional .fund-screener-table td.benchmark-data{
	clear:left;
}

.institutional .fund-screener-table .fund-selector-fund{
	width:44%;
}
.institutional .fund-screener-table .composite-pdf{
	width:11%;
}
.institutional .fund-screener-table th.composite-pdf{
	padding-top:9px;
	padding-bottom:9px;
}
.institutional .fund-screener-table .performance-column{
	width:7.98%;
}
@media (max-width:991px){
	.institutional .fund-screener-table .fund-selector-fund{
		width:100%;
	}
	.institutional .fund-screener-table .composite-pdf{
		width:30%;
	}
	.institutional .fund-screener-table .performance-column, .institutional .fund-screener-table .bm-data, .hide-custom{
		display:none;
	}
	.institutional .fund-screener-table td.inception-date{
		padding-bottom:15px;
	}
}
@media (max-width:767px){
	.institutional .fund-screener-table .composite-pdf{
		display:block;
	}
	.institutional .fund-screener-table .inception-date{
		display:block;
	}
}
@media (max-width:517px){
	.institutional .fund-screener-table .fund-selector-fund{
		width:100%;
	}
	.institutional .fund-screener-table .composite-pdf{
		display:none;
	}
}
/*UCITS Screener Overrides*/
.ucits-screener .fund-screener-table .fund-selector-fund{
	width:43%
}
@media (max-width:1199px){
	.ucits-screener .fund-screener-table .fund-selector-fund{
		width:42%
	}
}
@media (max-width:991px){
	.ucits-screener .fund-screener-table .fund-selector-fund{
		width:38%
	}
}
@media (max-width:767px){
	.ucits-screener .fund-screener-table .fund-selector-fund{
		width:60%
	}
}
@media (max-width:450px){
	.ucits-screener .fund-screener-table .fund-selector-fund{
		width:94%
	}
}
#institutional-strategies sup{
	font-size:100%;
	margin:0;
	position:inherit;
}
#fund-screener-table thead.floating-head{
	background-color:#fff;
	display:table;
	position:fixed;
	top:0px;
}

h5.b-shares{
	border-bottom:1px solid #ddd;
	margin-bottom:0;
	padding:0 0 15px 15px;
}
/* Fund Colors */
.fund-selector-asset-class.Growth,.trading-symbol.Growth,.Growth{
	color:#009900;
}
.fund-selector-asset-class.Blend,.trading-symbol.Blend,.Blend{
	color:#0066CC;
}
.fund-selector-asset-class.Value,.trading-symbol.Value,.Value{
	color:#cc0000;
}
.fund-selector-asset-class.Taxable-Income,.trading-symbol.Taxable-Income,.Taxable-Income,
.fund-selector-asset-class.Fixed-Income,.trading-symbol.Fixed-Income,.Fixed-Income,
.fund-selector-asset-class.Stable-Value,.trading-symbol.Stable-Value,.Stable-Value{
	color:#ff9900;
}
.fund-selector-asset-class.Tax-free-Income,.trading-symbol.Tax-free-Income,.Tax-free-Income{
	color:#ff9900;
}
.fund-selector-asset-class.Asset-Allocation, .fund-selector-asset-class.Target-Date,.trading-symbol.Asset-Allocation, .trading-symbol.Target-Date, .Asset-Allocation{
	color:#663366;
}
.fund-selector-asset-class.Global-Sector,.trading-symbol.Global-Sector,.Global-Sector{
	color:#448f9c;
}
.fund-selector-asset-class.Absolute-Return,.trading-symbol.Absolute-Return,.Absolute-Return{
	color:#ff6600;
}
/* Star rating icons (Generated via macros) */
.star-rating-1, .star-rating-2, .star-rating-3, .star-rating-4, .star-rating-5{
	display:block;
	background-image:url('/static/img/prod-info/star_yellow_big.gif');
	width:16px;
	height:25px;
	text-indent:10000px;
	overflow:hidden;
	margin:0 auto 0 0;
	padding:0;
	background-position:0 2px;
}
.align-left .star-rating-1, .align-left .star-rating-2, .align-left .star-rating-3, .align-left .star-rating-4, .align-left .star-rating-5{
	margin:0;
}
.star-rating-2{
	width:32px;
}
.star-rating-3{
	width:48px;
}
.star-rating-4{
	width:65px;
}
.star-rating-5{
	width:80px;
}
.stars{
	color:#f9a63f;
}
