/*!
Theme Name: Quant Reports
Theme URI: http://quantreports.com
Author: quantreports.com
Author URI: http://quantreports.com
Description: Quant Reports Barebones Theme
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barebones
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

barebones is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

# Custom Styles
	--- Background Mods

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 ;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

/* Background Mods
--------------------------------------------- */

.page-content, .entry-content, .entry-summary {
	margin: 0;
}

body {
	font-size: 13px;
	line-height: 1.3em;
}

a {
    text-decoration: none;
    color: inherit;
}

/* #page, .vcv-container, .vcv-layout-wrapper {
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	background-color: white;
	max-width: 1140px;
	margin: 0 auto;
} */


.single-report .vcv-content--boxed,.vcv-footer  {
	/* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); */
	background-color: white;
	max-width: 1140px;
	margin: 0 auto;
}

.vcv-layout-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2),0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	background-color: white;
	max-width: 1140px;
	margin: 0 auto;
}

.vcv-footer {
	font-size: 11px;
}

body {
	background: #fff;
}

body .vce-element--has-background > .vce-col-inner > .vce-col-content {
    padding: 15px;
}

.vce-row-content {
	padding-left: 30px;
	padding-right: 30px;
}

body .vce {
	margin-bottom: 0;
}

h1 {
	font-size: 26px;
}

.title h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

.vcv-footer p {
	font-size: 11px;
	color: inherit;
	line-height: 1.2em;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.3em;
}

/* WP Data Tables overrides
--------------------------------------------- */

body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell, 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell, 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th, 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td {
	height: 20px;
	empty-cells: hide;
	line-height: normal;
	padding: 5px 0;
	vertical-align: middle;
	text-align: left;
	overflow: hidden;
	word-break: normal;
	border: none;
	background-color: inherit;
	border-bottom: 1px solid;
}

body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:first-child, 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:first-child, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:first-child, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:first-child, 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:last-child, 
body .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:last-child, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:last-child, 
body .wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:last-child {
	border: none;
    border-bottom: 1px solid #ccc;
}

.fp-style td, .wpDataTable tr td {
	padding: 3px 10px;
}

body .wpDataTable tr:nth-child(2n), body .wpDataTablesWrapper table.wpDataTable tr.even td {
	/* background-color: #e5e5e5 !important; */
}

/* body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd td {
	background-color: #ffffff;
} */

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd td {
	background-color: #EFEFEF;
}

.wpdt-c *, .wpdt-c :active, .wpdt-c :hover, .wpdt-c :focus {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td, 
body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td {
    border: 0;
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td, 
body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1, 
body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.even:hover > td, 
body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
	background-color: inherit;
}

.wpdt-c table {
	border-collapse: collapse!important;
	border-spacing: 0!important;
}

/* Fundpeak Overrides
--------------------------------------------- */

body table tr:nth-child(2n), body table tr:nth-child(2n) td {
	/* background: #EFEFEF; */
}

body .fp-style table.retReport td {
	text-align: center;
}

body .fp-style th {
	border-bottom: 1px solid #ccc !important;
	border-color: inherit;
}

body .fp-style .StatisticInfoControl tbody td {
    border: none!important;
}

body .fp-style  .vami-chart.am-chart, body .fp-style .drawdown-percent-chart.am-chart {
	min-height: 300px !important;
}

/* #ctl00_WidgetId_29_CumulativeMonthlyReturnsPanel {
	height: auto !important;
    min-height: 300px !important;
} */

#ctl00_WidgetId_248_ManagerConsistencyAmChartPanel {
	min-height: 330px;
}

body div[class*="col-"] {
	position: relative;
	min-height: 0;
	padding-right: 0;
	padding-left: 0;
	float: inherit;
	width: 100%;
}

body .row {
	margin-right: 0;
	margin-left: 0;
}

body .fp-style table {
	border-spacing: 0;
}

.fp-style .h {
	display: none;
}

body .fp-style .statistic-info-name {
	text-align: left;
	width: 30% !important;
}


.StatisticInfoControl td, .StatisticInfoControl th {
	border: solid 0px white;
}

#ctl00_WidgetId_29_CumulativeMonthlyReturnsPanel g text:nth-child(6) {
	display: none;
}

/* No Legend */ 

.noLegend .amChartsLegend {
	display: none!important;
	height: 0 !important;
}

/* REMOVE GRIDLINES */
/* #ctl00_WidgetId_2_DrawdownPercentAmChartPanel g:nth-child(3) path, 
#ctl00_WidgetId_253_DrawdownPercentAmChartPanel g:nth-child(3) path{
	display: none;
} */

/* #ctl00_WidgetId_6_VamiChartPanel g:nth-child(3) path:nth-child(2) {
	display: none;
} */

/* #ctl00_WidgetId_33_CorrelationAmChartPanel g:nth-child(3) path {
	display: none;
} */


/* REMOVE SCROLLBAR */
.fp-style g:nth-child(1) > rect {
    display: none !important;
}

.fp-style g:nth-child(1) g image {
    display: none;
}

body .statistic-info tr:last-child {
	border-bottom: 1px solid;
}

body .StatisticInfoControl thead th {
	white-space: normal;
	border-bottom: 2px solid;
	text-align: center !important;
}

.StatisticInfoControl tr td {
	border: none !important;
}

.fp-style .StatisticInfoControl thead th {
	/* white-space: normal; */
	border-bottom: none !important;
	line-height: 1.2em !important;
	font-weight: inherit;
}

.fp-style .StatisticInfoControl tbody td {
	/* border: solid 0px white; */
	text-align: center;
}

body .fp-style .StatisticInfoControl thead > tr > th:nth-child(6), body .fp-style .StatisticInfoControl thead > tr > th:nth-child(9) {
	border-right: 0!important;
}

.fp-style .StatisticInfoControl tbody td.statistic-info-name {
	text-align: left;
	font-weight: 700;
}

.statistic-info thead {
	font-weight: 700;
}

.vcv-content--blank .entry-content, .vcv-content--header-footer .entry-content, .vcv-content .entry-content {
	background-color: white;
}

/* Widget Embed Overrides */ 

.vce-col--md-50p .am-chart {
        width: 525px!important;
        height: auto!important;
}

/* Page Breaks
--------------------------------------------- */

.pageBreakAvoid {
    page-break-inside: avoid;
}

.pageBreakAbove {
    page-break-before: always;
}

.pageBreakBar {
	page-break-before: always;
}

.pageBreakBar {
	display: none;
}


/* Fund Facts / Table display
--------------------------------------------- */

.fundFacts th {
    display: none;
}

.investmentObjective thead {
	display: none;
}

.investmentObjectiveTable {
	/* margin-bottom: 10px; */
	margin-top: 15px;
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
	color: #333333;
	border: 0;
	border-bottom-width: 2px;
	font-weight: 700;
	padding: 2px 10px;
	text-align: left;
	cursor: pointer;
	background: #ffffff none;
}

body .wpDataTablesWrapper,.wpdt-c .wpDataTablesWrapper table {
	margin-bottom: 0px;
}

body .wpDataTable .column-target-weight, body .wpDataTable .column-aa-range {
	text-align: center !important;
}

.wpDataTablesWrapper div.dt-buttons {
	/* margin-bottom: 20px; */
	/* margin-left: 20px; */
	/* margin-right: -10px; */
	/* float: right; */
	display: none !important;
}

.statistic-info-name {
	min-width: 35%;
}

.column-current, .column-range, .column-target,.column-contribution_rebate, .column-excess, .column-holdings, .column-weight, .column-contribution, .column-1m, .column-prev-month{
    text-align: center!important;
}

.column-previous, .column-current {
	text-align: center !important;
}

body .dt-buttons {
	margin-bottom:0;
}

.ddReport {
    text-align: center;
}

.portfolioHoldings,.investmentObjectiveTable {
	margin-bottom: 10px;
}

/* Charts
--------------------------------------------- */

/* Header and Footer
--------------------------------------------- */

/* body .vcv-header .vce-row {
	margin-bottom: 0;
	margin-top: 0;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.single-report .vcv-content--boxed, .vcv-footer {
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	background-color: white;
	max-width: 1140px;
	margin: 0 auto; */
}

.vcv-footer {
	font-size: 10px;
	line-height: 1.3em;
}



/* Lists defaults
--------------------------------------------- */

ul, ol {
	margin: 0 0 5px 5px;
}

ol {
	padding-left: 20px;
}

li {
	margin-bottom: 5px;
}

ul {
	padding-left: 10px;
}

/* Responsive overrides
--------------------------------------------- */

.vce-row-content {
    max-width: 100%!important;
}

body .vcv-footer .vce-row-container, body .vcv-header .vce-row-container,  body .vcv-header .vce-row  {
	max-width: 100% !important;
}

/* Underlying Investments
--------------------------------------------- */

.underlyingInvestmentsBlock .role p::before {
	content: "Role in Portfolio: ";
	font-weight: bold;
}

.underlyingInvestmentsBlock .benchmark p::before {
	content: "Benchmark: ";
	font-weight: bold;
}

.underlyingInvestmentsBlock .style2 p::before {
	content: "Style: ";
	font-weight: bold;
}



.underlyingInvestmentsBlock {
	page-break-inside: avoid;
}

.lastUpdated p {
	font-size:10px;
	color: grey;
}

.lastUpdated p::before {
	content: "Last Updated: ";
	font-weight: bold;
}

.reportButton {
	max-width: 200px;
	margin-top:10px;
}

.reportButton .vce-button--style-basic-icon-inner {
	text-align: left;
	font-size: 12px!important;
}

.reportButton button {
	padding: 10px;
}

.reportButton button span {
	font-size: 12px;
}

a.vce-button--style-basic-icon--color-b-17-17-17--fff, a.vce-button--style-basic-icon--color-b-17-17-17--fff:not(:hover):not(:active), button.vce-button--style-basic-icon--color-b-17-17-17--fff, button.vce-button--style-basic-icon--color-b-17-17-17--fff:not(:hover):not(:active) {
	color: #111!important;
	background-color: #eee!important;
	/* border: 2px solid; */
}

#vcv-ui-content-overlay {
	opacity: 0.2 !important;
}


.post-password-form {
	text-align: center;
	min-height: 450px;
	padding-top: 200px !important;
}

.post-password-form p {
	text-align: center;
}

