/* watermark - to remove after licence */
.amcharts-chart-div > a {
  display: none !important; }

.amChartsLegend {
  display: none; }

.chart-reset * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial; }

.chart-reset {
  overflow: auto;
  height: 100%; }

.amcharts-export-menu {
  position: absolute;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #14243C; }

.amcharts-export-menu .export-main > a,
.amcharts-export-menu .export-drawing > a {
  text-indent: 0;
  text-align: center;
  width: 50px;
  height: 30px;
  padding: 0;
  color: #14243C;
  font-size: 20px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-image: none;
  background-color: #F6F7F9;
  background-position: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  margin: 8px 8px 0 10px; }

.amcharts-export-menu .export-main > a > span,
.amcharts-export-menu .export-drawing > a > span {
  display: none; }

.amcharts-export-menu .export-main > a:before,
.amcharts-export-menu .export-drawing > a:before {
  content: '\f019';
  font-family: 'general'; }

.amcharts-export-menu li:hover > a {
  color: #fff;
  background-color: #14243C; }

.amcharts-export-menu .export-main:hover > a {
  background-image: none; }

.amcharts-export-menu li > ul {
  position: absolute;
  display: none;
  border: 0;
  margin-top: -1px;
  background: #F6F7F9; }

.amcharts-export-menu-top-right li:hover > ul {
  top: 40px;
  right: 8px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.amcharts-export-menu li > a {
  font-family: 'proxima-nova';
  position: relative;
  display: block;
  color: #14243C;
  text-decoration: none;
  padding: 12px 12px;
  font-size: 14px;
  z-index: 2;
  white-space: nowrap;
  border-bottom: 1px solid #F6F7F9; }

.amcharts-export-menu-top-right > ul > li > ul > li:first-child > a:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 100%;
  z-index: 1001;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.amcharts-export-menu li.menu-item > a:before {
  content: '';
  font-family: 'general';
  font-size: 18px;
  line-height: 14px;
  vertical-align: sub;
  margin-right: 10px; }

.amcharts-export-menu li.menu-item.menu-item-png > a:before {
  content: '\f1c5'; }

.amcharts-export-menu li.menu-item.menu-item-csv > a:before {
  content: '\f1c9'; }

.amcharts-export-menu li.menu-item.menu-item-xlsx > a:before {
  content: '\f1c3'; }

.amcharts-export-menu li.menu-item.menu-item-pdf > a:before {
  content: '\f1c1'; }

.amcharts-export-menu-top-right > ul > li > ul:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 100%;
  z-index: 1000;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.chart-container {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  line-height: 1; }

.chart {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative; }

.chart-placeholder.chart-default,
.chart.chart-default {
  color: #F6F7F9; }

.chart-placeholder.chart-primary,
.chart.chart-primary {
  color: #006098; }

.chart-placeholder.chart-inverse,
.chart.chart-inverse {
  color: #fff; }

.chart-container .chart-placeholder {
  font-size: 50px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: linear 0.05s;
  -o-transition: all linear 0.05s;
  transition: all linear 0.05s; }

.chart-container .chart-placeholder span {
  font-size: 26px;
  text-transform: uppercase; }

.tile-chart .chart {
  overflow: visible !important; }

.tile-chart .chart .amExportButton {
  top: -38px; }
