html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #F7F7F7;
}
* {
  font-family: 'Open Sans', sans-serif;
}
input {
  font-size: 16px;
}
label {
  font-weight: 700;
  color: #444;
}
.disabled {
  cursor: default;
  pointer-events: none;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  opacity: 0.25;
}

p {
  font-size: 16px;
  line-height: 1.5em;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}
p.chart-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.site-logo {
  width: 400px;
  margin: 0 auto 3rem;
}
.cover-country-flag {
  font-size: 46px;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  z-index: 1;
}
.navbar-dropdown.is-right {
  left: auto;
  right: 0;
}
.navbar-item.is-active {
  font-weight: 700;
  background-color: #8406c6 !important;
  color: #FFF !important;
}
.navbar-link::after {
  border: 1px solid #8406c6;
  border-right: 0;
  border-top: 0;
}
.sel-country-flag {
  margin-right: 0.5rem;
}

.media {
  align-items: center;
}
.png-shadow {
  -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,0.4));
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.4));
}

.select2 {
  width: 100% !important;
}

.chart-wrapper {
  font-size: 12px;
  width: 100%;
  height: 500px;
  position: relative;
}
.chart-wrapper .cnv-exc {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #1D6F42;
  font-size: 20px;
  cursor: pointer;
}
.chart-wrapper.empty {
  background: #DEDEDE url('../media/images/chart-placeholder.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}
.chart-wrapper.empty .cnv-exc {
  display: none;
  pointer-events: none;
}


/* Desktop */
@media screen and (min-width: 1008px) {
  .navbar-dropdown a.navbar-item {
    padding-right: 1rem;
  }
}
/* Mobile */
@media screen and (max-width: 767px) {

}
