html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: "Arial", sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Arial", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

button {
  background: white;
  border: 1px solid #999;
}
button:hover {
  background: #ffffe5;
}

.light-text {
  color: #555;
}

.state-deleted {
  background: #ffe7e7 !important;
  text-decoration: line-through;
}

.state-added {
  background: #e0f8ff !important;
}

.state-modified {
  background: #e0f8ff !important;
}

.picklist-item {
  background: white;
  border: none;
  border-bottom: 1px solid #ccc;
  color: black;
  padding: 0.4em 12px;
  text-decoration: none;
  width: 100%;
}
.picklist-item:hover:not(.current), .picklist-item:focus:not(.current) {
  background: #ffffe5;
}
.picklist-item.current {
  background: #0c45e0;
  color: white;
}
.picklist-item.empty {
  background: #e0e0e0;
  color: #666;
  font-size: 0.8em;
}

.reset {
  color: initial;
  font-size: 13px;
  font-weight: initial;
  text-align: initial;
}

html {
  display: flex;
  height: 100%;
}

body {
  max-width: 99.99%;
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.stack-vertical {
  display: flex;
  flex-flow: column nowrap;
}

.stack-horizontal {
  display: flex;
  flex-flow: row nowrap;
}

.fill {
  flex: 1 1 auto;
  overflow: hidden;
}

.pad-left, .pad-horz, .pad, .padded {
  padding-left: 12px;
}

.pad-right, .pad-horz, .pad, .padded {
  padding-right: 12px;
}

.pad-top, .pad-vert, .pad, .padded {
  padding-top: 1em;
}

.pad-bottom, .pad-vert, .pad, .padded {
  padding-bottom: 1em;
}

.align-center {
  text-align: center;
}

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

.align-right {
  text-align: right;
}

.scroll {
  position: relative;
  overflow-y: auto;
}

.buffer-bottom::after {
  display: block;
  content: " ";
  height: 85%;
  min-height: 20em;
}

.popups {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-host {
  position: relative;
  z-index: 100;
}
.popup-host > .popup-button {
  background: white;
  border-width: 0;
  text-align: left;
  height: 100%;
  width: 100%;
}
.popup-host > .popup-button:hover {
  background: #ffffe5;
}

.popup {
  background: #e7e7e7;
  border: 2px solid #212121;
  box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.25), 5px 5px 24px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 100;
}

.popup-header {
  border-bottom: 1px solid #999;
}

.popup-title {
  margin: 0.25em 4px;
}

.borderless {
  border: none !important;
}

.section {
  margin-top: 0.5em;
}

.scale-110 {
  font-size: 1.1em;
}

.scale-105 {
  font-size: 1.05em;
}

.scale-95 {
  font-size: 0.95em;
}

.scale-90 {
  font-size: 0.9em;
}

.scale-85 {
  font-size: 0.85em;
}

.scale-80 {
  font-size: 0.8em;
}

.span-xs {
  min-width: 5em;
}

.span-max-xs {
  width: 5em;
  max-width: 5em;
}

.span-sm {
  min-width: 8em;
}

.span-max-sm {
  width: 8em;
  max-width: 8em;
}

.span-md {
  min-width: 12em;
}

.span-max-md {
  width: 12em;
  max-width: 12em;
}

.span-lg {
  min-width: 20em;
}

.span-max-lg {
  width: 20em;
  max-width: 20em;
}

.span-xl {
  min-width: 30em;
}

.span-max-xl {
  width: 30em;
  max-width: 30em;
}

td, th {
  height: 1px;
  padding: 0;
}

table {
  border-collapse: collapse;
}

.header-cell {
  background: #f0f0f0;
  color: black;
  height: 100%;
  padding: 0.25em 4px 0.2em 4px;
}

.editable {
  background: white;
}

.cell-contents {
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 1.5em;
}
.cell-contents.topmost {
  border-top: 1px solid #aaa;
}
.cell-contents.bottommost {
  border-bottom: 1px solid #aaa;
}
.cell-contents.leftmost {
  border-left: 1px solid #aaa;
}
.cell-contents.rightmost {
  border-right: 1px solid #aaa;
}

.row-handle {
  background: #f0f0f0;
  color: #444;
  font-size: 0.9em;
  padding: 2px 4px 0px 4px;
  white-space: nowrap;
}

.sidebar-wide {
  margin: 5px;
  padding: 10px;
  border: 1px solid #316f7d;
  height: calc(100% - 10px);
  flex: 0 1 800px !important;
  position: relative;
}
.sidebar-wide > div > div:first-child > div.search-bar:first-child > * {
  margin-right: 15px;
}

.wrap-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}

.content-border {
  border: 1px solid #006671;
  border-radius: 3px;
}

.baseline {
  align-items: baseline;
}

.search-bar {
  align-items: baseline;
  margin-bottom: 5px;
  padding: 1px;
}

.year-select select {
  height: 25px;
  margin-left: 10px;
}

.lidar-table {
  width: 100%;
  table-layout: fixed;
}
.lidar-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #4393a3;
  color: white;
  z-index: 999;
}
.lidar-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #4393a3;
  color: white;
}
.lidar-table .lidar-header-cell {
  background: #316f7d;
  color: white;
  height: 100%;
  padding: 5px;
  font-weight: 500;
}
.lidar-table .lidar-header-cell:hover {
  background-color: #4393a3;
  cursor: pointer;
}
.lidar-table th.actions {
  width: 54px;
}
.lidar-table th.collector {
  width: 100px;
}
.lidar-table th.title {
  width: 300px;
}
.lidar-table th.date, .lidar-table td.date {
  width: 70px;
  text-align: right;
}
.lidar-table th.date .cell-contents, .lidar-table td.date .cell-contents {
  justify-content: flex-end;
}

.tile-table {
  table-layout: fixed;
  width: 100%;
  max-height: 200px;
  margin-left: 10px;
}

.indicator {
  padding: 15px;
  background: rgba(61, 80, 144, 0.1);
  border: 1px solid #3d5090;
}

.success {
  background-color: #dff0d8;
  border: 1px solid #7bc15e;
}

.error {
  background-color: #f2dede;
  border: 1px solid #c26565;
}

.pending {
  background-color: #d9edf7;
  border: 1px solid #4eabda;
}

.tiles-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  flex-flow: column;
  overflow-y: auto;
  border: 0.5px solid #eee;
  max-height: 300px;
  border-bottom: 1px solid #ccc;
  background: white;
}
.tiles-container .tile {
  display: flex;
  align-items: baseline;
}
.tiles-container .tile-check {
  padding-left: 5px;
  display: flex;
  align-items: baseline;
}
.tiles-container .tile-check:hover {
  background-color: #c9e4e9;
}
.tiles-container .select-all-label {
  font-size: 1em;
  font-weight: 500;
  margin: 2px 5px;
}
.tiles-container .tile-label {
  font-size: 0.9em;
  font-weight: 400;
  margin: 2px 5px;
}
.tiles-container ul {
  display: flex;
  flex-flow: row wrap;
}
.tiles-container li {
  padding-left: 10px;
  list-style: none;
  display: inline-block;
  text-align: center;
}

.form {
  background-color: whitesmoke;
  padding: 5px;
  margin: 10px 0px 0px 0px;
  border: 1px solid #006671;
  border-radius: 3px;
}

.form-status {
  padding: 6px 12px;
  margin: 5px;
}

.input-group {
  margin: 5px;
  padding: 5px;
  align-items: baseline;
}

.action-group {
  margin: 5px;
  padding: 5px;
  align-items: center;
}

.form-label {
  font-weight: 600;
  margin-right: 10px;
  font-family: "Century Gothic";
}

.form-input {
  display: block;
}
.form-input input, .form-input textarea, .form-input select {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #aca9a9;
  width: 100%;
}

.request-intro {
  font-size: 0.9em;
}

.input-label {
  font-size: 1em;
  margin: 5px 5px 0px 5px;
  padding: 5px;
  font-weight: 500;
  font-family: "Century Gothic";
}

.form-button {
  background-color: #316f7d;
  cursor: pointer;
  border: none;
  color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  border-radius: 2px;
  font-weight: 400;
  margin: 5px;
}
.form-button:hover {
  background-color: #4393a3;
}
.form-button:disabled {
  background-color: #cccccc;
  color: #4e5859;
}

.picklist ul {
  display: flex;
}
.picklist li {
  border: 1px solid #316f7d;
  margin-left: -1px;
}
.picklist label {
  font-weight: 500;
  font-family: "Century Gothic";
}

.picklist-item {
  border: none;
  color: black;
  border-bottom: #316f7d;
  padding: 0.4em 12px;
  text-decoration: none;
}
.picklist-item:hover:not(.current), .picklist-item:focus:not(.current) {
  background: #c9e4e9;
}
.picklist-item.current {
  background: #316f7d;
  color: white;
}
.picklist-item.empty {
  background: #e0e0e0;
  color: #666;
  font-size: 0.8em;
}
.picklist-item .fa:first-child {
  margin-right: 5px;
}

.loading {
  padding: 8px 14px;
  border-radius: 2px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #2c8392 10%, #006671 40%, #2c8392 50%);
  color: white;
  background-size: 700px;
}
.loading.thin {
  margin: 5px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 700px 0;
  }
}
.tile .dropdown-menu {
  padding: 5px;
}

.map-container {
  border: 1px solid #316f7d;
}

.map-header-controls {
  top: 74px;
  padding-left: 0;
}

.draw-instructions {
  border: 1px solid #316f7d;
  background: #fff;
  z-index: 500;
  position: absolute;
  left: 100px;
  top: 10px;
  width: 370px;
  height: 60px;
}
.draw-instructions a {
  padding: 5px 10px;
  width: auto !important;
  height: 100% !important;
  cursor: default;
  line-height: 1.3em !important;
}
.draw-instructions a:hover {
  height: 52px;
  line-height: 20px;
  background-color: #fff;
}

.helpButton {
  z-index: 500;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px;
  background: #fff;
  cursor: pointer;
}

.help {
  z-index: 1100;
  position: absolute;
  right: 5px;
  left: 5px;
  top: 105px;
  bottom: 40px;
  overflow-y: auto;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}
.help img {
  max-width: 100%;
}

.drawControl {
  position: absolute;
  top: 10px;
  right: 10px;
}

.leaflet-draw {
  top: -74px;
  left: 45px;
}

.leaflet-draw-toolbar {
  display: flex;
  flex-flow: column nowrap;
}

.lidar-table .row-handle {
  padding: 2px 4px;
}

.lidar-table .row-handle, .lidar-table .cell-contents span {
  white-space: normal;
}

.leaflet-popup .files, .leaflet-popup .actions {
  margin: 10px 0;
}
.leaflet-popup .actions > * {
  margin: 0 5px;
  flex: 1 1 0px;
}

div.size {
  width: 60px;
  text-align: right;
  display: inline-block;
  margin-right: 5px;
  font-size: 0.96rem;
  color: #666;
}

.unknown {
  color: #666;
  font-size: 0.9em;
}