/*==========================================================================
	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;
}

/*==========================================================================
	Filter Styles
========================================================================== */
.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 5px;
}
.filter-container ul li{
	border-bottom:1px solid #ddd;
	margin:0 !important;
	padding:10px;
}
#characteristics-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;
}
#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%;
	}
	#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;
}
#asset-class-list li{
	height:76px;
	border:1px solid #ddd;
	line-height:1;
	text-align:center;
}
#asset-class-list li.disabled:hover{
	cursor:pointer;
}
/*Asset Class Colors*/
#asset-class-list .border-absolute-return{
	border-top:solid 5px #ff6600;
}
#asset-class-list .border-blend{
	border-top:solid 5px #0066cc;
}
#asset-class-list .border-growth{
	border-top:solid 5px #009900;
}
#asset-class-list .border-asset-allocation{
	border-top:solid 5px #663366;
}
#asset-class-list .border-fixed-income{
	border-top:solid 5px #ff9900;
}
.filter-container .no-bbdr{
	border-bottom:none;
}
#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:12.7%;
	white-space:nowrap;
}
.fund-screener-table td.fund-selector-fund.search-fund-name{
	white-space:normal;
}
.fund-screener-table .fund-selector-fund{
	width:34%;
}
.fund-screener-table .volatility{
	width:10.16%;
}
.fund-screener-table .upmarket-capture-ratio, .fund-screener-table .downmarket-capture-ratio, .fund-screener-table .information-ratio{
	width:16.9%;
}
.fund-screener-table .profile{
	width:25.3%
}
.fund-screener-table .toggle-me, .fund-screener-table .no-toggle{
	width:1.5%;
}
.fund-screener-table .toggle-me .putnamicon{
	color:#0033cc;
	font-size:8px;
	top:-1px;
}
/* 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;
	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){
	.fund-screener-table th, .fund-screener-table td{
		width:12.6%
	}
	.fund-screener-table .volatility{
		width:9.6%;
	}
	.fund-screener-table .sharpe-ratio{
		width:12%;
	}
	.fund-screener-table .upmarket-capture-ratio, .fund-screener-table .downmarket-capture-ratio, .fund-screener-table .information-ratio{
		width:16.8%;
	}
	.fund-screener-table .fund-snapshot{
		padding-left:35px;
		padding-right:35px;
	}
}
@media (max-width:991px){
	.fund-screener-table .toggle-me{
		width:3%;
	}
	.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(7), .fund-screener-table .mutual-funds-columns:nth-child(11){
		width:14%;
	}
	.fund-screener-table th, .fund-screener-table td{
		padding:8px 5px;
		width:9%;
	}
	.fund-screener-table .volatility{
		width:7.3%;
	}
	.fund-screener-table .standard-deviation{
		width:11%;
	}
	.fund-screener-table .sharpe-ratio{
		width:15.4%;
	}
	.fund-screener-table .profile{
		width:20%;
	}
	.fund-screener-table .upmarket-capture-ratio, .fund-screener-table .downmarket-capture-ratio, .fund-screener-table .information-ratio{
		width:13.6%;
	}
	.fund-screener-table .volatility:nth-child(16){
		display:none;
	}
	.fund-screener-table .fund-snapshot{
		padding-left:25px;
		padding-right:25px;
	}
}
@media (max-width:767px){
	.fund-screener-table .toggle-me{
		width:5%;
	}
	.fund-screener-table .fund-selector-fund{
		width:60%;
	}
	.fund-screener-table .fund-selector-asset-class{
		width:35%;
	}
	.fund-screener-table th:nth-child(n+4), .fund-screener-table td:nth-child(n+4){
		display:none;
	}
	.fund-screener-table .fund-snapshot{
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width:450px){
	.fund-screener-table .toggle-me{
		width:6%;
	}
	.fund-screener-table .fund-selector-fund{
		width:94%;
	}
	.fund-screener-table .fund-selector-asset-class{
		display:none;
	}
}

/*==========================================================================
	Helper Styles
========================================================================== */

.divider{
	padding:0 10px;
}
.pointer{
	cursor:pointer;
}
@media (min-width:992px){
	.pad-right{
		padding-right:30px;
	}	
}
#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;
}
#search-characteristics-container .putnamicon-search{
	line-height:25px;
	color:#666;
}
#search-characteristics-container .separator{
	width:5px;
}
#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;
}