
@font-face {
  font-family: 'NeueHaasGrotesk';
  src: url('ttf/NHaasGroteskDSPro-65Md.ttf');
}


@font-face {
  font-family: 'TiemposTextRegular';
  src: url('ttf/TiemposText-Regular.ttf');
}

@font-face {
  font-family: 'TiemposTextBold';
  src: url('ttf/TiemposText-Bold.ttf');
}

@font-face {
  font-family: 'TiemposTextItalic';
  src: url('ttf/TiemposText-Italic.ttf');
}



body {
  padding:0px;
  margin:0px;
  font-family: 'NeueHaasGrotesk', Arial, sans-serif;
} 

.ecf_2021, .ecf_2022 {
  font-size: 16px;
  padding:0px;
  margin:0px;
  font-family: 'TiemposTextRegular'; 
}

a {
  color: #ff5542;
}


.italic {
  font-family: 'TiemposTextItalic';
}
/* 
.header {
  width:100%;
  background-color: #ff5542;
  color:#fff;
  font-size:2em;
  padding:10px;
}

.header ul {
  font-size:10px;
  float:left;
} */
/* 
.page {
  padding:4em;
} */

.chart-header {
  background-color: #ff5542; 
  /* font-family: 'TiemposTextRegular'; */
  font-family: 'NeueHaasGrotesk', Arial, sans-serif;
  font-size: 3em;  
  padding:20px 10%;
}
.chart-text {
  padding:20px 10%;  
  font-family: 'NeueHaasGrotesk', Arial, sans-serif;
}

.chart-wrapper {
  width: 100%;
  height: 400px;
  background-color: #fff;
  position: relative;
}

.chart-wrapper path {
  stroke: #fff;
  /* stroke-width: 5px; */
  cursor: pointer;
  transition: fill 250ms;
}
.chart-wrapper path:hover {
  /* fill: #ff5542; */
  fill: #333333;
}

.chart-wrapper .ecf:hover {
  fill: #ce4637;
  /* fill: #666666; */
}

text {
  font-family: 'NeueHaasGrotesk', Arial, sans-serif;
  font-size: 0.8em;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
}

polyline {
  fill: none;
  stroke: #111;
  stroke-width: 1px;
  stroke-dasharray: 5px;
}



article {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;

  overflow: auto;

}
article > header {
  height: 60px;
  border-bottom: 1px solid #2a3843;
}

article > header .title {
  float: left;
  font-size: 1.3rem;
  font-weight: 600;
}

article > header .interval {
  float: right;
}
article > header .interval ul {
  padding: 0;
  list-style: none;
}
article > header .interval ul li {
  float: right;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 2px 10px;
  margin: 0px 10px;
}
article > header .interval ul li.active {
  background-color: #D3D3D3;
  color: #202B33;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
article section {
  margin-top: 20px;
  margin-bottom: 20px;
}
article section > header {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
}
article section .chart {
  height: 200px;
}
article section .inlineChart {
  float: left;
  width: 30%;
  margin-bottom: 50px;
}
article section .inlineChart canvas {
  float: left;
}
article section .inlineChart .info {
  float: left;
  padding-left: 20px;
  padding-top: 16px;
}
article section .inlineChart .info .value {
  font-size: 2.0rem;
  color: #D3D3D3;
}
article section table {
  width: 100%;
}
article section table th
/* , article section table td  */
{
  text-align: left;
  padding: 7px 0px;
  border-bottom: 1px solid #2a3843;
  margin-bottom: 1px;
  font-family: 'TiemposTextBold';
  font-weight:700;
}

.sum {
  border-top: 1px solid #2a3843;
  margin-top: 1px;
  font-family: 'TiemposTextBold';
  font-weight:700;
}
tr.sum {

 border-top: 1px solid #2a3843;
}

.total {
  font-family: 'TiemposTextBold';
  font-weight:700;
  padding-top: 5px;
}

.red {
  color: #ff1d25;
}

article section table thead th {
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #D3D3D3;
}

.ar {
  text-align:right;
  height:18px;
}

table {
  font-family: 'TiemposTextRegular';
}

b, strong, .strong {
  font-family: 'TiemposTextBold';
  font-weight:700;
}

 iframe {
  border: 1px solid #c8c8c8;
  width: 100%;
  min-height: 500px;
  padding: 30px;
}