@charset "UTF-8";
#js-eu-migration-map {
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 640px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#nav-sentence {
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.8em;
}

.eu-migration-map-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('//assets.pewresearch.org/interactives/legacy-assets/img/arrow_drop_down.svg')
    right/20px no-repeat #fff;
  padding-right: 20px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  text-overflow: '';
  background-color: #eeede4;
  border: 1px solid #eeede4;
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  height: 30px;
}
.eu-migration-map-select#select-country {
  width: 140px;
}
.eu-migration-map-select#select-flow {
  width: 75px;
}

#total-migrants-number,
#total-migrants-percent {
  font-weight: bold;
}

.highcharts-root[style] {
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif !important;
}

.highcharts-tooltip .highcharts-header text {
  font-size: 12px;
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif;
}

.highcharts-tooltip-box {
  stroke: #6d6e71;
  stroke-width: 1px;
  max-width: 150px;
}

.highcharts-legend-box {
  fill: #fff;
  fill-opacity: 0.7;
  width: 135px;
}

.highcharts-legend-item {
  pointer-events: none !important;
}
.highcharts-legend-item text {
  fill: #6d6e71 !important;
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif;
  font-size: 1em;
  font-weight: normal !important;
}

.map-table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .map-table-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 640px) {
  .map-table-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 639px) {
  #map-container {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  #map-container {
    max-width: 400px;
    width: 100%;
  }
}

.highcharts-container {
  width: 100% !important;
  height: 100% !important;
}

.highcharts-plot-background {
  border: 1px solid #eeede4;
}

#eu-migration-table-container {
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif;
  line-height: 1.2em;
  vertical-align: middle;
  color: #6d6e71;
}
@media screen and (max-width: 639px) {
  #eu-migration-table-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 640px) {
  #eu-migration-table-container {
    max-width: 250px !important;
    width: 100% !important;
    height: auto;
  }
}

.highcharts-null-point {
  stroke: none;
  fill: #f2f2f2;
}

.dataTables_scrollHead th:first-of-type {
  text-align: left !important;
  padding-right: 15px;
}
.dataTables_scrollHead th:nth-of-type(2) {
  text-align: right !important;
  padding-right: 15px;
  white-space: nowrap;
}

.dataTables_scrollHead[style] {
  width: 100% !important;
}

div.dataTables_scrollHeadInner[style] {
  width: 100% !important;
  padding-right: 0px !important;
}

table.dataTable.no-footer[style] {
  width: 100% !important;
}

@media screen and (max-width: 639px) {
  .dataTables_scrollBody[style] {
    height: 200px !important;
  }
}

@media screen and (min-width: 640px) {
  .dataTables_scrollBody[style] {
    max-height: 345px !important;
  }
}

table.dataTable thead th,
table.dataTable thead td,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

.country-cell {
  text-align: left;
  width: 160px;
}

.number-cell {
  text-align: right;
  width: 70px;
}

.percent-cell {
  text-align: right;
  width: 35px;
}

.color-circles {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
}

.dataTables_info {
  display: none;
}

.row-border {
  border: none;
}

.source {
  color: #888;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: normal;
  font-family: 'franklin-gothic-urw', ​Verdana, ​Geneva, ​sans-serif;
  line-height: normal;
}

#expanded-note {
  display: none;
}
