/*Added for small screen devices like iphone 5/SE*/
.mod-world-performance .tempHighlight {
  background-color: white;
}
.mod-world-performance .mod-module__content {
  position: relative;
  padding: 0;
}
.mod-world-performance .mod-module__header {
  position: relative;
}
.mod-world-performance .mod-module__header > div {
  border-right: 1px solid #ccc;
  padding-right: 1px;
  display: inline-block;
}
.mod-world-performance .mod-mm-country-overview__link--eco-calendar {
  margin-top: 10px;
  padding-left: 10px;
  display: inline-block;
  font: bold 16px Metric, sans-serif;
  color: #000000;
}
.mod-world-performance .mod-mm-country-overview__link--eco-calendar:hover {
  color: #AA1419;
}
.mod-world-performance__country--base-currency {
  fill: #EFA34E !important;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .mod-world-performance[data-panel-state="open"] .mod-macromap__view,
  .mod-world-performance[data-panel-state="country"] .mod-macromap__view {
    width: 50%;
  }
}
.mod-world-performance .mod-macromap {
  width: 100%;
}
.mod-world-performance .mod-macromap__view {
  height: 100%;
  width: 67%;
}
@media only screen and (max-width: 979px) {
  .mod-world-performance .mod-macromap__view {
    width: 100%;
  }
}
.mod-world-performance__map {
  width: 100%;
  height: 540px;
}
@media only screen and (min-width: 490px) and (max-width: 739px) {
  .mod-world-performance__map {
    height: 400px;
  }
}
@media only screen and (max-width: 680px) {
  .mod-world-performance__map {
    height: 350px;
  }
}
@media only screen and (max-width: 580px) {
  .mod-world-performance__map {
    height: 300px;
  }
}
@media only screen and (max-width: 489px) {
  .mod-world-performance__map {
    height: 260px;
  }
}
@media only screen and (max-width: 450px) {
  .mod-world-performance__map {
    height: 220px;
  }
}
@media only screen and (max-width: 370px) {
  .mod-world-performance__map {
    height: 190px;
  }
}
.mod-world-performance__map__settings__label {
  font-weight: normal;
  margin-left: 10px;
}
.mod-world-performance__controls {
  font: bold 12px/15px Metric, sans-serif;
  color: #182323;
  line-height: 34px;
  position: relative;
  width: 67%;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .mod-world-performance__controls {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 739px) {
  .mod-world-performance__controls {
    width: auto;
  }
}
.mod-world-performance__controls--left {
  float: left;
}
.mod-world-performance__controls--center {
  text-align: center;
}
.mod-world-performance__controls--right {
  float: right;
  text-align: right;
  margin-right: 10px;
}
@media only screen and (max-width: 979px) {
  .mod-world-performance__controls--right {
    margin: 0;
  }
}
.mod-world-performance__controls i {
  font-size: 20px;
}
.mod-world-performance [data-zoom] {
  font-size: 34px;
}
.mod-world-performance__legend__colors {
  position: relative;
  padding: 0 5px;
}
.mod-world-performance__legend__color {
  padding: 3px 10px;
}
.mod-world-performance__legend__color:nth-child(2) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mod-world-performance__legend__color:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mod-world-performance__legend__mid-line {
  position: absolute;
  left: 50%;
  top: -5px;
  border-left: 1px solid #182323;
  height: 25px;
}
.mod-world-performance__panel {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  border-left: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  height: 580px;
  overflow-y: auto;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .mod-world-performance__panel {
    width: 50%;
    height: 520px;
  }
  .mod-world-performance__panel[aria-hidden='false'] {
    display: block;
  }
  .mod-world-performance__panel[aria-hidden='false'] h3 {
    padding: 8px 0 0 40px;
  }
  [data-panel-state="closed"] .mod-world-performance__panel {
    display: none;
  }
}
@media only screen and (max-width: 739px) {
  .mod-world-performance__panel {
    position: static;
    width: 100%;
    background-color: #fff;
    border-left: none;
    padding: 0px;
  }
  .mod-world-performance__panel h3 {
    font: 300 26px/36px Financier Display, sans-serif;
    color: #182323;
    border-bottom: 1px solid #ccc;
    background: #fff;
    line-height: 38px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    margin-top: 10px;
  }
}
.mod-world-performance__panel [aria-hidden='true'] {
  display: none;
}
[data-panel-state="country"] .mod-world-performance__panel {
  display: none;
}
.mod-world-performance__panel .mod-ui-table {
  margin-top: 3px;
}
.mod-world-performance__country-overview {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  border-left: 1px solid #ccc;
  background-color: #fff;
  overflow-y: auto;
}
@media only screen and (min-width: 980px) {
  .mod-world-performance__country-overview {
    height: 580px;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay {
    display: block;
    height: 40px;
    background-color: transparent;
    border-bottom: none;
    color: #182323;
    display: none;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay i {
    display: none;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay__text {
    float: none;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay .mod-ui-overlay__header-text {
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
  }
  .mod-world-performance__country-overview .mod-ui-overlay__content {
    min-height: 480px;
    padding: 0px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .mod-world-performance__country-overview {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
    height: 500px;
  }
  .mod-world-performance__country-overview[aria-hidden='false'] {
    display: block;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay {
    display: block;
    background-color: transparent;
    border-bottom: none;
    color: #182323;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay__back-btn {
    background-color: #DEEFF7;
    line-height: 32px;
    font-size: 14px;
    padding: 0 16px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay__text {
    font-size: 20px;
    text-align: left;
  }
  .mod-world-performance__country-overview .mod-ui-overlay__content {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 739px) {
  .mod-world-performance__country-overview {
    height: 100%;
  }
  .mod-world-performance__country-overview .mod-module__header--full-overlay .mod-ui-link {
    color: #FFF;
  }
  .mod-world-performance__country-overview .mod-ui-overlay__content {
    padding: 0px;
    background-color: #fff;
  }
}
.mod-world-performance__country-selector {
  font: 500 18px/36px Metric, sans-serif;
}
.mod-world-performance__country-selector__selected-label {
  font: 500 18px/36px Metric, sans-serif;
  line-height: 40px;
  display: inline-block;
  border-right: 3px double #ccc;
  padding-right: 20px;
  cursor: pointer;
}
.mod-world-performance__country-selector__selected-label i {
  margin-left: 6px;
}
.mod-world-performance__country-selector [data-mod-category][aria-selected="true"] {
  background-color: #DEEFF7;
}
.mod-world-performance__country-selector [data-mod-category] [data-mod-option][aria-selected="true"] {
  background-color: #DEEFF7;
}
.mod-world-performance__country-selector [data-mod-action="deselect-country"] {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.mod-world-performance__country-selector [data-mod-action="deselect-country"][aria-selected="true"] {
  background-color: #DEEFF7;
  color: #182323;
  padding-left: 20px;
}
.mod-world-performance__country-selector .mod-ui-mswc__categories__count {
  display: none;
}
.mod-world-performance__country-selector .mod-ui-mswc__categories {
  border-right-color: #CEC6B9;
}
@media only screen and (min-width: 740px) {
  .mod-world-performance__country-selector {
    border: 1px solid #CEC6B9;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px 0;
    position: absolute;
    left: 0;
    height: auto;
    z-index: 7;
  }
  .mod-world-performance__country-selector .mod-ui-overlay-content {
    padding-top: 0px;
  }
  .mod-world-performance__country-selector [data-mod-category] {
    border-color: #f5f5f5;
  }
  .mod-world-performance__country-selector [data-mod-category] [data-mod-option] {
    border-color: #f5f5f5;
  }
  .mod-world-performance__country-selector [data-mod-action="deselect-country"] {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .mod-world-performance__country-selector {
    width: 67%;
    border-right: none;
  }
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .mod-world-performance__country-selector {
    width: 100%;
  }
}
.mod-world-performance__settings fieldset {
  margin-bottom: 10px;
}
.mod-world-performance__settings p {
  font-size: 14px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 740px) {
  .mod-world-performance__settings {
    width: 400px;
    bottom: 40px;
    border: 1px solid #CEC6B9;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px 0;
    position: absolute;
    height: auto;
    left: 0;
  }
  .mod-world-performance__settings [data-mod-action="apply-settings"] {
    float: right;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 739px) {
  .mod-world-performance__settings [data-mod-action="apply-settings"] {
    display: none;
  }
}
.mod-world-performance__panel-toggle {
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 740px) and (max-width: 979px) {
  .mod-world-performance__panel-toggle {
    display: initial;
    position: absolute;
    margin: 10px;
    top: 0;
  }
  [data-panel-state="closed"] .mod-world-performance__panel-toggle {
    right: 0;
  }
  [data-panel-state="open"] .mod-world-performance__panel-toggle {
    left: 50%;
    z-index: 6;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  [data-panel-state="country"] .mod-world-performance__panel-toggle {
    display: none;
  }
}
.mod-world-performance footer .mod-disclaimer {
  float: left;
  margin-top: 10px;
}
@media only screen and (max-width: 489px) {
  .mod-world-performance footer .mod-disclaimer {
    line-height: 14px;
    max-width: 50%;
  }
}
.mod-world-performance footer .mod-ui-pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 740px) {
  .mod-world-performance-indices-panel {
    margin-bottom: 0px;
  }
  .mod-world-performance-indices-panel > h3 {
    margin: 10px 0 0 10px;
    font-weight: 500;
  }
  .mod-world-performance-indices-panel .mod-ui-table--freeze-pane__container {
    border: none;
  }
  .mod-world-performance-indices-panel .mod-ui-table--freeze-pane__container .mod-disclaimer {
    margin-left: 0;
  }
  .mod-world-performance-indices-panel .mod-ui-table th,
  .mod-world-performance-indices-panel .mod-ui-table td,
  .mod-world-performance-indices-panel .mod-ui-table a {
    font-weight: 600;
  }
}
.mod-world-performance-indices-panel__index-name-cell {
  position: relative;
}
.mod-world-performance-indices-panel__index-name-cell .mod-icon {
  position: absolute;
  top: 9px;
  font-size: 16px;
}
.mod-world-performance-indices-panel__index-name-cell span {
  padding-left: 24px;
  display: block;
}
.mod-world-performance-indices-panel__index-name-cell .mod-ui-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media only screen and (min-width: 740px) {
  .mod-world-performance-currencies-panel {
    margin-bottom: 0px;
  }
  .mod-world-performance-currencies-panel > h3 {
    margin: 10px 0 0 10px;
    font-weight: 500;
  }
  .mod-world-performance-currencies-panel .mod-ui-table {
    border: none;
  }
  .mod-world-performance-currencies-panel .mod-ui-table .mod-disclaimer {
    margin-left: 0;
  }
  .mod-world-performance-currencies-panel .mod-ui-table th,
  .mod-world-performance-currencies-panel .mod-ui-table td,
  .mod-world-performance-currencies-panel .mod-ui-table a {
    font-weight: 600;
  }
  .mod-world-performance-currencies-panel .mod-disclaimer {
    margin-left: 10px;
  }
}
.mod-world-performance-currencies-panel__index-name-cell {
  position: relative;
}
.mod-world-performance-currencies-panel__index-name-cell .mod-icon {
  position: absolute;
  top: 9px;
  font-size: 16px;
}
.mod-world-performance-currencies-panel__index-name-cell span {
  padding-left: 24px;
  display: block;
}
.mod-world-performance-currencies-panel__index-name-cell .mod-ui-link {
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.mod-world-performance__header-country-link {
  visibility: hidden;
}
@media only screen and (min-width: 980px) {
  .mod-world-performance__header-country-link {
    visibility: visible;
    width: 33%;
    padding: 0;
    position: absolute;
    right: 0;
  }
  .mod-world-performance__header-country-link .mod-ui-link {
    padding-left: 10px;
    border-left: 1px solid #ccc;
    line-height: 44px;
    font-size: 20px;
    display: block;
  }
}
.mod-world-performance .mod-format__currency {
  display: block;
}
.mod-world-performance [data-mod-status="closed"] .mod-icon {
  color: #AA1419;
}
.mod-world-performance [data-mod-status="open"] .mod-icon {
  color: #399000;
}
.mod-world-performance [aria-hidden='true'] {
  display: none;
}
.mod-world-performance .mod-ui-table td {
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (min-width: 980px) {
  .mod-world-performance .mod-ui-table td {
    max-width: 180px;
  }
}
