/* Global Chart Styles =======================================
==============================================================*/
.chart,
.charts {
margin-bottom:60px;
clear:both;
}
.chart p,
.charts p {
margin-bottom:10px;
}
.chart h3,
.charts h3,
.jquery-data-chart h3{
font-size:20px;
font-weight:bold;
margin-bottom:10px;
font-family:'Oswald',Arial, Helvetica, sans-serif;
line-height:30px;
}

.chart-container {
position:relative;
margin:20px 0 40px;
}

.chart h4,
.charts h4,
.jquery-data-chart h4{
font-size:14px;
}
.chart-header {
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:600;
    border-top: 3px solid #000;
	margin-bottom:10px;
	padding-top:10px;
}
.chart-header-no-border {
	margin-bottom:10px;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:600;
}
.chart-header span,
.chart-header-no-border span {
	font-style:italic;
	font-weight:normal;
}
.chart .source,
.charts .source,
.jquery-data-chart .source,
.bw-table .source {
font-size:13px;
margin:10px 0;
font-style:normal;
}

.table-scroll {
	overflow-x:scroll;
	max-width:100%;
}
.table-scroll table {
	width:110%;/*increase table width by 10% since we are doing this for readability anyway*/
}

/*jquery data chart base*/
.jquery-data-chart {
display:block;
width:100%;
margin-bottom:60px;
}
.jquery-data-chart .chart-container,
.pie-data-chart .chart-container {
	position:relative;
	padding-top:0px;
}
.jquery-data-chart,
.jquery-data-chart div,
.jquery-data-chart span {
transition:all 1s ease-out 0.5s;
}
.jquery-data-chart .bar-height{
	position:relative;
	height:140px;
	display:inline-block;
	z-index:10;
}
.jquery-data-chart .bar{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#ccc;
}
.jquery-data-chart .bar .number.outside{
	position:absolute;
	top:-22px;
	width:100%;
	text-align:center;
	display:block;
}
.jquery-data-chart .bar.negative-bar .number.outside{
	top:10px;
}
.jquery-data-chart .bar .number.inside{
	position:absolute;
	top:5px;
	width:100%;
	text-align:center;
	display:block;
}
.jquery-data-chart .bar .number.inside.vertical{
	transform:rotate(-90deg);
	top:auto;
	bottom:30px;
}
.jquery-data-chart .bar .text{
	text-align:center;
	position:absolute;
	bottom:-20px;
	width:100%;
}
.jquery-data-chart .bar .text.inside{
	text-align:left;
	color:#fff;
	font-size:1em;
	line-height:1.3em;
	padding:5px;
	word-break:break-all;
}
.jquery-data-chart .labels .text {
	display:inline-block;
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
	line-height:1.2em;
	font-size:14px;
	vertical-align:top;
}
.jquery-data-chart.eight-row .bar-height .bar .text.inside{
	font-size:0.9em;
}

/* jquery-data-chart legend styles*/
.jquery-data-chart .legend {
	position:absolute;
}
.jquery-data-chart .legend.static {
	position:static;
	margin-bottom:20px;
}
.jquery-data-chart .legend .legend-block {
	display:inline-block;
	font-size:14px;
	margin-right:10px;
}
.jquery-data-chart .legend .legend-block:last-child {
	margin-right:0;
}

.jquery-data-chart .legend.top-right {
	top:0;
	right:0;
}

.jquery-data-chart .legend.top-left {
	top:0;
	left:0;
}


/* jquery-data-chart animation template*/
.jquery-data-chart.off .bar,
.jquery-data-chart.off .number,
.jquery-data-chart.off .text,
.jquery-data-chart.off .ball-number,
.jquery-data-chart.off .legend{
	height:0 !important;
	opacity:0 !important;
	border:none !important;
}
.jquery-data-chart.off .bar-height{
	border:none !important;
}


/* jquery-data-chart # of row styles*/
.jquery-data-chart.two-row .bar-height,
.jquery-data-chart .bar-height .two-row .bar-height,
.jquery-data-chart.two-row .labels .text{
	width:50%;
}
.jquery-data-chart.three-row .bar-height,
.jquery-data-chart .bar-height .three-row .bar-height,
.jquery-data-chart.three-row .labels .text{
	width:32%;
}
.jquery-data-chart.four-row .bar-height,
.jquery-data-chart.four-row .labels .text{
	width:23%;
	margin-right:2%;
}
.jquery-data-chart.five-row .bar-height,
.jquery-data-chart.five-row .labels .text{
	width:19%;
}
.jquery-data-chart.seven-row .bar-height,
.jquery-data-chart.seven-row .labels .text{
	width:12.5%;
	margin-right:1%;
}
.jquery-data-chart.eight-row .bar-height,
.jquery-data-chart.eight-row .labels .text{
	width:11.5%;
	margin-right:1%;
}
.jquery-data-chart.nine-row .bar-height,
.jquery-data-chart.nine-row .labels .text{
	width:10.5%;
}
.jquery-data-chart.ten-row .bar-height,
.jquery-data-chart.ten-row .labels .text{
	width:9%;
}
.jquery-data-chart.twelve-row .bar-height,
.jquery-data-chart.twelve-row .labels .text{
	width:7.7%;
}

.jquery-data-chart .bar-height.two-row .bar-height {
	width:50%;
}
.jquery-data-chart .bar-height.three-row .bar-height {
	width:32%;
}

.jquery-data-chart.two-row .bar-height:last-child,
.jquery-data-chart.three-row .bar-height:last-child,
.jquery-data-chart.four-row .bar-height:last-child,
.jquery-data-chart.five-row .bar-height:last-child,
.jquery-data-chart.six-row .bar-height:last-child,
.jquery-data-chart.seven-row .bar-height:last-child,
.jquery-data-chart.eight-row .bar-height:last-child {
	margin-right:0;
}
.jquery-data-chart .bar-height .bar-height {
	margin:0 !important;
}

.pie-data-chart .left-text {
width:65%;
display:inline-block;
vertical-align:top;
}
.pie-data-chart.small-width .left-text {
width:50%;
margin-right:5%;
}
.main-content .article-page .pie-data-chart .left-text p {
font-size:14px;
}
.main-content .article-page .pie-data-chart .left-text ul{
margin:0;
}
.main-content .article-page .pie-data-chart .left-text ul li {
font-size:16px;
line-height:25px;
margin-bottom:0;
}
.pie-data-chart.small-width .left-text li .value {
float:right;
}
.pie-data-chart .right-chart {
width:30%;
display:inline-block;
vertical-align:top;
}
.pie-data-chart.small-width .right-chart {
width:45%;
display:inline-block;
vertical-align:top;
}
.pie-data-chart .align-right {
	float:right;
}

/* jquery data bar charts*/

/*adjustment to make this work via flexbox. 
Needed until we upgrade the bootstrap version*/
.jquery-data-chart-v3 .row,
.doughnut-chart .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.jquery-data-chart-v3 .row.no-gutters,
.doughnut-chart .row.no-gutters {
		margin-left: 0;
		margin-right: 0;
}

.jquery-data-chart-v3 .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.jquery-data-chart-v3 .col,
.doughnut-chart .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.jquery-data-chart-v3 .d-flex,
.doughnut-chart .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.jquery-data-chart-v3 .align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.doughnut-chart .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.doughnut-chart .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.md-size .doughnut-chart .justify-content-md-between,
.lg-size .doughnut-chart .justify-content-md-between,
.xl-size .doughnut-chart .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
/*end flexbox fix*/

.jquery-data-chart-v3,
.doughnut-chart {
	font-family: "Helvetica", Arial, sans-serif;
}

.jquery-data-chart-v3.horizontal-bar-chart .label {
	max-width:11%;
	text-align: right;
	align-self: center;
	padding-left: 0;
	line-height: 1.25em;
}

.jquery-data-chart-v3.horizontal-bar-chart.medium-width-label .label {
	max-width:22%;
}

.jquery-data-chart-v3.horizontal-bar-chart.large-width-label .label {
	max-width:34%;
}

.jquery-data-chart-v3.horizontal-bar-chart .bar-height {
	margin:10px 0;
}

.jquery-data-chart-v3.horizontal-bar-chart .bar-height .bar-height {
	margin:0;
}

.jquery-data-chart-v3.horizontal-bar-chart.medium-bar .bar-height {
	height:36px;
}

.jquery-data-chart-v3.horizontal-bar-chart.medium-bar.two-bar .bar-height {
	height:72px;
}

.jquery-data-chart-v3.horizontal-bar-chart.thick-bar .bar-height {
	height:60px;
}

.jquery-data-chart-v3.horizontal-bar-chart.thick-bar.two-bar .bar-height {
	height: 144px;
}

.jquery-data-chart-v3.horizontal-bar-chart .bar-height.medium-bar .bar {
	height:45px;
}

.jquery-data-chart-v3.horizontal-bar-chart .bar-height.thick-bar .bar {
	height:55px;
}

.jquery-data-chart-v3.horizontal-bar-chart .bar {
	background-color: #ccc;
	position: relative;
	flex: 100%;
	max-width:0;
	transition: max-width 1s;
	align-self: stretch;
	min-height: 35px;
}

.jquery-data-chart-v3.horizontal-bar-chart.two-bar .bar {
	height:50%;
}

.jquery-data-chart-v3.horizontal-bar-chart .value,
.jquery-data-chart-v3.horizontal-bar-chart .value.inside {
	position: absolute;
	right: 10px;
}

.jquery-data-chart-v3.horizontal-bar-chart .value.outside {
	position: absolute;
	left: calc(100% + 10px);
}

/* 
=======================================
=======================================
NEW V3.0 CHARTS
=======================================
=======================================
*/

/* style basics - headers spacing text etc.*/

.chart-v3 .chart-border {
	border-top:5px solid #000;
	margin-top: 15px;
    padding-top: 15px;
}

.chart-v3 .chart-border-bottom {
	border-bottom:5px solid #000;
	margin-bottom: 15px;
    padding-bottom: 15px;
}

.chart-v3 .chart-header,
.chart-header {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	border: none;
	font-family: "Droid Serif", Georgia, serif;
}

.chart-v3 .chart-sub-header {
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.chart-v3 .chart-header-large {
	font-size: 4.0rem;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 15px;
}

.chart-v3 .chart-section-header {
	margin-bottom: 35px;
}

.chart-v3 .chart-container {
	margin:20px 0 40px 0;
}

.chart-v3 .chart-container table {
	margin:20px 0;
}

.chart-v3 .source {
	font-size: 1.2rem;
	line-height: 1.4em;
	letter-spacing: -0.2px;
	margin:15px 0;
	color: #4A4A4A;
	font-style: normal;
}

.chart-v3  h1 .source,
.chart-v3  h2 .source,
.chart-v3  h3 .source,
.chart-v3  h4 .source {
	color: #000;
}

.chart-callout {
	font-size: 2.7rem;
	line-height: 1.4em;
	letter-spacing: 0.18px;
	margin:60px 0;
}

/* doughnut charts */
.doughnut-chart ul  {
	list-style: none;
}

.doughnut-chart ul li:not([class]){
	list-style: none;
	display: block;
}

.doughnut-chart .doughnut-row {
	margin:20px 0 40px 0;
}

.doughnut-chart .doughnut {
	max-width: 30.333%;
	padding:0;
	margin:0;
	position: relative;
}

.doughnut-chart.full-width .doughnut {
	max-width: 100%;
}

.doughnut-chart .doughnut .text-container {
	position: absolute;
}

.doughnut-chart .doughnut i {
	font-size: 3.5rem;
}

.doughnut-chart .doughnut .text,
.doughnut-chart .custom-doughnut .text {
	font-size: 2.0rem;
	font-family: "Helvetica", Arial, sans-serif;
	line-height: 1.2em;
	text-align: center;
	font-weight: 600;
}
.doughnut-chart .custom-doughnut .text {
	padding:10px 10px 0 10px;
}

.doughnut-chart .doughnut .value {
	font-size: 3.6rem;
	line-height: 1.4em;
	font-weight: 700;
}

.doughnut-chart.horizontal .doughnut i,
.doughnut-chart.custom-doughnut-chart .labels i {
	font-size: 0.9em;
	padding-right: 8px;
	line-height: 1.8em;
}

.doughnut-chart.horizontal .doughnut {
	max-width: 100%;
	min-width: 100%;
}

.doughnut-chart.horizontal .labels ul,
.doughnut-chart.custom-doughnut-chart .labels ul,
.doughnut-chart.custom-doughnut-chart .labels .blurb {
	margin-left: 15%;
}

.doughnut-chart.horizontal .canvas {
	max-width: 45%;
}

.doughnut-chart.horizontal li,
.doughnut-chart.custom-doughnut-chart li {
	display: block;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.custom-doughnut-chart .blurb {
	margin-bottom: 15px;
}

.custom-doughnut > .row > .single {
	max-width: 38%;
}

.custom-doughnut .pie-center-text {
	display: flex;
	width:100%;
	height: 100%;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
}
.custom-doughnut .pie-center-text > div {
	align-self: center;
}

.chart-v3.doughnut-chart .chart-legend {
	margin-bottom: 24px;
}

.custom-doughnut.layout-two	 {
	padding:0 40px;
}

.custom-doughnut.layout-two .canvas {
	max-width: 280px;
}

.custom-doughnut.layout-two .canvas:nth-child(n+3) {
	margin-top:30px;
}

.custom-doughnut.layout-three .canvas:nth-child(n+4) {
	margin-top:30px;
}

/* v3.0 Legend */
.chart-v3 .chart-legend {
	margin-top: 15px;
	margin-bottom: 15px;
}

.chart-v3 .chart-legend .legend-item {
	margin-right: 35px;
	font-size: 1.8rem;
}

.chart-v3 .chart-legend .legend-item .fa {
	margin-right: 5px;
}

.chart-v3 .chart-legend .legend-item .fa.fa-circle {
	margin-right: 8px;
}

.chart-v3 .chart-legend .legend-item:last-of-type {
	margin-right: 0;
}

/* stat - text chart */
.stat-text-chart .number {
	font-size: 4.0rem;
	margin-bottom: 10px;
}



/*individual chart styles*/
.chart.Mutual-Funds .chart-container,
.chart.strategy-tatics .chart-container  {
position:relative;
}
.chart.Mutual-Funds #MutualFunds {
width:98% !important;
margin:0 auto;
}
.chart.Mutual-Funds .left-label,
.chart.strategy-tatics .left-label,
.chart.Mutual-Funds .right-label {
font-size:1.1em;
position:absolute;
}
.chart.Mutual-Funds .left-label,
.chart.strategy-tatics .left-label{
left:-5%;
bottom:43%;
transform:rotate(-90deg);
}
.chart.Mutual-Funds .right-label{
right:-9%;
bottom:43%;
transform:rotate(-90deg);
}

.ldi16-chart {
margin:35px 0 25px 0;
}
.ldi16-chart.tgotppfa.jquery-data-chart .bar-height {
border-bottom:1px solid #000;
}
.ldi16-chart.tgotppfa.jquery-data-chart .bar .number {
font-size:1.1em;
}
.ldi16-chart.tgotppfa.jquery-data-chart .yellow {
background-color:#F8A71C;
}
.ldi16-chart.tgotppfa.jquery-data-chart .number.outside {
color:#F8A71C;
}
.ldi16-chart.tgotppfa.jquery-data-chart{
color:#000;
}
.ldi16-chart.tgotppfa.jquery-data-chart.ten-row .bar-height{
	padding-right:1%;
}
.ldi16-chart.tgotppfa.jquery-data-chart .bar-height:last-child{
	padding-right:0;
}
.ldi16-chart.tgotppfa.jquery-data-chart .bar-height .bar{
	width:90%;
}

.cio417-chart.aete,
.cio417-chart.aete div{
	white-space:nowrap;
	vertical-align:top;
}
.cio417-chart.aete p,
.cio417-chart.aete .source{
	white-space:normal;
}

.cio417-chart.aete .vertical-bar-chart .row-text {
	width:20%;
	display:inline-block;
	padding-top:10px;
}
.cio417-chart.aete .vertical-bar-chart .block-container {
	width:80%;
	display:inline-block;
}
.cio417-chart.aete .vertical-bar-chart .left-side,
.cio417-chart.aete .vertical-bar-chart .right-side,
.cio417-chart.aete .vertical-bar-chart .left-side div,
.cio417-chart.aete .vertical-bar-chart .right-side div {
	width:50%;
	display:inline-block;
	text-align:center;
	position:relative;
}
.cio417-chart.aete .vertical-bar-chart .header-row .block {
	padding:15px 10px;
}
.cio417-chart.aete .vertical-bar-chart .dy {
	background-color:#F9F0D9;
	color:#BEA357;
}
.cio417-chart.aete .vertical-bar-chart .ly {
	background-color:#FBF6E9;
	color:#BEA357;
}
.cio417-chart.aete .vertical-bar-chart .db {
	background-color:#E9F6FB;
	color:#05669A;
}
.cio417-chart.aete .vertical-bar-chart .lb {
	background-color:#F0F9FC;
	color:#05669A;
}

.cio417-chart.aete .vertical-bar-chart .bar-dy {
	background-color:#E7C569;
}
.cio417-chart.aete .vertical-bar-chart .bar-ly {
	background-color:#F1DEAE;
}
.cio417-chart.aete .vertical-bar-chart .bar-db {
	background-color:#056C8F;
}
.cio417-chart.aete .vertical-bar-chart .bar-lb {
	background-color:#73C6DA;
}

.cio417-chart.aete .vertical-bar-chart .background {
	width:50%;
	height:30px;
	vertical-align:top;
	padding:5px 0;
}
.cio417-chart.aete .vertical-bar-chart  .list-row {
	border-bottom:1px solid #999;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.header-row .block {
	padding-top:5px;
	padding-bottom:5px;
}
.cio417-chart.aete .vertical-bar-chart  .list-row .left-side .bar {
	height:20px;
	position:absolute;
	right:0;
	bottom:3px;
}
.cio417-chart.aete .vertical-bar-chart  .list-row .right-side .bar {
	height:20px;
	position:absolute;
	left:0;
	bottom:0;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Gabon .bar {
	width:99%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Angola .bar {
	width:97%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Mexico .bar {
	width:88%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Dom .bar {
	width:82%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Jordan .bar {
	width:67%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Mongolia .bar {
	width:67%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Zambia .bar {
	width:64%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Colombia .bar {
	width:55%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Paraguay .bar {
	width:55%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Costa .bar {
	width:53%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Belize .bar {
	width:52%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Salvador .bar {
	width:51%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Uruguay .bar {
	width:47%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Ghana .bar {
	width:41%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Guatemala .bar {
	width:23%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Kenya .bar {
	width:23%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Nigeria .bar {
	width:20%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Morocco .bar {
	width:20%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Brazil .bar {
	width:15%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Ecuador .bar {
	width:1%;
}


.cio417-chart.aete .vertical-bar-chart  .list-row.Lanka .bar {
	width:1%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Ivory .bar {
	width:5%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Romania .bar {
	width:6%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Hungary .bar {
	width:7%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Turkey .bar {
	width:22%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Senegal .bar {
	width:26%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Panama .bar {
	width:28%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Peru .bar {
	width:30%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Croatia .bar {
	width:35%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Africa .bar {
	width:35%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Indonesia .bar {
	width:40%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Serbia .bar {
	width:46%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Lithuania .bar {
	width:54%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.China .bar {
	width:58%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Argentina .bar {
	width:60%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Jamaica .bar {
	width:62%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Vietnam .bar {
	width:68%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Honduras .bar {
	width:71%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Poland .bar {
	width:71%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Pakistan .bar {
	width:73%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Cameroon .bar {
	width:75%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Georgia .bar {
	width:77%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Trinidad .bar {
	width:77%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Seychelles .bar {
	width:78%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Armenia .bar {
	width:81%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Suriname .bar {
	width:86%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.Slovakia .bar {
	width:88%;
}
.cio417-chart.aete .vertical-bar-chart  .list-row.India .bar {
	width:90%;
}

.cio417-chart.lei .chart-container {
	text-align:center;
}
.cio417-chart.lei .chart-container p,
.cio417-chart.lei .chart-container .source {
	text-align:left;
}
.cio417-chart.lei .labels {
	border-top:1px solid #999;
	padding-bottom:10px;
}
.cio417-chart.lei .bar .number.inside {
	font-size:14px;
	top:0;
	color:#fff;
}
.cio417-chart.lei .bar.r {
	background-color:#A41D2E;
}
.cio417-chart.lei .bar.p {
	background-color:#DA6392;
}
.cio417-chart.lei .legend-block .fa.r {
	color:#A41D2E;
}
.cio417-chart.lei .legend-block .fa.p {
	color:#DA6392;
}

.basic-table {
	border:none;
	border-collapse:collapse;
	width:100%;
}
.basic-table.sm-text {
	font-size:15px;
}
.basic-table td {
	padding:5px 10px;
	border-top:1px solid #999;
	vertical-align:middle;
}
.basic-table th{
	padding:5px 10px;
	font-family:'Droid Serif',Georgia, "Times New Roman", Times, serif;
	vertical-align:bottom;
}
.basic-table th:first-child{
	padding-left:0;
}

.basic-table.no-top-border tr:first-child  td {
	border-top:none;
}
.basic-table.no-border td {
	border-top:none;
}
.basic-table td:first-child {
	padding-left:0;
}
.basic-table td:last-child {
	padding-right:0;
}
.basic-table tr:last-child td {
	border-bottom:1px solid #999;
}

.basic-table.numbered-table td:first-child{
	width:15px;
	padding-right:0;
	padding-left:0;
	font-size:12px;
}

.cioso17-chart .gr .bar.g {
	background-color:#9EB23A;
}
.cioso17-chart .gr .bar .number.inside {
	color:#fff;
}
.cioso17-chart .gr .bar .number.outside {
	color:#9EB23A;
}
.cioso17-chart .pie-data-chart .value {
	float:right;
}
.cioso17-chart .pie-data-chart .left-text {
	width:45%;
}
.cioso17-chart .pie-data-chart .right-chart {
	width:53%;
}

/*LDI 2017*/
.ldi17-chart .jquery-data-chart .bar-height {
	height:250px;
}
.ldi17-chart .bar.g {
	background-color:#9EB23A;
}
.ldi17-chart .bar.gray {
	background-color:#ACAC92;
}
.ldi17-chart .bar.o {
	background-color:#D66F3D;
}
.ldi17-chart .bar.br {
	background-color:#8B5439;
}
.ldi17-chart .bar.gb {
	background-color:#857B7D;
}
.ldi17-chart .bar.lb {
	background-color:#9FD3A7;
}
.ldi17-chart .bar .number {
	font-size:20px;
}
.ldi17-chart .wmpphgfs .bar .number {
	font-size:14px;
}
.ldi17-chart .bar .number.inside {
	color:#fff;
}

.ldi17-chart .bar .outside.gray,
.ldi17-chart .legend .fa.gray {
	color:#ACAC92;
}
.ldi17-chart .bar .outside.o,
.ldi17-chart .legend .fa.o {
	color:#D66F3D;
}

.ldi17-chart .bar .outside.gb,
.ldi17-chart .legend .fa.gb {
	color:#857B7D;
}

.ldi17-chart .legend .fa.br{
	color:#8B5439;
}

.ldi17-chart .fa.p{
	color:#272363;
}

.ldi17-chart .fa.r{
	color:#EE3527;
}

.ldi17-chart .wmpphgfs .labels,
.ldi17-chart .ygby .labels {
	margin-top:30px;
}

.ldi17-chart .pcaiatrp .pcaiatrp-legend li {
	display:block;
}
.ldi17-chart .tcocadhbrfps .bar .number.inside {
	color:#000;
}

.ldi17-chart .ctrbc2  .bar-tooltip-image {
	position: absolute;
	top: 5%;
	width: 172px;
	max-width: 1000%;
	left: 100%;
}


/*mobile styles for new jquery charts*/
.sm-size .jquery-data-chart-v3 {
	font-size: 1.3rem;
}

.md-size .jquery-data-chart-v3 {
	font-size: 1.6rem;
}

.sm-size .box-chart .box {
	max-width: 100%;
}

.sm-size .custom-doughnut.layout-two	 {
	padding:0;
}

.sm-size .custom-doughnut.layout-one > .row {
	display: block !important;
}

.sm-size .custom-doughnut.layout-one > .row > .canvas {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.sm-size .custom-doughnut.layout-one > .row > .canvas > div { 
	width:70%;
	align-self: center;
}

.md-size .custom-doughnut .labels .blurb,
.sm-size .custom-doughnut .labels .blurb,
.md-size .custom-doughnut .labels ul,
.sm-size .custom-doughnut .labels ul {
	margin-left: 0;
}

.sm-size .doughnut-chart .doughnut .text, 
.sm-size .doughnut-chart .custom-doughnut .text {
	font-size: 2.0rem;
	line-height: 1.4em;
}

.sm-size .custom-doughnut.layout-three .canvas:nth-child(n+3) { 
	margin-top: 30px;
}