html {
  font-family: 'Open Sans', sans-serif; }

body {
  font-family: 'Open Sans', sans-serif; }

#title {
  margin-top: 10px;
  color: #044AA3;
  font-weight: bold;
  font-size: 1em; }

#subtitle {
  font-size: 0.8em; }

#logo {
  width: 6em; }

.logo {
  padding: 6px 6px; }

@media screen and (min-width: 48em) {
  #logo {
    width: 8em; }
  #title {
    font-size: 1.2em; }
  #subtitle {
    font-size: 1em; } }

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
  #logo {
    width: 12.5em; }
  #title {
    font-size: 1.5em; }
  #subtitle {
    font-size: 1.2em; } }

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  #logo {
    width: 12.5em; }
  #title {
    font-size: 1.75em; }
  #subtitle {
    font-size: 1.5em; } }

body {
  font-size: 14px;
  background-color: #fff;
  color: #044AA3; }

#loader {
  width: 100%;
  text-align: center; }

#loader img {
  margin-top: 200px; }

#error {
  text-align: center;
  padding-top: 100px; }

#global {
  text-align: center; }

#global h1 {
  text-align: center;
  font-size: 2em;
  color: #044AA3; }

#global h2 {
  text-align: center;
  font-size: 1em;
  margin-top: 0px; }

#inst {
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
  text-align: center; }

#main {
  width: 100%;
  max-width: 680px;
  padding: 5px 10px; }

.socialmedia {
  float: right;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px; }

.social-button {
  color: #044AA3; }

.pointer {
  cursor: pointer; }

#footnotes {
  margin-top: 10px;
  font-size: 0.7em;
  width: 100%;
  float: left;
  text-align: left; }

#footnotes span {
  display: block; }

#codeEmbed {
  width: 290px;
  position: absolute;
  top: 150px;
  background-color: #fff;
  color: #000;
  border: 2px solid #ccc;
  display: none;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 20px;
  font-family: Courier;
  text-align: left; }

#screenEmbed {
  position: absolute;
  background-color: transparent;
  top: 0px;
  display: none; }

/************************************/
a:hover {
  text-decoration: none; }

.navbar-light .navbar-nav .nav-link {
  color: #044AA3; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #044AA3; }

.navbar-light .navbar-nav .nav-link:active {
  color: #044AA3; }

.nav-link {
  padding: 0; }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .15rem;
    padding-left: .15rem; } }

@media screen and (max-width: 36em) {
  .navbar-collapse {
    position: absolute;
    top: 50px; } }

#barchart {
  width: 640px;
  margin: 0 auto;
  margin-top: 12px; }

.bb-tooltip {
  text-align: left; }

.bb-tooltip th {
  background-color: black; }

.bb svg {
  font: 10px 'Open Sans';
  -webkit-tap-highlight-color: transparent; }

.tooltip .tooltip-inner {
  background-color: #044AA3; }

.tooltip .arrow::before {
  border-bottom-color: #044AA3; }

#cflags {
  width: 196px;
  height: 36px;
  top: 0px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#countryselector {
  /* height:45px; */
  background: white;
  text-align: right; }

#mainFlag {
  float: left;
  width: 196px;
  padding: 8px;
  background-color: white;
  border: 1px solid black;
  color: black;
  text-align: left; }

#country-arrow {
  cursor: pointer;
  position: absolute;
  right: 0px; }

#lstFlags {
  width: 196px;
  position: absolute;
  top: 3em;
  z-index: 15; }

#lstFlags.show {
  max-height: 400px;
  overflow: auto;
  /* Set our transitions up. */
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

#lstFlags.hide {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: auto;
  /* Set our transitions up. */
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -ms-transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.8s; }

#lstFlags ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: white;
  color: #044AA3; }

#lstFlags ul li:not(.country-divider) {
  padding: 5px;
  cursor: pointer;
  text-align: left; }

#lstFlags ul li:hover {
  background-color: #044AA3;
  color: white; }

#lstFlags ul li span {
  margin-left: 4px;
  font-size: 1.1em;
  position: relative; }

#lstFlags ul li img.tick {
  float: right;
  display: none;
  width: 15px;
  margin-top: 4px; }

#lstFlags ul li.selectedF {
  background-color: #1072e1;
  cursor: default; }

#lstFlags ul li.selectedF span {
  font-weight: bold; }

#lstFlags ul li.selectedF img.tick {
  display: inline; }

#lstFlags ul li.disabledF {
  opacity: 0.2;
  cursor: default; }

#lstFlags ul li.disabledF:hover {
  background-color: #EEF2F4; }

.country-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #333333; }

#titFlag {
  padding: 4px;
  font-size: 0.7rem; }

@media screen and (max-width: 48em) {
  #lstFlags ul li span {
    font-size: .75em; }
  #titFlag {
    font-size: 0.8rem; } }

@media screen and (min-width: 48em) {
  #lstFlags ul li span {
    font-size: .9em; }
  #titFlag {
    font-size: 0.85rem; } }

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
  #cflags {
    width: 240px; }
  #mainFlag {
    width: 248px; }
  #lstFlags {
    width: 248px; }
  #titFlag {
    font-size: 0.9rem; } }

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
  #lstFlags ul li span {
    font-size: 1.1em; }
  #titFlag {
    font-size: 1rem; } }

#simpleCountry {
  display: inline-block;
  margin-top: 12px;
  font-size: 18px; }

#simpleMainFlag {
  height: 32px;
  display: flex;
  align-items: center; }

#simpleTitFlag {
  margin-left: 8px; }

