.page-description {
  font-size: 13px;
  margin-left: 2em;
}
.page-description:first-letter {
  text-transform: capitalize;
}
.tab-close-button {
  font-size: 16px;
  padding-top: 2px;
}
.mundo-map .map-search {
  position: absolute;
  right: .5em;
  bottom: .5em;
  opacity: 0.5;
}
.mundo-map .map-search:focus {
  opacity: 0.9;
}
.layer-switcher {
  top: .5em;
}
.report-map {
  width: 100%;
}
.report-map-xs {
  width: 100%;
  height: 300px;
}
.ol-popup {
  max-width: 400px;
  width: auto;
  min-width: 350px;
  opacity: 0.9;
  padding: 25px 0 15px;
}
.ol-popup-content {
  height: 250px;
  padding: 0 15px;
}
.ol-popup-content dt {
  font-weight: bold;
}
.ol-popup-content dd {
  margin-left: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
}
.ol-popup-closer {
  font-size: 100%;
}
.no-margin {
  margin: 0!important;
}
.md-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.report-table-column {
  width: auto !important;
  padding: 0 5px !important;
  white-space: nowrap;
}
.report-table-container {
  max-height: 500px;
}
table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 35px;
}
.btn-show-menu {
  position: fixed;
  bottom: 0;
}
.btn-hide-menu {
  position: absolute;
  right: 0;
}
.report-unit-marker {
  opacity: 0.9;
}
.report-tab-label {
  line-height: 14px;
}
.text-muted {
  color: rgba(0, 0, 0, 0.2);
}
.hard-indent {
  padding: 5px 50px;
}
.hard-indent .md-subheader-inner {
  padding: 0!important;
}
md-pagination-wrapper {
  width: inherit!important;
}
.io-container-group {
  min-width: 100px;
  display: block;
}
.io-container {
  cursor: default;
}
.io-container .io-icon-fg {
  color: #F2F2F2;
}
.io-container.io-active .io-icon-bg {
  color: #1693A5;
}
.io-container.io-inactive .io-icon-bg {
  color: #FE4365;
}
.io-container.io-tag-warning .io-icon-bg,
.io-container.io-tag-warning .io-value {
  color: #FF8800;
}
md-tooltip.io-tooltip {
  height: auto;
}
md-tooltip.io-tooltip > div {
  height: auto;
}
ul.list-simple {
  list-style-image: none;
  list-style: square;
  padding-left: 20px;
  margin: 5px 0;
}
.no-wrap {
  white-space: nowrap;
}
.md-table-pagination {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.menu-trigger-inline {
  cursor: pointer;
}
.menu-trigger-inline > md-icon {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
.report-options {
  z-index: 3;
}
.subreports-container {
  display: block;
  clear: both;
  width: 100%;
}
.md-reporting-link {
  line-height: 1.2;
}
