@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@charset "UTF-8";
 {
  /*
Application Settings Go Here
------------------------------------
This file acts as a bundler for all variables/mixins/themes, so they
can easily be swapped out without `core.scss` ever having to know.

For example:

@import './variables/colors'
@import './variables/components'
@import './themes/default'
*/
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /**
 * Remove default margin.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /* Medium screens */ }
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  body {
    margin: 0; }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  audio:not([controls]) {
    display: none;
    height: 0; }
  [hidden],
  template {
    display: none; }
  a {
    background-color: transparent; }
  a:active,
  a:hover {
    outline: 0; }
  abbr[title] {
    border-bottom: 1px dotted; }
  b,
  strong {
    font-weight: bold; }
  dfn {
    font-style: italic; }
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  mark {
    background: #ff0;
    color: #000; }
  small {
    font-size: 80%; }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sup {
    top: -0.5em; }
  sub {
    bottom: -0.25em; }
  img {
    border: 0; }
  svg:not(:root) {
    overflow: hidden; }
  figure {
    margin: 1em 40px; }
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  pre {
    overflow: auto; }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  button {
    overflow: visible; }
  button,
  select {
    text-transform: none; }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  button[disabled],
  html input[disabled] {
    cursor: default; }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input {
    line-height: normal; }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  textarea {
    overflow: auto; }
  optgroup {
    font-weight: bold; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  td,
  th {
    padding: 0; }
  .super-treeview * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .super-treeview {
    font-size: 100%; }
  .super-treeview > div > .super-treeview-no-children-transition {
    transition-property: all; }
  .super-treeview > div > .super-treeview-no-children-transition-enter {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  .super-treeview > div > .super-treeview-no-children-transition-enter.super-treeview-no-children-transition-enter-active {
    opacity: 1;
    height: 0; }
  .super-treeview > div > .super-treeview-no-children {
    overflow: hidden; }
  .super-treeview > div > .super-treeview-no-children > .super-treeview-no-children-content {
    margin: 2px 0; }
  .super-treeview > div > .super-treeview-node {
    overflow: hidden; }
  .super-treeview > div > .super-treeview-node > .super-treeview-children-container {
    margin-left: 8px;
    padding-left: 20px;
    border-left: 1px solid #000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .super-treeview > div > .super-treeview-node > .super-treeview-children-container > .super-treeview-loading {
    padding: 0 3px;
    margin: 2px 0; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content {
    padding: 0 3px;
    margin: 2px 0; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > label {
    vertical-align: top;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 100%; }
  .super-treeview > div > .super-treeview-node-dir > .super-treeview-node-content > label {
    vertical-align: top;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 100%; }
  .super-treeview > div > .super-treeview-node-file > .super-treeview-node-content > label {
    vertical-align: top;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 100%;
    cursor: pointer; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > input[type=checkbox] {
    float: left;
    margin: 4px 5px 0 0;
    line-height: normal; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > .super-treeview-triangle-btn {
    float: left;
    margin-right: 5px;
    cursor: pointer; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > .super-treeview-triangle-btn-none {
    cursor: none; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > .super-treeview-triangle-btn-right {
    width: 5px;
    height: 5px;
    margin-top: 5px;
    margin-left: 2px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > .super-treeview-triangle-btn-down {
    width: 5px;
    height: 5px;
    margin-left: 1px;
    margin-top: 5px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .super-treeview > div > .super-treeview-node > .super-treeview-node-content > .delete-btn {
    float: right;
    cursor: pointer; }
  .super-treeview > div > .super-treeview-node-transition {
    transition-property: all; }
  .super-treeview > div > .super-treeview-node-transition-enter {
    opacity: 0; }
  .super-treeview > div > .super-treeview-node-transition-enter.super-treeview-node-transition-enter-active {
    opacity: 1; }
  .super-treeview > div > .super-treeview-node-transition-exit {
    opacity: 1; }
  .super-treeview > div > .super-treeview-node-transition-exit.super-treeview-node-transition-exit-active {
    opacity: 0; }
  .ftp2-export-button {
    cursor: pointer;
    color: #908989;
    font-size: 15px;
    padding-left: 10px;
    padding-bottom: 2px; }
    .ftp2-export-button:hover {
      color: #337ab7;
      font-weight: bold;
      text-shadow: 0px 0px 1px #337ab7;
      font-size: 15px; }
  .fa-external-link-alt {
    font-size: 1.2rem !important; }
  .spacebt {
    padding-left: 18px !important; }
  .ftpiconPadding {
    padding-right: 5px;
    padding-left: 5px; }
  .ftp-header {
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 50px;
    display: block; }
    .ftp-header > div {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .ftp-header > div span {
        cursor: pointer;
        flex-basis: auto; }
  #map-layers-tree-view .collapsible {
    background-color: inherit;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px; }
    #map-layers-tree-view .collapsible:hover {
      font-weight: bold; }
    #map-layers-tree-view .collapsible::before {
      font-family: "Font Awesome 5 Free";
      content: "\F0DA";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 900;
      margin-right: 3px; }
    #map-layers-tree-view .collapsible.active::before {
      content: "\F0D7"; }
  #map-layers-tree-view .content {
    padding-left: 18px;
    overflow: hidden; }
    #map-layers-tree-view .content .layer {
      width: 200%; }
      #map-layers-tree-view .content .layer input {
        margin-right: 5px; }
        #map-layers-tree-view .content .layer input:hover {
          cursor: pointer; }
      #map-layers-tree-view .content .layer label {
        font-weight: normal;
        margin-bottom: 1px; }
        #map-layers-tree-view .content .layer label:hover {
          font-weight: bold;
          cursor: pointer; }
    #map-layers-tree-view .content.open {
      display: block; }
    #map-layers-tree-view .content.close {
      display: none; }
  .accesslog-container {
    display: flex;
    flex-direction: row;
    height: 100%; }
  .accesslog-row {
    flex-basis: 100%; }
  .accesslog-row-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  .accesslog-headerManageUsers {
    color: #8C1308;
    height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid rgba(173, 172, 172, 0.534);
    border-top: 1px solid rgba(173, 172, 172, 0.534); }
  .accesslog-item {
    height: 40px !important;
    width: 100% !important;
    vertical-align: middle !important; }
  .accesslog-categoria {
    font-family: 'Font Awesome 5 Free','Open Sans', sans-serif; }
  .accesslog-OrderButton {
    font-size: 12px;
    border: none !important;
    background-color: Transparent !important;
    margin-right: -3px; }
  .accesslog-OrderButton:focus {
    color: blue !important; }
  .custom-point-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, auto)); }
    .custom-point-list .point {
      box-sizing: border-box; }
  .custom-local-box {
    background-color: #eee;
    padding: 10px;
    height: 100%; }
    .custom-local-box input {
      transition: all 0.5s ease; }
    .custom-local-box .latlong {
      width: 100%;
      display: grid;
      gap: 5px;
      grid-template-columns: 1fr 1fr; }
    .custom-local-box .remove-point {
      float: right; }
    .custom-local-box .image-point-list {
      display: grid;
      gap: 5px; }
      .custom-local-box .image-point-list.show-more-or-less {
        max-height: 500px;
        overflow: hidden; }
      .custom-local-box .image-point-list .image-point {
        border: 1px  lightgray;
        border-radius: 8px;
        padding: 5px;
        display: grid;
        gap: 5px;
        grid-template-columns: auto 12px; }
        .custom-local-box .image-point-list .image-point.saved {
          border-style: solid; }
        .custom-local-box .image-point-list .image-point.new {
          border-width: 2px;
          border-style: dashed; }
        .custom-local-box .image-point-list .image-point .right {
          margin: auto; }
        .custom-local-box .image-point-list .image-point div.filename {
          max-width: 100%;
          display: grid;
          padding: 0;
          margin: 0;
          align-items: center; }
          .custom-local-box .image-point-list .image-point div.filename a.filename {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .custom-local-box .image-point-list .image-point div.filename a.filename i {
              margin-right: 3px; }
        .custom-local-box .image-point-list .image-point input.image-legend, .custom-local-box .image-point-list .image-point input.image-datetime {
          margin-top: 3px;
          width: 100%;
          border-radius: 4px;
          border: 1px solid #ccc;
          padding: 3px; }
    .custom-local-box div .add-image-point {
      margin-top: 5px;
      margin-left: 8px; }
      .custom-local-box div .add-image-point a {
        cursor: pointer; }
        .custom-local-box div .add-image-point a i {
          margin-right: 3px; }
    .custom-local-box .lat input:placeholder-shown, .custom-local-box .long input:placeholder-shown {
      background-color: yellow; }
    .custom-local-box .show-more-or-less-wall {
      position: static;
      width: 100%;
      display: grid; }
      .custom-local-box .show-more-or-less-wall button {
        background: none;
        border: none; }
      .custom-local-box .show-more-or-less-wall.less {
        margin-top: 10px;
        color: #333; }
      .custom-local-box .show-more-or-less-wall.more {
        height: 80px;
        margin-top: -60px;
        background-image: linear-gradient(rgba(255, 0, 0, 0) 20%, #286090 120%);
        backdrop-filter: blur(2px);
        border-radius: 10px 10px; }
        .custom-local-box .show-more-or-less-wall.more button {
          color: white;
          text-shadow: #ccc;
          padding-top: 10px; }
  .lightbox-novo-ponto-retangulo label.titulo {
    margin-bottom: 10px; }
  .lightbox-novo-ponto-retangulo .remove-point {
    display: none; }
  div.explorer .pin-svg {
    position: absolute;
    left: -16px;
    top: -32px;
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 0 0px #222);
    transition: 200ms filter linear, 200ms -webkit-filter linear; }
    div.explorer .pin-svg.yellow path {
      fill: #fdf569; }
    div.explorer .pin-svg.blue path {
      fill: #4668ff; }
    div.explorer .pin-svg.orange path {
      fill: #ff9900; }
    div.explorer .pin-svg.red path {
      fill: #ff4646; }
    div.explorer .pin-svg:hover {
      cursor: pointer;
      z-index: 2;
      filter: drop-shadow(0 0 4px #222); }
  div.explorer .pin-cluster {
    position: relative;
    text-align: center;
    color: white; }
    div.explorer .pin-cluster img {
      position: absolute; }
    div.explorer .pin-cluster div {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    div.explorer .pin-cluster img.m1 {
      width: 53px;
      height: 52px;
      left: -26.5px;
      top: -26px; }
    div.explorer .pin-cluster img.m2 {
      width: 56px;
      height: 55px;
      left: -28px;
      top: -27.5px; }
    div.explorer .pin-cluster img.m3 {
      width: 66px;
      height: 65px;
      left: -33px;
      top: -32.5px; }
    div.explorer .pin-cluster img.m4 {
      width: 78px;
      height: 77px;
      left: -39px;
      top: -38.5px; }
    div.explorer .pin-cluster img.m5 {
      width: 90px;
      height: 88px;
      left: -45px;
      top: -44px; }
    div.explorer .pin-cluster:hover {
      cursor: pointer; }
  div.explorer .pin-label {
    position: absolute;
    display: flex;
    max-width: 120px;
    height: 25px;
    left: 10px;
    top: -50px;
    padding: 2px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    text-shadow: 0pt 0pt 5pt #222; }
    div.explorer .pin-label span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      flex-grow: 1;
      text-align: center; }
  .multimidia h2 {
    text-align: center; }
  .multimidia .multimidia-content {
    margin: 0 5%; }
    .multimidia .multimidia-content p.descricao {
      text-align: center;
      margin-bottom: 20px; }
    .multimidia .multimidia-content .select-group {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 10% 20px 10%; }
      .multimidia .multimidia-content .select-group div {
        font-size: 17px; }
      .multimidia .multimidia-content .select-group .Select {
        flex-grow: 1; }
    .multimidia .multimidia-content .coordinators {
      text-align: center;
      font-size: 16px;
      margin-bottom: 40px; }
    .multimidia .multimidia-content .multimidia-videos {
      display: flex;
      flex-direction: column;
      gap: 50px; }
      .multimidia .multimidia-content .multimidia-videos .video {
        display: flex;
        flex-direction: row;
        gap: 60px; }
        .multimidia .multimidia-content .multimidia-videos .video .thumb {
          flex-basis: 50%;
          display: flex;
          flex-flow: row-reverse; }
          .multimidia .multimidia-content .multimidia-videos .video .thumb img {
            display: block;
            width: 400px;
            height: 240px;
            opacity: 0.6;
            transition: 0.3s;
            cursor: pointer; }
            .multimidia .multimidia-content .multimidia-videos .video .thumb img:hover {
              opacity: 1; }
        .multimidia .multimidia-content .multimidia-videos .video .description {
          flex-basis: 50%; }
          .multimidia .multimidia-content .multimidia-videos .video .description b:first-of-type {
            font-size: 17px; }
  .multimidia .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
    .multimidia .video-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }
  .gallery-container {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .gallery-container .point-label {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      min-height: 22px;
      margin: 10px 0px 15px 0px; }
    .gallery-container .images-container {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .gallery-container .images-container .main-image {
        flex-grow: 1; }
        .gallery-container .images-container .main-image img {
          width: 100%;
          object-fit: contain; }
      .gallery-container .images-container .album {
        width: 100%;
        height: 125px;
        overflow-x: auto;
        overflow-y: hidden; }
        .gallery-container .images-container .album .thumb-container {
          display: flex;
          flex-direction: row;
          gap: 7px;
          align-items: center;
          height: 100%; }
          .gallery-container .images-container .album .thumb-container .thumb-item {
            cursor: pointer;
            height: 100%; }
            .gallery-container .images-container .album .thumb-container .thumb-item img {
              transition: all 200ms linear;
              box-shadow: 2px 2px 2px 1px gray;
              width: auto;
              height: 100px; }
            .gallery-container .images-container .album .thumb-container .thumb-item:hover img {
              box-shadow: 2px 2px 2px 1px #005cc8;
              opacity: 0.7; }
            .gallery-container .images-container .album .thumb-container .thumb-item.selected {
              opacity: 0.5;
              pointer-events: none; }
  div.pretty-dialog div.react-confirm-alert .react-confirm-alert-body.custom-ui {
    width: 500px; }
    div.pretty-dialog div.react-confirm-alert .react-confirm-alert-body.custom-ui .buttons {
      display: flex;
      gap: 10px;
      justify-content: flex-end; }
  div.image-with-loader {
    position: relative;
    min-width: 50px; }
    div.image-with-loader .image-caption {
      text-align: center;
      background-color: rgba(238, 238, 238, 0.75); }
    div.image-with-loader .loader {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 3;
      text-align: center; }
      div.image-with-loader .loader i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px; }
    div.image-with-loader .image {
      transition: all 1s ease; }
    div.image-with-loader.loading .loader {
      display: block; }
    div.image-with-loader.loading .image {
      visibility: hidden;
      opacity: 0.1; }
    div.image-with-loader.loaded .loader {
      display: none; }
    div.image-with-loader.loaded .image {
      visibility: visible;
      opacity: 1; }
  html {
    box-sizing: border-box; }
  html,
  body {
    margin: 0;
    padding: 0;
    background-color: #eee;
    height: 100%; }
  .user-search::placeholder {
    color: rgba(151, 151, 151, 0.9); }
  .headerManageUsers {
    color: #8C1308;
    height: 30px;
    width: 890px;
    margin-left: 125px;
    margin-bottom: 302px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid rgba(173, 172, 172, 0.534);
    border-top: 1px solid rgba(173, 172, 172, 0.534); }
  .categoria {
    height: 50px;
    vertical-align: middle;
    padding-top: 8px;
    border-left: 1px solid #eee;
    font-family: 'Font Awesome 5 Free','Open Sans', sans-serif; }
  .faw {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important; }
  *,
  *:before,
  *:after {
    box-sizing: inherit; }
  .user-fakeJson {
    color: #0583F2 !important; }
  .user-field {
    color: #D91AB9; }
  .user-mariana {
    border-left: 6px solid #7BA651; }
  .user-brumadinho {
    border-left: 6px solid #D94A3D; }
  .btn-user:hover {
    color: #0a0a0a !important; }
  .user-both {
    border-left: 6px solid #F28A2E; }
  .user-fa {
    float: right; }
  .cad-user {
    max-width: 1000px;
    height: 750px;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white; }
  .cad-user-content {
    margin-left: 50px;
    margin-top: 10px; }
  .personalInfo {
    border-right: #c5c5c5 solid 1px;
    margin-left: 50px; }
  .login-box {
    max-width: 300px;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white; }
  .subtitle-caduser {
    font-weight: bold;
    font-size: 18px;
    color: rgba(145, 11, 38, 0.767); }
  .login-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #910b26; }
  .Welcome-box {
    max-width: 1000px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white; }
  .Manual-box {
    max-width: 850px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white; }
  .Welcome-title {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #910b26; }
  .Welcome-subtitle {
    padding-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #910b26; }
  .Welcome-divider {
    margin-top: 0px;
    margin-bottom: 10px; }
  .center {
    display: block;
    text-align: center;
    margin: auto;
    width: 50%; }
  .cs-card-btn {
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .document-title {
    overflow-wrap: break-word;
    padding-left: 10px !important;
    padding-right: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .grid-pdf-container {
    width: 740px;
    display: grid;
    grid-template-columns: auto-fill;
    grid-auto-flow: column; }
  .page-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none; }
  .grid-logo-container {
    display: grid;
    grid-template-columns: 31% 31% 31%; }
  .logo-partners {
    max-height: 150px;
    max-width: 250px; }
  .coppetec-logo {
    max-height: 100px;
    margin-top: 30px;
    margin-left: 70px; }
  .vale-logo {
    margin-left: 60px;
    align-content: center;
    text-align: center;
    margin-top: 30px; }
  .align-left {
    float: right; }
  .grid-container {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-areas: "icon1 icon2 icon3 icon4 icon5 icon6" "text1 text2 text3 text4 text5 text6"; }
  .item-iconMargin {
    margin-bottom: 20px; }
  .item-icon1 {
    grid-area: icon1; }
  .item-icon2 {
    grid-area: icon2; }
  .item-icon3 {
    grid-area: icon3; }
  .item-icon4 {
    grid-area: icon4; }
  .item-icon5 {
    grid-area: icon5; }
  .item-icon6 {
    grid-area: icon6; }
  .item-text1 {
    grid-area: text1;
    text-align: center; }
  .item-text2 {
    grid-area: text2;
    text-align: center; }
  .item-text3 {
    grid-area: text3;
    text-align: center; }
  .item-text4 {
    grid-area: text4;
    text-align: center; }
  .item-text5 {
    grid-area: text5;
    text-align: center; }
  .item-text6 {
    grid-area: text6;
    text-align: center; }
  .logout-text, .pointer {
    cursor: pointer; }
  .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; }
  .cruds-list {
    background: white;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 800px;
    height: 500px;
    overflow-y: auto;
    margin-top: 10px; }
  .accounts-new {
    background: white;
    padding: 20px;
    width: 300px;
    height: 300px;
    margin-top: 10px; }
  .subsidiaries-new {
    background: white;
    padding: 20px;
    width: 300px;
    height: 220px;
    margin-top: 10px; }
  .stores-new {
    background: white;
    padding: 20px;
    width: 300px;
    height: 390px;
    margin-top: 10px; }
  .cs-card {
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  #pdfobject {
    height: 100% !important; }
  .Toolbar > .ZoomIn,
  .Toolbar > .ZoomOut {
    border: 1px solid #888;
    border-radius: 5px;
    background-color: #FE8;
    width: 32px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    margin: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    display: flex;
    position: fixed;
    bottom: 80px;
    right: 10px; }
  .Toolbar > .ZoomPercent {
    text-align: center;
    font-size: 16px;
    color: white;
    margin: 2px; }
  .page {
    border-bottom: 10px Transparent;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .help-pdf {
    min-width: 10px;
    max-width: 1000px; }
  .centerSpin > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .card-border {
    border-left: 5px solid #c5c5c5; }
  .card-favorite {
    border-left: 5px solid gold; }
  .boxText {
    word-wrap: break-word;
    width: 450px; }
  .dropzone {
    border: 2px dashed #d3d3d3;
    height: 315px;
    width: auto;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    color: #666666;
    margin-bottom: 10px; }
    .dropzone.imagens-georeferenciadas {
      height: 375px; }
  .imagens-georeferenciadas.processing {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    vertical-align: middle; }
    .imagens-georeferenciadas.processing .titulo {
      display: inherit;
      flex-grow: 1;
      align-items: end;
      font-weight: bold;
      font-size: 18px; }
    .imagens-georeferenciadas.processing .centerSpin {
      display: inherit;
      font-size: 100px;
      align-items: end;
      opacity: 50%;
      text-shadow: 0 0 3px #a1a1a1;
      margin-top: 20px;
      margin-bottom: 20px; }
    .imagens-georeferenciadas.processing .filename {
      display: inherit;
      flex-grow: 1; }
  .dropzone-active {
    border: 2px dashed black;
    color: black;
    cursor: pointer; }
  .dropzone-disabled {
    border: 2px dashed #d3d3d3;
    height: 315px;
    width: auto;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    color: #666666;
    margin-bottom: 10px;
    pointer-events: none;
    background-color: #ebebe4; }
  .boxesWrapper {
    height: 300px;
    max-height: 300px; }
  .container_list {
    width: auto;
    word-wrap: break-word;
    min-height: 230px;
    max-height: 75% !important; }
  .container_sms, .container_dbexist {
    position: absolute;
    bottom: -5;
    z-index: 99999; }
  .alert-warning, .alert-danger {
    width: 95% !important;
    word-wrap: break-word;
    float: center;
    clear: both; }
  .container_dbexist {
    margin-top: 33px; }
  .dropzone-text {
    margin: auto;
    font-size: 16px;
    text-align: center; }
  .files-flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between; }
  .files-container {
    background: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 350px;
    height: 500px;
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
  @media all and (max-width: 1200px) {
    .files-flex {
      justify-content: space-around; }
    .files-container {
      margin-bottom: 20px; } }
  @media all and (max-width: 800px) {
    .files-flex {
      flex-direction: column;
      align-items: center; }
    .files-container {
      width: 400px; } }
  .ease-transition {
    transition: color 1s ease; }
  .user-OrderButton {
    font-size: 12px;
    border: none !important;
    background-color: Transparent !important;
    margin-right: -3px; }
  .user-OrderButton:focus {
    color: #337ab7 !important; }
  .help-block-transition {
    transition: color 1s ease;
    color: red !important; }
  .neocafe-datepicker {
    border-radius: 4px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding-left: 10px;
    width: 100%; }
  .user-search {
    font-family: 'Font Awesome 5 Free';
    width: 250px;
    font-weight: 900 !important; }
  .user-search:focus {
    color: #666666;
    font-family: 'Font Awesome 5 Free','Open Sans', sans-serif; }
  .document-container {
    justify-content: center;
    display: flex;
    margin-bottom: 10px; }
  .user-item {
    height: 40px !important;
    width: 890px !important;
    margin-left: 5px;
    vertical-align: middle !important; }
  .user-nome, .user-username, .user-email {
    width: 222px;
    text-align: center;
    vertical-align: middle !important;
    border-right: rgba(92, 92, 92, 0.096) 1px solid;
    margin-left: -5px !important; }
  .user-username {
    margin-left: 3px !important; }
  .user-email {
    margin-left: 0px !important; }
  .user-txt {
    padding-top: 10px !important; }
  .user-icons {
    padding-top: 5px !important; }
  .document-card {
    background-color: white;
    height: 65px;
    width: 700px;
    display: flex; }
  .user-listContainer {
    margin-top: -280px; }
  .document-left {
    width: 64px;
    display: flex; }
  .rounded-div {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin: auto;
    display: flex; }
  .group-name {
    color: white;
    margin: auto;
    font-size: 20px;
    text-transform: capitalize; }
  .document-center {
    display: flex; }
  .document-right {
    display: flex;
    flex-direction: column; }
  .document-title {
    margin: auto;
    width: 511px;
    font-size: 15px;
    color: #4f4949; }
  .document-actions {
    width: 125px;
    padding-top: 5px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
    color: #908989; }
  .actions-users {
    margin-left: 95px !important; }
  .document-loading {
    width: 125px;
    padding-top: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
    color: #908989; }
  .footer-export-button {
    height: 56px;
    width: 56px;
    background-color: teal;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 10px; }
  .footer-new-button {
    height: 56px;
    width: 56px;
    background-color: #d23f31;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px; }
  .footer-button-icon {
    color: white;
    margin: auto;
    font-size: 30px; }
  .hoverable:hover {
    color: black; }
  .select-group {
    justify-content: center;
    display: flex; }
  .cs-tooltip {
    /*position: absolute;*/
    text-align: center;
    width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: 12px sans-serif;
    background: whitesmoke;
    border: 0px;
    pointer-events: none;
    opacity: 0.8;
    z-index: 1000; }
  .details-title {
    font-weight: bold;
    border-left: 1px solid;
    padding-left: 5px;
    margin-bottom: 5px; }
  .details-content {
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 0.5px solid #eee;
    padding-bottom: 5px; }
  .container_list {
    padding: 10px;
    border: 0.8px solid #ebebeb;
    overflow-y: auto; }
    .container_list .file-row {
      padding-top: 10px;
      padding-bottom: 10px;
      display: flex;
      gap: 10px;
      align-items: center; }
      .container_list .file-row .filename {
        flex-grow: 1; }
  .delete-rect-button {
    position: absolute;
    top: 5px;
    left: 49%;
    background-color: white; }
  .map-control-box {
    width: 320px;
    height: auto;
    position: absolute;
    padding: 10px;
    top: 5px;
    left: 5px;
    opacity: 0.8;
    background-color: white;
    overflow-y: auto;
    max-height: 95%;
    overflow-x: hidden !important; }
  .map-condensed-button {
    width: 48px;
    height: 48px;
    position: absolute;
    padding: 10px;
    top: 5px;
    left: 5px;
    opacity: 0.8;
    background-color: white;
    display: flex; }
  .document-control-box {
    width: 400px;
    height: auto;
    position: absolute;
    padding: 10px;
    top: 5px;
    right: 5px;
    opacity: 0.8;
    background-color: white;
    overflow-y: auto;
    max-height: 520px; }
  .document-condensed-button {
    width: 48px;
    height: 48px;
    position: absolute;
    padding: 10px;
    top: 5px;
    right: 5px;
    opacity: 0.8;
    background-color: white;
    display: flex; }
  .document-control-item {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee; }
  .document-highlighted {
    font-weight: bold;
    background-color: yellow; }
  .document-not-found {
    text-align: center; }
  .documents-total {
    color: black;
    margin-left: 10px; }
  .log-container {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 30px;
    border-top: 1px solid #eee;
    overflow: auto;
    max-height: 200px; }
  .log-entry {
    color: #898E95;
    line-height: 24px; }
  .log-user {
    font-weight: bold;
    color: #910b26; }
  .image-button {
    -webkit-appearance: button;
    padding: 2px 5px 2px 5px;
    font-weight: normal; }
  .saved-images {
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px; }
  .legend-box {
    position: absolute;
    border: 1px solid;
    max-width: 350px;
    height: auto;
    opacity: 0.8;
    background-color: white;
    overflow-y: auto;
    max-height: 545px;
    text-align: left;
    padding: 0 10px;
    cursor: move; }
    .legend-box:empty::after {
      content: 'N\E3o h\E1   nenhuma legenda dispon\EDvel'; }
    .legend-box h5 {
      text-align: center;
      font-weight: bold; }
    .legend-box .legendaComTitulo {
      margin-top: 5px; }
      .legend-box .legendaComTitulo span {
        font-size: 12px;
        font-weight: normal; }
      .legend-box .legendaComTitulo img {
        display: block; }
  .clearSelection {
    float: right; }
  .cmCamadas {
    width: 320px;
    margin-left: -15px; }
  .boxCamada {
    display: flex;
    border: '1px dashed gray';
    padding: 0 !important;
    line-height: 25px;
    margin-top: 5px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 3px;
    background-color: white;
    cursor: 'move'; }
    .boxCamada .projeto {
      position: absolute;
      left: 12px;
      background: gray;
      border-radius: 6px 0 0 6px;
      padding-left: 3px;
      border: 0px solid;
      z-index: 1;
      width: 8px;
      overflow: hidden;
      transition: all 200ms linear;
      font-size: 0px;
      color: transparent; }
      .boxCamada .projeto.Mariana {
        background: limegreen; }
        .boxCamada .projeto.Mariana:hover {
          width: 80px; }
      .boxCamada .projeto.Brumadinho {
        background: cornflowerblue; }
        .boxCamada .projeto.Brumadinho:hover {
          width: 105px; }
      .boxCamada .projeto:hover {
        color: white;
        padding-left: 15px;
        font-size: 14px;
        border-radius: 6px;
        cursor: grab; }
    .boxCamada .lupa {
      padding: 0 8px; }
    .boxCamada .nome {
      flex-grow: 1; }
    .boxCamada .remover {
      position: absolute;
      right: 30px; }
    .boxCamada .layer {
      display: flex;
      gap: 5px;
      align-items: center; }
      .boxCamada .layer button {
        width: unset !important; }
      .boxCamada .layer .acoes {
        margin-left: 10px;
        display: flex;
        gap: 10px;
        align-items: center; }
  .hasFile {
    color: #337ab7 !important;
    cursor: pointer; }
  .hasFile:hover {
    text-shadow: 0px 0px 1px #337ab7; }
  #projectsPermiteds {
    float: left;
    margin-top: 1.5rem; }
  .testeClassMultimidia, .brumadinhoMultimidia {
    position: relative;
    margin: 0 auto !important;
    vertical-align: middle;
    color: #3F464D;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    transition: 0.5s;
    height: 35px;
    width: 100px;
    cursor: pointer;
    background-color: white;
    -webkit-transition: 0.5s;
    border: 2px solid #eee; }
  .testeClassMultimidia:hover, .brumadinhoMultimidia:hover {
    background-color: #eee;
    color: black;
    text-decoration: none; }
  .iconMultimidia, .iconCadastrar {
    display: block;
    height: auto; }
  .icon-iconMultimidia, .icon-iconCadastrar {
    position: relative;
    height: 100px; }
  .centralizeButtons {
    margin-left: 30px; }
  .icon-iconMultimidia:hover .overlayMultimidia, .icon-iconCadastrar:hover .overlayCadastrar {
    height: 100%; }
  .overlayMultimidia, .overlayCadastrar {
    position: absolute;
    bottom: 0;
    overflow: hidden !important;
    width: 100%;
    height: 0;
    background-color: #FFF;
    transition: .5s ease;
    font-family: 'Font Awesome 5 Free','Open Sans', sans-serif; }
  .btndzip {
    padding-top: 10px; }
  .btn-downloadaszip {
    float: right;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px; }
  .AAs > .btn-downloadaszip {
    margin-top: -8px !important; }
  .pgonly {
    color: #363636 !important; }
  .pgonly:hover {
    color: #5C5C5C !important; }
  #projectsPermiteds {
    display: flex;
    gap: 10px; }
body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
.react-select__Select___39fKx {
  position: relative;
}
.react-select__Select___39fKx,
.react-select__Select___39fKx div,
.react-select__Select___39fKx input,
.react-select__Select___39fKx span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.react-select__Select___39fKx.react-select__is-disabled___3GrNN > .react-select__Select-control___U2s2z {
  background-color: #f9f9f9;
}
.react-select__Select___39fKx.react-select__is-disabled___3GrNN > .react-select__Select-control___U2s2z:hover {
  box-shadow: none;
}
.react-select__Select___39fKx.react-select__is-disabled___3GrNN .react-select__Select-arrow-zone___1DM6x {
  cursor: default;
  pointer-events: none;
}
.react-select__Select-control___U2s2z {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0; /* Change to show borders */
  border-collapse: separate; /* Change to show borders */
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.react-select__Select-control___U2s2z:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.react-select__is-searchable___1SUmW.react-select__is-open___7MaXr > .react-select__Select-control___U2s2z {
  cursor: text;
}
.react-select__is-open___7MaXr > .react-select__Select-control___U2s2z {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.react-select__is-open___7MaXr > .react-select__Select-control___U2s2z > .react-select__Select-arrow___3hZ6P {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.react-select__is-searchable___1SUmW.react-select__is-focused___AgKeG:not(.react-select__is-open___7MaXr) > .react-select__Select-control___U2s2z {
  cursor: text;
}
.react-select__is-focused___AgKeG:not(.react-select__is-open___7MaXr) > .react-select__Select-control___U2s2z {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.react-select__Select-placeholder___1FNLZ,
:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z .react-select__Select-value___1pkHu {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.react-select__has-value___2Gp6U:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu .react-select__Select-value-label___kbU8D,
.react-select__has-value___2Gp6U.react-select__is-pseudo-focused___3AHRU:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu .react-select__Select-value-label___kbU8D {
  color: #333;
}
.react-select__has-value___2Gp6U:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu a.react-select__Select-value-label___kbU8D,
.react-select__has-value___2Gp6U.react-select__is-pseudo-focused___3AHRU:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu a.react-select__Select-value-label___kbU8D {
  cursor: pointer;
  text-decoration: none;
}
.react-select__has-value___2Gp6U:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu a.react-select__Select-value-label___kbU8D:hover,
.react-select__has-value___2Gp6U.react-select__is-pseudo-focused___3AHRU:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu a.react-select__Select-value-label___kbU8D:hover,
.react-select__has-value___2Gp6U:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu a.react-select__Select-value-label___kbU8D:focus,
.react-select__has-value___2Gp6U.react-select__is-pseudo-focused___3AHRU:not(.react-select__Select--multi___3Kdrx) > .react-select__Select-control___U2s2z > .react-select__Select-value___1pkHu a.react-select__Select-value-label___kbU8D:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.react-select__Select-input___12Pi1 {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.react-select__Select-input___12Pi1 > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  height: 34px;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}
.react-select__is-focused___AgKeG .react-select__Select-input___12Pi1 > input {
  cursor: text;
}
.react-select__has-value___2Gp6U.react-select__is-pseudo-focused___3AHRU .react-select__Select-input___12Pi1 {
  opacity: 0;
}
.react-select__Select-control___U2s2z:not(.react-select__is-searchable___1SUmW) > .react-select__Select-input___12Pi1 {
  outline: none;
}
.react-select__Select-loading-zone___2HL7b {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.react-select__Select-loading___2U-qs {
  -webkit-animation: react-select__Select-animation-spin___1fjrs 400ms infinite linear;
  -o-animation: react-select__Select-animation-spin___1fjrs 400ms infinite linear;
  animation: react-select__Select-animation-spin___1fjrs 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.react-select__Select-clear-zone___3R9WO {
  -webkit-animation: react-select__Select-animation-fadeIn___3sMRK 200ms;
  -o-animation: react-select__Select-animation-fadeIn___3sMRK 200ms;
  animation: react-select__Select-animation-fadeIn___3sMRK 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.react-select__Select-clear-zone___3R9WO:hover {
  color: #D0021B;
}
.react-select__Select-clear___2YztC {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.react-select__Select--multi___3Kdrx .react-select__Select-clear-zone___3R9WO {
  width: 17px;
}
.react-select__Select-arrow-zone___1DM6x {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.react-select__Select-arrow___3hZ6P {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.react-select__is-open___7MaXr .react-select__Select-arrow___3hZ6P,
.react-select__Select-arrow-zone___1DM6x:hover > .react-select__Select-arrow___3hZ6P {
  border-top-color: #666;
}
@-webkit-keyframes react-select__Select-animation-fadeIn___3sMRK {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes react-select__Select-animation-fadeIn___3sMRK {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.react-select__Select-menu-outer___34b1z {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.react-select__Select-menu___13OzL {
  max-height: 198px;
  overflow-y: auto;
}
.react-select__Select-option___m3bOC {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.react-select__Select-option___m3bOC:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.react-select__Select-option___m3bOC.react-select__is-focused___AgKeG {
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.react-select__Select-option___m3bOC.react-select__is-disabled___3GrNN {
  color: #cccccc;
  cursor: default;
}
.react-select__Select-noresults___Y2TE3 {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.react-select__Select--multi___3Kdrx .react-select__Select-input___12Pi1 {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.react-select__Select--multi___3Kdrx.react-select__has-value___2Gp6U .react-select__Select-input___12Pi1 {
  margin-left: 5px;
}
.react-select__Select--multi___3Kdrx .react-select__Select-value___1pkHu {
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.react-select__Select--multi___3Kdrx .react-select__Select-value-icon___3ddbs,
.react-select__Select--multi___3Kdrx .react-select__Select-value-label___kbU8D {
  display: inline-block;
  vertical-align: middle;
}
.react-select__Select--multi___3Kdrx .react-select__Select-value-label___kbU8D {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.react-select__Select--multi___3Kdrx a.react-select__Select-value-label___kbU8D {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.react-select__Select--multi___3Kdrx a.react-select__Select-value-label___kbU8D:hover {
  text-decoration: underline;
}
.react-select__Select--multi___3Kdrx .react-select__Select-value-icon___3ddbs {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.react-select__Select--multi___3Kdrx .react-select__Select-value-icon___3ddbs:hover,
.react-select__Select--multi___3Kdrx .react-select__Select-value-icon___3ddbs:focus {
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.react-select__Select--multi___3Kdrx .react-select__Select-value-icon___3ddbs:active {
  background-color: rgba(0, 126, 255, 0.24);
}
.react-select__Select--multi___3Kdrx.react-select__is-disabled___3GrNN .react-select__Select-value___1pkHu {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.react-select__Select--multi___3Kdrx.react-select__is-disabled___3GrNN .react-select__Select-value-icon___3ddbs {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.react-select__Select--multi___3Kdrx.react-select__is-disabled___3GrNN .react-select__Select-value-icon___3ddbs:hover,
.react-select__Select--multi___3Kdrx.react-select__is-disabled___3GrNN .react-select__Select-value-icon___3ddbs:focus,
.react-select__Select--multi___3Kdrx.react-select__is-disabled___3GrNN .react-select__Select-value-icon___3ddbs:active {
  background-color: #fcfcfc;
}
@keyframes react-select__Select-animation-spin___1fjrs {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes react-select__Select-animation-spin___1fjrs {
  to {
    -webkit-transform: rotate(1turn);
  }
}.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
.react-datepicker__current-month--hasYearDropdown {
  margin-bottom: 16px;
}

.react-datepicker__navigation {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 6px solid transparent;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month {
  margin: 5px;
  text-align: center;
}

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}

.react-datepicker__day {
  cursor: pointer;
}
.react-datepicker__day:hover {
  border-radius: 4px;
  background-color: #f0f0f0;
}
.react-datepicker__day--today {
  font-weight: bold;
}
.react-datepicker__day--selected, .react-datepicker__day--in-range {
  border-radius: 4px;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view {
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.react-datepicker__year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  margin-bottom: 3px;
  left: 5px;
  top: 9px;
  position: relative;
  border-width: 6px;
}
.react-datepicker__year-read-view--selected-year {
  right: 6px;
  position: relative;
}

.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.react-datepicker__year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected {
  position: absolute;
  left: 30px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.react-datepicker__tether-element {
  z-index: 2147483647;
}

/*# sourceMappingURL=app.5e605e214d037e855bdde42b226ba767.css.map*/