html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Avenir Next, Helvetica Nue, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #fff
}

body * {
  outline: none;
}

#main-container {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column
}

#center-container {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: row
}

#admin-panel {
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  overflow: auto;
}

.panel-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-side li {
  list-style: none;
  padding: 2px 5px;
}

.panel-result {
  cursor: pointer;
  margin: 2px 0;
  background-color: rgba(63, 126, 68, 0.8);
  color: white;
}

.panel-result:hover,
.panel-result:focus {
  background-color: rgba(63, 126, 68, 0.4);
  color: black;
}

#view-panel {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background-color: transparent
}

#view-node {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

#country-panel {
  flex-shrink : 0;
  flex-grow   : 0;
  min-width   : 0;
  min-height  : 0;
  overflow-y  : auto;
  box-shadow  : 0 1px 2px rgba(0, 0, 0, 0.3);
}

.block {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

#hz-chart{
  width : 100%;
  height: 100%;
}

#vu-chart{
  width : 100%;
  height: 100%;
}

#cc-chart{
  width : 100%;
  height: 100%;
}

#title-inform {
  color: #A50F15;
  font-weight: bold;
}

#title-eh {
  color: #ffaa00;
  font-weight: bold;
}

#title-vu {
  color: #004da8;
}

#title-cc {
  color: #267300;
}

#disclaimer {
  color: #5a5a5a;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

@keyframes load {
  0%,
  100%,
  80% {
    opacity: .75;
    box-shadow: 0 0 #fff;
    height: 2rem
  }
  40% {
    opacity: 1;
    box-shadow: 0 -.5rem #fff;
    height: 2.5rem
  }
}

th.stat-cell>div {
  text-align: center
}

.esri-legend__service-label {
  display: none;
}
.esri-legend__service{
  padding: 0;
}