/* Base styles */
@font-face {
  font-family: 'AvenirLT-Medium';
  src: url("fonts/30EFE8_1_0.eot");
  src: url("fonts/30EFE8_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/30EFE8_1_0.woff2") format("woff2"), url("fonts/30EFE8_1_0.woff") format("woff"), url("fonts/30EFE8_1_0.ttf") format("truetype"); }

body {
  margin: 0;
  font-family: AvenirLT-Medium; }

button:focus {
  outline: none !important; }

.splash {
  text-align: center;
  padding-top: 10%;
  box-sizing: border-box; }

.splash .message {
  font-size: 3em;
  line-height: 72px;
  /*text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;*/
  text-transform: uppercase;
  font-family: AvenirLT-Medium, Helvetica, Arial, sans-serif;
  color: #1E4164; }

.icon-spinner {
  text-align: center;
  display: inline-block;
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8); }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* transform: rotate(0deg); */ }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

html, body, .page-host {
  height: 100%; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1; }

.fill-height {
  overflow-y: auto;
  overflow-x: hidden; }

.chart-full-height {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1.0; }

.table-full-height {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1.0; }

.navbar-nav li.loader {
  margin: 12px 24px 0 6px; }

.visualisation-container {
  background-color: #F4F5F7;
  border-radius: 8px; }

.title-icon {
  font-size: 20px;
  margin-right: 10px; }

.dashboard-value {
  display: inline-block;
  font-size: .95em;
  margin: 20px 30px 4px 10px; }

.dashboard-value .box {
  width: 14px;
  height: 14px;
  display: inline-block; }

.dashboard-value div {
  margin-left: 16px;
  font-size: 1.22em; }

@media screen and (min-width: 321px) and (max-width: 550px) {
  body {
    font-size: 0.8em; } }

@media screen and (max-width: 320px) {
  body {
    font-size: 0.8em; }
  .dashboard-value {
    font-size: .90em;
    margin: 20px 10px 4px 10px; } }

@font-face {
  font-family: 'aemoicons';
  src: url("fonts/aemoicons.ttf?sciyz") format("truetype"), url("fonts/aemoicons.woff?sciyz") format("woff"), url("fonts/aemoicons.svg?sciyz#aemoicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aemoicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e900"; }

.icon-current-price:before {
  content: "\e901"; }

.icon-current-price-background:before {
  content: "\e902"; }

.icon-demand:before {
  content: "\e903"; }

.icon-demand-background:before {
  content: "\e904"; }

.icon-download:before {
  content: "\e905"; }

.icon-electricity:before {
  content: "\e906"; }

.icon-gas:before {
  content: "\e907"; }

.icon-graph:before {
  content: "\e908"; }

.icon-info:before {
  content: "\e909"; }

.icon-table:before {
  content: "\e90a"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-asc:before {
  content: "\f0de"; }

.icon-spinner:before {
  content: "\f110"; }

/* Datatable */
.datatable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse; }

.datatable > thead > tr > th {
  color: #78797B;
  background-color: #F4F5F7;
  vertical-align: bottom;
  font-weight: normal; }

.datatable > thead > tr > th,
.datatable > tbody > tr > th,
.datatable > tfoot > tr > th,
.datatable > thead > tr > td,
.datatable > tbody > tr > td,
.datatable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-right: 1px solid #fff;
  text-align: left; }

.datatable > thead > tr > th:last-child,
.datatable > tbody > tr > th:last-child,
.datatable > tfoot > tr > th:last-child,
.datatable > thead > tr > td:last-child,
.datatable > tbody > tr > td:last-child,
.datatable > tfoot > tr > td:last-child {
  border-right: none; }

.datatable thead th.sortable {
  cursor: pointer; }

.datatable thead th:after {
  display: none;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  content: '';
  height: 1em;
  width: auto;
  opacity: .8;
  margin: 0 0 0 .5em;
  font-family: aemoicons; }

.datatable thead th.sortable:after {
  display: inline-block;
  content: '\f0dc'; }

.datatable thead th.descending:after {
  content: '\f0dd'; }

.datatable thead th.ascending:after {
  content: '\f0de'; }

.datatable tr {
  background-color: #FBFBFB; }

.datatable tr:nth-child(even) {
  background-color: #F4F5F7; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 0px;
  font-size: 0.8em;
  font-weight: normal;
  font-family: AvenirLT-Medium;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #fff; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
  border-radius: 4px; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ui.buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0;
  vertical-align: baseline;
  margin: 0 .25em 0 0; }

.ui.basic.buttons {
  box-shadow: none;
  border-radius: .28571429rem; }

.visualisation-container .visualisation-toolbar {
  padding: 6px 8px 10px 16px;
  font-size: 1em;
  text-transform: uppercase; }

.visualisation-container .visualisation-toolbar .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 4px; }

.visualisation-container .visualisation-toolbar .btn {
  padding: 2px 6px; }

.visualisation-container .visualisation-toolbar .buttons {
  float: right; }

.toolbar-icon {
  font-size: 1.25em;
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer; }

.popup {
  position: absolute;
  top: 39px;
  right: 0;
  max-width: 300px;
  border-radius: .28571429rem;
  z-index: 10;
  padding: .833em 1em;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.08);
  color: rgba(0, 0, 0, 0.87); }

.popup:before {
  position: absolute;
  content: '';
  width: .75em;
  height: .75em;
  background: #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  z-index: 2;
  box-shadow: 1px 1px 0 0 #bababc;
  top: -.325em;
  right: 0.8em;
  bottom: auto;
  left: auto;
  margin-left: 0; }

.popup .icon {
  float: right;
  font-size: 1.4em;
  padding-left: 10px; }

@media screen and (max-width: 360px) {
  .visualisation-container .visualisation-toolbar .title {
    font-size: 0.82em; } }

.toolbar-filters {
  margin: 0 1px;
  padding: 6px 10px; }

.toolbar-filters .right {
  float: right; }

.toolbar-filters button {
  padding: 4px 16px;
  font-size: 0.8em;
  margin: 0px 2px; }

@media screen and (min-width: 361px) and (max-width: 550px) {
  .toolbar-filters button {
    padding: 0.4em 0.9em;
    font-size: 0.8em;
    margin: 0px 1px; } }

@media screen and (max-width: 360px) {
  .toolbar-filters button {
    padding: 0.4em 0.7em;
    font-size: 0.7em;
    margin: 0px 1px; } }

.map-logo {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000; }

.map-logo img {
  -webkit-filter: drop-shadow(0px 0px 1px #ffffff);
  filter: drop-shadow(0px 0px 1px #ffffff); }

.map-container {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-align-content: stretch;
  align-content: stretch; }

.map-menu {
  width: 440px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  color: #333333;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 999; }

.slide-in {
  animation: slide-in 0.5s forwards; }

.slide-out {
  animation: slide-out 0.5s forwards; }

.map-menu.detail-visible {
  width: 750px; }

.map-menu .header {
  overflow: hidden;
  background: #e0e0e0;
  min-height: 30px;
  flex-basis: 30px;
  padding: 5px 0 0 10px;
  color: #424242; }

.map-menu .body {
  flex-grow: 1;
  padding-bottom: 20px;
  overflow-y: auto;
  background-color: #F4F5F7; }

.map-menu .body .heading {
  color: #1E4164;
  text-transform: uppercase; }

.map-menu .footer {
  overflow: hidden;
  background: #4c4c4c; }

.map-menu .footer .menu-item {
  display: inline-block;
  cursor: pointer;
  font-size: 1.2em;
  margin: 0.4em 0.0em 0.2em 0.5em; }

.map-menu .footer .menu-item:hover {
  color: #fff; }

.map-menu .footer .menu-item.right {
  float: right;
  margin-right: 10px; }

.map-container #map-view {
  -webkit-flex: 1;
  flex: 1;
  position: relative; }

.map-container #map {
  position: absolute;
  width: 100%;
  height: 100%; }

.map-menu .map-controls {
  position: absolute;
  top: 0;
  right: -42px;
  z-index: 999;
  background-color: #404040;
  box-shadow: 6px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 0;
  color: #fff; }

.map-container .map-controls .menu-item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 0;
  margin-left: 12px;
  width: 16px;
  height: 16px;
  text-align: center; }

.map-container .map-controls .menu-item:hover {
  color: #fff; }

.map-container .map-controls .spacer {
  height: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 7px 0px; }

.map-container .map-controls .menu-item.invert {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 3px;
  border-left-width: 0;
  border-color: #404040;
  font-size: 12px;
  text-align: center;
  margin: 5px 10px;
  padding: 3px;
  width: 16px;
  height: 16px; }

.map-container .map-controls .menu-item.invert:hover {
  background: rgba(255, 255, 255, 0.2); }

.map-layer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px; }

.map-layer-menu div.layer-parent {
  background-color: #f1f1f1;
  border-bottom: 1px solid #d2d2d2;
  margin: 0;
  padding: 8px 10px;
  cursor: pointer;
  color: #737373; }

.map-layer-menu div.layer-item {
  background-color: #ffffff;
  margin: 0;
  padding: 8px 10px;
  color: #737373; }

.map-layer-menu li layer:not(:nth-child(2)) {
  border-top: 1px solid #eaeaea; }

.map-layer-menu li {
  background-color: #ffffff; }

.layer-icon {
  float: right;
  margin-right: 10px;
  cursor: pointer; }

.layer-activate {
  float: right;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #c3c3c3;
  cursor: pointer; }

.layer-activate.active {
  background-color: #38c55f; }

.show-svg {
  display: block; }

.hide-svg {
  display: none; }

.polyline-flow-out {
  fill: none;
  stroke-dasharray: 3px;
  -webkit-animation: flowout 1s linear infinite;
  -moz-animation: flowout 1s linear infinite;
  -o-animation: flowout 1s linear infinite;
  animation: flowout 1s linear infinite; }

.legend-container {
  color: #333333;
  width: 100%; }

.legend-row {
  padding: 8px 12px; }

.legend-line {
  display: inline-block;
  width: 32px;
  height: 10px; }

.legend-icon {
  display: inline-block; }

.legend-icon img {
  width: 20px;
  height: 20px; }

.layer-icon img {
  width: 16px;
  height: 16px; }

.legend-description {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top; }

@keyframes flowout {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -20px; } }

.search-bar {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 415px; }

.search-table {
  width: 100%;
  border-collapse: collapse; }

.search-table tr {
  border-bottom: 10px solid #F4F5F7; }

.search-table td {
  padding-top: 5px;
  padding-bottom: 5px; }

.search-header {
  text-align: left; }

.search-row {
  background-color: #0071BB;
  color: #F4F5F7; }

.search-row:hover {
  background-color: #4097CE;
  cursor: pointer; }

.search-no-results {
  margin-left: 10px; }

.search-prop {
  padding-left: 10px; }

.search-description {
  padding-left: 5px; }

.search-match {
  padding-left: 5px; }

.search-flyto {
  text-align: center; }

@keyframes slide-in {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }

@keyframes slide-out {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }

.nem-summary-region-box {
  background-color: #1E4164;
  width: 200px;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  text-align: center; }

.region-title {
  display: inline-block;
  float: left;
  clear: both; }

.region-stat {
  color: #fff;
  clear: both; }

.region-label {
  font-size: 14px;
  color: #9c9c9c; }

.region-price {
  float: right; }

.interconnector-padding {
  padding: 3px;
  border-radius: 8px;
  background-color: #82859C; }

.interconnector-value {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em; }

.interconnector-limit-container {
  display: inline-block;
  vertical-align: middle; }

.interconnector-tile {
  width: 110px;
  color: #fff;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7em;
  margin: 4px 2px 2px 0;
  position: relative;
  vertical-align: top;
  z-index: 1; }

.interconnector-tile {
  border-color: #82859c; }

.interconnector-tile.limit {
  border-color: #C41230; }

.interconnector-tile.limit .interconnector-padding {
  background-color: #C41230; }

.map-table-icon {
  opacity: 0.9;
  font-size: 1.0em; }

.map-table-icon.zoom-5 {
  font-size: 0.5em; }

.map-table-icon.zoom-6 {
  font-size: 0.6em; }

.map-table-icon table {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  border-spacing: 0;
  background-color: #ffffff; }

.map-table-icon table thead td {
  background-color: #1E4164;
  color: #ffffff;
  padding: 4px;
  white-space: nowrap; }

.map-table-icon.zoom-5 table thead td, .map-table-icon.zoom-6 table thead td {
  padding: 1px; }

.map-table-icon table tbody td {
  padding: 4px;
  white-space: nowrap; }

.map-table-icon.zoom-5 table tbody td, .map-table-icon.zoom-6 table tbody td {
  padding: 1px; }

.zoom-5 .arrow {
  display: none; }

.tooltip-container {
  position: relative; }

.tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #404040;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 225%; }

.tooltip::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #404040 transparent transparent; }

.tooltip-container:hover .tooltip {
  visibility: visible; }

.tooltip-body {
  max-width: 340px;
  z-index: 100; }

.tooltip-target {
  cursor: pointer; }

.tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before {
  box-sizing: border-box; }

.tether-element {
  max-width: 100%;
  max-height: 100%; }

.tether-element .tether-content {
  position: relative;
  font-family: AvenirLT-Medium;
  font-size: 0.9em;
  max-width: 340px;
  border-radius: .28571429rem;
  z-index: 100;
  padding: .833em 1em;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.08);
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff; }

.tether-element .tether-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 5px;
  border-style: solid; }

.tether-element.tether-element-attached-bottom.tether-element-attached-center .tether-content {
  margin-bottom: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-center .tether-content:before {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
  border-bottom: 0; }

.tether-element.tether-element-attached-top.tether-element-attached-center .tether-content {
  margin-top: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-center .tether-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
  border-top: 0; }

.tether-element.tether-element-attached-right.tether-element-attached-middle .tether-content {
  margin-right: 5px; }

.tether-element.tether-element-attached-right.tether-element-attached-middle .tether-content:before {
  left: 100%;
  top: 50%;
  margin-top: -5px;
  border-left-color: #fff;
  border-right: 0; }

.tether-element.tether-element-attached-left.tether-element-attached-middle .tether-content {
  margin-left: 5px; }

.tether-element.tether-element-attached-left.tether-element-attached-middle .tether-content:before {
  right: 100%;
  top: 50%;
  margin-top: -5px;
  border-right-color: #fff;
  border-left: 0; }

.tether-element.tether-element-attached-left.tether-target-attached-center .tether-content {
  left: -32px; }

.tether-element.tether-element-attached-right.tether-target-attached-center .tether-content {
  left: 32px; }

.tether-element.tether-element-attached-top.tether-element-attached-left.tether-target-attached-middle .tether-content {
  margin-top: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-left.tether-target-attached-middle .tether-content:before {
  bottom: 100%;
  left: 5px;
  border-bottom-color: #fff;
  border-top: 0; }

.tether-element.tether-element-attached-top.tether-element-attached-right.tether-target-attached-middle .tether-content {
  margin-top: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-right.tether-target-attached-middle .tether-content:before {
  bottom: 100%;
  right: 5px;
  border-bottom-color: #fff;
  border-top: 0; }

.tether-element.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-middle .tether-content {
  margin-bottom: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-middle .tether-content:before {
  top: 100%;
  left: 5px;
  border-top-color: #fff;
  border-bottom: 0; }

.tether-element.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-middle .tether-content {
  margin-bottom: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-middle .tether-content:before {
  top: 100%;
  right: 5px;
  border-top-color: #fff;
  border-bottom: 0; }

.tether-element.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .tether-content {
  margin-top: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .tether-content:before {
  bottom: 100%;
  left: 5px;
  border-bottom-color: #fff;
  border-top: 0; }

.tether-element.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .tether-content {
  margin-top: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .tether-content:before {
  bottom: 100%;
  right: 5px;
  border-bottom-color: #fff;
  border-top: 0; }

.tether-element.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .tether-content {
  margin-bottom: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .tether-content:before {
  top: 100%;
  left: 5px;
  border-top-color: #fff;
  border-bottom: 0; }

.tether-element.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .tether-content {
  margin-bottom: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .tether-content:before {
  top: 100%;
  right: 5px;
  border-top-color: #fff;
  border-bottom: 0; }

.tether-element.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .tether-content {
  margin-right: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .tether-content:before {
  top: 5px;
  left: 100%;
  border-left-color: #fff;
  border-right: 0; }

.tether-element.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content {
  margin-left: 5px; }

.tether-element.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content:before {
  top: 5px;
  right: 100%;
  border-right-color: #fff;
  border-left: 0; }

.tether-element.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .tether-content {
  margin-right: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .tether-content:before {
  bottom: 5px;
  left: 100%;
  border-left-color: #fff;
  border-right: 0; }

.tether-element.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .tether-content {
  margin-left: 5px; }

.tether-element.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .tether-content:before {
  bottom: 5px;
  right: 100%;
  border-right-color: #fff;
  border-left: 0; }

.arrow {
  padding: 6px;
  width: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7em;
  margin: 4px 2px 2px 0;
  position: relative;
  vertical-align: top;
  background-color: #1E4164; }

.arrow.after:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1E4164;
  bottom: -8px;
  position: absolute;
  right: -19px;
  border-right-color: inherit; }

.arrow.before:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #1E4164;
  bottom: -8px;
  position: absolute;
  left: -19px;
  border-left-color: inherit; }

.arrow.orange {
  background-color: #f37421; }

.arrow.orange:after {
  border-left-color: #f37421; }

.arrow.orange:before {
  border-right-color: #f37421; }

.modal-wrapper,
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.modal-overlay {
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.3); }

.modal-wrapper {
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none; }

.form-subscribe-modal {
  max-width: 600px;
  position: relative;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 15px;
  pointer-events: auto;
  font-size: 13px;
  text-align: left;
  border-radius: 4px; }

.form-subscribe-modal h3 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  text-align: center; }

.form-subscribe-modal p {
  margin-bottom: 10px; }

.form-subscribe-modal .buttons {
  text-align: right; }

.form-subscribe-modal .buttons button {
  font-size: 14px; }

@media screen and (min-width: 321px) and (max-width: 550px) {
  .form-subscribe-modal {
    max-width: 546px; } }

@media screen and (max-width: 320px) {
  .form-subscribe-modal {
    max-width: 316px; } }

/* Include themes */
.simpleblue .visualisation-container {
  background-color: #F4F5F7; }

.simpleblue .dashboard-value {
  color: #333333; }

.simpleblue .datatable > thead > tr > th {
  color: #333333;
  background-color: #F4F5F7; }

.simpleblue .datatable > thead > tr {
  border-top: none;
  border-bottom: 1px solid #E7E7E8; }

.simpleblue .datatable > thead > tr > th,
.simpleblue .datatable > tbody > tr > th,
.simpleblue .datatable > tfoot > tr > th,
.simpleblue .datatable > thead > tr > td,
.simpleblue .datatable > tbody > tr > td,
.simpleblue .datatable > tfoot > tr > td {
  color: #333333;
  border-right: 1px solid #E7E7E8; }

.simpleblue .datatable > thead > tr > th:last-child,
.simpleblue .datatable > tbody > tr > th:last-child,
.simpleblue .datatable > tfoot > tr > th:last-child,
.simpleblue .datatable > thead > tr > td:last-child,
.simpleblue .datatable > tbody > tr > td:last-child,
.simpleblue .datatable > tfoot > tr > td:last-child {
  border-right: none; }

.simpleblue .datatable tr {
  background-color: #F8F9FA;
  border-top: 1px solid #E7E7E8; }

.simpleblue .datatable tr:nth-child(even) {
  background-color: #F4F5F7; }

.simpleblue .ui.basic.buttons {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.simpleblue .visualisation-container .visualisation-toolbar {
  color: #1E4164; }

.simpleblue .visualisation-container .visualisation-toolbar .btn {
  color: #1E4164;
  border-color: #1E4164; }

.simpleblue .visualisation-container .visualisation-toolbar .btn.active {
  color: #ffffff;
  background-color: #17324D;
  border-color: #17324D; }

.simpleblue .toolbar-icon {
  color: #1E4164; }

.simpleblue .toolbar-filters {
  background-color: #ffffff; }

.simpleblue .toolbar-filters button {
  color: #333333;
  border-color: #C0C2CD; }

.simpleblue .toolbar-filters button.active {
  background-color: #1E4164;
  border-color: #1E4164;
  color: #ffffff; }

.simpleblue .popup {
  background-color: #ffffff;
  border: 1px solid #b9bfcc; }

.simplered .visualisation-container {
  background-color: #F4F5F7; }

.simplered .dashboard-value {
  color: #333333; }

.simplered .datatable > thead > tr > th {
  color: #333333;
  background-color: #F4F5F7; }

.simplered .datatable > thead > tr {
  border-top: none;
  border-bottom: 1px solid #E7E7E8; }

.simplered .datatable > thead > tr > th,
.simplered .datatable > tbody > tr > th,
.simplered .datatable > tfoot > tr > th,
.simplered .datatable > thead > tr > td,
.simplered .datatable > tbody > tr > td,
.simplered .datatable > tfoot > tr > td {
  color: #333333;
  border-right: 1px solid #E7E7E8; }

.simplered .datatable > thead > tr > th:last-child,
.simplered .datatable > tbody > tr > th:last-child,
.simplered .datatable > tfoot > tr > th:last-child,
.simplered .datatable > thead > tr > td:last-child,
.simplered .datatable > tbody > tr > td:last-child,
.simplered .datatable > tfoot > tr > td:last-child {
  border-right: none; }

.simplered .datatable tr {
  background-color: #F8F9FA;
  border-top: 1px solid #E7E7E8; }

.simplered .datatable tr:nth-child(even) {
  background-color: #F4F5F7; }

.simplered .ui.basic.buttons {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.simplered .visualisation-container .visualisation-toolbar {
  color: #C41230; }

.simplered .visualisation-container .visualisation-toolbar .btn {
  color: #C41230;
  border-color: #C41230; }

.simplered .visualisation-container .visualisation-toolbar .btn.active {
  color: #ffffff;
  background-color: #9A0E26;
  border-color: #9A0E26; }

.simplered .toolbar-icon {
  color: #C41230; }

.simplered .toolbar-filters {
  background-color: #ffffff; }

.simplered .toolbar-filters button {
  color: #333333;
  border-color: #EFC4BE; }

.simplered .toolbar-filters button.active {
  background-color: #C41230;
  border-color: #C41230;
  color: #ffffff; }

.simplered .popup {
  background-color: #ffffff;
  border: 1px solid #b9bfcc; }

.map .visualisation-container {
  background-color: #F4F5F7;
  border-radius: 0; }

.map .visualisation-content {
  padding: 10px; }

.map .dashboard-value {
  color: #333333; }

.map .datatable > thead > tr > th {
  color: #333333;
  background-color: #F4F5F7; }

.map .datatable > thead > tr {
  border-top: none;
  border-bottom: 1px solid #E7E7E8; }

.map .datatable > thead > tr > th,
.map .datatable > tbody > tr > th,
.map .datatable > tfoot > tr > th,
.map .datatable > thead > tr > td,
.map .datatable > tbody > tr > td,
.map .datatable > tfoot > tr > td {
  color: #333333;
  border-right: 1px solid #E7E7E8; }

.map .datatable > thead > tr > th:last-child,
.map .datatable > tbody > tr > th:last-child,
.map .datatable > tfoot > tr > th:last-child,
.map .datatable > thead > tr > td:last-child,
.map .datatable > tbody > tr > td:last-child,
.map .datatable > tfoot > tr > td:last-child {
  border-right: none; }

.map .datatable tr {
  background-color: #F8F9FA;
  border-top: 1px solid #E7E7E8; }

.map .datatable tr:nth-child(even) {
  background-color: #F4F5F7; }

.map .ui.basic.buttons {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.map .visualisation-container .visualisation-toolbar {
  color: #1E4164; }

.map .visualisation-container .visualisation-toolbar .btn {
  color: #1E4164;
  border-color: #1E4164; }

.map .visualisation-container .visualisation-toolbar .btn.active {
  color: #ffffff;
  background-color: #17324D;
  border-color: #17324D; }

.map .toolbar-icon {
  color: #1E4164; }

.map .toolbar-filters {
  background-color: #ffffff; }

.map .toolbar-filters button {
  color: #333333;
  border-color: #C0C2CD; }

.map .toolbar-filters button.active {
  background-color: #1E4164;
  border-color: #1E4164;
  color: #ffffff; }

.map .popup {
  background-color: #ffffff;
  border: 1px solid #b9bfcc; }

/*# sourceMappingURL=sourcemaps/styles.css.map */
