@charset "UTF-8";
/*
  Copyright 2020 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%; }

.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-sketch__panel:first-of-type .esri-sketch__section:first-child {
  display: none; }

.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 {
  display: none; }

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-layer-switcher {
  background-color: #fff;
  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-layer-switcher__dropdown-arrow-icon {
      color: #6e6e6e; }
  .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; }

.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-map-centric__header {
  background-color: #0079c1;
  color: #fff; }

.esri-map-centric .esri-map-centric__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 5%;
  padding-left: 4.5%;
  padding-right: 2%;
  box-sizing: border-box; }
  .esri-map-centric .esri-map-centric__header .esri-map-centric__title-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .esri-map-centric .esri-map-centric__header .esri-map-centric__title-info-container,
  .esri-map-centric .esri-map-centric__header .esri-map-centric__header-text {
    width: 100%; }
  .esri-map-centric .esri-map-centric__header .esri-map-centric__header-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 1em; }
  .esri-map-centric .esri-map-centric__header .esri-map-centric__info-button {
    font-size: 1.1em; }

.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: 506;
  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 span[class*="icon-ui"] {
      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: 50;
  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 .esri-icon-left-arrow,
  .esri-map-centric .esri-map-centric__back-to-gallery .esri-icon-right-arrow {
    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: #2a2a2a; }

.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: 503; }
    .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: 30;
    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;
    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;
    opacity: 0;
    max-height: 100%; }
  .esri-map-centric .esri-map-centric__media-container .esri-map-centric--fade-image {
    opacity: 1; }

.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__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: 501;
  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: 10; }
  .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: 28px;
      height: 20px;
      border-radius: 2px;
      font-size: 14px;
      background-color: #000; }

.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 {
    width: 26px;
    height: 26px;
    padding: 1%;
    background-color: #000;
    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: 55%;
  padding: 3%;
  overflow: auto; }
  .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-title-zoom-container {
    display: flex;
    align-items: center; }
    .esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-title-zoom-container .esri-map-centric__feature-content-title {
      position: relative;
      width: 93%;
      box-sizing: border-box;
      position: relative;
      color: #595959; }
      .esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-title-zoom-container .esri-map-centric__feature-content-title .esri-map-centric__feature-layer-title {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 550;
        word-break: break-word; }
    .esri-map-centric .esri-map-centric__feature-content .esri-map-centric__feature-title-zoom-container .esri-map-centric__zoom-to-container {
      display: flex;
      width: 7%;
      justify-content: center;
      align-items: center; }
  .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__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%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  pointer-events: none; }

.esri-map-centric .esri-map-centric--image-loaded {
  opacity: 1; }

.esri-map-centric .esri-map-centric--fade-image {
  opacity: 0; }

.esri-map-centric .esri-map-centric--fade {
  opacity: 0; }

.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%; }
  .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__zoom-to {
  padding: 3px 8px;
  border-radius: 2px;
  background-color: transparent;
  color: #888;
  font-size: 14.5px;
  border: 1px solid #888; }

.esri-map-centric .esri-map-centric__pointer-events-none {
  pointer-events: none; }

@media only screen and (min-width: 813px) {
  .esri-map-centric .esri-map-centric__header {
    height: 5%;
    justify-content: flex-start;
    padding-left: 15px; }
    .esri-map-centric .esri-map-centric__header .esri-map-centric__header-text {
      font-size: 125%;
      margin-right: 5px; }
    .esri-map-centric .esri-map-centric__header .icon-ui-description {
      font-size: 1.1em; }
    .esri-map-centric .esri-map-centric__header .esri-map-centric__onboarding-icon:hover {
      cursor: pointer; }
  .esri-map-centric .esri-map-centric__header {
    padding-right: 0; }
    .esri-map-centric .esri-map-centric__header .esri-map-centric__title-header-container .esri-map-centric__title-info-container {
      width: auto; }
      .esri-map-centric .esri-map-centric__header .esri-map-centric__title-header-container .esri-map-centric__title-info-container .esri-map-centric__info-button {
        display: inline-block;
        margin: 0 7px; }
    .esri-map-centric .esri-map-centric__header .esri-map-centric__title-header-container {
      width: 80%; }
    .esri-map-centric .esri-map-centric__header .esri-map-centric__share-widget-container {
      width: 20%;
      justify-content: flex-end; }
  .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: 700; }
  .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: 100%; }
    .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__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: 30px;
    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: 5000; }
      .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: 6%;
      z-index: 1000;
      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 .esri-map-centric__slide-symbol {
        display: inline-block;
        padding: 2%; }
      .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__image-zoom-slider .esri-map-centric__zoom-slider-button {
        background-color: #000;
        border: 1px solid #e0e0e0;
        color: #e0e0e0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3%;
        margin: 0 1%;
        padding: 1.25% 3%;
        border-radius: 2px; }
      .esri-map-centric .esri-map-centric__full-media-container .esri-map-centric__image-zoom-slider .esri-map-centric__zoom-slider-button:hover {
        cursor: pointer; }
    .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: 503;
    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__header {
  padding-right: 15px;
  padding-left: 0; }

html[dir="rtl"] .esri-map-centric__onboarding-icon {
  margin-right: 5px; }

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-photo-centric__share-widget-container .esri-share__send-link-container {
  right: unset;
  left: 0.5%; }

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__header {
    height: 10.5%; }
  .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__header {
    height: 10%; }
  .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: 503;
    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: #2a2a2a;
  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,
.esri-attachment-viewer--dark .esri-map-centric__share-widget-container
.esri-share__send-link-container
.esri-share__main-header,
.esri-attachment-viewer--dark .esri-map-centric__share-widget-container
.esri-share__send-link-container
.esri-share__close {
  color: #fff; }

.esri-attachment-viewer--dark .esri-map-centric__start-button {
  color: #2a2a2a; }

.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: #2a2a2a;
  color: #dfdfdf; }

.esri-attachment-viewer--dark .esri-map-centric__header-text,
.esri-attachment-viewer--dark .esri-map-centric__info-button {
  color: #dfdfdf; }

.esri-attachment-viewer--dark .esri-share__copy-clipboard-url svg {
  fill: #2a2a2a; }

.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: #2a2a2a; }

/*
  Copyright 2020 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__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 .esri-photo-centric__media-svg {
    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;
  margin-bottom: 5px; }

.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__feature-title-container .esri-photo-centric__zoom-to-container {
    display: flex;
    width: 7%;
    justify-content: center;
    align-items: center; }

.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:hover {
  cursor: pointer; }

.esri-photo-centric__zoom-to {
  position: relative;
  color: #6e6e6e;
  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__zoom-to .esri-photo-centric__zoom-to-icon {
    margin: 0 5px; }

.esri-photo-centric__zoom-to:hover {
  cursor: pointer;
  color: #005e95; }

.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 {
  height: 96%;
  box-sizing: border-box;
  padding: 4%; }
  .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__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__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #0079c1;
  color: #fff;
  padding-left: 4.5%;
  padding-right: 2%;
  height: 5.5%; }
  .esri-photo-centric__header .esri-photo-centric__title-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .esri-photo-centric__header .esri-photo-centric__info-button:hover {
    cursor: pointer; }
  .esri-photo-centric__header .esri-photo-centric__title-info-container,
  .esri-photo-centric__header .esri-phoot-centric__header-text {
    width: 100%; }
  .esri-photo-centric__header .esri-photo-centric__header-text {
    margin-bottom: 0;
    font-size: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .esri-photo-centric__header .esri-photo-centric__info-button {
    font-size: 1.1em; }

.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: 94.5%; }

.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: #f1f1f1;
  color: #888888; }

.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__remove-opacity {
    opacity: 1; }
  .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 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  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 {
  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; }

.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: #0079c1; }

.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; }
  .esri-photo-centric__start-button-container .esri-photo-centric__start-button {
    height: 100%; }

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

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

.esri-photo-centric__onboarding-heading-text:first-child {
  color: #027abf;
  font-weight: 501;
  font-size: 19px; }

.esri-photo-centric__onboarding-heading-text {
  font-size: 18px;
  color: #8d8d8d; }

.esri-photo-centric__onboarding-content {
  color: #8d8d8d;
  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: 4.7%; }

.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;
    display: flex;
    flex-direction: column; }
    .esri-photo-centric .esri-photo-centric__main-page-container {
      flex-grow: 1; }
  .esri-photo-centric__right-arrow-container {
    margin-right: 15px; }
  .esri-photo-centric__header {
    justify-content: flex-start;
    padding-left: 15px; }
    .esri-photo-centric__header .esri-photo-centric__header-text {
      font-size: 1.3em; }
      .esri-photo-centric__header .esri-photo-centric__header-text .icon-ui-description {
        margin: 0 6.5px;
        font-size: 0.85em; }
  .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__header {
    padding-right: 0; }
    .esri-photo-centric__header .esri-photo-centric__title-header-container .esri-photo-centric__title-info-container {
      width: auto; }
      .esri-photo-centric__header .esri-photo-centric__title-header-container .esri-photo-centric__title-info-container .esri-photo-centric__info-button {
        display: inline-block;
        margin: 0 7px; }
    .esri-photo-centric__header .esri-photo-centric__title-header-container {
      width: 80%; }
    .esri-photo-centric__header .esri-photo-centric__share-widget-container {
      width: 20%;
      justify-content: flex-end; }
  .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 {
    height: 94%; }
    .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);
    border-radius: 4px;
    padding: 2.75% 3.75% 3.75% 3.75%; }
    .esri-photo-centric__feature-content .esri-photo-centric__feature-layer-title {
      font-size: 20px; }
  .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: 1px solid #fff;
        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__image-zoom-slider {
        position: absolute;
        bottom: 6%;
        z-index: 1000;
        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 .esri-photo-centric__slide-symbol {
          display: inline-block;
          padding: 2%; }
        .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-zoom-slider .esri-photo-centric__zoom-slider-button {
          background-color: #000;
          border: 1px solid #e0e0e0;
          color: #e0e0e0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 3%;
          margin: 0 1%;
          padding: 1.25% 3%;
          border-radius: 2px; }
        .esri-photo-centric__image-viewer--desktop .esri-photo-centric__photo-viewer-container .esri-photo-centric__image-zoom-slider .esri-photo-centric__zoom-slider-button:hover {
          cursor: pointer; }
      .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;
          opacity: 0;
          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--fade-image {
          opacity: 1; }
        .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: #424242; }
    .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: #c3c3c3;
    font-weight: 600; }
  .esri-photo-centric__image-viewer-download-image:hover {
    color: #005e95;
    cursor: pointer; } }

html[dir="rtl"] .esri-photo-centric__header {
  padding-left: 0;
  padding-right: 0.75%; }

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__header {
    padding-right: 0; }
  .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) and (orientation: landscape) {
  .esri-photo-centric__header {
    height: 10.5%; }
  .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: #2a2a2a;
  color: #dfdfdf; }

.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: #dfdfdf;
  color: #dfdfdf; }

.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,
.esri-attachment-viewer--dark .esri-share__send-link-container,
.esri-attachment-viewer--dark .esri-share__url-input {
  background-color: #2a2a2a;
  color: #dfdfdf; }

.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,
.esri-attachment-viewer--dark .esri-photo-centric__share-widget-container
.esri-share__send-link-container
.esri-share__main-header,
.esri-attachment-viewer--dark .esri-photo-centric__share-widget-container
.esri-share__send-link-container
.esri-share__close {
  color: #dfdfdf; }

.esri-attachment-viewer--dark .esri-photo-centric__start-button {
  color: #2a2a2a; }

.esri-attachment-viewer--dark .esri-photo-centric__minimize-button svg {
  fill: #dfdfdf; }

.esri-attachment-viewer--dark .esri-photo-centric__zoom-to-icon {
  color: #dfdfdf; }

.esri-attachment-viewer--dark .esri-photo-centric__pagination-container {
  background-color: #2a2a2a;
  color: #dfdfdf; }

.esri-attachment-viewer--dark .esri-photo-centric__header-text,
.esri-attachment-viewer--dark .esri-photo-centric__info-button {
  color: #dfdfdf; }

.esri-attachment-viewer--dark .esri-share__copy-clipboard-url svg {
  fill: #2a2a2a; }

.esri-photo-centric--dark-background {
  background-color: #2a2a2a; }

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

.esri-share__loader {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(../assets/loader.gif); }

.copy-icon .esri-share__iframe-container,
.esri-share__iframe-preview {
  border: none;
  width: 100%;
  pointer-events: none;
  position: relative; }

.esri-share__iframe-container {
  height: 30vh; }

.esri-share__iframe-preview {
  height: 100%; }

.esri-share__copy-icon {
  width: 15px; }

.esri-share__embed-content-container {
  height: 100%; }

.esri-share__url-input,
.esri-share__iframe-input {
  display: inline-block;
  width: 88%;
  margin: 0;
  padding: 5px;
  height: 30px;
  border: 1px solid #d3d3d3;
  vertical-align: top;
  font-size: 0.9375rem;
  color: #6e6e6e; }

.esri-share {
  box-sizing: border-box; }
  .esri-share .esri-share__share-button {
    border: 0;
    background-color: #fff;
    color: #6e6e6e;
    padding: 0.5rem; }
  .esri-share .js-modal .esri-share__modal-content {
    padding-top: 0; }
  .esri-share .js-modal .modal-content {
    padding: 0; }
  .esri-share .esri-share__share-button:hover {
    cursor: pointer; }
  .esri-share .esri-share__copy-clipboard-container,
  .esri-share .esri-share__iframe-input-container {
    display: flex;
    flex-direction: row; }
  .esri-share .esri-share__copy-button,
  .esri-share .esri-share__copy-clipboard-url,
  .esri-share .esri-share__copy-clipboard-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    height: 30px;
    vertical-align: top;
    box-sizing: border-box;
    padding-top: 2px;
    transition: background-color 200ms linear;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: initial; }
  .esri-share .esri-share__copy-clipboard-url:hover,
  .esri-share .esri-share__copy-clipboard-iframe:hover {
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer; }
  .esri-share .esri-share__copy-clipboard-url {
    background-color: #0079c1; }
  .esri-share .esri-share__copy-clipboard-url:hover {
    background-color: #005e95; }
  .esri-share .esri-share__share-modal {
    color: #949494;
    background: #fff;
    box-sizing: border-box;
    min-width: 315px; }
    .esri-share .esri-share__share-modal .esri-share__heading {
      padding: 2% 4%;
      margin: 0;
      font-size: 1.2em;
      display: inline-block; }
    .esri-share .esri-share__share-modal .esri-share__close {
      position: absolute;
      top: 5px;
      right: 8px; }
    .esri-share .esri-share__share-modal .esri-share__close:hover {
      cursor: pointer; }
    .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__main-header {
      margin: 0;
      font-size: 0.85em;
      font-style: italic;
      font-weight: normal; }
    .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__copy-clipboard {
      width: 12%;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.45);
      display: inline-block;
      height: 30px;
      vertical-align: top;
      transition: background-color 200ms linear;
      transition-property: background-color;
      transition-duration: 200ms;
      transition-timing-function: linear;
      transition-delay: initial; }
      .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__copy-clipboard .esri-share__copy-icon-container {
        display: inline-block;
        width: 20px;
        padding: 2%;
        height: 30px; }
    .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__hr {
      margin: 0.7rem 0; }
    .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__share-container .esri-share__share-item-container {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      width: 90%;
      margin-top: 0; }
    .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__share-container .esri-share__share-item {
      padding-top: 15px;
      width: 25%;
      text-align: center; }
    .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__share-container .esri-share__share-item div:hover {
      cursor: pointer; }

html[dir="ltr"] .esri-share__generate,
html[dir="ltr"] .esri-share__url-input,
html[dir="ltr"] .esri-share__iframe-input {
  padding-left: 5px; }

html[dir="ltr"] .esri-share .esri-share__share-modal .esri-share__close {
  right: 8px; }

html[dir="ltr"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__main-header {
  text-align: left; }

html[dir="ltr"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__url-input {
  padding-left: 5px; }

html[dir="rtl"] .esri-share__generate,
html[dir="rtl"] .esri-share__url-input,
html[dir="rtl"] .esri-share__iframe-input {
  padding-right: 5px; }

html[dir="rtl"] .esri-share .esri-share__share-modal .esri-share__close {
  left: 0;
  right: auto; }

html[dir="rtl"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__main-header {
  text-align: right; }

html[dir="rtl"] .esri-share .esri-share__share-modal .esri-share__main-container .esri-share__copy-container .esri-share__copy-url-group .esri-share__url-input {
  padding-right: 5px; }

@media screen and (min-width: 415px) {
  .esri-share__share-modal {
    width: 25%; } }

@media screen and (max-width: 415px), (max-width: 825px) and (orientation: landscape) {
  .esri-share__share-modal {
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .tab-contents {
    border-left: none;
    border-right: none;
    border-bottom: none; }
    .tab-contents .esri-share__iframe-input-container {
      margin-top: 1%;
      margin-bottom: 10px; } }

@media screen and (max-width: 415px) {
  .esri-share__share-modal .esri-share__main-container .js-tab-group {
    height: 100%; }
  .esri-share__share-modal .tab-contents {
    height: 100%; }
    .esri-share__share-modal .tab-contents .esri-share__iframe-tab-section {
      height: 89vh; }
      .esri-share__share-modal .tab-contents .esri-share__iframe-tab-section .esri-share__iframe-tab-section-container {
        height: 100%; } }

@media screen and (max-height: 830px) {
  .esri-share__main-container {
    height: 95%; } }

@media screen and (max-height: 830px) and (orientation: landscape) {
  .esri-share__iframe-container {
    height: 51vh; } }

@media screen and (max-height: 568px) {
  .esri-share__iframe-container {
    height: 75%; } }

@media screen and (max-height: 640px) {
  .esri-share__iframe-container {
    height: 85%; } }

@media screen and (max-width: 824px) and (orientation: landscape) {
  .esri-share__iframe-tab-section-container {
    height: 65%; }
  .esri-share__embed-content-container {
    height: 100vh; }
  .esri-share__iframe-tab-section {
    height: 100vh; }
  .esri-share__iframe-container {
    height: 88%; } }

@media screen and (max-height: 825px) {
  .esri-share__iframe-container {
    height: 92%; } }

@media screen and (max-height: 667px) {
  .esri-share__iframe-container {
    height: 87%; } }

@media screen and (max-height: 568px) {
  .esri-share__iframe-container {
    height: 83%; } }

.esri-share__share-item {
  margin-right: 10px; }

[class*="icon-social-"],
.esri-share__share-link {
  background-color: transparent;
  border: none; }

[class*="icon-social-"]:hover {
  background-color: transparent;
  cursor: pointer; }

.esri-share__share-item .icon-ui-link:hover {
  cursor: pointer; }

.esri-photo-centric__share-widget-container {
  margin-left: auto;
  padding-left: 5px;
  height: 100%;
  display: flex;
  align-items: center; }
  .esri-photo-centric__share-widget-container .esri-share__main-link-container {
    position: unset; }
  .esri-photo-centric__share-widget-container .esri-share__send-link-container {
    right: 0.5%;
    top: 6.5%; }
    .esri-photo-centric__share-widget-container .esri-share__send-link-container .esri-share__main-header {
      text-align: left; }
    .esri-photo-centric__share-widget-container .esri-share__send-link-container .esri-share__main-header,
    .esri-photo-centric__share-widget-container .esri-share__send-link-container .esri-share__close {
      color: #8d8d8d; }
  .esri-photo-centric__share-widget-container .esri-share__share-item-container {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    margin-bottom: 5px; }
  .esri-photo-centric__share-widget-container .esri-share__share-item-container {
    margin-top: 0;
    margin-bottom: 0; }

.esri-photo-centric__share-widget-container .esri-photo-centric__share-location-widget,
.esri-photo-centric__share-widget-container .esri-share,
.esri-photo-centric__share-widget-container .esri-share__share-modal--photo,
.esri-photo-centric__share-widget-container .esri-share__modal-container--photo,
.esri-photo-centric__share-widget-container .esri-share__main-container,
.esri-photo-centric__share-widget-container .esri-share__main-link-container,
.esri-photo-centric__share-widget-container .esri-share__share-item-container--photo,
.esri-photo-centric__share-widget-container .esri-share__share-container,
.esri-photo-centric__share-widget-container .esri-share__share-item-container,
.esri-photo-centric__share-widget-container .esri-share__share-link {
  height: 100%; }

.esri-share__main-link-container {
  position: relative; }

.esri-share__close {
  position: absolute;
  top: 5px;
  right: 8px; }

.esri-share__close:hover {
  cursor: pointer; }

.esri-share__send-link-container {
  position: absolute;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  padding: 0.75%;
  box-sizing: border-box;
  z-index: 500;
  width: 20%; }

.esri-share__main-header {
  font-size: 1.2em; }

.esri-share__copy-clipboard-url {
  font-size: 0.8em; }

.esri-share__share-item-container {
  display: flex;
  margin-bottom: 10px; }
  .esri-share__share-item-container .esri-share__share-link {
    transition: 200ms linear;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .esri-share__share-item-container .esri-share__share-link .icon-ui-link {
      position: relative;
      top: 2px; }
  .esri-share__share-item-container .esri-share__share-link--open {
    background-color: rgba(0, 0, 0, 0.3); }
  .esri-share__share-item-container .esri-share__share-item {
    display: flex;
    justify-content: center;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    margin-right: 0;
    width: 50px;
    align-items: center; }

.esri-share__copy-icon-svg {
  width: 21px;
  fill: #fff; }

html[dir="ltr"] .esri-share__share-link {
  margin-right: 0; }

html[dir="rtl"] .esri-photo-centric__share-widget-container {
  margin-right: auto;
  margin-left: unset;
  border-left: none;
  padding-left: none;
  padding-right: 5px;
  padding-left: 0; }

html[dir="rtl"] .esri-share__share-item {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.3); }

html[dir="rtl"] .esri-photo-centric__header
.esri-photo-centric__share-widget-container
.esri-share__send-link-container {
  left: 0.5%;
  right: unset; }

html[dir="rtl"] .esri-photo-centric__share-widget-container
.esri-share__send-link-container
.esri-share__main-header {
  text-align: right; }

html[dir="rtl"] .esri-share__close {
  right: unset;
  left: 8px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .esri-photo-centric__share-widget-container .esri-share__send-link-container {
    width: 300px;
    top: 100%; } }
