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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.esri-ui {
  height: 100%
}

.esri-sketch__panel:first-of-type .esri-sketch__section:first-child {
  display: none
}


.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: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 3%;
  background: #fff;
  -ms-flex-align: center;
  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_icon24.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5%;
  margin-right: 5px
}

.esri-attachment-viewer__logo-link img {
  width: 100%
}


@media only screen and (max-width: 813px) {
  .esri-attachment-viewer__logo-link {
    width: 9%
  }
}