body, html {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 320px;
}

* {
  font-size: 1rem;
}

.l-menu {
  position: absolute;
  top: 0;
  left: -250px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 250px;
  height: 100%;
  z-index: 10;
  transition: 0.3s;
  overflow: auto;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(24px);
}
.l-menu__list-content {
  height: calc(100% - 56px);
  overflow: auto;
  overflow-x: hidden;
}

.l-body {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  backdrop-filter: blur(7px);
  transition: 0.3s;
}

.l-header {
  width: 100%;
  height: 53px;
  top: 0;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-content {
  width: 100%;
  height: calc(100% - 85px);
  overflow: hidden;
}

.l-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  letter-spacing: 1px;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  padding: 0 16px;
  border-radius: 0 3px 0 0;
  z-index: 5;
}

.l-mis-box {
  width: 300px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s;
}

.l-case-info {
  width: 100%;
  height: 300px;
  transition: 0.3s;
  top: 0px !important;
  bottom: 0px !important;
}

.l-top-box {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.l-map {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-color: #aad3df;
}

.l-maptool-box {
  position: absolute;
}
.l-maptool-box .ui.custom {
  position: absolute;
  width: calc(100% - 16px);
  display: none;
}

.l-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(13, 23, 31, 0.35);
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.btn {
  font-size: 1rem;
}

.bs-cover.tab-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

#box-measure .esri-distance-measurement-2d__container {
  padding: 0;
}
#box-measure .esri-distance-measurement-2d__actions {
  padding: 0;
}
#box-measure .esri-button, #box-measure .esri-elevation-profile__header button {
  border-radius: 3px;
  font-size: 1rem;
}

#box-print .esri-widget {
  background-color: transparent;
}
#box-print .esri-print__header-title {
  display: none;
}
#box-print .esri-print {
  padding: 0;
}
#box-print .esri-print__layout-section, #box-print .esri-print__map-only-section {
  background-color: white;
  padding: 0.5rem;
  border: 1px solid rgba(110, 110, 110, 0.3);
}
#box-print .esri-print__layout-section {
  border-radius: 0 3px 3px 3px;
}
#box-print .esri-print__map-only-section {
  border-radius: 3px 0 3px 3px;
}
#box-print .esri-print__layout-tab {
  border-radius: 3px 3px 0 0;
}

.esri-widget label {
  display: inherit;
  margin-bottom: inherit;
}

.esri-button {
  background-color: #007bff;
  border-radius: 3px;
  font-size: 1rem;
}
.esri-button:hover {
  background-color: #0062cc;
}

.is-full .form-group, .is-full .d-block, .is-full .form-control, .is-full .row, .is-full [class^=col] {
  display: inline-block !important;
  width: auto !important;
  max-width: inherit !important;
  flex: inherit !important;
  vertical-align: middle;
}

.footable-empty td {
  opacity: 0.5;
}
.footable-empty td:before {
  display: block;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 60px;
  text-decoration: none;
}

.footable-details.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable.table > thead > tr > td, .footable.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.footable-details.table > tbody > tr > td, .footable-details.table > tbody > tr > th, .footable-details.table > tfoot > tr > td, .footable-details.table > tfoot > tr > th, .footable-details.table > thead > tr > td, .footable-details.table > thead > tr > th, .footable.table > tbody > tr > td, .footable.table > tbody > tr > th, .footable.table > tfoot > tr > td, .footable.table > tfoot > tr > th, .footable.table > thead > tr > td, .footable.table > thead > tr > th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

button, input, select, textarea {
  appearance: none;
  width: auto;
  font-size: 15px;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  color: rgb(131, 135, 149);
  margin: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  outline: none;
  background: rgb(255, 255, 255);
  overflow: visible;
}

ul, ol {
  margin-left: 1.25em;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.ul_flex {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ul_flex li {
  list-style: none;
}

ul, li {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  background: transparent;
  vertical-align: top;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  line-height: 1.5em;
  font-size: 15px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  vertical-align: top;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  line-height: 1.5em;
  font-size: 15px;
}/*# sourceMappingURL=layout.css.map */