@import url(https://fonts.googleapis.com/css?family=Open+Sans);@charset "UTF-8";

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue; }

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute; }

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute; }

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width; }

.ol-overlay-container {
  will-change: left,right,top,bottom; }

.ol-unsupported {
  display: none; }

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px; }

.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6); }

.ol-zoom {
  top: .5em;
  left: .5em; }

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear; }

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s; }

.ol-zoom-extent {
  top: 4.643em;
  left: .5em; }

.ol-full-screen {
  right: .5em;
  top: .5em; }

@media print {
  .ol-control {
    display: none; } }

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px; }

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0; }

.ol-zoom-extent button {
  line-height: 1.4em; }

.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform; }

.ol-touch .ol-control button {
  font-size: 1.5em; }

.ol-touch .ol-zoom-extent {
  top: 5.5em; }

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0, 60, 136, 0.7); }

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0; }

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px; }

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em); }

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff; }

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit; }

.ol-attribution li:not(:last-child):after {
  content: " "; }

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle; }

.ol-attribution ul, .ol-attribution button {
  display: inline-block; }

.ol-attribution.ol-collapsed ul {
  display: none; }

.ol-attribution.ol-logo-only ul {
  display: block; }

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-logo-only {
  background: transparent;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em; }

.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none; }

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px; }

.ol-zoomslider button {
  position: relative;
  height: 10px; }

.ol-touch .ol-zoomslider {
  top: 5.5em; }

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em; }

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0; }

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block; }

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px; }

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute; }

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none; }

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7); }

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move; }

.layer-switcher.ol-control {
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  box-shadow: none;
  background: none; }
  .layer-switcher.ol-control .panel-switcher {
    display: none;
    font-size: 1.5em; }
    .layer-switcher.ol-control .panel-switcher:before {
      content: '\274F'; }
  .layer-switcher.ol-control .panel {
    padding: 0;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    border: none;
    border-radius: 0px;
    background: none; }
    .layer-switcher.ol-control .panel ul {
      padding: 0;
      margin: 0; }
  .layer-switcher.ol-control ul {
    padding-left: 1em;
    list-style: none; }
  .layer-switcher.ol-control li.group {
    box-shadow: none;
    background-color: #FCFCFC;
    padding: 10px;
    border-bottom: 2px solid rgba(102, 102, 102, 0.1); }
    .layer-switcher.ol-control li.group:last-child {
      border-bottom: none; }
    .layer-switcher.ol-control li.group > label {
      display: none; }
  .layer-switcher.ol-control li.layer {
    display: table;
    width: 100%; }
    .layer-switcher.ol-control li.layer:first-child {
      margin-top: 0px; }
    .layer-switcher.ol-control li.layer:last-child {
      margin-bottom: 0px; }
    .layer-switcher.ol-control li.layer label {
      display: table-cell;
      vertical-align: sub;
      cursor: pointer;
      line-height: 2em;
      font-size: 0.8em;
      border-radius: 0px;
      color: rgba(62, 88, 105, 0.5);
      min-width: 10em;
      text-transform: uppercase;
      text-align: center; }
    .layer-switcher.ol-control li.layer input {
      display: none; }
      .layer-switcher.ol-control li.layer input:checked ~ label {
        color: #3E5869; }

@media (max-width: 1024px) {
  .layer-switcher.ol-control .panel-switcher {
    display: block; }
  .layer-switcher.ol-control .panel {
    display: none; } }

.map {
  flex: 1; }
  .map > div {
    border-radius: 0px;
    box-shadow: none; }

.ol-control {
  padding: 0;
  border-radius: 0px;
  border: 2px solid rgba(102, 102, 102, 0.1);
  box-shadow: none; }
  .ol-control button {
    background-color: rgba(252, 252, 252, 0.9);
    border-radius: 0px;
    color: #3E5869;
    cursor: pointer;
    margin: 0;
    font-size: 1em;
    line-height: 1; }
    .ol-control button:hover {
      background-color: rgba(62, 88, 105, 0.5); }

.ol-zoom {
  bottom: 10px;
  left: 10px;
  top: initial;
  border-radius: 0px; }
  .ol-zoom button {
    font-size: 1.5em; }

.ol-attribution {
  box-shadow: none;
  bottom: 10px;
  right: 10px;
  background-color: #FCFCFC; }
  .ol-attribution:not(.ol-collapsed) {
    background-color: #FCFCFC; }
    .ol-attribution:not(.ol-collapsed) button:before {
      content: '\25B6\FE0E'; }
  .ol-attribution ul {
    font-size: 0.8em;
    color: #666666; }
    .ol-attribution ul li:first-child {
      display: none; }
    .ol-attribution ul a {
      color: #3E5869;
      text-decoration: none; }
      .ol-attribution ul a:hover {
        color: #182229; }
  .ol-attribution button:before {
    content: '\25C0\FE0E'; }
  .ol-attribution button span {
    display: none; }

.info-popup {
  background-color: #FCFCFC;
  border-radius: 0px;
  padding: 10px;
  box-shadow: none;
  min-width: 10em;
  max-width: 15em; }

.info-box dl {
  margin: 0; }
  .info-box dl dt {
    font-size: 0.7em;
    text-transform: uppercase;
    color: #666666; }
  .info-box dl dd {
    font-size: 1.1em;
    color: #3E5869;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: bold; }
    .info-box dl dd:last-child {
      margin-bottom: 0; }
    .info-box dl dd img {
      max-width: 100%;
      max-height: 200px; }

.widget-panel {
  overflow-y: scroll;
  display: flex;
  flex-flow: row wrap;
  width: 500px;
  align-self: flex-start;
  max-height: 100%; }

.widget {
  border: 2px solid rgba(102, 102, 102, 0.1);
  border-left: none;
  border-top: none;
  width: 50%;
  background-color: #FCFCFC;
  border-radius: 0px;
  padding: 10px;
  box-shadow: none;
  box-sizing: border-box; }
  .widget .widget-title {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #666666; }

.wps-widget .widget-value {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
  color: #3E5869;
  overflow: hidden; }

.category-widget ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0; }
  .category-widget ul li {
    font-size: 0.8em;
    margin-top: 10px; }
    .category-widget ul li span.value {
      float: right; }
    .category-widget ul li.category .meter {
      height: 1em;
      position: relative;
      background: repeating-linear-gradient(to right, #d8e1e8, #d8e1e8 1px, #FCFCFC 1px, #FCFCFC 5px); }
      .category-widget ul li.category .meter span {
        display: block;
        height: 100%;
        position: relative;
        overflow: hidden; }
    .category-widget ul li.total {
      height: 1.5em;
      font-size: 1.5em; }

.chart-widget canvas {
  margin-top: 30px; }

.filter-widget ul {
  list-style: none; }
  .filter-widget ul li {
    cursor: pointer;
    position: relative;
    margin: 5px 0 10px 0;
    text-align: left;
    height: 16px;
    line-height: 25px;
    vertical-align: middle;
    color: rgba(62, 88, 105, 0.5); }
    .filter-widget ul li .filter-widget-color {
      float: left;
      margin: 5px 5px 0 0;
      width: 16px;
      height: 16px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      z-index: 1000; }
    .filter-widget ul li.active {
      font-weight: bold;
      color: #3E5869; }
      .filter-widget ul li.active .filter-widget-color {
        border: 2px solid rgba(102, 102, 102, 0.1); }

@media (max-width: 1024px) {
  .widget-panel {
    width: 250px; }
  .widget {
    width: 100%; } }

@media (max-width: 640px) {
  .widget-panel {
    display: none; } }

.geodashboard {
  font-family: "Open Sans", sans-serif;
  background: #FCFCFC;
  color: #3E5869;
  height: 100%;
  flex: 1;
  display: flex;
  min-height: 0;
  font-size: 14px; }

.spinner {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  background-color: #3E5869;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@media (max-width: 640px) {
  .geo-dashboard {
    font-size: 0.75em; } }


/*# sourceMappingURL=geo-dashboard.css.map*/