/*
Theme Name: Reporting NCC

*/

#page {
	background-color: #eee;
}

#content {
	background-color: white;
-webkit-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);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}

a {
	color: inherit;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}

#single-wrapper {
	padding: 0;
}

.noPad {
	padding: 0!important;
}

.container {
	max-width: 1400px;
}

a {
	text-decoration: none;
}

/* Fund Peak Overrides **/
h2.h, #single-wrapper h2.h {
	display: none;
}

button {
	border: 0;
}

.vc_general {
	text-transform: inherit;
}

/* TABLE STYLE */ 

table {
	font-size: 12px;
	width: 100%;
}

td {
	padding: 5px;
	white-space: normal;
}


table td, table thead, table th {
	border-spacing: 0;
}

thead th {
	white-space: normal;
	padding: 5px;
}

#single-wrapper table {
	/* border-collapse: separate; */
	/* border-spacing: none !important; */
	border-spacing: initial !important;
}

table thead {
	border-bottom: 2px solid;
}

thead {
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #ccc;
	/* color: white; */
	padding: 5px;
}

thead th {
	white-space: normal;
}



iframe {
	border: none;
	width: 100%;
	/* height: 300px; */
}

.wpb_raw_code li {
	list-style: none;
}

ol {
	padding-left: 0;
}

#single-wrapper a:hover {
	color: inherit;
	text-decoration: none;
}

.statistic-info {
	font-size: 12px;
}

#marketCommentary .StatisticInfoControl tbody > tr > td:nth-child(6), #marketCommentary .StatisticInfoControl tbody > tr > td:nth-child(9) {
	/* border-right: 2px solid #081f3f; */
	border: 0;
}

#single-wrapper .StatisticInfoControl thead > tr > th:nth-child(6), #single-wrapper .StatisticInfoControl thead > tr > th:nth-child(9) {
	border-right: 0;
}

/* PERFORMANCE SUMMARY TABLE OVERRIDES */
.statistic-info {
	font-size: 12px;
	border-collapse: collapse;
}

.StatisticInfoControl thead th {
	/* white-space: normal; */
	/* border-bottom: 2px solid #081f3f; */
	/*text-align: left !important;*/
}

.StatisticInfoControl thead th {
	/* white-space: normal; */
	border-bottom: none;
}

.StatisticInfoControl thead th {
	white-space: normal;
	border-bottom: 0 !important;
}

.StatisticInfoControl thead {
	border-bottom:1px solid;
	text-align: left!important;
}

.StatisticInfoControl tbody td {
	border: solid 0px white;
	text-align: left !important;
	padding:5px;
}

.StatisticInfoControl thead th {
	padding-bottom: 5px;
}


#footer p {
	font-size: 10px;
	clear: both;
	float: none;
	text-align: justify;
}


#page .vc_btn3-style-custom {
	background-image: none;
}

.wpb_vc_table {
	line-height: inherit;
}

.noLink button:hover {
	cursor: default;
}

.dacButton {
	width: 47%;
	display: inline;
	float: left;
}

.DACMonthDate {
	color: #df532d;
	text-align: center;
	font-weight: 700;
}

.noHover button:hover {
	cursor: default !important;
}


@media only screen and (max-width: 640px)  {

.wpb_vc_table, .StatisticInfoControl {
	overflow-x: auto;
}

}




/*
@media print {
  *, .wpdt-c ::before, .wpdt-c ::after {
	background: inherit!important;
	color: inherit !important;
	box-shadow: inherit !important;
	text-shadow: inherit!important;
}
}*/