/*$include_AreaMeasurement2D: false !default;
$include_AreaMeasurement3D: false !default;
$include_Attribution: true !default;
$include_BasemapGallery: false !default;
$include_BasemapLayerList: false !default;
$include_BasemapToggle: true !default;
$include_Bookmarks: false !default;
$include_BrowseItems: false !default;
$include_ClassedColorSlider: false !default;
$include_ClassedSizeSlider: false !default;
$include_ColorPicker: false !default;
$include_Compass: false !default;
$include_ColorSizeSlider: false !default;
$include_ColorSlider: false !default;
$include_CoordinateConversion: false !default;
$include_DatePicker: false !default;
$include_Daylight: false !default;
$include_Directions: false !default;
$include_DirectLineMeasurement3D: false !default;
$include_DistanceMeasurement2D: false !default;
$include_Editor: false !default;
$include_Expand: true !default;
$include_Feature: true !default;
$include_FeatureForm: false !default;
$include_FeatureTemplates: false !default;
$include_HeatmapSlider: false !default;
$include_Histogram: false !default;
$include_HistogramRangeSlider: false !default;
$include_HorizontalSlider: false !default;
$include_ItemList: false !default;
$include_LayerList: true !default;
$include_Legend: true !default;
$include_LineOfSight: false !default;
$include_Measurement: false !default;
$include_NavigationToggle: false !default;
$include_OpacitySlider: false !default;
$include_Print: false !default;
$include_Popup: true !default;
$include_RasterSymbologyEditor: false !default;
$include_RendererSlider: false !default;
$include_ScaleBar: true !default;
$include_ScaleRangeSlider: false !default;
$include_Search: true !default;
$include_SizeSlider: false !default;
$include_Sketch: false !default;
$include_Slice: false !default;
$include_Slider: false !default;
$include_Spinner: true !default;
$include_Swipe: false !default;
$include_TimePicker: false !default;
$include_TimeSlider: false !default;
$include_Zoom: true !default;*/
.esri-info {
  width: 100%;
  padding: 4% 7%;
}
.esri-info .esri-info__pagination-container {
  margin: 5px auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.esri-info .esri-info__pagination-container .esri-info__pagination-item {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  display: inline-block;
  margin: 5%;
}
.esri-info .esri-info__pagination-container .esri-info__pagination-item:hover {
  cursor: pointer;
}
.esri-info .esri-info__pagination-container .esri-info__pagination-item--selected {
  width: 12px;
  height: 12px;
  background-color: #a9a9a9;
}
.esri-info .esri-info__title-container {
  margin-bottom: 2vh;
}
.esri-info .esri-info__title-container h1 {
  font-size: 20px;
  color: #0079c1;
  font-weight: 500;
}
.esri-info .esri-info__content {
  width: 90%;
}
.esri-info .esri-info__list {
  list-style-type: none;
  padding-left: 0;
}
.esri-info .esri-info__list .esri-info__list-item {
  margin-top: 3%;
  margin-bottom: 3%;
}
.esri-info .esri-info__list .esri-info__list-item .esri-info__number-container {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}
.esri-info .esri-info__list .esri-info__list-item .esri-info__number-container .esri-info__number {
  background-color: #959595;
  color: #fff;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding-top: 2px;
}
.esri-info .esri-info__list .esri-info__list-item .esri-info__list-item-text-container {
  width: 90%;
  display: inline-block;
  position: relative;
  left: 10px;
  font-size: 15px;
}
.esri-info .esri-info__back {
  text-align: center;
}
.esri-info .esri-info__back-text {
  text-decoration: underline;
}
.esri-info .esri-info__back-text:hover {
  cursor: pointer;
  text-decoration: none;
}
.esri-info .esri-info__button-container {
  width: 100%;
}
.esri-info .esri-info__button-container .esri-info__next {
  width: 100%;
  margin: 3% auto;
}
.esri-info .esri-info__explanation-item {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 7%;
}

.esri-info__last-page-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 0.5vh;
}
.esri-info__last-page-button-container .esri-info__back-button-container,
.esri-info__last-page-button-container .esri-info__close-button-container {
  display: inline-block;
  width: 48%;
  margin: 0 auto;
}
.esri-info__last-page-button-container .esri-info__back-button-container calcite-button,
.esri-info__last-page-button-container .esri-info__close-button-container calcite-button {
  width: 100%;
}

html[dir=rtl] .esri-info__number {
  position: relative;
  left: 20px;
}
html[dir=rtl] .esri-info__list {
  padding-right: 21px;
}

.esri-info__single-page-button {
  width: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0em;
  font-family: "Avenir Next", "Helvetica Neue", sans-serif;
  line-height: 1.55rem;
  font-feature-settings: "liga" 1, "calt" 0;
}

.hide {
  display: none;
}

.app-error {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}
.app-error details,
.app-error summary {
  display: revert;
}

.esri-minimalist-ga-alert-button {
  float: right;
}

html[dir=rtl] .esri-minimalist-ga-alert-button {
  float: left;
}

/* Calcite side panel content*/
/*makes popup content fit better in the side panel - maybe we want to make this
customizable?  */
calcite-shell-panel {
  --calcite-app-shell-panel-width: 50vw;
}
calcite-shell-panel article {
  display: flex;
  flex-direction: column;
}
calcite-shell-panel calcite-block {
  /*overflow: hidden;*/
  flex-grow: 1;
  overflow: auto;
  min-height: 0;
  height: calc(100% - 49px);
}
calcite-shell-panel .popup-container {
  overflow-y: auto;
  overflow-x: hidden;
  flex-basis: auto;
}
calcite-shell-panel .popup-container .esri-feature {
  flex-basis: auto;
  box-shadow: none;
  height: fit-content;
}
calcite-shell-panel .popup-container .esri-feature__content-element {
  flex-basis: auto;
  padding: 0;
}

/*overwrite panel colors*/
calcite-shell[theme=light] > calcite-shell-panel {
  --calcite-app-background-content: #fff;
}
calcite-shell[theme=dark] calcite-block {
  background-color: inherit;
}
calcite-shell[theme=dark] calcite-block a {
  color: #59d6ff;
}
calcite-shell[theme=dark] > calcite-shell-panel {
  --calcite-app-background-content: #232323;
}

/* Styles for header */
.embed-app__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.embed-app__header .embed-app__header__title-area {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.embed-app__header .embed-app__header__title-area img.embed-app__header__logo {
  margin-left: 2px;
  line-height: 49px;
  vertical-align: middle;
}
.embed-app__header .embed-app__header__title-area img.embed-app__header__logo.logo-scale-s {
  width: 35px;
  height: 35px;
}
.embed-app__header .embed-app__header__title-area img.embed-app__header__logo.logo-scale-m {
  width: 50px;
  height: 50px;
}
.embed-app__header .embed-app__header__title-area img.embed-app__header__logo.logo-scale-l {
  width: 60px;
  height: 60px;
}
.embed-app__header .embed-app__header__title-area h1 {
  align-items: center;
  margin-left: 15px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 16.35px;
}
.embed-app__header .embed-image-date {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: auto;
}

.embed-app__header.logo-scale-s {
  height: 55px;
}

.embed-app__header.logo-scale-m {
  height: 70px;
}

.embed-app__header.logo-scale-l {
  height: 80px;
}

/* Header styles end */
.embed-app__view-container {
  width: 100%;
  height: 100%;
}
.embed-app__view-container calcite-loader {
  width: 100%;
  position: absolute;
  top: 42%;
}
.embed-app__view-container .embed-app__layout-error {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inline-loader {
  position: relative !important;
  width: max-content !important;
}

.scroll-overlay {
  position: absolute;
  left: 50%;
  margin-left: -74.9px;
  bottom: 16px;
  padding-top: 0.5em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0);
}

.inline-loader-container {
  display: flex;
  align-items: center;
}

.inline-container {
  display: flex;
}

/* Calcite components overwrite */
calcite-block.active-popup {
  border: solid 1px;
  border-color: #00ffff;
}
calcite-block .zoom-button {
  background-color: transparent;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  float: right;
}
calcite-block calcite-button.zoom-button[color=light] {
  --calcite-button-light: transparent;
  --calcite-button-light-hover: #f3f3f3;
}
calcite-block calcite-button.zoom-button[color=dark] {
  --calcite-button-dark: transparent;
  --calcite-button-dark-hover: #353535;
}

/*Esri widget overwrites */
.esri-legend--card__service,
.esri-legend--card__section {
  border: none;
}

.esri-legend--card__section {
  border: none;
  border-right: 1px solid rgba(110, 110, 110, 0.3);
  border-left: 1px solid rgba(110, 110, 110, 0.3);
}

.esri-legend--card__section:first-child {
  border-right: 1px solid rgba(110, 110, 110, 0.3);
  border-left: none;
}

.esri-legend--card__section:last-child {
  border-left: 1px solid rgba(110, 110, 110, 0.3);
  border-right: none;
}

.esri-view {
  width: 100%;
  height: 100%;
}

/*.esri-legend.esri-widget--panel.esri-widget {
  background-color: transparent;
}*/
.mobile-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #404040;
  background: #fff;
  border-top: solid 1px #eaeaea;
  overflow: hidden;
  /* calcite-block.full {
    padding-top: 21.85px;
  }

  calcite-block.full .esri-feature {
    max-height: 100%;
    overflow-y: auto;
  }*/
}
.mobile-panel.dark {
  border-top: solid 1px #000;
  background-color: #404040;
  color: #dfdfdf;
}
.mobile-panel .mobile-block-container {
  overflow-y: auto;
  margin-top: 0;
  max-height: 50vh;
}
.mobile-panel header {
  margin-bottom: 4px;
}
.mobile-panel calcite-block.esri-feature {
  overflow-y: auto;
  height: auto;
}
.mobile-panel .mobile-block-container.full {
  height: calc(100% - 58px);
  max-height: calc(100% - 58px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: inherit;
}
.mobile-panel .mobile-block-container.full .header-container {
  margin-bottom: 0.5em;
}
.mobile-panel calcite-segmented-control {
  width: 100%;
  height: 58px;
}
.mobile-panel calcite-segmented-control[theme=light] .mobile[checked] {
  color: #007ac2;
  background-color: #c7eaff;
}
.mobile-panel calcite-segmented-control[theme=dark] .mobile[checked] {
  color: #007ac2;
  background-color: #232323;
}
.mobile-panel calcite-segmented-control calcite-segmented-control-item {
  flex: 1;
  justify-content: center;
  margin-top: 0;
  line-height: 58px;
}
.mobile-panel calcite-segmented-control label {
  vertical-align: super;
  padding-left: 5px;
  padding-right: 5px;
}
.mobile-panel calcite-action-bar {
  border-right-width: 0;
  border-left-width: 0;
}
.mobile-panel calcite-action-pad,
.mobile-panel calcite-action-group {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
}
.mobile-panel calcite-action-pad calcite-action,
.mobile-panel calcite-action-group calcite-action {
  flex: 1;
  justify-content: center;
}

/*Horizontal Layout styles */
.horizontal .esri-ui-bottom-left {
  left: 35px;
}

calcite-shell[theme=dark] calcite-shell-panel.horizontal calcite-block {
  background: #242424;
}

calcite-shell[theme=light] calcite-shell-panel.horizontal calcite-block {
  background: #fff;
}

calcite-shell-panel.horizontal {
  position: absolute;
  width: 100vw;
  bottom: 14px;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 38%;
}
calcite-shell-panel.horizontal calcite-block {
  width: calc(100vw - 48px);
  margin-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
calcite-shell-panel.horizontal .popup-container {
  width: 100vw;
  overflow-y: auto;
}
calcite-shell-panel.horizontal .content {
  height: 100%;
}
calcite-shell-panel.horizontal calcite-block.esri-feature.esri-widget {
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  height: 100%;
  overflow-y: auto;
}
calcite-shell-panel.horizontal .esri-legend--card {
  flex-flow: row wrap;
}
calcite-shell-panel.horizontal .esri-legend--card__service,
calcite-shell-panel.horizontal .esri-legend--card__section {
  width: intrinsic;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
calcite-shell-panel.horizontal .esri-legend--card__service-caption-container {
  border-bottom: none;
}
calcite-shell-panel.horizontal .content {
  overflow-y: auto;
}

/*Esri widget customizations*/
/*.esri-editor,
.esri-editor__content {
  background-color: transparent;
}*/
/*rtl updates */
html[dir=rtl] h1 {
  margin-right: 15px;
}

.esri-editor__title {
  text-align: left;
}

.esri-feature {
  box-shadow: none;
}

.esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
  bottom: 29px;
}

.panel-action {
  cursor: pointer;
  background: transparent;
  border: none;
  vertical-align: middle;
  /* width: 24px;
  height: 24px;
  justify-content: center;
  margin-top: 0;
  margin-right: 0.50em;
  line-height: 24px;*/
}

.panel-action.dark:hover {
  background-color: #353535;
}

.panel-action.dark {
  color: #9f9f9f;
}

.panel-action {
  margin-right: 5px;
}

.action-img-expand {
  width: 24px;
  height: 24px;
  background: url(../app/ui/icons/expand.svg);
  background-repeat: no-repeat;
}

.action-img-collapse {
  width: 24px;
  height: 24px;
  background: url(../app/ui/icons/collapse.svg);
  background-repeat: no-repeat;
}

.esri-config-panel-unsupported-browser__browser-icon-container {
  margin-top: 15px;
}

.esri-config-panel-unsupported-browser__browser-icon {
  margin: 0 10px;
}

.esri-config-panel-unsupported-browser__message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 65%;
}

.esri-screenshot__screenshot-button-container {
  background-color: #007ac2;
  color: #fff;
}

calcite-button.zoom-button[color=dark]:focus,
calcite-button.zoom-button[color=light]:focus {
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 2px;
}

.visible-selector {
  display: block;
}

.invisible-selector {
  display: none;
}

calcite-shell-panel.primary-panel::part(div) {
  width: auto;
}

.imagery-viewer__widgetbox {
  max-height: 500px;
}

.imagery-searchrange {
  width: 150px;
}

calcite-slider {
  --calcite-ui-blue-1: rgb(212, 212, 212);
}

.imagery-imagemeasurement {
  background: var(--calcite-color-background);
  text-align: center;
}

.imagery-measureclear {
  padding: 0 20px 20px 20px;
  display: none;
}

.imagery-export {
  padding: 5px;
  background: var(--calcite-color-background);
  width: 20rem;
  max-height: 60vh;
  overflow: auto;
  padding: 15px;
}

.imagery-singleviewer,
.imagery-doubleviewer {
  padding: 10px;
  background: var(--calcite-color-background);
  width: 20rem;
  max-height: 60vh;
  overflow: auto;
  padding: 15px;
}

.imagery-loader {
  z-index: 10;
  width: 200px;
  margin: auto;
  position: absolute;
}

.imagery-search-enable {
  display: block;
}

.imagery-search-disable {
  display: none;
}

.sr-only {
  display: none;
}

.image {
  margin: 0;
}
.image img {
  width: inherit;
}

.calcite-mode-dark instant-apps-header,
.calcite-mode-dark instant-apps-social-share {
  background: #2b2b2b;
  color: #fff;
}

.calcite-mode-light instant-apps-header,
.calcite-mode-light instant-apps-social-share {
  background: #fff;
  color: #2b2b2b;
}

/*# sourceMappingURL=index.css.map */
