@charset "UTF-8";
.esri-layer-switcher {
  background-color: #0079c1;
  width: 100%;
  height: 100%;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric {
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 15px;
  background-color: transparent;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric .esri-attachment-viewer__svg.esri-photo-centric-media-layer-icon {
  fill: #fff;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric .esri-layer-switcher__dropdown-arrow-icon {
  color: #fff;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric:hover {
  cursor: pointer;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__map-centric {
  display: flex;
  justify-content: center;
  width: 100%;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown {
  display: flex;
  align-items: center;
  transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
}
.esri-layer-switcher .esri-layer-switcher__select-layer-dropdown-title {
  box-sizing: border-box;
  padding-left: 1%;
  width: auto;
}
.esri-layer-switcher .esri-layer-switcher__dropdown-arrow-icon {
  font-size: 13px;
}
.esri-layer-switcher .esri-layer-switcher__layer-dropdown-list {
  position: absolute;
  z-index: 700;
  width: 100%;
  border-bottom: 1px solid #ccc;
  max-height: 30vh;
  overflow-y: auto;
}
.esri-layer-switcher .esri-layer-switcher__group-layer-item {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
  cursor: default;
}
.esri-layer-switcher .esri-layer-switcher__group-layer-title-container {
  padding: 2% 3%;
}
.esri-layer-switcher .esri-layer-switcher__child-layer-title-container {
  padding-left: 15px;
}
.esri-layer-switcher .esri-layer-switcher__layer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 3%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
  transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
}
.esri-layer-switcher .esri-layer-switcher__layer-item:hover {
  cursor: pointer;
  background-color: #d2e9f9;
}
.esri-layer-switcher .esri-layer-switcher__layer-item--selected {
  cursor: pointer;
  background-color: #d2e9f9;
}

.esri-photo-centric__layer-switcher-container .esri-layer-switcher {
  border-radius: 5px;
}

.map-centric-body .esri-layer-switcher__layer-dropdown-list {
  left: 0;
}

.esri-layer-switcher__dropdown-map-centric {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  background-color: #323232;
}

html[dir=rtl] .esri-layer-switcher__child-layer-title-container {
  padding-right: 15px;
}

.esri-attachment-viewer--dark .esri-layer-switcher__group-layer-item {
  background-color: #202020;
}
.esri-attachment-viewer--dark .esri-layer-switcher__layer-item {
  background-color: #323232;
}
.esri-attachment-viewer--dark .esri-layer-switcher__group-layer-item,
.esri-attachment-viewer--dark .esri-layer-switcher__layer-item {
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-layer-switcher__layer-item:hover {
  background-color: #404040;
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric .esri-attachment-viewer__svg.esri-photo-centric-media-layer-icon {
  fill: #000;
}

.esri-map-centric .esri-map-centric__title-header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.esri-map-centric .esri-map-centric__main-onboarding {
  display: none;
}
.esri-map-centric .esri-map-centric__onboarding,
.esri-map-centric .esri-map-centric__onboarding-overlay {
  height: 95%;
}
.esri-map-centric .esri-map-centric__onboarding {
  box-sizing: border-box;
  padding: 2%;
}
.esri-map-centric .footer {
  padding-top: 0;
}
.esri-map-centric .esri-map-centric__mobile-nav {
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%;
  height: 5%;
  background-color: #0079c1;
  border-top: 1px solid #ccc;
}
.esri-map-centric .esri-map-centric__mobile-nav .esri-map-centric__mobile-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  border-right: 1px solid #fff;
}
.esri-map-centric .esri-map-centric__mobile-nav .esri-map-centric__mobile-nav-item calcite-icon {
  color: #fff;
}
.esri-map-centric .esri-map-centric__mobile-nav .esri-map-centric__mobile-nav-item--onboarding-disabled {
  width: 50%;
}
.esri-map-centric .esri-map-centric__mobile-nav .esri-map-centric__nav-item--selected {
  background-color: #00598e;
}
.esri-map-centric .esri-map-centric__mobile-nav .esri-map-centric__mobile-nav-item:last-child {
  border-right: none;
}
.esri-map-centric .esri-map-centric__layer-switcher-container {
  width: 100%;
}
.esri-map-centric .esri-map-centric__layer-switcher-container .esri-layer-switcher {
  height: 100%;
}
.esri-map-centric .esri-map-centric__layer-switcher-container .esri-layer-switcher .esri-layer-switcher__select-layer-dropdown {
  box-sizing: border-box;
  height: 100%;
}
.esri-map-centric .esri-map-centric__back-layer-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 5%;
  z-index: 3;
  background-color: #323232;
}
.esri-map-centric .esri-map-centric__back-to-gallery {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  background-color: transparent;
}
.esri-map-centric .esri-map-centric__back-to-gallery calcite-icon {
  color: #fff;
}
.esri-map-centric .esri-map-centric__back-to-gallery:hover {
  cursor: pointer;
  opacity: 0.8;
}
.esri-map-centric .esri-map-centric__mobile {
  position: relative;
  height: 95%;
}
.esri-map-centric .esri-map-centric__mobile .esri-map-centric__onboarding-overlay {
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  padding: 3%;
}
.esri-map-centric .esri-map-centric__mobile .esri-map-centric__onboarding-overlay .esri-map-centric__start-button-container {
  position: absolute;
  bottom: 5%;
  width: 94%;
}
.esri-map-centric .esri-map-centric__mobile .esri-map-centric__onboarding-overlay--dark {
  background: #242424;
}
.esri-map-centric .esri-map-centric__mobile-content {
  position: relative;
  height: 100%;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__mobile-media {
  height: 100%;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__onboarding-overlay {
  height: 100%;
  width: 100%;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__mobile-onboarding-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__mobile-onboarding-gallery .esri-map-centric--feature-content-panel-layer-switcher {
  height: 95%;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__feature-gallery-container {
  background-color: #000;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric--layer-switcher-mobile {
  height: 95%;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__feature-content-panel-container {
  position: absolute;
  z-index: 2;
  display: none;
  height: 95%;
  background-color: #fff;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__map-view {
  position: absolute;
}
.esri-map-centric .esri-map-centric__mobile-content .esri-map-centric--feature-content-panel-open,
.esri-map-centric .esri-map-centric__side-panel .esri-map-centric--feature-content-panel-open {
  display: block;
}
.esri-map-centric .esri-map-centric__media-viewer-section {
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__media-viewer-section .esri-map-centric__media-viewer-container .esri-map-centric__no-attachments-container .esri-map-centric__no-attachments-text {
  font-size: 20px;
}
.esri-map-centric .esri-map-centric__media-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.esri-map-centric .esri-map-centric__media-container .esri-map-centric__media--desktop {
  object-fit: contain;
  max-height: 100%;
}
.esri-map-centric .esri-map-centric__attachment-number {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.esri-map-centric .esri-map-centric__attachment-number-text {
  font-size: 14px;
  font-weight: 450;
}
.esri-map-centric .esri-map-centric__expand-media-container,
.esri-map-centric .esri-map-centric__close-feature-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5%;
  z-index: 3;
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
}
.esri-map-centric .esri-map-centric__expand-media-container {
  padding: 1%;
}
.esri-map-centric .esri-map-centric__expand-attachment {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.esri-map-centric .esri-map-centric__close-feature-content {
  color: #fff;
  font-size: 14px;
}
.esri-map-centric .esri-map-centric__expand-media-container {
  display: none;
  left: 1%;
  z-index: 2;
}
.esri-map-centric .esri-map-centric__expand-media-container svg {
  fill: #fff;
}
.esri-map-centric .esri-map-centric__close-feature-content:hover,
.esri-map-centric .esri-map-centric__expand-media-container:hover {
  cursor: pointer;
}
.esri-map-centric .esri-widget__loader.esri-map-centric__loader {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.esri-map-centric .esri-map-centric__media-viewer-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
}
.esri-map-centric .esri-map-centric__media-viewer-container .esri-widget__loader-animation.esri-map-centric__loader-animation {
  font-size: 30px;
  border-color: #fff #ccc #ccc #ccc;
}
.esri-map-centric .esri-map-centric__media-viewer-container .esri-map-centric__media-container--loading {
  width: 0;
}
.esri-map-centric .esri-map-centric__media-viewer-container .esri-map-centric__no-attachments-container {
  top: 0;
  left: 0;
}
.esri-map-centric .esri-map-centric__left-arrow-container,
.esri-map-centric .esri-map-centric__right-arrow-container {
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
}
.esri-map-centric .esri-map-centric__left-arrow-container:hover,
.esri-map-centric .esri-map-centric__right-arrow-container:hover {
  cursor: pointer;
}
.esri-map-centric .esri-map-centric__left-arrow-container {
  margin-right: 4%;
}
.esri-map-centric .esri-map-centric__right-arrow-container {
  margin-left: 4%;
}
.esri-map-centric .esri-map-centric__attachment-number {
  display: flex;
  justify-content: center;
}
.esri-map-centric .esri-map-centric__download-icon-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.esri-map-centric .esri-map-centric__download-icon-text-container .esri-map-centric__attachment-scroll {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.esri-map-centric .esri-map-centric__download-icon-text-container .esri-map-centric__attachment-scroll .esri-map-centric__left-arrow-container,
.esri-map-centric .esri-map-centric__download-icon-text-container .esri-map-centric__attachment-scroll .esri-map-centric__right-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 20px;
  border-radius: 2px;
  font-size: 14px;
  background-color: transparent;
  border: none;
}
.esri-map-centric .esri-map-centric__expand-collapse-container {
  display: none;
}
.esri-map-centric .esri-map-centric__map-view,
.esri-map-centric .esri-map-centric__feature-gallery-container {
  height: 100%;
}
.esri-map-centric .esri-map-centric__loading-text {
  color: #fff;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container {
  justify-content: center;
  height: 3.5%;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-map-centric__left-arrow-container,
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-map-centric__right-arrow-container {
  background-color: transparent;
  color: #0079c1;
  border-radius: 5px;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-map-centric__left-arrow-container {
  margin-right: 25%;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-map-centric__right-arrow-container {
  margin-left: 25%;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-map-centric__left-arrow-container,
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-map-centric__right-arrow-container {
  padding: 1%;
}
.esri-map-centric .esri-map-centric__feature-content-panel-container .esri-photo-centric__pagination-container .esri-photo-centric__pagination-text-container {
  font-size: 14px;
}
.esri-map-centric .esri-map-centric__gps-image-direction {
  position: absolute;
  left: 2%;
}
.esri-map-centric .esri-map-centric__map-centric-camera {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.esri-map-centric .esri-map-centric__image-direction {
  display: flex;
  align-items: center;
}
.esri-map-centric .esri-map-centric__attachment-number {
  align-items: center;
}
.esri-map-centric .esri-map-centric__download-icon-container {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
  border: none;
}
.esri-map-centric .esri-map-centric__download-icon-container:hover .esri-map-centric__download-icon {
  color: #0079c1;
  cursor: pointer;
}
.esri-map-centric .esri-map-centric__content {
  height: 89%;
}
.esri-map-centric .esri-map-centric__layer-switcher {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 45%;
  height: 10%;
}
.esri-map-centric .esri-layer-switcher__select-layer-dropdown {
  background-color: #323232;
  color: #fff;
}
.esri-map-centric .esri-layer-switcher__arrow-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 10%;
  height: 100%;
}
.esri-map-centric .esri-layer-switcher__arrow-button-container .esri-layer-switcher__arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 1%;
  background-color: #0079c1;
  border: 1px solid #6e6e6e;
  border-radius: 2px;
}
.esri-map-centric .esri-layer-switcher__arrow-button-container .esri-layer-switcher__arrow-container .esri-layer-switcher__dropdown-arrow-icon {
  color: #fff;
}
.esri-map-centric .esri-layer-switcher__arrow-container:hover {
  opacity: 0.8;
  cursor: pointer;
}
.esri-map-centric .esri-map-centric__map-view {
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__map-view .esri-view {
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__feature-gallery-container {
  height: 95%;
  width: 100%;
  overflow-y: auto;
}
.esri-map-centric .esri-map-centric__media-viewer--desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 45%;
  background-color: #000;
}
.esri-map-centric .esri-map-centric__media-viewer--desktop .esri-map-centric__close-feature-content {
  position: absolute;
  top: 1.5%;
  right: 1%;
}
.esri-map-centric .esri-map-centric__media-viewer--desktop .esri-map-centric__close-feature-content span {
  color: #fff;
}
.esri-map-centric .esri-map-centric__feature-content {
  box-sizing: border-box;
  height: 50%;
  overflow: hidden;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__address-text {
  color: #323232;
  font-size: 14px;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.5%;
  padding: 0 10px;
  border-bottom: 1px solid #d3d3d3;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__zoom-to-container {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__zoom-to-container .esri-map-centric__attribute-edit-button,
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__zoom-to-container .esri-map-centric__zoom-to {
  display: flex;
  align-items: center;
  border-radius: 2px;
  background-color: transparent;
  color: #888;
  border: 1px solid #888;
  margin-left: 2px;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__expand {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__minimize,
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__expand {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #888;
  border: none;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__attribute-edit-button,
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__zoom-to:hover,
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__expand:hover,
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header .esri-map-centric__minimize:hover {
  cursor: pointer;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-header--feature-content-expanded {
  height: 5%;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-container {
  height: 92.5%;
  padding: 4%;
  overflow-y: auto;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-content-container .esri-map-centric__feature-layer-title {
  font-size: 22px;
  margin-bottom: 5px;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__attribute-heading {
  margin-bottom: 0;
  color: #323232;
  font-size: 17px;
  font-weight: 501;
}
.esri-map-centric .esri-map-centric__feature-content .esri-map-centric__attribute-content {
  font-size: 14px;
  color: #323232;
}
.esri-map-centric .esri-map-centric__feature-content--has-related-features {
  padding-bottom: 35px;
}
.esri-map-centric .esri-map-centric__feature-content--no-related-features {
  height: 55%;
}
.esri-map-centric .esri-map-centric__feature-content--expanded {
  height: 100%;
}
.esri-map-centric .esri-map-centric__trigger-scroll-query {
  background-color: #000;
  height: 10px;
  width: 100%;
}
.esri-map-centric .esri-map-centric__loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 10%;
}
.esri-map-centric .esri-map-centric__loader-graphic {
  width: 100%;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../../assets/loader-ie9.gif);
}
.esri-map-centric .esri-map-centric__no-content-available {
  position: relative;
  top: 40%;
  text-align: center;
  font-size: 22px;
}
.esri-map-centric .esri-map-centric--map-collapsed {
  height: 95%;
}
.esri-map-centric .esri-map-centric__gallery-grid-item {
  background-color: #fff;
}
.esri-map-centric .esri-map-centric__gallery-grid-item,
.esri-map-centric .esri-map-centric__no-attachments {
  display: inline-block;
  width: 50%;
  height: 150px;
  box-sizing: border-box;
}
.esri-map-centric .esri-map-cenric__no-attachments-container .esri-map-centric__no-attachments-text {
  color: #fff;
}
.esri-map-centric .esri-map-centric__gallery-grid-item {
  vertical-align: top;
}
.esri-map-centric .esri-map-centric__gallery-grid-item:hover .esri-map-centric__title-container {
  opacity: 1;
}
.esri-map-centric .esri-map-centric__title-container {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
  transition: opacity 0.65s ease-in-out;
  -o-transition: opacity 0.65s ease-in-out;
  -moz-transition: opacity 0.65s ease-in-out;
  -webkit-transition: opacity 0.65s ease-in-out;
}
.esri-map-centric .esri-map-centric__thumbnail-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.esri-map-centric .esri-map-centric__thumbnail-container .esri-map-centric__no-attachments-container {
  top: 0;
  left: 0;
  text-align: center;
}
.esri-map-centric .esri-map-centric__pdf {
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__video-parent-container {
  display: flex;
  justify-content: center;
  height: 100%;
}
.esri-map-centric .esri-map-centric__video-parent-container .esri-map-centric__video-container {
  height: 90%;
}
.esri-map-centric .esri-map-centric__image-parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__pdf-thumbnail-icon-container {
  pointer-events: none;
  width: 55px;
  height: 55px;
  fill: red;
}
.esri-map-centric .esri-map-centric__pdf-name {
  pointer-events: none;
  color: #fff;
}
.esri-map-centric .esri-map-centric__image-thumbnail {
  max-height: initial;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.esri-map-centric .esri-map-centric__image-thumbnail,
.esri-map-centric .esri-map-centric__no-attachments {
  width: 100%;
}
.esri-map-centric .esri-map-centric__image-thumbnail--fit {
  width: 100%;
  height: auto;
}
.esri-map-centric .esri-map-centric__image-thumbnail--crop {
  position: absolute;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
}
.esri-map-centric .esri-map-centric__no-attachments {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.esri-map-centric .esri-map-centric__feature-gallery-item {
  position: relative;
  height: 100%;
}
.esri-map-centric .esri-map-centric__multiple-attachments-icon {
  position: absolute;
  top: 3%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.esri-map-centric .esri-map-centric__multiple-attachments-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.esri-map-centric .esri-map-centric__thumbnail-container {
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}
.esri-map-centric .esri-map-centric__attachment-count-container {
  position: absolute;
  right: 2%;
  top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  box-shadow: 0.5px 0.5px 1.5px 0.5px #000;
}
.esri-map-centric .esri-map-centric__gallery-item-footer {
  position: relative;
  text-align: center;
  font-size: 14px;
}
.esri-map-centric .esri-map-centric__mobile-body {
  height: 95%;
  flex-grow: 1;
}
.esri-map-centric .esri-map-centric__mobile-body .esri-map-centric__onboarding-overlay {
  overflow-y: auto;
}
.esri-map-centric .esri-map-centric__no-attachments-container {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.esri-map-centric .esri-map-centric__no-attachments-container .esri-map-centric__no-attachments {
  width: 55px;
  height: 55px;
  fill: #fff;
}
.esri-map-centric .esri-map-centric__video-svg {
  width: 55px;
  height: 55px;
  fill: #0079c1;
}
.esri-map-centric .esri-map-centric__media-svg {
  fill: #fff;
  width: 7%;
  pointer-events: none;
}
.esri-map-centric .esri-map-centric__pointer-events-none {
  pointer-events: none;
}
.esri-map-centric calcite-modal h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.esri-map-centric calcite-modal .esri-map-centric__attribute-edit-modal-footer-button-container {
  display: flex;
  justify-content: space-around;
}
.esri-map-centric calcite-modal .esri-map-centric__attribute-edit-modal-footer-button-container calcite-button {
  width: 49%;
}

@media only screen and (min-width: 813px) {
  .esri-map-centric .esri-map-centric__desktop-content {
    height: 95%;
  }
  .esri-map-centric .esri-map-centric__content {
    display: flex;
    height: 100%;
  }
  .esri-map-centric .esri-map-centric__main-onboarding {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .esri-map-centric .esri-map-centric--onboarding-open {
    height: 95%;
  }
  .esri-map-centric .esri-map-centric__onboarding-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .esri-map-centric .esri-map-centric__onboarding-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.44);
  }
  .esri-map-centric .esri-map-centric__onboarding-content-container {
    box-sizing: border-box;
    height: 100%;
    padding: 1.5%;
    position: relative;
    width: 35%;
    height: 50%;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
  }
  .esri-map-centric .esri-map-centric__onboarding-content-container .esri-map-centric__onboarding-welcome-content {
    overflow-y: auto;
    height: 90%;
  }
  .esri-map-centric .esri-map-centric__onboarding-content-container .esri-map-centric__onboarding-welcome-content .esri-onboarding-content__map-centric-list li {
    margin-bottom: 2%;
  }
  .esri-map-centric .esri-map-centric__onboarding-content-container .esri-map-centric__start-button-container {
    display: flex;
    align-items: center;
    height: 10%;
  }
  .esri-map-centric .esri-map-centric__back-to-gallery {
    width: 8%;
  }
  .esri-map-centric .esri-map-centric__feature-content-panel-container {
    top: 0;
  }
  .esri-map-centric .esri-map-centric__feature-content-container {
    width: 100%;
    height: 92.5%;
    padding: 3%;
    box-sizing: border-box;
    overflow: auto;
  }
  .esri-map-centric .esri-map-centric__feature-content-container .esri-map-centric__no-info-text {
    position: relative;
    top: 40%;
    text-align: center;
    font-size: 20px;
    color: #595959;
  }
  .esri-map-centric .esri-map-centric__feature-content-container--feature-content-expanded {
    height: 95%;
  }
  .esri-map-centric .esri-map-centric__gallery-feature-content-container {
    position: relative;
    width: 100%;
    height: 95%;
  }
  .esri-map-centric .esri-map-centric__feature-gallery-container {
    height: 100%;
  }
  .esri-map-centric .esri-map-centric__gallery-feature-content-container.esri-map-centric--multiple-layers {
    height: 95%;
  }
  .esri-map-centric .esri-map-centric__feature-gallery-item:hover {
    cursor: pointer;
  }
  .esri-map-centric .esri-map-centric__feature-gallery-item:hover .esri-map-centric__thumbnail-container {
    opacity: 0.75;
  }
  .esri-map-centric .esri-map-centric__map-view {
    width: 100%;
    height: 100%;
  }
  .esri-map-centric .esri-map-centric__side-panel {
    width: 40%;
    background-color: #000;
  }
  .esri-map-centric .esri-map-centric__expand-media-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .esri-map-centric .esri-map-centric__zoom-to:hover {
    cursor: pointer;
  }
  .esri-map-centric .esri-map-centric__gallery-grid-item {
    width: 50%;
    height: 200px;
    padding: 1px;
  }
  .esri-map-centric .esri-map-centric__gallery-grid-item .esri-map-centric__gallery-grid-item--no-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
  }
  .esri-map-centric .esri-map-centric__map-view-container {
    width: 100%;
  }
  .esri-map-centric .esri-map-centric__download-icon-text-container .esri-map-centric__attachment-scroll .esri-map-centric__left-arrow-container,
.esri-map-centric .esri-map-centric__download-icon-text-container .esri-map-centric__attachment-scroll .esri-map-centric__right-arrow-container {
    width: 10px;
    height: 30px;
  }
  .esri-map-centric .esri-map-centric__full-media-container {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 95.5%;
    background: #fff;
    z-index: 0;
    opacity: 0;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__close-feature-content {
    position: absolute;
    top: 1.5%;
    right: 0.5%;
    z-index: 7;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__close-feature-content span {
    color: #fff;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__attachment-number {
    height: 5%;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__gps-image-direction {
    display: flex;
    align-items: center;
    left: 1%;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__gps-image-direction .esri-map-centric__image-direction-degrees {
    margin-right: 5px;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__gps-image-direction .esri-map-centric__image-direction-degrees div {
    display: inline-block;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__image-zoom-slider {
    position: absolute;
    bottom: 7%;
    z-index: 8;
    display: flex;
    align-items: center;
    width: 25%;
    border-radius: 6px;
    padding: 0 0.5%;
    background-color: rgba(0, 0, 0, 0.42);
    border: 1px solid #000;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__image-zoom-slider calcite-slider {
    width: 100%;
  }
  .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric--more-than-one-att {
    bottom: 1%;
  }
  .esri-map-centric .esri-map-centric__full-media-container--open {
    z-index: 7;
    opacity: 1;
  }
  .esri-map-centric .esri-map-centric__slider-symbol {
    display: flex;
    width: 5%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .esri-map-centric__feature-gallery-container,
.esri-map-centric__feature-content {
    -webkit-overflow-scrolling: touch;
  }
}
html[dir=rtl] .esri-map-centric__left-arrow-container {
  margin-left: 5px;
  margin-right: 0;
}
html[dir=rtl] .esri-map-centric__right-arrow-container {
  margin-left: 0;
  margin-right: 5px;
}
html[dir=rtl] .esri-layer-switcher__select-layer-dropdown-title {
  padding-left: 0;
  padding-right: 1%;
}
html[dir=rtl] .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__close-feature-content {
  right: unset;
  left: 0.5%;
}
html[dir=rtl] .esri-map-centric .esri-map-centric__download-icon-container {
  right: unset;
  left: 0;
}
html[dir=rtl] .esri-layer-switcher__arrow-button-container {
  right: unset;
  left: 0;
}
html[dir=rtl] .esri-map-centric .esri-map-centric__expand-media-container {
  left: unset;
  right: 1%;
}
html[dir=rtl] .esri-map-centric .esri-map-centric__multiple-attachments-icon {
  right: unset;
  left: 3%;
}
html[dir=rtl] .esri-map-centric .esri-map-centric__multiple-attachments-icon svg {
  transform: scale(-1, 1);
}
html[dir=rtl] .esri-map-centric .esri-map-centric__gps-image-direction {
  left: unset;
  right: 2%;
}
html[dir=rtl] .esri-map-centric__logo {
  margin-right: 0;
  margin-left: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .esri-map-centric__image-zoom-slider {
    left: 37.5%;
  }
}
@media only screen and (max-width: 813px) and (orientation: landscape) {
  .esri-photo-centric__main-page-top-container.esri-photo-centric--map-collapsed {
    height: 10.5%;
  }
  .esri-photo-centric__main-page-mid-container {
    height: 10.5%;
  }
  .esri-photo-centric__mobile-image-container {
    max-height: unset;
  }
  .esri-photo-centric__onboarding {
    height: 89.5%;
  }
  .esri-photo-centric__onboarding .esri-photo-centric__onboarding-container {
    height: 100%;
  }
  .esri-photo-centric__onboarding-content-container {
    height: 90%;
  }
  .esri-photo-centric__start-button-container {
    height: 12%;
  }
}
@media only screen and (max-width: 813px) and (orientation: landscape) {
  .esri-map-centric .esri-map-centric__mobile-body {
    height: 90%;
  }
  .esri-map-centric .esri-map-centric__back-layer-container {
    height: 10%;
  }
  .esri-map-centric .esri-map-centric__mobile-onboarding-gallery {
    height: 100%;
  }
  .esri-map-centric .esri-map-centric__feature-gallery-container {
    height: 90%;
  }
  .esri-map-centric .esri-map-centric__mobile {
    height: 90%;
  }
  .esri-map-centric .esri-map-centric__mobile-content {
    height: 100%;
  }
  .esri-map-centric .esri-map-centric__mobile-content .esri-map-centric__feature-content-panel-container {
    height: 90%;
  }
  .esri-map-centric .esri-map-centric__mobile-nav {
    position: relative;
    z-index: 0;
    height: 10%;
  }
  .esri-map-centric .esri-map-centric__attachment-number {
    height: 17%;
  }
}
.esri-map-centric__logo {
  max-width: 40px;
  margin-right: 5px;
}

.esri-attachment-viewer--dark .esri-map-centric__onboarding-container,
.esri-attachment-viewer--dark .esri-map-centric__onboarding-content-container,
.esri-attachment-viewer--dark .esri-map-centric__feature-content,
.esri-attachment-viewer--dark .esri-share__send-link-container,
.esri-attachment-viewer--dark .esri-share__url-input {
  background-color: #242424;
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-map-centric .esri-map-centric__feature-content .esri-map-centric__attribute-heading {
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-map-centric__feature-layer-title,
.esri-attachment-viewer--dark .esri-map-centric__attribute-content {
  color: #fff;
}
.esri-attachment-viewer--dark .esri-map-centric__start-button {
  color: #242424;
}
.esri-attachment-viewer--dark .esri-map-centric__minimize-button svg {
  fill: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-map-centric__zoom-to-icon {
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-map-centric__pagination-container {
  background-color: #242424;
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-map-centric__info-button {
  color: #fff;
}
.esri-attachment-viewer--dark .esri-share__copy-clipboard-url svg {
  fill: #242424;
}
.esri-attachment-viewer--dark .esri-map-centric__feature-content .esri-map-centric__attribute-heading,
.esri-attachment-viewer--dark .esri-map-centric__feature-content .esri-map-centric__attribute-content {
  color: #dfdfdf;
}
.esri-attachment-viewer--dark .esri-map-centric__gallery-grid-item {
  background-color: #242424;
}
.esri-attachment-viewer--dark .esri-layer-switcher__arrow-button-container .esri-layer-switcher__arrow-container .esri-layer-switcher__dropdown-arrow-icon {
  color: #000;
}

/*
  Copyright 2022 Esri
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.​
*/
.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded {
  top: 100%;
  left: 0;
  margin: 0;
  transition: none;
}
.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded .esri-widget--button {
  font-size: 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded .esri-zoom .esri-widget--button:first-child {
  border-bottom: none;
}

.esri-mobile-expand__expand-collapse-icon {
  width: 20px;
  height: 20px;
  fill: #6e6e6e;
  vertical-align: middle;
  margin: 0 auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .esri-mobile-expand__expand-collapse-icon {
    width: 30px;
  }
}
html[dir=rtl] .esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded {
  right: 0;
}

.esri-mobile-expand--hide {
  display: none;
}

.esri-zoom {
  display: none;
}

.esri-fullscreen {
  display: none;
}

.esri-photo-centric {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  overflow-y: hidden;
}

.esri-photo-centric .esri-photo-centric__feature-content.esri-photo-centric__related-features {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}
.esri-photo-centric .esri-attachment-viewer-related-features__button {
  width: 100%;
  margin: 0;
}
.esri-photo-centric .esri-attachment-viewer-related-features__list {
  bottom: 30px;
}
.esri-photo-centric .esri-photo-centric__minimize-zoom-to-container calcite-icon {
  color: var(--calcite-ui-inverse);
}

.esri-photo-centric__layer-not-supported {
  background: #000;
  width: 100%;
  height: 100%;
  font-size: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.esri-photo-centric__content-link {
  word-break: break-all;
}

.esri-photo-centric__no-attachments-container {
  position: absolute;
  font-size: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.esri-photo-centric__no-attachments-container calcite-icon {
  margin-bottom: 8px;
  fill: #fff;
  width: 40px;
  height: 40px;
}
.esri-photo-centric__no-attachments-container .esri-photo-centric__no-attachments-text {
  font-size: 20px;
}

.esri-photo-centric__mobile-attachment {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.esri-photo-centric__mobile-attachment .esri-photo-centric__download-icon-container,
.esri-photo-centric__mobile-attachment .esri-photo-centric__image-direction-mobile {
  position: absolute;
  bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  border: none;
  color: #000;
  background: #fff;
}
.esri-photo-centric__mobile-attachment .esri-photo-centric__image-direction-mobile {
  left: 7px;
}
.esri-photo-centric__mobile-attachment .esri-photo-centric__image-direction-mobile .esri-attachment-viewer__svg {
  fill: #000;
}
.esri-photo-centric__mobile-attachment .esri-photo-centric__download-icon-container {
  right: 7px;
}

.esri-feature__attachments {
  display: none;
}

.esri-photo-centric__address-text {
  color: #323232;
  font-size: 14px;
}

.esri-photo-centric__photo-centric-camera {
  width: 24px;
  height: 24px;
}

.esri-photo-centric__minimize-zoom-to-container {
  display: flex;
  justify-content: space-between;
  padding: 2.5%;
  height: 10%;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}

.esri-photo-centric__feature-title-container {
  margin-bottom: 5px;
}
.esri-photo-centric__feature-title-container .esri-photo-centric__feature-content-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 2px;
  word-break: break-word;
}
.esri-photo-centric__feature-title-container .esri-photo-centric__feature-content-title .esri-photo-centric__feature-layer-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 550;
}

.esri-photo-centric__attr-edit-zoom-to-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.esri-photo-centric__attr-edit-zoom-to-container .esri-photo-centric__zoom-to {
  margin-left: 2px;
}

.esri-photo-centric__minimize-button,
.esri-photo-centric__restore-feature-content-panel-button {
  background: transparent;
  border: none;
}
.esri-photo-centric__minimize-button svg,
.esri-photo-centric__restore-feature-content-panel-button svg {
  fill: #6e6e6e;
}

.esri-photo-centric__minimize-button {
  display: flex;
  align-items: center;
}

.esri-photo-centric__minimize-button:hover {
  cursor: pointer;
}

.esri-photo-centric__restore-feature-content-panel-button,
.esri-photo-centric__attribute-edit-button,
.esri-photo-centric__zoom-to {
  color: #6e6e6e;
}

.esri-photo-centric__attribute-edit-button,
.esri-photo-centric__zoom-to {
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  background: transparent;
  border: 0;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}
.esri-photo-centric__attribute-edit-button .esri-photo-centric__zoom-to-icon,
.esri-photo-centric__zoom-to .esri-photo-centric__zoom-to-icon {
  margin: 0 5px;
}

.esri-photo-centric__restore-feature-content-panel-button:hover,
.esri-photo-centric__minimize-button:hover,
.esri-photo-centric__zoom-to:hover,
.esri-photo-centric__attribute-edit-button:hover {
  cursor: pointer;
  color: #00a0ff;
}

.esri-photo-centric__content-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
}

.esri-widget__loader.esri-photo-centric__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

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

.esri-photo-centric__feature-content {
  padding: 4%;
  height: 96%;
  box-sizing: border-box;
}
.esri-photo-centric__feature-content .esri-widget__loader.esri-photo-centric__loader {
  position: relative;
  height: 65%;
}

.esri-photo-centric__feature-content-panel--minimized {
  display: none;
}

.esri-photo-centric__minimized-feature-content-panel {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.5%;
  padding: 0 2%;
  background: #fff;
}
.esri-photo-centric__minimized-feature-content-panel .esri-photo-centric__trailing-action-button-container {
  display: flex;
  flex-direction: row;
}
.esri-photo-centric__minimized-feature-content-panel .esri-photo-centric__trailing-action-button-container button:first-child {
  margin-right: 3px;
}

.esri-photo-centric__restore-feature-content-panel-button:hover {
  cursor: pointer;
}

.esri-photo-centric__feature-layer-title {
  color: #595959;
  font-size: 20px;
}

.esri-photo-centric__attribute-heading {
  font-size: 18px;
  margin-bottom: 0;
  color: #323232;
}

.esri-photo-centric__attribute-content {
  font-size: 16px;
  color: #323232;
}

.esri-photo-centric__map-attachment-content {
  height: 100%;
}

.esri-photo-centric__search-widget .esri-search {
  width: 100%;
}

.esri-photo-centric__main-page-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 95%;
  flex-grow: 1;
}

.esri-photo-centric__title-header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}

.esri-photo-centric__attribute-content {
  word-break: break-word;
  margin-bottom: 1rem;
}

.esri-photo-centric__image-viewer--desktop {
  display: none;
}

.esri-photo-centric__download--desktop {
  font-size: 0.8375em;
}

.esri-photo-centric__main-page-top-container {
  height: 50%;
}

.esri-photo-centric__main-page-bottom-container {
  height: 45%;
}

.esri-photo-centric__main-page {
  height: 100%;
  position: relative;
}

.esri-photo-centric__main-page-mid-container {
  height: 5.5%;
  margin-bottom: 5px;
}

.esri-photo-centric__main-page-top-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.esri-photo-centric__main-page-bottom-container {
  overflow-y: auto;
  background-color: rgb(241, 241, 241);
  color: rgb(136, 136, 136);
}

.esri-photo-centric__feature-content {
  background-color: #fff;
  overflow-y: auto;
}

.esri-photo-centric__feature-info-content {
  color: #323232;
}

.esri-photo-centric__attachments-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.esri-photo-centric__attachments-image-container .esri-photo-centric__attachments-image {
  margin-bottom: 10px;
}

.esri-photo-centric__photo-viewer-container .esri-widget__loader-animation.esri-photo-centric__loader-animation {
  border-color: #fff #ccc #ccc #ccc;
}

.esri-photo-centric__mobile-feature-content {
  height: 100%;
}

.esri-photo-centric__image-preview-mobile {
  width: 100%;
  height: 100%;
}

.esri-photo-centric__mobile-attachment {
  margin-bottom: 10px;
  background-color: #000;
}

.esri-photo-centric__mobile-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.esri-photo-centric__mobile-image-container .esri-photo-centric__image-mobile {
  border-radius: 4px;
}
.esri-photo-centric__mobile-image-container .esri-photo-centric__mobile-attachments-remove-border-radius {
  border-radius: 0;
}
.esri-photo-centric__mobile-image-container .esri-photo-centric__pdf {
  width: 100%;
  height: 100%;
}

.esri-photo-centric__mobile-attachment-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 10%;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}
.esri-photo-centric__mobile-attachment-count .esri-widget__loader.esri-photo-centric__loader {
  width: 10%;
}
.esri-photo-centric__mobile-attachment-count .esri-photo-centric__mobile-attachments-text {
  font-weight: 550;
}
.esri-photo-centric__mobile-attachment-count .esri-photo-centric__mobile-attachment-count-number {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 0px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  font-size: 14px;
}

.esri-photo-centric__mobile-attachments-add-padding {
  padding: 18%;
}

.esri-photo-centric__transparent-background {
  background: transparent;
}

.esri-photo-centric__expand-collapse-container:hover {
  cursor: pointer;
}

.esri-photo-centric__image-pagination-container,
.esri-photo-centric__pagination-container,
.esri-photo-centric__expand-collapse-container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.esri-photo-centric__pagination-container {
  padding: 5px 10px;
}

.esri-photo-centric__pagination-container .esri-photo-centric__pagination-text-container {
  width: 70%;
  text-align: center;
  z-index: 0;
  font-size: 1em;
}
.esri-photo-centric__pagination-container .esri-photo-centric__layer-switcher-container {
  margin-left: 5px;
}
.esri-photo-centric__pagination-container .esri-photo-centric__layer-switcher-container .esri-photo-centric-media-layer-icon {
  fill: #6e6e6e;
}

.esri-photo-centric__expand-collapse-container {
  margin-top: 8px;
  margin-bottom: 8px;
}

.esri-photo-centric__left-arrow-container,
.esri-photo-centric__right-arrow-container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: transparent;
  color: #0079c1;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.esri-photo-centric__right-arrow-container {
  margin-right: 10px;
}

.esri-photo-centric__left-arrow-container:hover,
.esri-photo-centric__right-arrow-container:hover {
  cursor: pointer;
  color: #000;
}

.esri-photo-centric__pagination-container {
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}
.esri-photo-centric__pagination-container .esri-photo-centric__left-button-layer-switcher,
.esri-photo-centric__pagination-container .esri-photo-centric__right-button-layer-switcher {
  z-index: 1;
}
.esri-photo-centric__pagination-container .esri-photo-centric__left-button-layer-switcher,
.esri-photo-centric__pagination-container .esri-photo-centric__right-button-layer-switcher {
  display: flex;
}
.esri-photo-centric__pagination-container .esri-layer-switcher__layer-dropdown-list {
  width: 100%;
  top: 100%;
  left: 0;
  color: #000;
}

.esri-photo-centric__expand-collapse-container {
  background-color: #fff;
}

.esri-photo-centric__expand-collapse-container {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
.esri-photo-centric__expand-collapse-container span {
  color: rgb(0, 121, 193);
}

.esri-photo-centric__image-pagination-container,
.esri-photo-centric__pagination-container {
  justify-content: space-between;
}

.esri-photo-centric__map-view {
  height: 100%;
}

.esri-photo-centric__search-widget {
  height: 10%;
}

.esri-photo-centric__onboarding {
  position: absolute;
  z-index: 500;
  height: 100%;
  width: 100%;
}
.esri-photo-centric__onboarding .esri-photo-centric__onboarding-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  width: 100%;
  height: 95%;
  padding: 2%;
  z-index: 500;
  background: #fff;
  border-radius: 5px;
  word-break: break-word;
}

.esri-photo-centric__onboarding-content-container {
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
  height: 95%;
  padding: 1% 1.5%;
}

.photo-centric-body .esri-photo-centric__onboarding--custom-disabled {
  padding-bottom: 15%;
}
.photo-centric-body .esri-legend {
  height: 300px;
}

.esri-photo-centric__start-button-container {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.esri-photo-centric__start-button-container .esri-photo-centric__start-button {
  height: 100%;
}

.calcite-theme-dark .esri-photo-centric__start-button-container {
  background-color: #242424;
}

.esri-photo-centric__onboarding-image {
  width: 100%;
}

.esri-photo-centric__heading-container {
  width: 75%;
}

.esri-photo-centric__onboarding-heading-text:first-child {
  color: rgb(2, 122, 191);
  font-weight: 501;
  font-size: 19px;
}

.esri-photo-centric__onboarding-heading-text {
  font-size: 18px;
  color: rgb(141, 141, 141);
}

.esri-photo-centric__onboarding-content {
  color: rgb(141, 141, 141);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26.35px;
}

.esri-photo-centric__map-view-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.esri-photo-centric__search-container--desktop {
  display: none;
}

.esri-photo-centric__mid-bottom-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.esri-photo-centric__mid-bottom-container--map-collapsed {
  position: absolute;
  top: 5%;
}

.esri-photo-centric__main-page-bottom-container--map-collapsed {
  height: 93%;
}

.esri-photo-centric--bottom-container-expanded {
  overflow-y: auto;
  height: 90%;
}
.esri-photo-centric--bottom-container-expanded .esri-photo-centric__feature-content {
  height: 98%;
}

.esri-photo-centric__gps-image-direction {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 1%;
}

.esri-photo-centric__image-direction {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 2%;
}

.esri-photo-centric__image-direction-mobile {
  position: absolute;
}

.esri-photo-centric__image-direction .esri-attachment-viewer__svg,
.esri-photo-centric__image-direction-mobile .esri-attachment-viewer__svg {
  fill: #fff;
}

.esri-photo-centric__image-direction .esri-icon-up-arrow-circled {
  font-size: 24px;
}

.esri-photo-centric__image-direction-degrees {
  white-space: nowrap;
}
.esri-photo-centric__image-direction-degrees div {
  display: inline-block;
}

.esri-photo-centric__feature-content-container {
  height: auto;
}

.esri-photo-centric__feature-info-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.esri-photo-centric__no-feature-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}
.esri-photo-centric__no-feature-content-container .esri-photo-centric__no-info-text {
  font-size: 1.3em;
  color: #c3c3c3;
}

@media only screen and (min-width: 768px) and (max-height: 1024px) {
  .esri-photo-centric__mid-bottom-container--map-collapsed {
    top: 3%;
  }
}
@media only screen and (min-width: 830px) {
  .esri-widget__loader-animation.esri-photo-centric__loader-animation {
    font-size: 30px;
  }
  .esri-zoom {
    display: block;
  }
  .esri-fullscreen {
    display: flex;
  }
  .esri-photo-centric {
    background-color: #fff;
  }
  .esri-photo-centric__right-arrow-container {
    margin-right: 15px;
  }
  .esri-photo-centric__download-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .esri-photo-centric__download-container .esri-photo-centric__loading-text {
    margin-left: 5px;
    color: #c3c3c3;
  }
  .esri-photo-centric__onboarding-heading-text:first-child {
    font-size: 21px;
  }
  .esri-photo-centric__onboarding-container {
    position: absolute;
    z-index: 500;
    height: auto;
    padding: 2%;
    background: #fff;
    border-radius: 5px;
    width: 93%;
    max-height: 50%;
    overflow-y: auto;
  }
  .esri-photo-centric__onboarding-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .esri-photo-centric__onboarding-content-container {
    height: 88%;
  }
  .esri-photo-centric__start-button-container {
    height: auto;
  }
  .esri-photo-centric__onboarding-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500;
  }
  .esri-photo-centric__menu-button {
    display: none;
  }
  .esri-photo-centric__main-page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
  }
  .esri-photo-centric__main-page-mid-container {
    display: none;
  }
  .esri-photo-centric__mid-bottom-container {
    position: absolute;
    bottom: 2%;
    width: 100%;
    height: 40%;
    background-color: transparent;
  }
  .esri-photo-centric__search-container--mobile {
    display: none;
  }
  .esri-photo-centric__search-widget-container--desktop {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .esri-photo-centric__search-widget-container--desktop .esri-photo-centric__search-container--desktop {
    display: block;
    width: 75%;
  }
  .esri-photo-centric__image-viewer--desktop {
    display: block;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__pagination-container {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .esri-photo-centric__image-pagination {
    z-index: 103;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
  }
  .esri-photo-centric__photo-centric-camera {
    fill: #fff;
  }
  .esri-photo-centric__main-page-container {
    padding: 0;
  }
  .esri-photo-centric__map-view {
    height: 100%;
  }
  .esri-photo-centric__main-page-container .esri-photo-centric__main-page-top-container {
    height: 100%;
  }
  .esri-photo-centric__main-page-container .esri-photo-centric__main-page-bottom-container {
    height: 100%;
    position: absolute;
    background: transparent;
    width: 100%;
  }
  .esri-photo-centric__main-page-container .esri-photo-centric__map-attachment-content {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .esri-photo-centric__feature-content {
    height: 100%;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 4px;
  }
  .esri-photo-centric__feature-content .esri-photo-centric__feature-layer-title {
    font-size: 20px;
  }
  .esri-photo-centric__feature-content-panel-content {
    padding: 3%;
    height: 90%;
    overflow: auto;
  }
  .esri-photo-centric__other-attachment-types {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .esri-photo-centric__attachments-image-container {
    display: none;
  }
  .esri-photo-centric__main-page-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  .esri-photo-centric__image-viewer--desktop {
    width: 70%;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__right-panel {
    height: 100%;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container {
    height: 100%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-scroll {
    display: flex;
    align-items: center;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__left-arrow-container,
.esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__right-arrow-container {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    font-size: 20px;
    padding: 3px;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__left-arrow-container:hover,
.esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__right-arrow-container:hover {
    color: #00a0ff;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__left-arrow-container:disabled:hover,
.esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__right-arrow-container:disabled:hover {
    color: #fff;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-zoom-slider {
    position: absolute;
    bottom: 6%;
    z-index: 101;
    display: flex;
    align-items: center;
    width: 35%;
    border-radius: 6px;
    padding: 0 0.5%;
    background-color: rgba(0, 0, 0, 0.42);
    border: 1px solid #000;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-zoom-slider calcite-slider {
    width: 100%;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-number {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    height: 5%;
    z-index: 100;
    left: 0;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-number .esri-photo-centric__download-button-desktop {
    background: transparent;
    color: #fff;
    border: none;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-number .esri-photo-centric__download-icon-container {
    position: absolute;
    right: 1.5%;
    font-size: 1.5em;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-number .esri-photo-centric__spinner {
    font-size: 0.8em;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-number-text {
    white-space: nowrap;
    display: inline-block;
    margin: 0 10px;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__download-icon-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__download-icon-container:hover {
    cursor: pointer;
    color: #0079c1;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #000;
    overflow: hidden;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-container .esri-photo-centric__image--desktop {
    object-fit: contain;
    transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-container .esri-photo-centric--hide-image {
    display: none;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-container .esri-photo-centric__pdf {
    width: 100%;
    height: 100%;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment--is-video {
    display: block;
    justify-content: unset;
    align-items: unset;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric--has-onboarding-image {
    display: none;
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric__pagination-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.1%;
    background-color: rgb(66, 66, 66);
  }
  .esri-photo-centric__image-viewer--desktop .esri-photo-centric--download-enabled {
    height: 100%;
  }
  .esri-photo-centric__video-container {
    width: 100%;
    height: 95%;
  }
  .esri-photo-centric__image-viewer-download-image {
    font-size: 15px;
    color: rgb(195, 195, 195);
    font-weight: 600;
  }
  .esri-photo-centric__image-viewer-download-image:hover {
    color: #005e95;
    cursor: pointer;
  }
  .esri-photo-centric__feature-content {
    padding: revert;
  }
}
html[dir=rtl] .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-pagination {
  flex-direction: row-reverse;
}
html[dir=rtl] .esri-photo-centric__pagination-container {
  flex-direction: row-reverse;
}
html[dir=rtl] .esri-photo-centric__zoom-to {
  right: unset;
}
html[dir=rtl] .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__attachment-number .esri-photo-centric__download-icon-container {
  right: unset;
  left: 1.5%;
}
html[dir=rtl] .esri-photo-centric__layer-switcher-container {
  margin-left: unset;
  margin-right: 5px;
}
html[dir=rtl] .esri-photo-centric__gps-image-direction {
  left: unset;
  right: 1%;
}
html[dir=rtl] .esri-photo-centric__mobile-attachment-count .esri-photo-centric__mobile-attachment-count-number {
  margin-left: unset;
  margin-right: 5px;
}
html[dir=rtl] .esri-photo-centric__logo {
  margin-right: 0;
  margin-left: 10px;
}

.esri-photo-centric__image-loader {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 102;
}
.esri-photo-centric__image-loader .esri-photo-centric__spinner {
  font-size: 40px;
}

@supports (-webkit-overflow-scrolling: touch) {
  .esri-photo-centric--bottom-container-expanded,
.esri-photo-centric__main-page-bottom-container,
.esri-photo-centric__onboarding-content-container {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .esri-photo-centric__onboarding-overlay {
    top: 0;
  }
  .esri-photo-centric__onboarding-container {
    top: 30%;
    left: 1%;
  }
  .esri-photo-centric__no-attachments-container {
    left: 0;
    top: 50%;
    width: 100%;
  }
  .esri-photo-centric__photo-viewer-container .esri-widget__loader.esri-photo-centric__loader {
    height: 0;
  }
  .esri-photo-centric__download-icon-container.esri-photo-centric__download-button-desktop {
    top: 0;
  }
}
@media only screen and (max-width: 830px) {
  .esri-photo-centric--dark-background {
    background-color: #242424;
  }
  .esri-photo-centric__onboarding-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
  }
  .esri-photo-centric__start-button-container {
    box-sizing: border-box;
    height: 5%;
    padding: 5px;
  }
  .esri-photo-centric .esri-attachment-viewer-related-features__list,
.esri-photo-centric .esri-attachment-viewer-related-features__button {
    left: 0;
  }
  .esri-photo-centric .esri-photo-centric__feature-content.esri-photo-centric__related-features {
    position: unset;
  }
}
@media only screen and (max-width: 830px) and (orientation: landscape) {
  .esri-photo-centric__main-page-top-container.esri-photo-centric--map-collapsed {
    height: 10.5%;
  }
  .esri-photo-centric__mid-bottom-container.esri-photo-centric__mid-bottom-container--map-collapsed {
    top: 8.5%;
  }
  .esri-photo-centric__main-page-bottom-container--map-collapsed {
    height: 75%;
  }
  .esri-photo-centric__main-page-mid-container {
    height: 10.5%;
  }
  .esri-photo-centric__mobile-image-container {
    max-height: unset;
  }
  .esri-photo-centric__onboarding {
    height: 89.5%;
  }
  .esri-photo-centric__onboarding .esri-photo-centric__onboarding-container {
    height: 100%;
  }
  .esri-photo-centric__onboarding-content-container {
    height: 90%;
  }
  .esri-photo-centric__start-button-container {
    height: 12%;
  }
}
.esri-photo-centric__logo {
  max-width: 40px;
  margin-right: 5px;
}

.esri-photo-centric__image--desktop {
  max-height: 100%;
}

.esri-attachment-viewer--dark .esri-layer-switcher {
  background-color: #202020;
}
.esri-attachment-viewer--dark .esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric {
  background-color: #0079c1;
  color: #000;
  fill: #000;
}
.esri-attachment-viewer--dark .esri-photo-centric__pagination-container .esri-photo-centric__layer-switcher-container .esri-photo-centric-media-layer-icon,
.esri-attachment-viewer--dark .esri-layer-switcher .esri-layer-switcher__select-layer-dropdown.esri-layer-switcher__photo-centric .esri-layer-switcher__dropdown-arrow-icon {
  fill: #000;
  color: #000;
}
.esri-attachment-viewer--dark .esri-photo-centric__onboarding-container,
.esri-attachment-viewer--dark .esri-photo-centric__onboarding-content-container,
.esri-attachment-viewer--dark .esri-photo-centric__feature-content {
  background-color: #242424;
  color: #ffffff;
}
.esri-attachment-viewer--dark .esri-photo-centric__feature-layer-title,
.esri-attachment-viewer--dark .esri-photo-centric__attribute-heading,
.esri-attachment-viewer--dark .esri-photo-centric__attribute-content {
  color: #ffffff;
}
.esri-attachment-viewer--dark .esri-photo-centric__start-button {
  color: #242424;
}
.esri-attachment-viewer--dark .esri-photo-centric__minimize-button svg {
  fill: #ffffff;
}
.esri-attachment-viewer--dark .esri-photo-centric__zoom-to-icon {
  color: #ffffff;
}
.esri-attachment-viewer--dark .esri-photo-centric__pagination-container {
  background-color: #242424;
  color: #ffffff;
}
.esri-attachment-viewer--dark .esri-share__copy-clipboard-url svg {
  fill: #242424;
}
.esri-attachment-viewer--dark .esri-photo-centric__minimized-feature-content-panel {
  background-color: #242424;
}
.esri-attachment-viewer--dark .esri-photo-centric__minimized-feature-content-panel .esri-photo-centric__restore-feature-content-panel-button svg {
  fill: #fff;
}
.esri-attachment-viewer--dark .esri-photo-centric__minimized-feature-content-panel .esri-photo-centric__zoom-to {
  color: #fff;
}
.esri-attachment-viewer--dark .esri-map-centric__feature-content .esri-map-centric__address-text,
.esri-attachment-viewer--dark .esri-photo-centric__address-text {
  color: #fff;
}
.esri-attachment-viewer--dark .esri-photo-centric__feature-info-content {
  color: #ffffff;
}

.esri-photo-centric--dark-text {
  color: #fff;
}

.esri-attachment-viewer-related-features__list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 30px;
  margin: 0;
  padding: 0;
}
.esri-attachment-viewer-related-features__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 2% 3%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
}
.esri-attachment-viewer-related-features__list-item:hover {
  background-color: #d2e9f9;
}

.esri-attachment-viewer-related-features__list--open {
  display: block;
}

.esri-attachment-viewer-related-features__button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5%;
  border: none;
  background-color: #323232;
  color: #fff;
  transition: 0.2s;
  height: 30px;
  position: absolute;
  bottom: 0;
}
.esri-attachment-viewer-related-features__button-icon, .esri-attachment-viewer-related-features__button-text, .esri-attachment-viewer-related-features__button-chip {
  margin: 0 2.5px;
}

.esri-attachment-viewer-related-features__button:hover {
  background-color: #474747;
}

.esri-attachment-viewer-related-features__list-item,
.esri-attachment-viewer-related-features__button,
.esri-attachment-viewer-related-features__button-chip {
  cursor: pointer;
}

/*
  Copyright 2022 Esri
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.​
*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#app-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.configurable-application--loading {
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../assets/loader-ie9.gif);
}
.configurable-application--loading .configurable-application__view-container {
  display: none;
}

.app-error #app-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  text-align: center;
  flex-direction: column;
}

.esri-ui {
  height: 100%;
}

.esri-popup .esri-feature__media.esri-feature__content-element,
.esri-popup .esri-feature-media {
  display: none;
}
.esri-popup .esri-feature__text.esri-feature__content-element {
  display: none;
}
.esri-popup .esri-feature__attachments.esri-feature__content-element.esri-feature__attachments--list {
  display: none;
}
.esri-popup .esri-popup__header-buttons {
  display: none;
}
.esri-popup .esri-popup__header-title {
  padding: 0 7px;
  margin: 6px 7px;
}
.esri-popup .esri-popup__content {
  margin: 0;
}
.esri-popup .esri-feature__fields.esri-feature__content-element > .esri-widget__table {
  height: 15px;
}
.esri-popup .esri-popup__header-title {
  margin: 6px 7px 0;
}
.esri-popup .esri-feature__content-element {
  padding: 0;
}
.esri-popup .esri-popup__main-container.esri-widget {
  padding: 8px 10px;
}
.esri-popup .esri-popup__header-title:hover {
  background-color: #fff;
  cursor: default;
}
.esri-popup .esri-feature__last-edited-info.esri-feature__content-element {
  display: none;
}

.esri-widget__table {
  display: none;
}

.esri-feature__text.esri-feature__content-element {
  word-break: break-word;
}

.esri-attachment-viewer__svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.photo-centric-body .esri-attachment-viewer__svg {
  fill: #000;
}

.map-centric-body .esri-popup__main-container {
  width: auto;
  max-width: 200px;
  height: auto;
  padding: 7px 5px 0px 5px;
}

.esri-map-centric__slider {
  display: flex;
  position: absolute;
  bottom: 3%;
  background: #fff;
  align-items: center;
  width: 50%;
}

.custom-sketch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

.custom-sketch:before {
  width: 16px;
  height: 16px;
  content: url("../assets/Icon_draw_icon_16_light.svg");
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .esri-popup__content {
    width: 150px;
  }
}
.esri-attachment-viewer__logo-link {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.esri-attachment-viewer__logo-link img {
  width: 100%;
}

.esri-popup__footer.esri-popup__footer--has-actions {
  display: none;
}

.esri-popup__header-title {
  margin: 10px;
}

.esri-header__shared-theme-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-error {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-error details,
.app-error summary {
  display: revert;
}

.esri-attachment-viewer__opt-out-button {
  float: right;
}

html[dir=rtl] .esri-attachment-viewer__opt-out-button {
  float: left;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

focus-trap {
  width: 100%;
  height: 100%;
}

.esri-attachment-viewer--dark .esri-mobile-expand__expand-collapse-icon {
  fill: #adadad;
}
.esri-attachment-viewer--dark .custom-sketch:before {
  content: url("../assets/Icon_draw_icon_16_dark.svg");
}

.esri-feature-attachments {
  display: none;
}

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

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