.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution.ol-logo-only ul{display:block}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-logo-only{background:0 0;bottom:.4em;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-logo-only button,.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

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

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

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 6px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

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

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month, .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b2b2; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b2b2; }
  .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: #b3b2b2; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b2b2; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 30px;
        width: 100%; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }
  .react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  .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,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b2b2; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

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

.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;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b2b2; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b2b2; }
@charset "UTF-8";
.gp-main-sidebar-wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
}
.gp-main-sidebar {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.26);
  position: relative;
  white-space: nowrap;
  padding-top: 0px;
}
.gp-main-sidebar .gp-tabs__labels {
  display: none;
}
.gp-tool-groups {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.gp-main-sidebar__bottom-gray-line {
  height: 26px;
  background-color: #f6f8f7;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 0;
}
.gp-tool-group {
  z-index: 10;
  padding: 0 10px;
  border-right: 1px solid rgba(116, 122, 131, 0.1);
}
.gp-tool-group:last-child {
  border: 0;
}
.gp-tool-group__name {
  text-align: center;
  height: 26px;
  font-size: 11px;
  line-height: 27px;
  color: #000;
}
.gp-tool-group__content {
  height: 40px;
  flex-wrap: nowrap;
  background-color: #fff;
  display: flex;
}
.gp-tool-group-btn {
  display: flex;
  color: #848a93;
  font-size: 12px;
  cursor: pointer;
}
.gp-tool-group-btn:hover {
  background-color: #f6f8f7;
}
.gp-tool-group-btn--active {
  background-color: #f6f8f7;
  color: #464646;
}
.gp-tool-group-btn--disabled {
  cursor: default;
  color: #e0e0e0;
  background-color: transparent;
}
.gp-tool-group-btn--disabled:hover {
  background-color: transparent;
}
.gp-tool-group-btn--only-btn {
  align-items: center;
  justify-content: center;
  display: inline-block;
}
.gp-tool-group-btn__icon--only-btn {
  font-size: 18px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
}
.gp-tool-group-btn--horizontal {
  align-items: center;
  padding: 0px 20px 3px 10px;
}
.gp-tool-group-btn__icon--horizontal {
  font-size: 29px;
  width: 45px;
  text-align: center;
  padding: 7px 0;
  margin: 4px 2px 0 0;
}
.gp-tool-group-btn__caret-ico {
  width: 7px;
  height: 7px;
  display: inline-flex;
  align-items: center;
}
.gp-tool-group-btn--dropdown {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  position: relative;
}
.gp-tool-group-btn-dropdown-content {
  position: fixed;
  z-index: 10;
  overflow-y: auto;
  max-height: 300px;
  top: 40px;
  left: 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.gp-tool-group-btn-dropdown-content--visible {
  display: flex;
}
.gp-map-toolbar-wrapper {
  position: absolute;
  right: 10px;
  width: 37px;
  top: 208px;
  transform: translateY(-50%);
}
.gp-map-toolbar {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.26);
}
.gp-map-toolbar__btn {
  width: 37px;
  height: 37px;
  margin-top: 1px;
  cursor: pointer;
  background-color: #fff;
  color: #848a93;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
}
.gp-map-toolbar__btn:hover {
  background-color: #01abe8;
  color: #fff;
}
.gp-map-toolbar__icon {
  display: inline-flex;
  padding: 10px;
  font-size: 17px;
}
.gp-map-toolbar__btn--active {
  background-color: #01abe8;
  color: #fff;
}
.gp-map-toolbar__btn--disabled {
  background-color: #ddd;
  cursor: default;
}
.gp-map-toolbar__btn--disabled:hover {
  background-color: #ddd;
  cursor: default;
  color: #848a93;
}
.gp-draw-toolbar {
  padding: 5px 10px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  min-height: 32px;
}
.gp-draw-toolbar__icon {
  cursor: pointer;
  color: #747a83;
  font-size: 18px;
  padding: 10px;
}
.gp-draw-toolbar__icon:hover {
  background-color: #eef0ef;
}
.gp-draw-toolbar__icon:active {
  background-color: #d7d9d8;
}
.gp-draw-toolbar__icon--active {
  background-color: #eef0ef;
}
.gp-draw-toolbar__icon--disabled {
  color: #d0d0d0;
  cursor: not-allowed;
}
.gp-draw-toolbar__icon--disabled:hover {
  background-color: transparent;
}
.gp-notify-list {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  z-index: 100;
}
.gp-notification {
  box-sizing: border-box;
  height: 48px;
  min-width: 288px;
  max-width: 568px;
  border-radius: 2px;
  padding: 14px 24px;
  background-color: #323232;
  color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-y: hidden;
  overflow-x: hidden;
}
.gp-notification--success {
  background-color: #5cbb89;
}
.gp-notification--warning {
  background-color: #ffdd2d;
}
.gp-notification--error {
  background-color: #df0707;
}
.gp-notification__close-btn {
  cursor: pointer;
  padding-left: 7px;
  width: 12px;
  height: 12px;
  display: flex;
}
.gp-notification-transition {
  transition: opacity 1s linear;
}
.gp-notification-leave {
  opacity: 0;
}
.gp-cursor-notification {
  position: absolute;
  z-index: 99999;
  max-width: 300px;
}
.gp-cursor-notification__text {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 1;
}
.gp-cursor-notification-transition {
  transition: opacity 1s linear;
}
.gp-cursor-notification-leave {
  opacity: 0;
}
.ol-attribution.ol-logo-only {
  display: none;
}
.gp-sortable-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 1px 0;
}
.gp-sortable-list__item {
  margin: 0;
  width: 100%;
  left: 0;
  transition: top .25s ease;
  user-select: none;
  cursor: move;
}
.gp-sortable-list__item--dragging {
  opacity: .9;
  transition: none;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.gp-sortable-list--disabled .gp-sortable-list__item {
  cursor: default;
}
.gp-sortable-list--dragging .gp-sortable-list__item {
  position: absolute;
  cursor: move;
}
.gp-draggable-window {
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  z-index: 20;
  width: 500px;
  top: 76px;
  left: 10px;
  max-height: calc(100% - 20px - 66px);
}
.gp-draggable-window * {
  box-sizing: border-box;
}
.gp-draggable-window--dragging {
  cursor: move;
}
.gp-draggable-window-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f2;
  padding: 6px 10px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  background-color: #f0f1f1;
}
.gp-draggable-window-caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-draggable-window-caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.gp-draggable-window-message {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #747a83;
  flex-shrink: 0;
}
.gp-draggable-window-content {
  padding: 10px;
  overflow-y: auto;
}
.gp-draggable-window-header {
  padding: 15px 10px 15px 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #747a83;
  justify-content: space-between;
  flex-shrink: 0;
}
.gp-draggable-window-footer {
  display: flex;
  flex-shrink: 0;
}
.gp-list {
  list-style: none;
  padding-left: 14px;
}
.gp-list__item {
  box-sizing: border-box;
  margin: 0;
}
.gp-list-item__objects-count {
  background-color: #dadada;
  border-radius: 1rem;
  padding: 2px 5px;
  color: #4e535a;
  margin-right: 5px;
  font-size: 11px;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}
.gp-list-item__marker {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gp-list-item__icon {
  color: #b4b5b5;
  margin-right: 6px;
}
.gp-list-item__icon__error {
  color: #ff4549;
  display: flex;
}
.gp-list-item__data {
  box-sizing: border-box;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
.gp-list-item__data .gp-checkbox__text {
  width: calc(100% - 56px);
}
.gp-list-item__object_versions_icon {
  background-color: #dadada;
  border-radius: 50%;
  padding: 0px 3px;
  color: #4e535a;
  margin-right: 0px;
  font-size: 11px;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid transparent;
}
.gp-list-item__object_versions_icon:hover {
  background-color: #c8c8c8;
  color: #000000;
}
.gp-list-item-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 13px;
}
.gp-list-item-actions .gp-list-item__btn:last-child {
  margin-right: 0;
}
.gp-list-item-actions::before {
  content: '';
  position: absolute;
  right: -2px;
  bottom: 0;
  height: 25px;
  width: 200px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 40%);
}
.gp-list-item__btn {
  color: #b4b5b5;
  cursor: pointer;
  width: 1rem;
  margin-right: 5px;
  flex-shrink: 0;
  z-index: 0;
}
.gp-list-item__btn:hover {
  color: #848a93;
}
.gp-list-item__btn--disabled {
  color: #d1d4d6;
  cursor: default;
}
.gp-list-item__btn--disabled:hover {
  color: #d1d4d6;
}
.gp-list-item__expand-btn:before {
  content: '\F067';
}
.gp-list-item__expand-btn--expanded:before {
  content: '\F068';
}
.gp-list-subitems {
  height: auto;
  transition: height .5s;
}
.gp-list-subitems--collapsed {
  height: 0;
  display: none;
}
.gp-checkbox {
  display: flex;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
.gp-checkbox__text {
  padding-left: 5px;
}
.gp-checkbox__text--enabled {
  cursor: pointer;
}
.gp-checkbox__text--disabled {
  color: #dadada;
  cursor: default;
}
.gp-checkbox--disabled {
  cursor: default;
}
.gp-checkbox--disabled .gp-checkbox__text {
  cursor: default;
}
.gp-checkbox__checkbox {
  display: none;
}
.gp-checkbox__checkbox:checked + .gp-checkbox__icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzMTQ5OEE5QzVCMjExRTY5NzE4RDdBREQyODk5NkM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzMTQ5OEFBQzVCMjExRTY5NzE4RDdBREQyODk5NkM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDMxNDk4QTdDNUIyMTFFNjk3MThEN0FERDI4OTk2QzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDMxNDk4QThDNUIyMTFFNjk3MThEN0FERDI4OTk2QzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ApHnzAAAA3UlEQVR42mI8ffr0fgYGBgcG8sARBqAB/8kFIL1MDBSCIWTA0+9/GYx3vWWYcvsbijgLsZpdD75nuPflL8OLH/9wu+A/ED//jqrgLlCT436I5motboYWXR7cBiSd+sigt/MNw/bnP+GaXQ++Y3j07S9Dsw4PQ60WD/4wCJHlALsi+NgHhurLX8CanwFd1Aa0tVSDm3AgekuyMxxwFGKQ4WRm6L35Fax5kiEfQ5E6N/GxoMPPwnDESYjBQpgVrDlNmRNvAGONBTEOJrBLhkZKBHnh6JkzZ6zJ1H8SIMAANl6NdyXAk1sAAAAASUVORK5CYII=);
}
.gp-checkbox__checkbox:indeterminate + .gp-checkbox__icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwNTVCMjc3QzVCMjExRTY5QTM0OEIzOTI3RTZDOTc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwNTVCMjc4QzVCMjExRTY5QTM0OEIzOTI3RTZDOTc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjA1NUIyNzVDNUIyMTFFNjlBMzQ4QjM5MjdFNkM5NzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjA1NUIyNzZDNUIyMTFFNjlBMzQ4QjM5MjdFNkM5NzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz700yBYAAAASUlEQVR42mI8ffr0fgYGBgcG8sARBqAB/8kFIL1MDBQCig1gQRfgWPMSr4YfIeLUdcGoAYPBABZC8Tw0vHD0zJkz1mTqPwkQYAD/vUtgV6Eq6QAAAABJRU5ErkJggg==);
}
.gp-checkbox__icon {
  width: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2RURFMkVCQzVCMTExRTY5RjlGRTdDQjdCNEFBODhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2RURFMkVDQzVCMTExRTY5RjlGRTdDQjdCNEFBODhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTZFREUyRTlDNUIxMTFFNjlGOUZFN0NCN0I0QUE4OEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTZFREUyRUFDNUIxMTFFNjlGOUZFN0NCN0I0QUE4OEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4M/NsKAAAAN0lEQVR42mI8ffr0fgYGBgcG8sARBqAB/8kFIL1MDBSCUQNGDRg1AAJYgPjomTNnrMnUfxIgwADk8Eb5sTz5XwAAAABJRU5ErkJggg==) no-repeat left;
  height: 16px;
}
.gp-to-coordinates-window {
  width: 500px;
}
.gp-to-coordinates-window .gp-draggable-window-content {
  padding: 20px 20px;
  background-color: #fff;
  display: block;
  flex-wrap: wrap;
}
.gp-coordinates-form__description {
  padding: 0 0 12px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
}
.gp-coordinates-form__form {
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-coordinates-form__block {
  font-size: 14px;
  width: 50%;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  align-items: center;
}
.gp-coordinates-form__block:last-child {
  justify-content: flex-end;
}
.gp-coordinates-form__itemlabel {
  width: 39px;
  font-size: 18px;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: space-between;
}
.gp-coordinates-form__itemlabel:hover {
  color: #3fa2dd;
}
.gp-go-to-coordinates__item {
  padding: 4px 13px 4px 13px;
  width: 168px;
  font-size: 18px;
  color: #000;
  border: 1px solid #dddee0;
  border-radius: 2px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.gp-go-to-coordinates__item--focused {
  padding: 4px 13px 4px 13px;
  width: 168px;
  font-size: 18px;
  color: #000;
  border: 1px solid #01abe8;
  border-radius: 2px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.gp-coordinates-form__input {
  width: 25px;
  border: 0;
  border-bottom: 1px solid #dddee0;
  outline: 0;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
.gp-coordinates-form__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  align-items: center;
}
.gp-coordinates-form__input--error {
  border-bottom: 1px solid #df0707;
}
.gp-go-to-coordinates__buttons {
  padding: 10px 0 10px 0;
  flex-grow: 1;
  border: 0px;
  border-top: 1px solid #f1f1f1;
  align-items: center;
  justify-content: center;
}
.gp-coordinates-button {
  border: 0;
  font-size: 13px;
  width: 100px;
  position: relative;
  text-align: center;
}
.gp-coordinates-reset-button {
  border: 0;
  font-size: 13px;
  width: 100px;
  position: relative;
  text-align: center;
  margin-right: 10px;
}
.gp-coordinates-button__text {
  line-height: 30px;
}
.gp-coordinates-button__icon {
  font-size: 32px;
  margin-left: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gp-layers-window {
    height: calc(100% - 20px - 66px);
  }
}
.gp-layers-window-content {
  padding: 10px 0;
}
.gp-layers-root {
  margin: 0;
  padding: 0;
  position: relative;
}
.gp-layers-root .gp-checkbox__text {
  display: none;
}
.gp-layer-name {
  justify-content: space-between;
  color: #000;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  margin: 0;
  /*  &__label::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 16px;
        width: 31%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
    }
    &:hover &__label::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f7fa 100%);
    }*/
}
.gp-layer-name__label {
  margin-left: 16px;
  padding-left: 10px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  max-width: 346px;
}
.gp-layer-name:hover .gp-list-item-actions::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f7fa 40%);
}
.gp-layer-name:hover {
  background-color: #f5f7fa;
}
.gp-layer-name--disabled {
  color: #d0d0d0;
}
.gp-layer-name .gp-tooltip {
  flex: 1 0px;
}
_:-ms-fullscreen,
:root .gp-layer-name {
  align-items: flex-start;
}
.gp-layer-name-inner {
  width: 100%;
  position: relative;
}
.gp-layer-name-inner .gp-checkbox {
  position: absolute;
  width: 16px;
  display: inline-block;
}
.gp-layer-name-inner__error {
  color: #ff4549;
}
.gp-layer-metadata {
  line-height: 1.8em;
}
.gp-layer-context-menu-additional-btn {
  color: #3fa2dd;
  text-decoration: underline;
  float: right;
}
.gp-layer-context-menu-additional-btn--hidden {
  display: none;
}
.gp-layer-metadata__muted {
  color: #9a9a9a;
}
.gp-more-layers-warning-modal__text {
  text-align: center;
  margin-bottom: 20px;
}
.gp-more-layers-warning-modal-buttons {
  display: flex;
  justify-content: center;
}
.gp-more-layers-warning-modal-buttons > *:first-child {
  margin-right: 10px;
}
.gp-version-icon-actual {
  color: #ffffff;
  font-size: 8px;
}
.gp-version-context-menu__item {
  position: relative;
}
.gp-version-context-menu__item-selected {
  position: absolute;
  left: -8px;
}
.gp-version-context-menu__item-name {
  padding-left: 17px;
}
.gp-versional-icon-multi {
  position: relative;
  display: flex;
  align-items: center;
}
.gp-versional-icon-multi > div {
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.gp-versional-icon-multi > div:nth-child(1) {
  background-color: #2999ef;
  top: -6px;
  left: -14px;
}
.gp-versional-icon-multi > div:nth-child(2) {
  background-color: #7bdc37;
  top: -2px;
  left: -12px;
}
.gp-versional-icon-multi > div:nth-child(3) {
  background-color: #ffb623;
  top: -3px;
  left: -17px;
}
.gp-container .tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 1;
  white-space: nowrap;
}
.gp-container .hint-tooltip {
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  padding: 17px 20px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #747a83;
}
.gp-container .hint-tooltip--measure {
  display: block;
}
.gp-container .tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.gp-measure-icon-wrap {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.gp-measure-icon {
  font-size: 2.5em;
  position: absolute;
  top: 20px;
}
.tooltip-static--geocoding {
  width: 200px;
  white-space: normal !important;
}
.gp-container .tooltip-static {
  background-color: #ffdd2d;
  color: black;
  border: 1px solid white;
  user-select: text;
}
.gp-container .tooltip-measure:before,
.gp-container .tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -6px;
  left: 50%;
}
.gp-container .tooltip-measure--bottom:before,
.gp-container .tooltip-static-bottom:before {
  border-bottom: 6px solid rgba(0, 0, 0, 0.5);
  border-top: none;
  top: -6px;
  bottom: auto;
}
.gp-container .tooltip-static:before {
  border-top-color: #ffcc33;
  border-bottom-color: #ffcc33;
}
.gp-container .tool-measure-hidden {
  display: none;
}
.gp-container .tooltip--transparent {
  opacity: 0;
}
.gp-measure-param {
  display: inline-block;
  color: #e8b8bb;
}
.gp-container .ol-overviewmap {
  bottom: auto;
  top: 10px;
  right: 58px;
  left: auto;
}
.gp-container .ol-overviewmap .ol-overviewmap-map {
  width: 350px;
  height: 220px;
}
.gp-container .ol-overviewmap.ol-collapsed button {
  display: none;
}
.gp-container .ol-overviewmap button {
  background-color: transparent;
  color: #444;
  font-weight: normal;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}
.gp-map-container-wrapper .ol-zoom {
  top: 284px;
  right: 8px;
  bottom: 37px;
  left: auto;
  height: 74px;
}
.gp-map-container-wrapper .ol-zoom button {
  width: 37px;
  height: 37px;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  background-color: #fff;
  color: #848a93;
  border-radius: 0 !important;
  font-size: 25px;
  font-weight: normal;
}
.gp-map-container-wrapper .ol-zoom button:focus {
  border: 0;
  background-color: white;
  outline: none;
}
.gp-map-container-wrapper .ol-zoom button:hover {
  background-color: #01abe8;
  color: #fff;
}
.gp-status-bar {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  min-height: 25px;
  white-space: nowrap;
  font-size: 12px;
  color: #444;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
}
.gp-status-bar .gp-mouse-position-wrapper {
  width: auto;
  display: inline-block;
}
.gp-status-bar .ol-mouse-position {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  padding: 0 17px;
}
.gp-status-bar .gp-mouse-position {
  display: flex;
  align-items: center;
  position: relative;
}
.gp-status-bar .gp-mouse-position__icon {
  margin-right: 20px;
  color: #848a93;
  cursor: pointer;
  display: flex;
}
.gp-status-bar .gp-mouse-position__icon:hover {
  color: #3fa2dd;
}
.gp-status-bar .gp-scale-line-wrapper {
  width: auto;
  display: inline-block;
  margin: 3px 17px 0 0px;
  padding-left: 17px;
  border-left: 1px solid #e6e4e4;
}
.gp-status-bar .ol-scale-line {
  background: transparent;
  border-radius: 4px;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}
.gp-status-bar .ol-scale-line-inner {
  border-color: #444;
  color: #444;
  font-size: 12px;
}
.gp-status-bar .gp-scale-select-wrapper {
  width: auto;
  display: inline-block;
  margin: 3px 0 0 0;
  border-left: 1px solid #e6e4e4;
}
.gp-status-bar .gp-scale-select .gp-select-item .gp-select-item__input {
  width: 110px;
  height: auto;
  border: none;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.gp-status-bar .gp-scale-select .gp-select-item__input {
  color: inherit;
  padding-left: 14px;
  cursor: pointer;
  user-select: none;
}
.gp-status-bar .gp-scale-select .gp-select-list {
  padding-top: 2px;
}
.gp-status-bar .gp-scale-select .gp-select-list__item {
  padding: 0 0 0 12px;
  user-select: none;
}
.gp-legend-window .gp-draggable-window-content {
  padding: 0 0 5px 0;
}
.gp-legend-list {
  padding: 0;
}
.gp-legend-item {
  margin-bottom: 5px;
  background: white;
  cursor: inherit;
}
.gp-legend-item-header {
  background-color: #f6f8f7;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
}
.gp-legend-item-data {
  display: flex;
  flex-direction: column;
  padding: 8px 10px 3px 20px;
}
.gp-legend-item-header__opacity {
  color: #bcbcbc;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 61px;
}
.gp-legend-item-header__opacity--active {
  color: #3fa2dd;
}
.gp-legend-item-opacity-icon {
  margin-right: 13px;
  font-size: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gp-legend-item-opacity-value {
  padding-top: 1px;
}
.gp-legend-item-change-opacity-window {
  position: fixed;
  z-index: 10000;
}
.gp-legend-item-change-opacity-window-inner {
  display: flex;
  position: relative;
  background-color: #fff;
  flex-direction: column;
  padding: 15px 15px 21px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  width: 250px;
}
.gp-legend-item-change-opacity-window-inner::after {
  content: "";
  box-shadow: rgba(0, 0, 0, 0.1) -1px -1px 2px -1px;
  position: absolute;
  top: -6px;
  right: 25px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  background-color: #fff;
}
.gp-legend-item-change-opacity-base {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.gp-legend-item-change-opacity-window__title {
  margin-bottom: 15px;
  color: #cacaca;
}
.gp-context-menu {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  z-index: 0;
}
.gp-context-menu--inline {
  display: inline-block;
  margin-top: 1px;
}
.gp-context-menu__content {
  color: #444;
  position: fixed;
  z-index: 10;
  display: none;
  border: 1px solid #d1d4d6;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  background-color: #fff;
  padding: 10px 0;
  min-width: 92px;
}
.gp-context-menu__content--visible {
  display: block;
}
.gp-context-menu__content:before {
  right: calc(100% - 9px);
  top: -1px;
  content: " ";
  height: 11px;
  width: 15px;
  position: absolute;
  pointer-events: none;
  display: block;
  border-left: 1px solid #d1d4d6;
  transform: skewX(44deg);
  border-top: 1px solid #d1d4d6;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 -1px 1px -1px rgba(0, 0, 0, 0.2), -1px 0 1px -1px rgba(0, 0, 0, 0.2);
}
.gp-context-menu__content--up:before {
  top: auto;
  bottom: -1px;
  transform: skewX(-45deg);
  border-top: 0;
  border-bottom: 1px solid #d1d4d6;
  box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.2), -1px 0 1px -1px rgba(0, 0, 0, 0.2);
}
.gp-context-menu__icon {
  color: #d1d4d6;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  margin: 5px;
  flex-shrink: 0;
}
.gp-context-menu__icon--disabled {
  opacity: .4;
  cursor: default;
}
.gp-context-menu--dark .gp-context-menu__icon {
  color: #848a93;
  cursor: pointer;
}
.gp-context-menu-content__item {
  padding: 10px 10px 10px 20px;
  cursor: pointer;
}
.gp-context-menu-content__item:hover {
  background-color: #eee;
}
.gp-context-menu-content__item--confirm {
  cursor: default;
}
.gp-context-menu-content__item--disabled {
  color: #a7a7a7;
}
.gp-context-menu-content__btn {
  margin-left: 10px;
  cursor: pointer;
}
.gp-context-menu-content__btn--confirm {
  color: green;
}
.gp-context-menu-content__btn--cancel {
  color: red;
}
.gp-context-menu-content__delimiter {
  border-top: 1px solid #d1d4d6;
  margin: 5px 0;
  color: #c0c0c0;
  text-transform: uppercase;
  padding: 10px 10px 0px 20px;
  font-size: 13px;
}
.gp-context-menu-content__delimiter:first-child {
  border: 0px;
}
.gp-context-menu-content__delimiter:last-child {
  display: none;
}
.gp-context-menu-content__body {
  max-height: 400px;
  overflow-y: auto;
  user-select: none;
}
.gp-modal-base {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
.gp-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100001;
  width: 600px;
  max-height: 500px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
  padding: 20px;
  border-radius: 2px;
}
.gp-object-info-header {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.gp-object-info-header__side {
  padding: 14px 10px;
  border-right: 1px solid #6c7179;
}
.gp-object-info-header__side:last-child {
  border-right: none;
}
.gp-object-info-header-side-left {
  display: flex;
  align-items: center;
}
.gp-object-info-header-side-left__icon {
  display: flex;
  align-items: center;
  color: white;
  margin-right: 15px;
  margin-left: 10px;
  font-size: 16px;
}
.gp-object-info-header-side-left__icon--mini {
  font-size: 13px;
}
.gp-object-info-header-side-left__text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.gp-object-info-header-side-left__additional {
  color: #b9b9b9;
  font-size: 11px;
}
.gp-object-info-header-side__center {
  display: flex;
  padding: 14px 15px 14px 5px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gp-object-info-header-side-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-object-property {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.gp-object-property:last-child {
  margin-bottom: 0;
}
.gp-object-property__key {
  color: #848a93;
  font-size: .8rem;
}
.gp-object-property-value__item {
  margin-bottom: 5px;
}
.gp-object-property-value__item:last-child {
  margin-bottom: 0;
}
.gp-object-property-value__link,
.gp-object-files__link {
  text-decoration: none;
  color: #3fa2dd;
  cursor: pointer;
}
.gp-object-property-value__link:hover,
.gp-object-files__link:hover {
  color: #3fa2dd;
  text-decoration: underline;
}
.gp-object-property-value__link--muted,
.gp-object-files__link--muted {
  color: #d0d0d0;
}
.gp-object-files {
  border-top: 1px solid #dddee0;
}
.gp-object-files__label {
  padding: 15px 0 5px;
  color: #848a93;
  font-size: .8rem;
}
.gp-object-files__thumb {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  height: 84px;
  width: 84px;
  text-align: center;
}
.gp-object-files__thumb + .gp-object-files__thumb {
  margin-left: 10px;
}
.gp-object-files__image {
  height: 84px;
}
.gp-object-files__fileicon {
  color: #848a93;
  margin-right: 5px;
}
.gp-object-property-edit {
  display: flex;
  margin-bottom: 10px;
}
.gp-object-property-edit:last-child {
  margin-bottom: 0;
}
.gp-object-property-edit__key {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  padding-right: 10px;
  box-sizing: border-box;
  margin-right: 5px;
  width: 50%;
}
.gp-object-property-edit__value {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-object-property-edit__value[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.gp-object-info-footer {
  flex-direction: column;
}
.gp-object-info-footer__btn {
  margin-right: 10px;
}
.gp-object-info-footer__btn:last-child {
  margin-right: 0;
}
.gp-object-info-btn-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-object-status {
  display: inline-flex;
  color: #fff;
  padding: .3em 1em;
  font-size: .7rem;
  margin-left: 15px;
}
.gp-object-status--inactive {
  background-color: #e7484c;
}
.gp-object-status--active {
  background-color: #6dd031;
}
.gp-object-status--history {
  background-color: #f1ae2d;
}
.gp-object-status--version {
  background-color: #3fa2dd;
}
.gp-object-status--confirmed {
  margin-left: 5px;
  display: inline-block;
}
.gp-object-status--confirmed:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\F00C";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.gp-object-status--arrow {
  font-size: 14px;
  line-height: 12px;
  margin-left: 5px;
}
.gp-object-status-plus {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  cursor: pointer;
}
.gp-object-status-group {
  display: flex;
  align-items: center;
}
.gp-object-status-group-icon {
  display: flex;
  align-items: center;
}
.gp-object-status--in-table-cell {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: .3em .4em;
  box-sizing: border-box;
  display: flex;
}
.gp-object-info-history-nav {
  width: 50px;
}
.gp-object-info-history-button {
  margin: 0 5px;
  cursor: pointer;
}
.gp-object-info-history-button--disabled {
  pointer-events: none;
  color: #676767;
}
.gp-object-gallery-item {
  max-height: 100%;
  max-width: 100%;
}
.gp-object-gallery-item img {
  max-height: calc(100vh - 420px);
  max-width: 100%;
}
.gp-object-gallery-item a {
  color: inherit;
  text-decoration: none;
}
.gp-object-gallery-item a:hover {
  text-decoration: underline;
}
.gp-object-gallery-item i {
  margin-right: 10px;
  font-size: 16px;
}
.gp-choose-version {
  padding: 0;
  color: #444;
  max-height: none;
}
.gp-choose-version__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f1f2;
  padding: 6px 10px;
  font-size: 14px;
  flex-shrink: 0;
  background-color: #f0f1f1;
}
.gp-choose-version__header {
  padding: 15px 10px 15px 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: space-between;
  flex-shrink: 0;
  border-bottom: 1px solid #f1f1f1;
}
.gp-choose-version__body {
  padding: 0 15px 15px 15px;
  overflow-y: auto;
  max-height: 300px;
}
.gp-choose-version__body .gp-radio {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.gp-choose-version__body .gp-radio:hover {
  background-color: #f6f8f7;
}
.gp-choose-version__body .gp-radio__text {
  margin-left: 10px;
}
.gp-choose-version__body .gp-radio__text span {
  display: flex;
  align-items: center;
}
.gp-choose-version__body .gp-radio__text span .gp-list-item__marker {
  margin-right: 10px;
}
.gp-choose-version__footer {
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
}
.gp-choose-version__footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-choose-version__footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-choose-version__footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-pagination-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.gp-pagination-element {
  display: inline-block;
  vertical-align: top;
  min-width: 33px;
  line-height: 32px;
}
.gp-pagination-page {
  display: inline-block;
  min-width: 33px;
  height: 32px;
  padding: 0 4px;
  text-align: center;
  cursor: pointer;
}
.gp-pagination-page--current {
  background: #01abe8;
  color: white;
  pointer-events: none;
}
.gp-pagination-page:hover {
  background: #eee;
}
.gp-btn {
  min-width: 100px;
  padding: 0 5px;
  height: 32px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
}
.gp-btn--primary {
  background-color: #07abe8;
  color: #fff;
}
.gp-btn--secondary {
  background-color: #afb2b7;
  color: #fff;
}
.gp-btn--disabled {
  background-color: #747a83;
  cursor: not-allowed;
}
.gp-btn--text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 3px;
}
.gp-tabs {
  display: flex;
  flex-shrink: 0;
}
.gp-tab {
  flex: 1;
  color: #7e838b;
  border: 1px solid #e3e8ef;
  box-sizing: border-box;
  border-top: none;
  height: 43px;
}
.gp-tab:first-child {
  border-left: none;
}
.gp-tab:last-child {
  border-right: none;
}
.gp-tab--active {
  border: none;
  background-color: #fff;
  color: #3fa2dd;
}
.svg-icon {
  vertical-align: middle;
  width: 1em;
  height: 1em;
  color: inherit;
}
.svg-icon--small {
  width: 14px;
  height: 14px;
}
.svg-icon--big {
  width: 18px;
  height: 18px;
}
.gp-search-results-window {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 607px;
  background-color: #f6f8f7;
  z-index: 10;
  overflow-y: auto;
}
.gp-search-results-window-content {
  margin: 0 auto;
  width: 100%;
}
.gp-search-results-window-content__header {
  height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px 0px 20px;
  cursor: pointer;
}
.gp-search-results-window-content__table {
  background-color: #fff;
}
.gp-search-results-window-content__table--hidden {
  display: none;
}
.gp-search-results-header-info,
.gp-layer-table-header-info {
  display: flex;
  align-items: center;
}
.gp-search-results-header-info__caption,
.gp-layer-table-header-info__caption {
  font-size: 14px;
  margin-right: 10px;
}
.gp-search-results-header-info__count,
.gp-layer-table-header-info__count {
  background-color: #eaeaea;
  font-size: 12px;
  border-radius: 1rem;
  font-weight: bold;
  padding: 0px 10px;
}
.gp-search-results-header-info__count--expanded,
.gp-layer-table-header-info__count--expanded {
  background-color: #fff;
  color: #000;
}
.gp-layer-table-header-info {
  max-width: calc(100% - 50px);
}
.gp-layer-table-header-info__caption {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gp-search-results-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gp-search-results-header-actions__action {
  color: #444;
  cursor: pointer;
  height: 12px;
  width: 12px;
  display: flex;
}
.gp-search-results-header-actions__action:last-child {
  margin-right: 0;
}
.gp-search-results-header-actions__action--expanded {
  color: #fff;
}
.gp-search-results-header-actions__action--btn-minus {
  margin-top: 12px;
  font-size: 11px;
}
.gp-search-results-header-actions__action--btn-plus {
  margin-top: 2px;
  font-size: 11px;
}
.gp-search-results-header-actions__btn-container {
  width: 12px;
  height: 12px;
  overflow: hidden;
  padding: 5px;
  display: inline-flex;
  text-align: center;
  align-items: center;
}
.gp-search-results-header-actions__btn-container:hover {
  background-color: #eaeaea;
}
.gp-layer-table-header-actions__action {
  color: #8a8a8a;
  cursor: pointer;
  margin-right: 10px;
}
.gp-layer-table-header-actions__action:last-child {
  margin-right: 0;
}
.gp-layer-table-header-actions__action--expanded {
  color: #fff;
}
.gp-layer-table {
  border-top: 1px solid #ececec;
}
.gp-layer-table:first-child {
  border: none;
}
.gp-layer-table__header {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 30px;
  cursor: pointer;
}
.gp-layer-table__header--expanded {
  background-color: #01abe8;
  color: #fff;
}
.gp-layer-table__header--in-register {
  padding-left: 40px;
}
.gp-layer-table__table--hidden {
  display: none;
}
.gp-layer-table-data-wrapper--hidden {
  display: none;
}
.gp-layer-table-data-scroll {
  max-width: 100%;
  max-height: 400px;
  overflow: auto;
}
.gp-layer-table-data {
  border-collapse: collapse;
}
.gp-layer-table-data__row {
  cursor: pointer;
}
.gp-layer-table-data__row:hover {
  background-color: #f6f8f7;
}
.gp-layer-table-data__row--header {
  cursor: default;
  background-color: inherit;
}
.gp-layer-table-data__row .gp-layer-table-data__cell:first-child {
  padding-left: 50px;
  border-left: none;
}
.gp-layer-table-data__cell {
  padding: 4px;
  font-size: 12px;
  max-width: 300px;
  border: 1px solid #ececec;
  border-right: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gp-layer-table-data__cell:last-child {
  width: 100%;
}
.gp-layer-table-data__cell--header {
  font-weight: bold;
}
.gp-layer-table-data__cell--notDefined {
  color: #b9b9b9;
}
.gp-layer-table-data__cell--header-status + .gp-layer-table-data__cell--header {
  padding-left: 10px;
}
.gp-layer-table-data__cell--status {
  padding: 0;
  height: 100%;
}
.gp-layer-table-data__cell--status + .gp-layer-table-data__cell {
  padding-left: 10px;
}
.gp-line-actions {
  display: inline-flex;
  color: #01abe8;
}
.gp-line-actions__action {
  padding-right: 3px;
}
.gp-line-actions__action:first-child {
  margin-left: 10px;
}
.gp-layer-filter-condition {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 20px;
  width: 100%;
}
.gp-layer-filter-condition__attribute {
  width: 206px;
  flex-shrink: 0;
}
.gp-layer-filter-condition__type {
  background-color: #ffdd2d;
  margin: 0 10px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
}
.gp-layer-filter-condition__value {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-layer-filter-condition__value[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.gp-layer-filter-condition__remove-btn {
  color: #bfbfbf;
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  flex-shrink: 0;
}
.gp-layer-filter-condition--without-remove-btn {
  padding-right: 34px;
}
.gp-layer-filter-content {
  padding: 0;
}
.gp-layer-filter-footer {
  padding-top: 3px;
  flex-direction: column;
}
.gp-layer-filter-condition-actions {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding-bottom: 20px;
}
.gp-layer-filter-condition-actions__btn {
  border-radius: 1rem;
  border: 1px solid #dddee0;
  color: #838a92;
  width: 90px;
  height: 23px;
  font-size: 13px;
}
.gp-layer-filter-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-layer-filter-actions .gp-btn {
  margin-right: 10px;
}
.gp-layer-filter-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-filter-body {
  border-top: 1px solid #f1f1f1;
}
.gp-filter-caption-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 5px 10px;
}
.gp-filter-caption {
  color: #838a92;
}
.gp-filter-type-container {
  padding: 15px 10px;
  border-top: 1px solid #f1f1f1;
}
.gp-filter-type-container:first-child {
  border-top: none;
}
.gp-spatial-filter--full-width {
  padding-right: 10px;
}
.gp-condition-type {
  position: relative;
  flex-shrink: 0;
}
.gp-condition-type__text {
  margin: 0 15px;
  border-radius: 2px;
  color: #fff;
  background-color: #3fa2dd;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
}
.gp-condition-type-select-container {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 50%;
}
.gp-condition-type-select {
  border-radius: 2px;
  background-color: #535760;
  padding: 10px;
  display: flex;
  position: relative;
  transform: translateX(50%);
}
.gp-condition-type-select .gp-condition-type-select__item:last-child {
  margin-right: 0;
}
.gp-condition-type-select:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(83, 87, 96, 0);
  border-top-color: #535760;
  border-width: 7px;
  margin-left: -7px;
}
.gp-condition-type-select__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #888;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
  min-width: 16px;
  height: 16px;
}
.gp-condition-type-select__item--selected {
  background-color: #3fa2dd;
  cursor: default;
  border-color: #3fa2dd;
}
.gp-filter-type-btn-group {
  display: flex;
  align-items: center;
}
.gp-filter-type-btn-group .gp-filter-type-btn:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.gp-filter-type-btn-group .gp-filter-type-btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.gp-filter-type-btn {
  border: 1px solid #dddee0;
  cursor: pointer;
  background-color: #fff;
  height: 22px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.gp-filter-type-btn--active {
  cursor: default;
  background-color: #3fa2dd;
  border-color: #3fa2dd;
  color: #fff;
}
.gp-search-content {
  background-color: #fff;
  padding: 0;
}
.gp-search-options {
  padding: 5px;
  display: flex;
  align-items: center;
  min-height: 45px;
}
.gp-search-options__btn {
  cursor: pointer;
  color: #848a93;
  padding: 10px;
  font-size: 16px;
}
.gp-search-options__btn--active {
  background-color: #f6f8f7;
  color: #000;
}
.gp-search-options__btn:first-child {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.gp-dragbox-search {
  border: 2px solid #ffdd2d;
  background-color: rgba(255, 221, 45, 0.32);
}
.gp-search-data {
  padding-bottom: 20px;
}
.gp-search-data__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-search-data__input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.gp-search-data--with-layer {
  padding-bottom: 0;
}
.gp-search-footer {
  flex-direction: column;
}
.gp-attributive-search__layer-select {
  padding: 0 10px;
}
.gp-attributive-search {
  background-color: #fff;
}
.gp-attributive-search__value-input {
  height: 32px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  box-sizing: border-box;
}
.gp-attributive-search__extended-switcher {
  padding: 0 10px 20px 10px;
  background-color: #fff;
}
.gp-attributive-search__value {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
}
.gp-buffer-settings {
  margin-left: auto;
}
.gp-buffer-settings__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 70px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #d1d4d6;
  margin: 0 -1px 0 10px;
}
.gp-buffer-settings__select {
  width: 70px;
  display: inline-block;
}
.gp-buffer-settings__select .gp-select-item__input {
  border-radius: 0 4px 4px 0;
}
.gp-search-coditions-actions {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 3px;
}
.gp-search-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-search-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-search-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-search-footer-actions .gp-btn {
  width: 70px;
}
.gp-filter-caption-container--attributive-search-caption {
  padding-top: 10px;
}
.gp-select-item {
  position: relative;
}
.gp-select-item__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gp-select-item__i {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  border-color: #747a83 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  display: inline-block;
  height: 0;
  width: 0;
}
.gp-select-item__i--up {
  border-width: 0 4px 4px;
  border-color: transparent transparent #747a83;
}
.gp-select-list {
  display: none;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid transparent;
  max-height: 300px;
}
.gp-select-list__item {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  cursor: pointer;
}
.gp-select-list__item:hover {
  background-color: #eee;
}
.gp-select-list__item--null {
  height: 36px;
}
.gp-select-list--visible {
  display: flex;
  flex-direction: column;
}
.gp-select-list-search {
  padding: 10px;
  flex-shrink: 0;
}
.gp-select-list-search__input {
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-select-list-options {
  overflow-y: auto;
}
.gp-global-loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2147483647;
  visibility: hidden;
  background-color: rgba(50, 50, 50, 0.9);
  transition: visibility 0s linear;
}
.gp-global-loader--visible {
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  visibility: visible;
  transition-delay: .3s;
}
.gp-global-loader:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjYwcHgiCiAgIGhlaWdodD0iNjBweCIKICAgdmlld0JveD0iMCAwIDU2LjY5MjkxMyA1Ni42OTI5MTMiCiAgIGlkPSJzdmc0MTQ4IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJsb2FkZXIuc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzNDE1MCI+CiAgICA8bGluZWFyR3JhZGllbnQKICAgICAgIGlua3NjYXBlOmNvbGxlY3Q9ImFsd2F5cyIKICAgICAgIGlkPSJsaW5lYXJHcmFkaWVudDQ4MjIiPgogICAgICA8c3RvcAogICAgICAgICBzdHlsZT0ic3RvcC1jb2xvcjojNzQ3YTgzO3N0b3Atb3BhY2l0eTowLjAwMzkyMTU3IgogICAgICAgICBvZmZzZXQ9IjAiCiAgICAgICAgIGlkPSJzdG9wNDgyNCIgLz4KICAgICAgPHN0b3AKICAgICAgICAgc3R5bGU9InN0b3AtY29sb3I6I2ZmZGQyZDtzdG9wLW9wYWNpdHk6MSIKICAgICAgICAgb2Zmc2V0PSIxIgogICAgICAgICBpZD0ic3RvcDQ4MjYiIC8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPGxpbmVhckdyYWRpZW50CiAgICAgICBpZD0ibGluZWFyR3JhZGllbnQ0ODEwIgogICAgICAgaW5rc2NhcGU6Y29sbGVjdD0iYWx3YXlzIj4KICAgICAgPHN0b3AKICAgICAgICAgaWQ9InN0b3A0ODEyIgogICAgICAgICBvZmZzZXQ9IjAiCiAgICAgICAgIHN0eWxlPSJzdG9wLWNvbG9yOiM3NDdhODM7c3RvcC1vcGFjaXR5OjAuMDAzOTIxNTciIC8+CiAgICAgIDxzdG9wCiAgICAgICAgIHN0eWxlPSJzdG9wLWNvbG9yOiNiZWFlNTU7c3RvcC1vcGFjaXR5OjAuNTM3MjU0OTsiCiAgICAgICAgIG9mZnNldD0iMC40OTA2Njg1MSIKICAgICAgICAgaWQ9InN0b3A0ODI4IiAvPgogICAgICA8c3RvcAogICAgICAgICBpZD0ic3RvcDQ4MTQiCiAgICAgICAgIG9mZnNldD0iMSIKICAgICAgICAgc3R5bGU9InN0b3AtY29sb3I6I2ZmZGQyZDtzdG9wLW9wYWNpdHk6MSIgLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8bGluZWFyR3JhZGllbnQKICAgICAgIGlua3NjYXBlOmNvbGxlY3Q9ImFsd2F5cyIKICAgICAgIHhsaW5rOmhyZWY9IiNsaW5lYXJHcmFkaWVudDQ4MjIiCiAgICAgICBpZD0ibGluZWFyR3JhZGllbnQ0NzU4LTciCiAgICAgICB4MT0iNjczLjU1NjU4IgogICAgICAgeTE9IjgzOS43NDA5MSIKICAgICAgIHgyPSI1NzAuMjYzMzciCiAgICAgICB5Mj0iODQwLjA3MDc0IgogICAgICAgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAuNTEyMzIzNDEsMCwwLDAuNTEyMzIzNDEsLTk0OS43MTA0MSwtMTMwMC4zMTkxKSIgLz4KICAgIDxsaW5lYXJHcmFkaWVudAogICAgICAgaW5rc2NhcGU6Y29sbGVjdD0iYWx3YXlzIgogICAgICAgeGxpbms6aHJlZj0iI2xpbmVhckdyYWRpZW50NDgxMCIKICAgICAgIGlkPSJsaW5lYXJHcmFkaWVudDQ3NTgtNy05IgogICAgICAgeDE9IjU3MS44OTA1IgogICAgICAgeTE9IjgzOS44NTA3NyIKICAgICAgIHgyPSI2NzMuNTU2NTgiCiAgICAgICB5Mj0iODM5Ljc0MDg0IgogICAgICAgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDAuNTEyMzIzNDEsMCwwLDAuNTEyMzIzNDEsLTk0OS43MTA0MSw0MzkuMTgzOTgpIiAvPgogIDwvZGVmcz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iMTIuNTUyOTY4IgogICAgIGlua3NjYXBlOmN4PSIyNy4wMzY3OTciCiAgICAgaW5rc2NhcGU6Y3k9IjI0LjI3NDk3OCIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBzaG93Z3VpZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOmd1aWRlLWJib3g9InRydWUiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjgiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAvPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQxNTMiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTk5NS42NjkyNCkiPgogICAgPHBhdGgKICAgICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDpub25lO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBpZD0icGF0aDQ2OTYtMiIKICAgICAgIHI9IjMwLjQyMzUyMyIKICAgICAgIGN5PSI4NjEuMTI2NjUiCiAgICAgICBjeD0iNTc5LjY2MzE1IgogICAgICAgZD0iIgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz4KICAgIDxnCiAgICAgICBpZD0iZzQ4MTgiCiAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjAyLjc3MzA1LDE1NC4yNjQyKSI+CiAgICAgIDxwYXRoCiAgICAgICAgIHNvZGlwb2RpOm9wZW49InRydWUiCiAgICAgICAgIGQ9Im0gLTYwNS41NjkzNSwtODY5Ljc2MjIxIGEgMjUuNTUwMTU2LDI1LjU1MDE1NiAwIDAgMSAtMTIuNzc1MDgsMjIuMTI3MDkgMjUuNTUwMTU2LDI1LjU1MDE1NiAwIDAgMSAtMjUuNTUwMTYsMCAyNS41NTAxNTYsMjUuNTUwMTU2IDAgMCAxIC0xMi43NzUwNywtMjIuMTI3MDkiCiAgICAgICAgIHNvZGlwb2RpOmVuZD0iMy4xNDE1OTI3IgogICAgICAgICBzb2RpcG9kaTpzdGFydD0iMCIKICAgICAgICAgc29kaXBvZGk6cnk9IjI1LjU1MDE1NiIKICAgICAgICAgc29kaXBvZGk6cng9IjI1LjU1MDE1NiIKICAgICAgICAgc29kaXBvZGk6Y3k9Ii04NjkuNzYyMjEiCiAgICAgICAgIHNvZGlwb2RpOmN4PSItNjMxLjExOTUxIgogICAgICAgICBzb2RpcG9kaTp0eXBlPSJhcmMiCiAgICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoLTEsLTEpIgogICAgICAgICBpZD0icGF0aDQ2OTYtOSIKICAgICAgICAgc3R5bGU9Im9wYWNpdHk6MTtmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOnVybCgjbGluZWFyR3JhZGllbnQ0NzU4LTcpO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogICAgICA8cGF0aAogICAgICAgICBzb2RpcG9kaTpvcGVuPSJ0cnVlIgogICAgICAgICB0cmFuc2Zvcm09InNjYWxlKC0xLDEpIgogICAgICAgICBkPSJtIC02MDUuNTY5MzUsODY5Ljc0MDc4IGEgMjUuNTUwMTU2LDI1LjU1MDE1NiAwIDAgMSAtMTIuNzc1MDgsMjIuMTI3MDkgMjUuNTUwMTU2LDI1LjU1MDE1NiAwIDAgMSAtMjUuNTUwMTYsMCAyNS41NTAxNTYsMjUuNTUwMTU2IDAgMCAxIC0xMi43NzUwNywtMjIuMTI3MDkiCiAgICAgICAgIHNvZGlwb2RpOmVuZD0iMy4xNDE1OTI3IgogICAgICAgICBzb2RpcG9kaTpzdGFydD0iMCIKICAgICAgICAgc29kaXBvZGk6cnk9IjI1LjU1MDE1NiIKICAgICAgICAgc29kaXBvZGk6cng9IjI1LjU1MDE1NiIKICAgICAgICAgc29kaXBvZGk6Y3k9Ijg2OS43NDA3OCIKICAgICAgICAgc29kaXBvZGk6Y3g9Ii02MzEuMTE5NTEiCiAgICAgICAgIHNvZGlwb2RpOnR5cGU9ImFyYyIKICAgICAgICAgaWQ9InBhdGg0Njk2LTktNyIKICAgICAgICAgc3R5bGU9Im9wYWNpdHk6MTtmaWxsOm5vbmU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOnVybCgjbGluZWFyR3JhZGllbnQ0NzU4LTctOSk7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiIC8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gp-reports-list__result {
  background-color: white;
  color: #5cbb89;
  border: 1px solid #5cbb89;
  padding: 5px;
  text-align: center;
  display: block;
}
.gp-reports-list__link {
  color: #444;
}
.gp-reports-item {
  width: 100%;
  padding: 8px 16px;
  cursor: pointer;
}
.gp-reports-item:hover {
  background-color: #f6f8f7;
}
.gp-reports-item__title {
  font-size: 16px;
}
.gp-reports-item__comment {
  color: rgba(0, 0, 0, 0.54);
}
.gp-user-plugins__plugin {
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #747a83;
  font-size: 22px;
}
.gp-user-plugins__plugin:hover {
  background-color: #f6f8f7;
}
.gp-user-plugins__img {
  width: 38px;
  height: 38px;
  background: no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gp-snap-settings__checkbox {
  margin: 15px 0;
}
.gp-snap-settings__input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 70px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-snap-settings__buffer-text {
  margin: 10px 0 5px 0;
}
.gp-base-maps {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.gp-base-map {
  width: 147px;
  margin-right: 12px;
  margin-bottom: 15px;
  cursor: pointer;
}
.gp-base-map__preview {
  width: 147px;
  height: 123px;
  background-color: #f7f7f7;
}
.gp-base-map-name {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 15px 0;
}
.gp-base-map-name__text {
  padding-left: 5px;
}
.gp-base-map-name__checkbox {
  width: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2RURFMkVCQzVCMTExRTY5RjlGRTdDQjdCNEFBODhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2RURFMkVDQzVCMTExRTY5RjlGRTdDQjdCNEFBODhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTZFREUyRTlDNUIxMTFFNjlGOUZFN0NCN0I0QUE4OEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTZFREUyRUFDNUIxMTFFNjlGOUZFN0NCN0I0QUE4OEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4M/NsKAAAAN0lEQVR42mI8ffr0fgYGBgcG8sARBqAB/8kFIL1MDBSCUQNGDRg1AAJYgPjomTNnrMnUfxIgwADk8Eb5sTz5XwAAAABJRU5ErkJggg==) no-repeat left;
  height: 16px;
  flex-shrink: 0;
}
.gp-base-map-name__checkbox--checked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzMTQ5OEE5QzVCMjExRTY5NzE4RDdBREQyODk5NkM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzMTQ5OEFBQzVCMjExRTY5NzE4RDdBREQyODk5NkM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDMxNDk4QTdDNUIyMTFFNjk3MThEN0FERDI4OTk2QzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDMxNDk4QThDNUIyMTFFNjk3MThEN0FERDI4OTk2QzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ApHnzAAAA3UlEQVR42mI8ffr0fgYGBgcG8sARBqAB/8kFIL1MDBSCIWTA0+9/GYx3vWWYcvsbijgLsZpdD75nuPflL8OLH/9wu+A/ED//jqrgLlCT436I5motboYWXR7cBiSd+sigt/MNw/bnP+GaXQ++Y3j07S9Dsw4PQ60WD/4wCJHlALsi+NgHhurLX8CanwFd1Aa0tVSDm3AgekuyMxxwFGKQ4WRm6L35Fax5kiEfQ5E6N/GxoMPPwnDESYjBQpgVrDlNmRNvAGONBTEOJrBLhkZKBHnh6JkzZ6zJ1H8SIMAANl6NdyXAk1sAAAAASUVORK5CYII=);
}
.gp-geocode {
  position: relative;
}
.gp-geocode-footer {
  flex-direction: column;
}
.gp-geocode-result__label {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}
.gp-geocode-result__li {
  padding-left: 10px;
  padding-top: 8px;
  color: #07abe8;
  cursor: pointer;
}
.gp-geocode-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-geocode-actions__btn {
  border-radius: 1rem;
  border: 1px solid #dddee0;
  color: #838a92;
  width: auto;
  padding: 10px 15px;
  height: 23px;
  font-size: 13px;
}
.gp-geocode__srch__btn {
  min-width: 70px;
}
.gp-geocode__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px 9px;
}
.gp-geocode__x1 {
  margin: auto 5px;
  flex: 1 0px;
}
.gp-geocode__x2 {
  margin: auto 5px;
  flex: 2 0px;
}
.gp-geocode__label {
  color: #a3a3a3;
  display: block;
  user-select: none;
  cursor: default;
}
.gp-geocode__input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #d1d4d6;
}
.gp-geocode__input:focus {
  border: 1px solid #07abe8;
  outline: none;
}
.gp-toggle-component {
  display: flex;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
.gp-toggle {
  cursor: pointer;
  position: relative;
  display: block;
  width: 33px;
  height: 14px;
  background-color: rgba(175, 178, 183, 0.38);
  border-radius: 20px;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  transition-property: background-color, border;
}
.gp-toggle__handle {
  width: 19px;
  height: 19px;
  top: -3px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(175, 178, 183, 0.2);
  position: absolute;
  left: -3px;
  z-index: 2;
  border-radius: 50%;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, border, width;
  -moz-transition-property: -moz-transform, border, width;
  transition-property: transform, border, width;
}
.gp-toggle--active {
  background-color: rgba(7, 171, 232, 0.5);
}
.gp-toggle--active .gp-toggle__handle {
  border-color: #07abe8;
  background-color: #07abe8;
  transform: translate3d(22px, 0, 0);
}
.gp-toggle--disabled {
  background-color: rgba(175, 178, 183, 0.12);
  cursor: default;
}
.gp-toggle--disabled .gp-toggle__handle {
  border-color: #747a83;
}
.gp-toggle__checkbox {
  display: none;
}
.gp-toggle-component__text {
  padding-left: 10px;
  cursor: pointer;
}
.gp-register-list-window {
  padding: 0;
}
.gp-register-name {
  justify-content: space-between;
  color: #000;
  cursor: pointer;
  padding-left: 14px;
  text-transform: uppercase;
}
.gp-register-name__label {
  padding-left: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
}
.gp-register-search-results {
  border-top: 1px solid #ececec;
}
.gp-register-search-results__header {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 30px;
  cursor: pointer;
}
.gp-register-search-results__header--expanded {
  background-color: #01abe8;
  color: #fff;
}
.gp-register-search-results-header-info {
  display: flex;
  align-items: center;
}
.gp-register-search-results-header-info__caption {
  font-size: 14px;
  margin-right: 15px;
}
.gp-register-search-results-header-info__count {
  background-color: #eaeaea;
  font-size: 12px;
  border-radius: 1rem;
  font-weight: bold;
  padding: 0px 10px;
}
.gp-register-search-results-header-info__count--expanded {
  background-color: #fff;
  color: #000;
}
.gp-register-search-results-header-info {
  max-width: calc(100% - 50px);
}
.gp-register-search-results-header-info__caption {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gp-register-search-results-header-actions__action {
  color: #444;
  cursor: pointer;
  margin-top: 2px;
}
.gp-register-search-results-header-actions__action:last-child {
  margin-right: 0;
}
.gp-register-search-results-header-actions__action--expanded {
  color: #fff;
}
.gp-register-search-results-header-actions__action--btn-minus {
  margin-top: 6px;
}
.gp-register-search-results-header-actions__btn-container {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin-top: 4px;
}
.gp-register-search-results-header-actions__btn-container:hover {
  background-color: #eaeaea;
}
.gp-register-search-results-header-actions__action {
  color: #8a8a8a;
  cursor: pointer;
  margin-right: 10px;
}
.gp-register-search-results-header-actions__action:last-child {
  margin-right: 0;
}
.gp-register-search-results-header-actions__action--expanded {
  color: #fff;
}
.gp-user-layers-form {
  padding: 10px 0 10px;
  overflow-x: hidden;
}
.gp-user-layers-form__label {
  display: block;
  padding: 10px 15px 0px;
  color: #848a93;
}
.gp-user-layers-form__select-srid {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 25px;
  color: #848a93;
  font-style: italic;
}
.gp-user-layers-form__source {
  display: flex;
  padding: 10px 15px;
}
.gp-user-layers-form__source-label {
  width: 100%;
}
.gp-user-layers-form__source-icon {
  color: #848a93;
  margin-right: 5px;
}
.gp-user-layers-form__input {
  height: 32px;
  padding: 0 10px;
  display: block;
  width: 470px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  box-sizing: border-box;
  margin: 10px 15px;
}
.gp-user-layers-form__select {
  margin: 10px 15px;
}
.gp-user-layers-form__select input {
  height: 32px;
}
.gp-user-layers-form__btns {
  display: flex;
  flex-shrink: 0;
  margin-top: 10px;
}
.gp-user-layers-form__btn {
  margin-right: 10px;
}
.gp-user-layers-form__btn:last-child {
  margin-right: 0;
}
.gp-user-layers-form__delimiter {
  margin: 15px 0;
  background: none;
  height: 0px;
  width: 100%;
  display: block;
  border: 0px;
  border-top: 1px solid #f1f1f1;
  outline: 0px;
}
.gp-user-layers-form__row {
  display: flex;
}
.gp-user-layers-form__x1 {
  flex: 1;
}
.gp-user-layers-form__x2 {
  flex: 2;
}
.gp-user-layers-form__x3 {
  flex: 3;
}
.gp-user-layers-form--from-file {
  padding: 10px 0 0 0;
}
.gp-user-layers-form--from-file__label {
  display: block;
  padding: 0px 0px 10px 65px;
  color: #848a93;
}
.gp-user-layers-form--from-file__select-srid {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 25px;
  color: #848a93;
  font-style: italic;
}
.gp-user-layers-form--from-file__source {
  display: flex;
  padding: 10px 15px;
}
.gp-user-layers-form--from-file__source-label {
  width: 100%;
}
.gp-user-layers-form--from-file__source-icon {
  color: #848a93;
  margin-right: 5px;
}
.gp-user-layers-form--from-file__input {
  height: 32px;
  padding: 0 10px;
  display: block;
  width: 400px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  box-sizing: border-box;
  margin: 0px 20px 10px 65px;
}
.gp-user-layers-form--from-file__select {
  margin: 0px 15px 10px 65px;
}
.gp-user-layers-form--from-file__select input {
  width: 100%;
  height: 32px;
}
.gp-user-layers-form--from-file__btns {
  display: flex;
  flex-shrink: 0;
  margin-top: 10px;
}
.gp-user-layers-form--from-file__btn {
  margin-right: 10px;
}
.gp-user-layers-form--from-file__btn:last-child {
  margin-right: 0;
}
.gp-user-layers-form--from-file__delimiter {
  margin: 15px 0;
  background: none;
  height: 0px;
  width: 100%;
  display: block;
  border: 0px;
  border-top: 1px solid #f1f1f1;
  outline: 0px;
}
.gp-user-layers-form--from-file__row {
  display: flex;
}
.gp-user-layers-form--from-file__x1 {
  flex: 1;
}
.gp-user-layers-form--from-file__x2 {
  flex: 2;
}
.gp-user-layers-form--from-file__x3 {
  flex: 3;
}
.gp-user-layer-name {
  justify-content: space-between;
  color: #000;
  padding: 5px 10px;
  margin: 0;
  align-items: center;
}
.gp-user-layer-name__label {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  max-width: 346px;
}
.gp-user-layer-name__label::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 16px;
  width: 31%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
}
.gp-user-layer-name:hover .gp-user-layer-name__label::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f0f1f1 100%);
}
.gp-user-layer-name:hover {
  background-color: #f0f1f1;
}
.gp-user-layer-name--disabled {
  color: #d0d0d0;
}
.gp-user-layer-name-inner {
  position: relative;
  width: 240px;
}
.gp-user-layer-name-inner .gp-checkbox {
  position: absolute;
  width: 16px;
  display: inline-block;
}
.gp-user-layer-name-inner__error {
  color: #ff4549;
}
.gp-user-layer-name-text {
  width: 177px;
  display: block;
  white-space: normal;
}
.gp-user-layer-name-text__style {
  color: #848a93;
}
.gp-user-layer-list-item__icon {
  color: #b4b5b5;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.gp-user-layer-list-item__icon__error {
  color: #ff4549;
}
.gp-user-layers-footer {
  flex-direction: column;
}
.gp-user-layers-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
}
.gp-user-layers-actions__btn {
  border-radius: 1rem;
  border: 1px solid #dddee0;
  color: #838a92;
  width: auto;
  padding: 10px 15px;
  height: 23px;
  font-size: 13px;
}
.gp-user-layers-form-extra {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
}
.gp-user-layers-form-extra__select {
  width: 100%;
}
.gp-user-layers-form-extra:hover {
  background-color: #f7f7f7;
}
.gp-user-layers-form-extra:hover .gp-layer-filter-condition__remove-btn {
  color: red;
}
.gp-user-layers-form-extra__filter {
  display: flex;
  align-items: center;
  margin-left: 10px;
  text-align: center;
  flex-shrink: 0;
}
.gp-user-layers-form-extra__filter--hidden {
  display: none;
}
.gp-user-layers-btn-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-user-layers-btn-group .gp-btn {
  margin-right: 10px;
}
.gp-user-layers-btn-group .gp-btn:last-child {
  margin-right: 0;
}
.gp-user-layers-edit-props-btn-group {
  display: flex;
  justify-content: center;
  padding: 0 0 20px 0;
  flex-shrink: 0;
}
.gp-user-layers-edit-props-btn-group .gp-btn {
  margin-right: 10px;
}
.gp-user-layers-edit-props-btn-group .gp-btn:last-child {
  margin-right: 0;
}
.gp-user-layers--resource-edit-button {
  cursor: pointer;
  flex: 0;
  font-size: 1.1rem;
  min-width: 20px;
}
.gp-user-layers--resource-edit-button:hover {
  color: #848a93;
}
.gp-user-layers--resource-edit-button--inactive {
  color: #b4b5b5;
}
.gp-user-layers--resource-edit-button--active {
  color: #00aae7;
}
.gp-user-layers-edit-props-form {
  display: flex;
  justify-content: center;
  margin-left: 70px;
  margin-right: 20px;
}
.gp-user-layer-source-body {
  padding: 10px 15px;
}
.gp-uploader {
  width: 100%;
  border: 1px dashed #dddee0;
  display: flex;
  flex-direction: column;
}
.gp-uploader-hint {
  color: #dddee0;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gp-uploader-files {
  padding: 0 15px;
}
.gp-uploader-files-item {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-uploader-files-item > * {
  display: flex;
  align-items: center;
}
.gp-uploader-files-item__icon {
  cursor: pointer;
  margin-right: 5px;
}
.gp-uploader-files-item__icon:hover {
  color: #3fa2dd;
}
.gp-uploader-warnings {
  padding: 20px 0;
}
.gp-uploader-warnings .gp-uploader-warning:last-child {
  margin-bottom: 0;
}
.gp-uploader-warning {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.gp-uploader-warning__icon {
  color: #ff9c00;
  margin-right: 6px;
  font-size: 1.2rem;
}
.gp-user-layers-caption {
  justify-content: space-between;
  padding-right: 13px;
}
.gp-user-layers-caption__refresh-btn {
  color: #848a93;
  cursor: pointer;
  font-size: 18px;
}
.gp-user-layers__row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 0;
}
.gp-user-layers__name {
  margin: auto 5px;
  flex: 9 0px;
  display: flex;
  align-items: center;
}
.gp-user-layers__name .gp-checkbox label {
  display: none;
}
.gp-user-layers__srid-select {
  margin: auto 5px;
  flex: 3 0px;
  min-width: 81px;
}
.gp-user-layers__srid-arrow {
  margin: auto 5px;
  flex: 1 0px;
  color: #3fa2dd;
  text-align: center;
}
.gp-user-layers-item--settings-delete-button {
  color: #b4b5b5;
  cursor: pointer;
  font-size: 1.1rem;
  align-items: baseline;
  float: right;
}
.gp-user-layers-dialog-window .gp-modal {
  padding: 0px !important;
}
.gp-user-layers-dialog-window-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f2;
  padding: 6px 10px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  background-color: #f0f1f1;
  border-radius: 2px 2px 0px 0px;
}
.gp-user-layers-dialog-window-caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-user-layers-dialog-window-caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.gp-user-layers-dialog-window-content {
  padding: 10px;
  overflow-y: auto;
}
.gp-user-layers-options-set {
  display: flex;
  align-items: center;
}
.gp-user-layers-options-set__input-name-error {
  color: #df0707;
  text-align: center;
}
.gp-user-layers-options-set__caption {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
}
.gp-user-layers-options-set__caption-label {
  height: 32px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.gp-user-layers-options-set__input {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
  width: 100%;
}
.gp-user-layers-options-set__input-value {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-user-layers-options-set__input-value--error {
  border: 1px solid #df0707;
}
.gp-user-layers-options-set__label {
  padding-bottom: 10px;
  color: #848a93;
}
.gp-user-layers-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-user-layers-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-user-layers-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-user-layers-footer-actions .gp-btn {
  width: 70px;
}
.gp-export-points-result {
  margin-top: 10px;
  color: #5cbb89;
  border: 1px solid #5cbb89;
  padding: 5px;
  text-align: center;
}
.gp-export-points-result__link {
  color: #444;
}
.gp-export-points-export-window {
  width: 350px;
}
.gp-export-points-export__label {
  margin-top: 10px;
  color: #848a93;
  font-size: .8rem;
  display: block;
}
.gp-export-points-export__select {
  width: 55%;
  float: left;
}
.gp-export-points-export__btn {
  width: 41%;
  margin-left: 10px;
}
.gp-export-points-export-geom-field {
  display: block;
}
.gp-export-points-export-geom-field__select {
  width: 100%;
}
.gp-export-points-export-geom-field__label {
  margin-top: 10px;
  color: #848a93;
  font-size: .8rem;
  display: block;
}
.gp-switcher {
  width: 25px;
  height: 14px;
  background-color: #e8e9eb;
  border-radius: 6px;
  padding: 2px;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
}
.gp-switcher__inner {
  width: 10px;
  height: 10px;
  background-color: #7e838b;
  border-radius: 50%;
}
.gp-switcher--active {
  background-color: #dcedfa;
  justify-content: flex-end;
}
.gp-switcher--active .gp-switcher__inner {
  background-color: #3fa2dd;
}
.gp-slider-wrapper {
  width: 100%;
}
.gp-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.gp-slider::after {
  content: "";
  border-top: 2px solid #e1e3e3;
  width: 100%;
  position: absolute;
}
.gp-slider--disabled .gp-slider__value {
  background: #c9ced5;
}
.gp-slider--disabled .gp-slider__thumb {
  border-color: #c9ced5;
}
.gp-slider--disabled .gp-slider-tooltip {
  background-color: #cbcccd;
  color: #fff;
}
.gp-slider--disabled .gp-slider-tooltip::after {
  border-color: rgba(46, 51, 55, 0);
  border-bottom-color: #cbcccd;
}
.gp-slider__value {
  height: 2px;
  background: #3fa2dd;
  z-index: 10;
  position: absolute;
}
.gp-slider__thumb {
  width: 12px;
  height: 12px;
  border: 2px solid #3fa2dd;
  border-radius: 50%;
  z-index: 10;
  background-color: #fff;
  margin-left: -8px;
  position: absolute;
  top: -6px;
}
.gp-slider-tooltip {
  top: 21px;
  transform: translateX(calc(-50% + 6px));
  position: relative;
  background-color: #2e3337;
  color: #ffc72f;
  padding: 3px 4px;
  display: inline-block;
  border-radius: 2px;
  user-select: none;
  font-size: .9rem;
}
.gp-slider-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 51, 55, 0);
  border-bottom-color: #2e3337;
  border-width: 4px;
  margin-left: -4px;
}
.gp-tooltip {
  position: static;
  display: inline-block;
}
.gp-tooltip__error .gp-tooltip__title {
  color: #ff4549;
}
.gp-tooltip__element {
  position: absolute;
  overflow: hidden;
  width: 0px;
  height: 0px;
  visibility: hidden;
  pointer-events: none;
  line-height: 1.4em;
  border-radius: 3px;
  opacity: 0;
  transition: opacity .3s .1s ease;
  box-shadow: 0 3px 15px 0 rgba(100, 100, 100, 0.3);
  white-space: normal;
}
.gp-tooltip__title {
  color: #3fa2dd;
  margin-bottom: 3px;
}
.gp-tooltip__title__error {
  color: #ff4549;
}
.gp-tooltip__muted {
  color: #9a9a9a;
}
.gp-tooltip_hovered__element {
  position: fixed;
  padding: 15px;
  width: auto;
  max-width: 400px;
  height: auto;
  background: white;
  top: 100%;
  margin-top: 5px;
  left: 0;
  visibility: visible;
  z-index: 100;
  opacity: 1;
}
.gp-telemetry__label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  padding-right: 10px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 50%;
}
.gp-telemetry__select {
  margin-bottom: 10px;
}
.gp-telemetry__select .gp-select-item__input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 237px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-telemetry-field {
  display: flex;
}
.gp-telemetry-distance {
  text-align: center;
  margin: 20px 0;
  background-color: #e8e7d9;
  padding: 10px 0;
}
.gp-tab {
  width: 50%;
  flex-shrink: 0;
  color: #7e838b;
  border: 1px solid #e3e8ef;
  box-sizing: border-box;
  border-top: none;
  height: 43px;
}
.gp-tab:first-child {
  border-left: none;
}
.gp-tab:last-child {
  border-right: none;
}
.gp-tab--active {
  border: none;
  background-color: #fff;
  color: #3fa2dd;
}
.gp-tab--disabled {
  pointer-events: none;
}
.gp-external-services__label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  padding-right: 10px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 50%;
}
.gp-external-services__select {
  margin-bottom: 10px;
}
.gp-external-services__select .gp-select-item__input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 237px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-external-services-field {
  display: flex;
}
.gp-external-services-distance {
  text-align: center;
  margin: 20px 0;
  background-color: #e8e7d9;
  padding: 10px 0;
}
.gp-external-services-footer {
  flex-direction: column;
}
.gp-external-services-btn-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-external-services-btn-group .gp-btn {
  margin-right: 10px;
}
.gp-external-services-btn-group .gp-btn:last-child {
  margin-right: 0;
}
.gp-external-services-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-external-services-actions .gp-btn {
  margin-right: 10px;
}
.gp-external-services-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-external-services-actions .gp-btn {
  width: 70px;
}
.gp-tab {
  width: 50%;
  flex-shrink: 0;
  color: #7e838b;
  border: 1px solid #e3e8ef;
  box-sizing: border-box;
  border-top: none;
  height: 43px;
}
.gp-tab:first-child {
  border-left: none;
}
.gp-tab:last-child {
  border-right: none;
}
.gp-tab--active {
  border: none;
  background-color: #fff;
  color: #3fa2dd;
}
.gp-tab--disabled {
  pointer-events: none;
}
.gp-draggable-window-header__es_light {
  background-color: #ffffff;
  display: initial;
  padding: 0px;
}
.gp-layer-name-es {
  padding: 5px 10px;
}
.gp-checkbox_es .gp-checkbox__text {
  display: none;
}
.gp-radio {
  display: flex;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
.gp-radio__text {
  padding-left: 5px;
  cursor: pointer;
}
.gp-radio--disabled {
  cursor: default;
}
.gp-radio--disabled .gp-radio__text {
  cursor: default;
}
.gp-radio__radio {
  display: none;
}
.gp-radio__radio:checked + .gp-radio__icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGQzE4OTAzMURBNzExRTdBODA2RjkyMDlEREQ5RDI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGQzE4OTA0MURBNzExRTdBODA2RjkyMDlEREQ5RDI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZDMTg5MDExREE3MTFFN0E4MDZGOTIwOURERDlEMjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZDMTg5MDIxREE3MTFFN0E4MDZGOTIwOURERDlEMjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4oawg9AAADBElEQVR42mxUW08TURD+drfdtlyytYAY7COJMfrMgz6VpG88mEiI/AF+hRp/B38BYkLCiyGIiVFDWx98gFCoSW+EIi29CFt72TPOnG4LBk96trNzZr79duabNYgIwyW2YRhjbC6xnWB7ge15/zjHO8V7j8+2+czFrWXcBuKV5L3WbreXa7UaGo0GOp2OPrBtG9FoFNPT04hEIpuct85gO0MCUEppg/eqUv2DYr5Eqcw3qlQqxICkFJFHSttn5xU+26d8Pk+e1zuQHMlV5GEIkmTAg6PjLBWLeU7jJRfVp75vDu7l51GJY7Inx/IEBvOSmhFfxhhko1AoMEiZ9PL8ZM1ldDPyiVHgWB2vaEMwBGjFdV3KZDL/AJy0uvTqS4Nmtn5RbOucVr/WKddiYGapyfF/+nuGrtxriV8xpTvVahXxeBxkSvWB4xbwfLeOrbM2Wl2F666B92UXz3Yv8PPagCFd4h2Pz+GyWgfBTJjS4mazCcdx9KFc3h620PQ89GANemmy07DQ8iy8/nHJ9RCnhXtODM1mXVIWTNGJtDgUCnELJUDh43mHYwOwiDtqKBgMymjs6+FDzcOQUihoo/tHy2PevC0ijmUYoR6AqQYdtchiHw0AVQABRZoQDZ4KskgzFKCcsBkKz2QWiftBnUhWQLPg12cQS/uSs2GfkIl2p4uIzW9iqJwUOyX1kToNNG7h3dMwokFD1MpPC/gsPfaZePNk3GcE/G62MOFEJSklxd4T2ZfLZXkX/e6PJm18XpzCy7kQJgImHJvw4qGNT4sOHk8GB01hNZdO85iZiknX9rQged8IUkTiqZEQlS9GLbKhwPlSKp2SjJNH/ZEgZd70iGSzJwxWHAUr6ukR0Rj+eOgRKRTp6OhQYvSIMNho1gRMD22hUKJ0ev9maL2eZui6V1Q5q1ImfTO0/KBV5cnQ0t3PCLvXOm5v+aJW5QbU0O32dfvD4TCcyQnMxh4gOB7a5AlYVwbtmLrs5h0gWWPsWeKCJtj+74eNc7fJgKuLrkgr/68AAwD6nqy6zDAdSQAAAABJRU5ErkJggg==);
}
.gp-radio__icon {
  width: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVDQTBBNTREMURBNzExRTdBMERDQkRBNzJEODFFRkUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVDQTBBNTRFMURBNzExRTdBMERDQkRBNzJEODFFRkUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUNBMEE1NEIxREE3MTFFN0EwRENCREE3MkQ4MUVGRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUNBMEE1NEMxREE3MTFFN0EwRENCREE3MkQ4MUVGRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4iWyJdAAABwElEQVR42oRUu4oCQRCcXRAf4CPQ0MxvMDe47EI5uB/wo+4X7sLLLjBXUwNB8IGBiomCKwraVzVsD8M+tKGhd7arpme6egIRMQmrwN/hPXgX3onX5/AR8odBEPwijrhIPL5NkCB6w/fger329/u9OZ1OBrFNLpVKpl6vm1arxfgHuV/wP4dkUuyfj8djulqtZDwey3a7lcvlIlgTGmOu8d9isZD7/T4lhljkOCJWMp3NZrJeryVpSqbGzZjLjWOsJarAv/mTJElQnjGXGGLJQaKPKIpkMpmw3MwKsiqk85jEkiNkdw6Hg2m32yYMQ9eFZ2a7BCeGWGB6JOoej0dTq9VckjbhlbGLxALTJVGHLS4Wi6ldfVNifwNKglhyhM+O4oOYo7m6jjt12BDBvFAoKHNmVQr0yWi3201PMufRRo1Gw541ryIlSFZP5cd3O+LRhs1m02w2m9QF+yDtlD8NxBALG1pBQhNOkFlqzop9QWKtYueEMqfcdUReCTJvRJTMDu1yuUwNLRV/Pp9lt9vZf8yJSdzQpp4R+AAEfSqWl4nYKp6aqVar9k7K5XLqGQmS3eCdIc592OzFGpN62P4FGACx1HvuapCZMAAAAABJRU5ErkJggg==) no-repeat left;
  height: 18px;
}
.gp-working-set-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
  padding: 10px 20px;
}
.gp-working-set-actions .gp-btn {
  margin-right: 10px;
}
.gp-working-set-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-working-set-actions .gp-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.gp-working-set--item {
  display: flex;
  justify-content: flex-start;
  margin: 8px 0;
  padding-right: 10px;
}
.gp-working-set--checkbox {
  min-width: 23px;
  display: inline-block;
  flex: 0;
}
.gp-working-set-item--name {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
.gp-working-set-item--content {
  flex: 1;
  padding-top: 1px;
}
.gp-working-set-item--content .gp-list-item__objects-count {
  margin-right: 0;
}
.gp-working-set-item--name-text {
  flex: 1;
}
.gp-working-set-additional-info {
  width: 100%;
  padding: 13px;
  border: 1px solid #f1f1f1;
  font-size: 12px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.gp-working-set-additional-info--name {
  color: #b9b9b9;
  margin-right: 5px;
  margin-left: 0px;
  margin-bottom: 3px;
  display: flex;
  text-align: center;
}
.gp-working-set-additional-info--value {
  overflow: hidden;
  display: flex;
  text-align: center;
}
.gp-working-set-additional-info--layer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 10px;
}
.gp-working-set-additional-info--layer-name {
  width: 100%;
}
.gp-working-set-additional-info--objects-count {
  margin-left: 5px;
}
.gp-working-set-additional-info--layer-name {
  width: 100%;
}
.gp-working-set-additional-info--tools {
  margin-left: 15px;
  display: flex;
  color: #d1d4d6;
}
.gp-working-set-additional-info--tools .gp-gpi {
  margin-left: 5px;
  cursor: pointer;
}
.gp-working-set-additional-info--tools .gp-gpi:hover {
  color: #000;
}
.gp-working-set-additional-info--tools-button {
  margin-left: 5px;
  color: #b4b5b5;
  cursor: pointer;
}
.gp-working-set-form {
  margin: 20px;
  border: 1px solid #dcdcdc;
  padding: 10px;
}
.gp-working-set-form_edit {
  flex: 1;
  margin: 0;
  border: 0px;
  padding-top: 0px;
  padding-left: 0px;
  margin-top: -14px;
}
.gp-working-set-form_edit .gp-working-set-form__input {
  height: 28px;
}
.gp-working-set-form__input-group {
  margin: 10px 0;
}
.gp-working-set-form__input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-working-set-form__actions {
  text-align: center;
}
.gp-working-set-form__submit {
  padding: 0 10px;
  margin: 0 5px;
}
.gp-working-set-item--name-delete-button {
  color: #b4b5b5;
  cursor: pointer;
  flex: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: flex-start;
}
.gp-working-set-item--name-delete-button:hover {
  color: #848a93;
}
.gp-working-set-item--name-edit-button {
  color: #b4b5b5;
  cursor: pointer;
  flex: 0;
  font-size: 1.1rem;
  margin-right: 8px;
  display: flex;
  align-items: flex-start;
}
.gp-working-set-item--name-edit-button:hover {
  color: #848a93;
}
.gp-working-set-item--btns-section {
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gp-working-set-item--reset-button {
  border-radius: 1rem;
  border: 1px solid #dddfde;
  width: auto;
  padding: 10px 15px;
  height: 23px;
  font-size: 13px;
  margin-right: 5px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.gp-working-set-item--reset-button__active {
  color: #839a90;
  cursor: pointer;
}
.gp-working-set-item--reset-button__inactive {
  color: #b1b1b1;
  cursor: default;
}
.gp-working-set-item--save-button {
  border-radius: 1rem;
  border: 1px solid #dddfde;
  width: auto;
  padding: 10px 15px;
  height: 23px;
  font-size: 13px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.gp-working-set-item--save-button__active {
  color: #838a90;
  cursor: pointer;
}
.gp-working-set-item--save-button__inactive {
  color: #b1b1b1;
  cursor: default;
  pointer-events: none;
}
.gp-working-set-default-set {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.gp-working-set-default-set > * {
  flex: 1;
}
.gp-working-set-default-set label {
  line-height: 32px;
}
.gp-working-set-register {
  margin: 20px 0;
}
@keyframes hide-gallery {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes item-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes item-to-right {
  0% {
    right: 0;
  }
  100% {
    right: -50px;
  }
}
@keyframes item-to-left {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
  }
}
.gp-gallery {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.gp-gallery__hiding {
  animation: hide-gallery 0.3s linear;
  animation-iteration-count: 1;
}
.gp-gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
}
.gp-gallery-items {
  position: absolute;
  top: 180px;
  left: 300px;
  right: 300px;
  bottom: 200px;
  text-align: center;
  z-index: 1100;
  color: white;
}
.gp-gallery-items-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  z-index: 1100;
  opacity: 0;
}
.gp-gallery-items-item__visible {
  visibility: visible;
  opacity: 1;
}
.gp-gallery-items-item__animated {
  animation-function: linear;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}
.gp-gallery-items-item__showing.gp-gallery-items-item__isnext {
  animation-name: item-opacity, item-to-right;
  animation-direction: normal, reverse;
}
.gp-gallery-items-item__showing.gp-gallery-items-item__isprev {
  animation-name: item-opacity, item-to-left;
  animation-direction: normal, reverse;
}
.gp-gallery-items-item__hiding.gp-gallery-items-item__isnext {
  animation-name: item-opacity, item-to-right;
  animation-direction: reverse, normal;
}
.gp-gallery-items-item__hiding.gp-gallery-items-item__isprev {
  animation-name: item-opacity, item-to-left;
  animation-direction: reverse, normal;
}
.gp-gallery-items-item__animated.gp-gallery-items-item__isnext {
  z-index: 1110;
}
.gp-gallery-items-item__animated.gp-gallery-items-item__isprev {
  z-index: 1100;
}
.gp-gallery-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1010;
}
.gp-gallery-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1010;
}
.gp-gallery-controls-pages {
  position: absolute;
  bottom: 0px;
  left: 250px;
  right: 250px;
  padding-bottom: 20px;
  text-align: center;
}
.gp-gallery-controls-pages-page {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 3px;
  cursor: pointer;
}
.gp-gallery-controls-pages-page--custom:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #141516;
  opacity: .25;
  transition: opacity 0.3s linear;
}
.gp-gallery-controls-pages-page--custom:hover:after {
  opacity: 0;
}
.gp-gallery-controls-pages-page--custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: border-color 0.3s linear;
  border: 3px solid transparent;
}
.gp-gallery-controls-pages-page--current.gp-gallery-controls-pages-page--custom:before {
  border-color: #3fa2dd;
}
.gp-gallery-controls-pages-page-circle {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid white;
  transition: border-color 0.3s linear;
}
.gp-gallery-controls-pages-page--current .gp-gallery-controls-pages-page-circle {
  border-color: #3fa2dd;
}
.gp-gallery-controls-arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 250px;
  opacity: .6;
  transition: opacity .3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gp-gallery-controls-arrow i {
  text-indent: -2px;
  top: 50%;
  margin-top: -16px;
}
.gp-gallery-controls-arrow:hover {
  opacity: 1;
}
.gp-gallery-controls-arrow--next {
  right: 0px;
}
.gp-gallery-controls-arrow--next i {
  right: 50px;
  transform: rotate(180deg);
}
.gp-gallery-controls-arrow--prev {
  left: 0px;
}
.gp-gallery-controls-arrow--prev i {
  left: 50px;
}
.gp-gallery-controls-close {
  position: absolute;
  top: 0px;
  height: 160px;
  right: 250px;
  left: 250px;
  opacity: .6;
  transition: opacity .3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gp-gallery-controls-close:hover {
  opacity: 1;
}
.gp-gallery-controls-close > i {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
}
.gp-gallery-controls-icon {
  position: absolute;
  display: block;
  color: white;
  width: 28px;
  height: 28px;
  border: 2px solid white;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.gp-heat-map {
  background-color: #fff;
  padding: 0;
}
.gp-heat-map-content {
  padding: 20px 10px;
}
.gp-heat-map__label {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  color: #848a93;
}
.gp-heat-map-layer__label {
  padding: 0 10px 5px;
  display: block;
  color: #848a93;
}
.gp-heat-map-working-set__label {
  padding: 0 0 5px;
  display: block;
  color: #848a93;
}
.gp-heat-map-resolution {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.gp-heat-map-resolution__between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-heat-map-resolution__select {
  width: 120px;
  margin: 0 10px;
}
.gp-heat-map-opacity {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.gp-heat-map-opacity__slider {
  width: 220px;
  display: flex;
  align-items: center;
}
.gp-heat-map-opacity__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 65px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 10px 0 10px;
}
.gp-heat-map-radius {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.gp-heat-map-radius__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 65px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 10px 0 10px;
}
.gp-heat-map-gradient {
  margin-top: 20px;
}
.gp-heat-map-gradient__sample {
  height: 16px;
  border-radius: 3px;
  margin: 0 10px;
  box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
}
.gp-heat-map-gradient .gp-context-menu--inline {
  vertical-align: text-top;
}
.gp-heat-map-checkbox {
  margin: 10px;
}
.gp-heat-map-gradient-breakpoints {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 20px;
}
.gp-heat-map-gradient-colors {
  padding: 0 5px;
}
.gp-heat-map-working-set-name {
  margin: 20px 10px 0;
}
.gp-heat-map-working-set-name__input {
  height: 32px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  box-sizing: border-box;
}
.gp-heat-map-gradient-color {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 5px 10px;
  padding: 4px 7px;
  border: 1px solid #dddee0;
  border-radius: 3px;
  height: 32px;
  width: 120px;
}
.gp-heat-map-gradient-color__input {
  width: 60px;
  border: 0px;
  margin-left: 7px;
  margin-bottom: 1px;
  margin-top: 2px;
}
.gp-heat-map-gradient-color__input:focus {
  outline: none;
  border-bottom: 1px solid #dddee0;
}
.gp-heat-map-gradient-color__remove {
  font-size: 14px;
  color: #848a93;
  cursor: pointer;
  margin-left: 5px;
  height: 12px;
  width: 12px;
  display: inline-flex;
}
.gp-heat-map-gradient-color__remove:hover {
  color: inherit;
}
.gp-heat-map-gradient-color__remove--disabled {
  pointer-events: none;
  color: #d5d7db;
}
.gp-heat-map-gradient-color__sample {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
}
.gp-heat-map-gradient-color__sample input[type="color"] {
  -webkit-appearance: none;
  border: none;
  opacity: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.gp-heat-map-gradient-color__sample input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.gp-heat-map-gradient-color__sample input[type="color"]::-webkit-color-swatch {
  border: none;
}
.gp-btn--heatmap {
  border: 1px solid #dddee0;
  margin: 0 5px 10px;
  width: 120px;
}
.gp-heatmap-footer {
  flex-direction: column;
}
.gp-heatmap-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-heatmap-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-heatmap-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-heatmap-footer-buttons {
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
}
.gp-btn--heatmap {
  border: 1px solid #dddee0;
  margin: 0 5px 10px;
  width: 120px;
}
.gp-heat-map-dialog-window .gp-modal {
  padding: 0px !important;
}
.gp-heat-map-dialog-window-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f2;
  padding: 6px 10px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  background-color: #f0f1f1;
  border-radius: 2px 2px 0px 0px;
}
.gp-heat-map-dialog-window-caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-heat-map-dialog-window-caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.gp-heat-map-dialog-window-content {
  padding: 10px;
  overflow-y: auto;
}
.gp-heat-map-options {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
.gp-heat-map-options-set {
  display: flex;
  align-items: center;
}
.gp-heat-map-options-set__caption {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
}
.gp-heat-map-options-set__caption-label {
  height: 32px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.gp-heat-map-options-set__input {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
  width: 100%;
}
.gp-heat-map-options-set__input-value {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-heat-map-options-set__input-value--error {
  border: 1px solid #df0707;
}
.gp-heat-map-options-set__input-name-error {
  color: #df0707;
  text-align: center;
}
.gp-heat-map-options-set__label {
  padding-bottom: 10px;
  color: #848a93;
}
.gp-heat-map-modal__text {
  text-align: center;
  margin-bottom: 20px;
}
.gp-heat-map-modal-buttons {
  display: flex;
  justify-content: center;
}
.gp-heat-map-modal-buttons > *:first-child {
  margin-right: 10px;
}
.gp-autocomplete-input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gp-autocomplete-input:focus {
  border: 1px solid #07abe8;
  outline: none;
}
.gp-autocomplete-dropdown-list {
  display: none;
  position: fixed;
  z-index: 10000;
  box-sizing: border-box;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1), -2px 2px 2px 0 rgba(0, 0, 0, 0.1), 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 0px solid transparent;
  max-height: 480px;
}
.gp-autocomplete-dropdown-list--default-width {
  width: 480px;
}
.gp-autocomplete-dropdown-list--visible {
  display: flex;
  flex-direction: column;
}
.gp-autocomplete-dropdown-list__item {
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  cursor: pointer;
}
.gp-autocomplete-dropdown-list__item:focus {
  border: none;
  outline: none;
  background-color: #eee;
}
.gp-autocomplete-dropdown-list__item--null {
  height: 36px;
}
.gp-autocomplete-dropdown-list__item--p {
  padding-left: 5px;
}
.gp-autocomplete-dropdown-item {
  position: relative;
}
.gp-autocomplete-dropdown-item__i {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  border-color: #747a83 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  display: inline-block;
  height: 0;
  width: 0;
}
.gp-autocomplete-dropdown-item__i--up {
  border-width: 0 4px 4px;
  border-color: transparent transparent #747a83;
}
.gp-select-list-search {
  padding: 10px;
  flex-shrink: 0;
}
.gp-select-list-search__input {
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-select-list-options {
  overflow-y: auto;
}
.gp-routing-content {
  background-color: #fff;
  padding: 0;
}
.gp-routing-data {
  display: flex;
}
.gp-routing-options {
  background-color: #fff;
  padding: 14px 20px 4px 20px;
  width: 100%;
  overflow-y: hidden;
}
.gp-routing-options-select__label {
  padding: 6px 0px;
  display: flex;
  color: #858992;
}
.gp-routing-options-select__input {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
  width: 100%;
  cursor: pionter;
}
.gp-routing-options-select__input .gp-select-item__input {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default;
  color: #444;
}
.gp-routing-options-set {
  display: flex;
  align-items: center;
}
.gp-routing-options-set__value {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
  width: 100%;
}
.gp-routing-options-set__label {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
  color: #858992;
}
.gp-routing-options-set__checkbox-section {
  display: flex;
  align-items: center;
  padding: 6px 10px 16px 10px;
}
.gp-routing-options-set__value-input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #d1d4d6;
  outline: none;
}
.gp-routing-options-set__value-input--focus {
  border-color: #17b632;
}
.gp-routing-options-set__value-label {
  height: 32px;
  width: 32px;
  border-radius: 4px 0px 0px 4px;
  border-left: 1px solid #d1d4d6;
  border-top: 1px solid #d1d4d6;
  border-bottom: 1px solid #d1d4d6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafbfd;
  cursor: move;
  color: #8c9297;
}
.gp-routing-options-set__value-label--active {
  font-weight: bold;
  color: #17b632;
}
.gp-routing-options-set__close-btn {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30px;
  font-size: 0.9em;
  height: 30px;
}
.gp-routing-options-set__close-btn--enabled {
  color: #a2a7ad;
  cursor: pointer;
}
.gp-routing-options-set__close-btn--disabled {
  color: #bfbfbf;
  cursor: default;
}
.gp-routing-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
.gp-routing-arrow__i {
  font-size: 20px;
  color: #83888f;
  cursor: pointer;
}
.gp-routing-add-btn {
  border-radius: 1rem;
  border: 1px solid #dddfde;
  width: auto;
  padding: 10px 15px;
  height: 23px;
  font-size: 13px;
  margin-right: 5px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
.gp-routing-add-btn__section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.gp-routing-add-btn__active {
  color: #839a90;
  cursor: pointer;
}
.gp-routing-add-btn__inactive {
  color: #b1b1b1;
  cursor: default;
}
.gp-routing-footer {
  flex-direction: column;
}
.gp-routing-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-routing-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-routing-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-routing-footer-actions .gp-btn {
  width: 70px;
}
.gp-colorpicker-wrapper {
  display: inline-block;
}
.gp-colorpicker {
  width: 305px;
  padding: 10px;
  user-select: none;
  position: fixed;
  background: white;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.gp-colorpicker-picker {
  position: relative;
  width: 285px;
  height: 190px;
  display: block;
  margin-bottom: 10px;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
}
.gp-colorpicker-picker:hover .gp-colorpicker-picker__cursor {
  opacity: 1;
}
.gp-colorpicker-picker__cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  opacity: .5;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3), inset 0 0 2px 1px rgba(0, 0, 0, 0.3);
  margin: -5px;
  transition: opacity .2s ease;
}
.gp-colorpicker-hue {
  position: relative;
  width: 240px;
  height: 16px;
  display: block;
  margin-bottom: 5px;
  border-radius: 2px;
  background: linear-gradient(to right, #ff0000 0%, #ffff00 16.7%, #00ff00 33.3%, #00ffff 50%, #0000ff 66.7%, #ff00ff 83.3%, #ff0000 100%);
  user-select: none;
}
.gp-colorpicker-alpha {
  position: relative;
  width: 240px;
  height: 16px;
  display: block;
  margin-bottom: 10px;
  border-radius: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUfCi0FjIGBiAAAACtJREFUKM9j/PTpEwM2wMvLi1WciYFEMKqBGMD4//9/rBKfP38eDSX6aQAA8GEI8hBA0b0AAAAASUVORK5CYII=);
  user-select: none;
}
.gp-colorpicker-alpha__fill {
  display: block;
  width: 100%;
  height: 100%;
}
.gp-colorpicker-hue:hover .gp-colorpicker-hue__cursor,
.gp-colorpicker-hue:hover .gp-colorpicker-alpha__cursor,
.gp-colorpicker-alpha:hover .gp-colorpicker-hue__cursor,
.gp-colorpicker-alpha:hover .gp-colorpicker-alpha__cursor {
  opacity: 1;
}
.gp-colorpicker-hue__cursor,
.gp-colorpicker-alpha__cursor {
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  background: white;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  opacity: .5;
  transition: opacity .2s ease;
  margin: 0 -1px;
}
.gp-colorpicker-sample {
  float: right;
  width: 37px;
  height: 37px;
  border-radius: 2px;
}
.gp-colorpicker-values {
  margin: 0 -5px;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
.gp-colorpicker-values__hex {
  flex: 5 0px;
  padding: 0 5px;
}
.gp-colorpicker-values__value {
  flex: 4 0px;
  padding: 0 5px;
}
.gp-colorpicker-values input {
  width: 100%;
  border: 1px solid #dde2e6;
  border-radius: 2px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.gp-colorpicker-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
  cursor: pointer;
}
.gp-colorpicker-icon__light {
  display: inline-block;
  vertical-align: middle;
}
.gp-analytic-layers {
  background-color: #fff;
  padding: 10px 0 0 0;
  overflow-x: hidden;
}
.gp-analytic-layers__form-element {
  margin: 10px;
  white-space: nowrap;
}
.gp-analytic-layers__form-element-attribute {
  padding-right: 10px;
}
.gp-analytic-layers__form-element-select {
  display: flex;
  align-items: baseline;
}
.gp-analytic-layers__form-element--flex {
  display: flex;
  align-items: center;
}
.gp-analytic-layers__form-element__layer-select {
  padding-right: 0;
}
.gp-analytic-layers__form-element--layer {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.gp-analytic-layers__form-element--layer select {
  padding-right: 0;
}
.gp-analytic-layers__form-element--attribute {
  width: 250px;
  margin-left: 0;
  padding-left: 0;
}
.gp-analytic-layers__form-element--attribute select {
  padding-left: 0;
}
.gp-analytic-layers__form-element--attribute label {
  padding-left: 0;
}
.gp-analytic-layers__form-element--method {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.gp-analytic-layers__form-element--method label {
  color: black;
  white-space: nowrap;
}
.gp-analytic-layers__form-element--method .gp-analytic-layers__type-select {
  width: 100%;
}
.gp-analytic-layers__form-element--count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.gp-analytic-layers__form-element--count label {
  color: black;
  white-space: nowrap;
}
.gp-analytic-layers__form-element--diagram-attribute {
  padding: 0 10px;
  width: 100%;
  display: inline-block;
}
.gp-analytic-layers__form-element--diagram-attribute--unremovable {
  width: 450px;
}
.gp-analytic-layers__form-element__actions {
  margin: 20px 10px 25px;
  text-align: center;
}
.gp-analytic-layers__form-element__add-btn {
  border-radius: 1rem;
  border: 1px solid #dddee0;
  color: #838a92;
  width: auto;
  padding: 10px 15px;
  height: 23px;
  font-size: 13px;
}
.gp-analytic-layers__form-element__remove-btn {
  color: #bfbfbf;
  width: 1rem;
  margin-left: 10px;
  flex-shrink: 0;
  font-size: 1.2rem;
  cursor: pointer;
}
.gp-analytic-layers__form-element__remove-btn:hover {
  color: red;
}
.gp-analytic-layers__form-element__between-labels {
  padding: 0 10px;
}
.gp-analytic-layers__form-group {
  padding: 10px;
  display: flex;
  align-items: center;
}
.gp-analytic-layers__form-group label {
  flex: 2;
  line-height: 20px;
  padding: 0px 10px;
}
.gp-analytic-layers__form-group .gp-analytic-layers__form-element {
  flex: 3;
  margin: 0 10px;
}
.gp-analytic-layers__label {
  padding: 0 10px 5px;
  display: block;
  color: #848a93;
}
.gp-analytic-layers__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 460px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 10px 0 10px;
}
.gp-analytic-layers__input--count {
  width: 65px;
}
.gp-analytic-layers__form-elements-group {
  display: flex;
  padding-right: 10px;
}
.gp-analytic-layers-resolution {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 20px;
}
.gp-analytic-layers-resolution label {
  color: #000000;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
.gp-analytic-layers-resolution__between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-analytic-layers-resolution__select {
  width: 120px;
  margin: 0 10px;
}
.gp-analytic-layers-opacity {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.gp-analytic-layers-opacity label {
  color: #000000;
  display: inline-flex;
  align-items: center;
}
.gp-analytic-layers-opacity__slider {
  width: 220px;
  display: flex;
  align-items: center;
}
.gp-analytic-layers-opacity__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 65px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 10px 0 10px;
}
.gp-analytic-layers-content {
  padding: 20px 10px;
}
.gp-analytic-layers__type-select {
  margin: 0 10px;
}
.gp-analytic-layers-working-set-name {
  margin: 10px 0;
}
.gp-analytic-layers-working-set-name__input {
  margin: 10px 5px;
  height: 32px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  box-sizing: border-box;
}
.gp-btn--colouring {
  border: 1px solid #dddee0;
  margin: 0 5px 10px;
  width: 120px;
}
.gp-analytics-footer {
  flex-direction: column;
}
.gp-analytics-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-analytics-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-analytics-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-analytics-footer-buttons {
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
}
.gp-analytic-class-color {
  padding: 0px 15px;
  text-align: center;
  width: 100%;
}
.gp-analytic-class-color-labels {
  display: flex;
  color: #848a93;
}
.gp-analytic-class-color-labels__label {
  margin-left: 26px;
  margin-right: 80px;
}
.gp-analytic-class-color-item {
  display: flex;
  height: 16px;
  margin: 10px 5px 23px 5px;
  width: 100%;
}
.gp-analytic-class-color-item .gp-colorpicker-icon {
  vertical-align: baseline;
  border-radius: 2px;
}
.gp-analytic-class-color-item .gp-colorpicker-wrapper {
  margin-right: 5px;
}
.gp-analytic-class-color-item__sample {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(100, 100, 100, 0.3);
}
.gp-analytic-class-color-item__sample input[type="color"] {
  -webkit-appearance: none;
  border: none;
  opacity: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.gp-analytic-class-color-item__sample input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.gp-analytic-class-color-item__sample input[type="color"]::-webkit-color-swatch {
  border: none;
}
.gp-analytic-class-color-item-interval {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-analytic-class-color-item-interval__input-from {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #d1d4d6;
  border-right: 0px;
  width: 120px;
}
.gp-analytic-class-color-item-interval__input-to {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #d1d4d6;
  width: 120px;
}
.gp-analytic-class-color-item-graph {
  margin-left: 5px;
  width: 100%;
}
.gp-analytic-class-color-item-graph__bar-value-group {
  display: flex;
}
.gp-analytic-class-color-item-graph__bar {
  border-radius: 2px;
  height: 16px;
  text-align: right;
  transition-property: width;
  transition-duration: 0.5s;
}
.gp-analytic-class-color-item-graph__value {
  background-color: #fff;
  display: inline-flex;
  padding-left: 5px;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  height: 16px;
}
.gp-analytic-class-color-item-graph__signature {
  color: #848a93;
  font-size: 12px;
  padding-top: 2px;
  text-align: left;
  overflow: hidden;
  max-width: 430px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gp-analytic-layers-class-color-group {
  width: 360px;
}
.gp-zones-content {
  background-color: #fff;
  padding: 0;
}
.gp-zones-data {
  display: flex;
}
.gp-zones-options {
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
.gp-zones-options-set {
  display: flex;
  align-items: center;
}
.gp-zones-options-set__input-name-error {
  color: #df0707;
  text-align: center;
}
.gp-zones-options-set__caption {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
}
.gp-zones-options-set__caption-label {
  height: 32px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.gp-zones-options-set__input {
  padding: 4px 0px 4px 0px;
  background-color: #fff;
  width: 100%;
}
.gp-zones-options-set__input-value {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-zones-options-set__input-value--error {
  border: 1px solid #df0707;
}
.gp-zones-options-set__label {
  padding-bottom: 10px;
  color: #848a93;
}
.gp-zones-settings__select .gp-select-item__input {
  border-radius: 4px;
}
.gp-zones-options-set__slider {
  width: 100%;
  display: flex;
  align-items: center;
}
.gp-zones-options-set__slider-input {
  height: 32px;
  padding: 0 7px;
  box-sizing: border-box;
  width: 80px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 0px 0 10px;
}
.gp-zones-options-set__checkbox-section {
  display: flex;
  align-items: center;
  padding: 6px 10px 16px 0px;
}
.gp-zones-dialog-window .gp-modal {
  padding: 0px !important;
}
.gp-zones-dialog-window-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f2;
  padding: 6px 10px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  background-color: #f0f1f1;
  border-radius: 2px 2px 0px 0px;
}
.gp-zones-dialog-window-caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-zones-dialog-window-caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.gp-zones-dialog-window-content {
  padding: 10px;
  overflow-y: auto;
}
.gp-copyrights {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.37);
  color: white;
  font-size: 12px;
  padding: 3px 5px;
  cursor: pointer;
  display: flex;
  min-width: 30px;
}
.gp-copyrights--expanded {
  max-width: 95vw;
}
.gp-copyrights--collapsed {
  max-width: 230px;
}
.gp-copyrights__text--expanded {
  overflow: hidden;
}
.gp-copyrights__text--collapsed {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
.gp-copyrights__toggler {
  width: 14px;
  justify-content: center;
  margin-right: 5px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.gp-copyrights__toggler--threedotted {
  font-size: 13px;
}
.gp-copyrights__toggler--arrowed {
  font-size: 9px;
}
.gp-copyrights a {
  color: white;
  font-weight: bold;
}
.gp-copyrights a:visited {
  color: white;
}
.gp-interpolation {
  background-color: #fff;
  padding: 10px 0 0 0;
}
.gp-interpolation__form-item {
  display: flex;
  justify-content: space-between;
}
.gp-interpolation__form-element {
  margin: 10px;
}
.gp-interpolation__form-element--flex {
  display: flex;
  align-items: center;
}
.gp-interpolation__form-element--layer {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.gp-interpolation__form-element--layer select {
  padding-right: 0;
}
.gp-interpolation__form-element--attribute {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.gp-interpolation__form-element--attribute label {
  color: black;
  white-space: nowrap;
}
.gp-interpolation__form-element--count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.gp-interpolation__form-element--count label {
  color: black;
  white-space: nowrap;
}
.gp-interpolation__attribute-select {
  margin: 0 10px;
  width: 200px;
}
.gp-interpolation__layer-select {
  padding: 0 10px;
}
.gp-interpolation__label {
  padding: 0 10px 5px;
  display: block;
  color: #848a93;
}
.gp-interpolation__form-elements-group {
  display: flex;
  padding-right: 10px;
}
.gp-interpolation__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 460px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 10px 0 10px;
}
.gp-interpolation__input--count {
  width: 90px;
}
.gp-interpolation__input--coordinate {
  width: 120px;
}
.gp-interpolation-footer {
  flex-direction: column;
}
.gp-interpolation-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-interpolation-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-interpolation-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-interpolation-modal__text {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #55c11d;
  font-weight: bold;
}
.gp-interpolation-modal__link {
  margin-bottom: 20px;
  color: #b5b5b5 !important;
  font-style: italic !important;
  font-weight: normal;
}
.gp-interpolation-modal-buttons {
  display: flex;
  justify-content: center;
}
.gp-interpolation-modal-buttons > *:first-child {
  margin-right: 10px;
}
.gp-interpolation-dialog {
  padding: 0 0 20px 0;
}
.gp-interpolation-icon {
  font-size: 30px;
}
.gp-interpolation-modal__icon {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #55c11d;
  font-weight: normal;
}
.gp-timed-layers {
  background-color: #fff;
  padding: 10px 0 10px 0;
}
.gp-timed-layers__form-item {
  display: flex;
  justify-content: space-between;
}
.gp-timed-layers__form-element {
  margin: 10px;
  display: flex;
  height: 32px;
  align-items: center;
}
.gp-timed-layers__form-element .gp-object-property-edit {
  margin-bottom: 0;
}
.gp-timed-layers__form-element-checkbox {
  align-items: center;
}
.gp-timed-layers__form-element-checkbox .gp-checkbox {
  width: 160px;
  white-space: nowrap;
}
.gp-timed-layers__label {
  padding: 0 10px 5px;
  display: block;
  color: #848a93;
}
.gp-timed-layers__form-elements-group {
  display: flex;
  padding-right: 10px;
}
.gp-timed-layers__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 460px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  margin: 0 10px 0 10px;
}
.gp-timed-layers__input--count {
  width: 90px;
}
.gp-timed-layers-footer {
  flex-direction: column;
}
.gp-timed-layers-footer-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-timed-layers-footer-actions .gp-btn {
  margin-right: 10px;
}
.gp-timed-layers-footer-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-timed-layers-icon {
  font-size: 30px;
}
.gp-timed-layer-actions {
  display: flex;
  flex-shrink: 0;
  position: absolute;
  right: 13px;
  align-items: baseline !important;
}
.gp-timed-layer-actions .gp-list-item__btn:last-child {
  margin-right: 0;
}
.gp-timed-layer-name {
  justify-content: space-between;
  color: #000;
  padding: 5px 10px;
  margin: 0;
}
.gp-timed-layer-name__label {
  padding-left: 5px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  max-width: 346px;
}
.gp-timed-layer-name__label::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 16px;
  width: 31%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
}
.gp-timed-layer-name:hover .gp-timed-layer-name__label::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f0f1f1 100%);
}
.gp-timed-layer-name:hover {
  background-color: #f0f1f1;
}
.gp-timed-layer-name--disabled {
  color: #d0d0d0;
}
.gp-timed-layer-name .gp-tooltip {
  flex: 1 0;
}
.gp-timed-layer-name-inner {
  width: 100%;
  position: relative;
}
.gp-timed-layer-name-inner .gp-checkbox {
  position: absolute;
  width: 16px;
  display: inline-block;
}
.gp-timed-layer-name-inner__error {
  color: #ff4549;
}
.gp-timed-layer-settings {
  flex-shrink: 0;
  position: relative;
}
.gp-timed-layer-settings--inline {
  display: inline-block;
}
.gp-timed-layer-settings__content {
  color: #444;
  position: absolute;
  z-index: 10;
  display: none;
  border: 1px solid #d1d4d6;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  background-color: #fff;
  padding: 10px 0;
  min-width: 92px;
  top: 25px;
  right: -10px;
}
.gp-timed-layer-settings__content--visible {
  display: block;
}
.gp-timed-layer-settings__content:before {
  right: 10px;
  top: -6px;
  content: " ";
  height: 10px;
  width: 10px;
  position: absolute;
  pointer-events: none;
  display: block;
  border-left: 1px solid #d1d4d6;
  border-top: 1px solid #d1d4d6;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(45deg);
  box-shadow: 0 -1px 1px -1px rgba(0, 0, 0, 0.2), -1px 0 1px -1px rgba(0, 0, 0, 0.2);
}
.gp-timed-layer-settings__content--up:before {
  top: auto;
  bottom: -1px;
  transform: skewX(-45deg);
  border-top: 0;
  border-bottom: 1px solid #d1d4d6;
  box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.2), -1px 0 1px -1px rgba(0, 0, 0, 0.2);
}
.gp-timed-layer-settings__icon {
  color: #d1d4d6;
  cursor: pointer;
  flex-shrink: 0;
}
.gp-timed-layer-settings__icon--clicked {
  color: #3fa2dd;
}
.gp-timed-layer-settings-content__item {
  padding: 10px 10px 10px 20px;
  cursor: pointer;
}
.gp-timed-layer-settings-content__item:hover {
  background-color: #eee;
}
.gp-timed-layer-settings-content__item--confirm {
  cursor: default;
}
.gp-timed-layer-settings-content__item--disabled {
  color: #a7a7a7;
}
.gp-timed-layer-settings-content__btn {
  margin-left: 10px;
  cursor: pointer;
}
.gp-timed-layer-settings-content__btn--confirm {
  color: green;
}
.gp-timed-layer-settings-content__btn--cancel {
  color: red;
}
.gp-timed-layer-settings-content__delimiter {
  border-top: 1px solid #d1d4d6;
  margin: 5px 0;
  color: #c0c0c0;
  text-transform: uppercase;
  padding: 10px 10px 0 20px;
  font-size: 13px;
}
.gp-timed-layer-settings-content__delimiter:first-child {
  border: 0;
}
.gp-timed-layer-settings-content__delimiter:last-child {
  display: none;
}
.gp-timed-layer-settings-content-date-input {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 20px;
  width: 100%;
}
.gp-timed-layer-settings-content-date-input--invisible {
  display: none;
}
.gp-timed-layer-settings-content-date-input__value {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-timed-layer-settings-content-date {
  margin-left: 20px;
}
.gp-timed-layers-slider-box {
  width: 100%;
  position: absolute;
  background-color: white;
  height: 90px;
  margin: 0;
  display: flex;
  left: 0;
  align-items: center;
  padding: 0;
}
.gp-timed-layers-slider {
  width: 100%;
  padding: 15px;
}
.gp-timed-layers-slider-layers {
  padding-left: 15px;
}
.gp-timed-layers-slider .gp-slider-tooltip {
  background-color: black;
}
.gp-timed-layers-slider-scale {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.gp-timed-layers-slider-scale__mark-unit {
  width: 1px;
  height: 7px;
}
.gp-timed-layers-slider-scale__mark-unit--empty {
  background: none;
}
.gp-timed-layers-slider-scale__mark-unit--filled {
  background: #e5e5e5;
}
.gp-timed-layers-slider-settings {
  flex-shrink: 0;
  position: relative;
  padding-right: 15px;
}
.gp-timed-layers-slider-settings__label {
  display: block;
  color: #848a93;
  padding: 5px;
}
.gp-timed-layers-slider-settings__select {
  margin: 0 10px;
  width: 95px;
}
.gp-timed-layers-slider-settings__input {
  height: 32px;
  padding: 0 10px;
  display: block;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
  box-sizing: border-box;
}
.gp-timed-layers-slider-settings__icon {
  color: #d1d4d6;
  cursor: pointer;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.gp-timed-layers-slider-settings__icon--clicked {
  color: #3fa2dd;
}
.gp-timed-layers-slider-settings__content {
  color: #444;
  position: absolute;
  z-index: 10;
  display: none;
  border: 1px solid #d1d4d6;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
  background-color: #fff;
  padding: 10px 0 10px 10px;
  min-width: 350px;
  top: -85px;
  right: 0;
}
.gp-timed-layers-slider-settings__content--visible {
  display: flex;
}
.gp-timed-layers-slider-settings__content:before {
  right: 16px;
  top: 68px;
  content: " ";
  height: 10px;
  width: 10px;
  position: absolute;
  pointer-events: none;
  display: block;
  border-right: 1px solid #d1d4d6;
  border-bottom: 1px solid #d1d4d6;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(45deg);
  box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.2), 0 0 1px -1px rgba(0, 0, 0, 0.2);
}
.gp-timed-layers-slider-settings-item {
  display: flex;
  align-items: center;
  margin: 10px;
}
.gp-timed-layers-slider-actions {
  display: flex;
}
.gp-timed-layers-slider-play {
  flex-shrink: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #d1d4d6;
}
.gp-timed-layers-slider-play__icon {
  color: #d1d4d6;
  cursor: pointer;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.gp-timed-layers-slider-play__icon:hover {
  color: #3fa2dd;
}
.gp-timed-layers-slider-play__icon--clicked {
  color: #3fa2dd;
}
.gp-slider-date-input {
  width: 75px;
  background-color: black;
  color: white;
  border: 0;
  text-align: center;
}
.gp-cctv-cameras-search-window .gp-draggable-window {
  width: 500px;
}
.gp-cctv-cameras-search-window .gp-draggable-window-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-height: 135px;
}
.gp-cctv-cameras-search-window .gp-draggable-window-caption {
  color: white;
  background-color: #40454f;
  border-bottom: none;
}
.gp-cctv-cameras-search-window .gp-draggable-window-caption__title {
  color: white;
}
.gp-cctv-cameras-search-window__label {
  padding-bottom: 5px;
}
.gp-cctv-cameras-search-window__input {
  width: 360px;
  padding-left: 10px;
  outline: none;
}
.gp-cctv-cameras-search-window__hint {
  padding-top: 10px;
  font-style: italic;
  color: #9aa4a8;
}
.gp-stream-window {
  width: 200px;
  background-color: black;
}
.gp-stream-window .gp-draggable-window {
  width: 200px;
  height: 193px;
  z-index: 50px;
}
.gp-stream-window .gp-draggable-window-content {
  padding: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 165px;
}
.gp-stream-window .gp-draggable-window-caption {
  color: white;
  background-color: #40454f;
  border-bottom: none;
}
.gp-stream-window .gp-draggable-window-caption__title {
  color: white;
}
.gp-video-streams-dialog {
  width: 500px;
}
.gp-video-streams-dialog .gp-modal {
  padding: 0px !important;
}
.gp-video-streams-dialog__content {
  text-align: center;
  padding: 20px;
  overflow-y: auto;
}
.gp-video-streams-dialog__footer {
  padding: 10px 0;
  border-top: 1px solid lightgrey;
  display: flex;
  justify-content: center;
}
.gp-video-streams-dialog__footer > *:first-child {
  margin-right: 10px;
}
.gp-video-streams-dialog__2nd-btn {
  color: black;
  background-color: white;
  border: 1px solid lightgray;
}
.gp-video-streams-dialog-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  color: white;
  background-color: #40454f;
  border-radius: 2px 2px 0px 0px;
}
.gp-video-streams-dialog-caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-video-streams-dialog-caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.gp-geometry-manual-input {
  padding: 0px;
  width: 500px;
  height: 490px;
}
.gp-geometry-manual-input__label {
  display: flex;
  padding-bottom: 10px;
}
.gp-geometry-manual-input-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f2;
  padding: 6px 10px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  background-color: #f0f1f1;
  border-radius: 2px 2px 0px 0px;
}
.gp-geometry-manual-input-caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-geometry-manual-input-caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.gp-geometry-manual-input-content {
  padding: 20px 20px 10px 20px;
}
.gp-geometry-manual-input-select-section {
  padding-bottom: 20px;
}
.gp-geometry-manual-input-list {
  height: 160px;
  overflow-y: auto;
}
.gp-geometry-manual-input-list__inner {
  display: inline-flex;
  flex-direction: column;
  overflow-y: hidden;
}
.gp-geometry-manual-input-add-btn {
  padding-left: 42px;
  padding-bottom: 10px;
  cursor: pointer;
  user-select: none;
  color: #07abe8;
}
.gp-geometry-manual-input-add-btn--inactive {
  color: lightgray;
  cursor: default;
}
.gp-geometry-manual-input-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  padding-top: 4px;
}
.gp-geometry-manual-input-list-item__index {
  width: 25px;
}
.gp-geometry-manual-input-list-item__label--deg {
  padding-left: 10px;
}
.gp-geometry-manual-input-list-item__label--xy {
  height: 32px;
  width: 32px;
  border-radius: 4px 0px 0px 4px;
  border-left: 1px solid #d1d4d6;
  border-top: 1px solid #d1d4d6;
  border-bottom: 1px solid #d1d4d6;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafbfd;
}
.gp-geometry-manual-input-list-item__input {
  height: 32px;
  border: 1px solid lightgray;
  padding: 10px;
  outline: none;
}
.gp-geometry-manual-input-list-item__input--deg {
  border-radius: 2px;
  width: 50px;
}
.gp-geometry-manual-input-list-item__input--xeg {
  border-radius: 2px;
  margin-left: 20px;
  width: 50px;
}
.gp-geometry-manual-input-list-item__input--xy {
  border-radius: 0px 4px 4px 0px;
  width: 160px;
  margin-right: 10px;
}
.gp-geometry-manual-input-list-item__suffix {
  padding-left: 2px;
  padding-right: 7px;
}
.gp-geometry-manual-input-list-item__trash-btn--inactive {
  color: lightgray;
  cursor: default;
}
.gp-geometry-manual-input-footer {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-geometry-manual-input-footer .gp-btn {
  margin-right: 10px;
}
.gp-geometry-manual-input-footer .gp-btn:last-child {
  margin-right: 0;
}
.gp-geometry-manual-input-footer .gp-btn {
  width: 70px;
}
.gp-cursor-coordinates-wrapper {
  position: absolute;
  bottom: 35px;
  right: 5px;
  background-color: white;
  padding: 20px 15px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
}
.gp-cursor-coordinates-wrapper::before,
.gp-cursor-coordinates-wrapper::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid white;
}
.gp-cursor-coordinates-wrapper::before {
  border-top: 10px solid white;
  bottom: -19px;
}
.gp-cursor-coordinates-item {
  font-size: 14px;
  margin-bottom: 10px;
  color: black;
}
.gp-cursor-coordinates-item__sample {
  font-size: 11px;
  margin: 3px 0 0 24px;
  color: #676767;
  cursor: pointer;
}
.gp-movement-route__label {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: end;
  padding-right: 10px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 15px;
  width: 50%;
}
.gp-movement-route__select {
  margin-bottom: 10px;
  width: 100%;
}
.gp-movement-route__select .gp-select-item__input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-movement-route-field {
  display: flex;
  width: 100%;
}
.gp-movement-route-distance {
  text-align: center;
  margin: 20px 0;
  background-color: #eceef0;
  padding: 10px 0;
}
.gp-movement-route-distance-length {
  font-size: 3em;
}
.gp-movement-route-inlineblock {
  display: inline-block;
}
.gp-movement-route-footer {
  flex-direction: column;
}
.gp-movement-route-btn-group {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-movement-route-btn-group .gp-btn {
  margin-right: 10px;
}
.gp-movement-route-btn-group .gp-btn:last-child {
  margin-right: 0;
}
.gp-movement-route-actions {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  flex-shrink: 0;
  border-top: 1px solid #f1f1f1;
}
.gp-movement-route-actions .gp-btn {
  margin-right: 10px;
}
.gp-movement-route-actions .gp-btn:last-child {
  margin-right: 0;
}
.gp-movement-route-actions .gp-btn {
  width: 70px;
}
.gp-movement-route-object-property-edit {
  display: flex;
  margin-bottom: 10px;
}
.gp-movement-route-object-property-edit:last-child {
  margin-bottom: 0;
}
.gp-movement-route-object-property-edit__value {
  height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-movement-route-object-property-edit__value[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.gp-mr-tab {
  width: 50%;
  flex-shrink: 0;
  color: #7e838b;
  border: 1px solid #e3e8ef;
  box-sizing: border-box;
  height: 32px;
  /*
  &:first-child {
    border-left: none;
  }
  &:last-child {
    border-right: none;
  }
  */
}
.gp-mts-tab {
  /* width: 50%; */
  flex-shrink: 0;
  color: #7e838b;
  border: 1px solid #e3e8ef;
  box-sizing: border-box;
  height: 32px;
}
.gp-mr-tab--active {
  border: none;
  background-color: #07abe8;
  color: #fff;
}
.gp-mts-tab--active {
  border: none;
  background-color: #07abe8;
  color: #fff;
}
.gp-mr-tab--disabled {
  pointer-events: none;
}
.gp-draggable-window-header__es_light {
  background-color: #ffffff;
  display: initial;
  padding: 0px;
}
.gp-observation__label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  padding-right: 10px;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 50%;
}
.gp-observation__input_group {
  display: inline-flex;
}
.gp-observation-add__btn {
  height: 30px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.gp-observation__select {
  width: 380px;
  margin-bottom: 10px;
}
.gp-observation__select .gp-select-item__input {
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #d1d4d6;
}
.gp-ro-search-window {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gp-ro-search-window-body {
  height: 100%;
  display: flex;
  max-height: calc(100vh - 135px);
}
.gp-ro-search-window-bottom {
  display: flex;
  flex-shrink: 0;
}
.gp-ro-search-window-bottom__btn {
  width: 100%;
}
.gp-ro-search-parameter {
  margin-bottom: 18px;
  padding: 0 15px;
}
.gp-ro-search-select {
  width: 100%;
}
.gp-ro-search-parameter--disabled .gp-ro-search-parameter__caption {
  color: #b5b8bc;
}
.gp-ro-search-parameter__caption {
  color: #82878f;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-ro-search-parameter__caption:first-child {
  margin-top: 20px;
}
.gp-ro-search-parameter__body {
  display: flex;
  align-items: center;
}
.gp-ro-search-months {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gp-ro-search-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gp-ro-input-prefix {
  padding-right: 7px;
}
.gp-ro-object-property-edit {
  display: flex;
  margin-left: 10px;
  margin-bottom: 10px;
}
.gp-ro-object-property-edit:last-child {
  margin-bottom: 0;
}
.gp-ro-object-property-edit__value {
  height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 85%;
  border-radius: 4px;
  border: 1px solid #d1d4d6;
}
.gp-ro-object-property-edit__value[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.gp-ro-search-months-btn {
  border: 1px solid #747a83;
  border-radius: 2px;
  width: 101px;
  padding: 7px 0;
  margin-bottom: 10px;
}
.gp-ro-search-months-btn--active {
  background-color: #3fa2dd;
  border-color: #3fa2dd;
  color: #fff;
}
.gp-ro-search-satellite {
  display: flex;
  flex-wrap: wrap;
}
.gp-ro-search-satellite-btn {
  border: 1px solid #747a83;
  border-radius: 2px;
  width: 101px;
  padding: 7px 0;
  margin-bottom: 10px;
  margin-right: 9px;
  font-size: 13px;
}
.gp-ro-search-satellite-btn:nth-child(4n) {
  margin-right: 0;
}
.gp-ro-search-satellite-btn--active {
  background-color: #3fa2dd;
  border-color: #3fa2dd;
  color: #fff;
}
.gp-ro-btn__icon + .gp-btn__text {
  margin-left: 10px;
}
.gp-ro-search-type {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.gp-ro-search-type .gp-ro-search-type-btn {
  margin-right: 13px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.gp-ro-search-type .gp-ro-search-type-btn:last-child {
  margin-right: 0;
}
.gp-ro-search-type .gp-ro-search-type-btn--active {
  background-color: darkgray;
}
.gp-ro-dragbox-search {
  border: 2px solid #d40e1f;
  background-color: rgba(212, 14, 31, 0.25);
}
.gp-ro-search-form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.gp-ro-search-form-group__input {
  width: 97px;
  padding: 7px 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #dde2e6;
  overflow: hidden;
  white-space: nowrap;
}
.gp-ro-search-form-group__input--simple {
  width: 76px;
}
.gp-ro-search-form-group__slider {
  width: 100%;
  margin: 0 10px;
}
.gp-ro-search-form-group__slider .rc-slider-rail {
  height: 1px;
  background-color: #e1e3e2;
}
.gp-ro-search-form-group__slider .rc-slider-track {
  height: 2px;
  background-color: #07abe8;
}
.gp-ro-search-form-group__slider .rc-slider-handle {
  margin-top: -6px;
}
.gp-ro-search-form-group__slider.rc-slider-disabled {
  background-color: #ffffff;
}
.gp-ro-search-form-group__slider.rc-slider-disabled .rc-slider-track {
  background-color: #eeeeee;
}
.gp-ro-search-collapse {
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
}
.gp-ro-search-collapse__header {
  display: flex;
  justify-content: space-between;
  color: black;
  padding: 0 20px;
}
.gp-ro-search-collapse__content {
  height: auto;
  display: block;
  transition: transform 0.2s ease;
}
.gp-ro-search-collapse__content--collapsed {
  height: 0;
  display: none;
}
.gp-ro-search-collapse__control {
  cursor: pointer;
  position: relative;
  display: flex;
  font-size: 16px;
}
.gp-ro-search-collapse__control:before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  border: #d2d3d6 solid;
  border-width: 0 0 2px 2px;
  transform-origin: 33% 67%;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  margin: 0;
  top: 3px;
  position: relative;
}
.gp-ro-search-collapse__control--collapsed:before {
  transform: rotate(-135deg);
}
.gp-ro-statistic-dialog {
  min-width: 1000px;
  padding: 0px;
}
.gp-ro-raster-dialog {
  width: 540px;
  padding: 0px;
  max-height: 700px;
  border-radius: 4px;
}
.gp-ro-statistic-table-inner {
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  min-width: "1000px";
}
.gp-ro-statistic-table {
  min-width: 990px;
  max-width: 1200px;
}
.gp-ro-statistic-table__caption {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.gp-ro-statistic-table__header {
  display: flex;
  justify-content: space-between;
  color: black;
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  align-items: center;
  font-size: 16px;
}
.gp-ro-statistic-table__content {
  margin: 0px;
  overflow-y: auto;
  max-height: 500px;
  display: flex;
}
.gp-ro-statistic-table__content th td {
  text-align: left;
  vertical-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.gp-ro-statistic-table__content tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gp-ro-statistic-table__content .row {
  text-align: center;
  flex-wrap: nowrap;
  margin-right: 0px;
  margin-left: 0px;
}
.gp-ro-buffer-settings__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 70px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #d1d4d6;
  margin: 0 -1px 0 182px;
  outline: none;
}
.gp-ro-buffer-settings__select {
  width: 70px;
  display: inline-block;
  user-select: none;
}
.gp-ro-buffer-settings__select .gp-select-item__input {
  border-radius: 0 4px 4px 0;
  user-select: none;
}
.gp-ro-geometry-manual-input-results {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: #e7faf4;
  color: #13c895;
  width: 100%;
}
.gp-ro-geometry-manual-input-results__status {
  padding: 20px;
  padding-left: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gp-ro-geometry-manual-input-results__action-name {
  padding: 20px 50px;
  color: #08aaeb;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.gp-ro-cart-content--empty {
  margin: 10px;
  text-align: center;
}
.gp-ro-cart-content-item {
  margin: 10px 5px 10px 5px;
}
.gp-ro-cart-content-item-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-ro-cart-content-item-body {
  border-radius: 1px;
  border: 1px solid #d1d4d6;
  margin: 10px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.gp-ro-cart-content-item-body-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  margin: 5px;
}
.gp-ro-cart-content-item-body-cell:first-child {
  margin-left: 10px;
}
.gp-ro-cart-content-item-body-cell:last-child {
  margin-right: 10px;
}
.gp-ro-cart-content-item-body-cell--caption {
  color: #82878f;
}
.gp-ro-cart-content-item-body-cell--id {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gp-a-cart-footer-btn {
  width: 130px !important;
}
.gp-ro-statistic-link {
  padding-right: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-right: 1px solid #747a83;
  color: #747a83;
  font-size: 12px;
}
.gp-ro-cart-window {
  width: 600px;
}
.gp-item-details {
  width: 900px;
  height: 600px;
  color: #3c4751;
  display: flex;
}
.gp-item-details-preview {
  width: 540px;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gp-item-details-preview__image {
  padding: 40px;
  position: relative;
  max-width: 460px;
  max-height: 520px;
}
.gp-item-details-info {
  width: 360px;
  display: flex;
  flex-direction: column;
}
.gp-item-details-info__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-size: 14px;
  user-select: none;
  cursor: inherit;
  flex-shrink: 0;
  border-bottom: 1px solid #e3e8ef;
}
.gp-item-details-info__caption__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.gp-item-details-info__caption__close-btn {
  cursor: pointer;
  color: #b4b5b5;
  font-size: 11px;
}
.gp-item-details-info__content {
  display: flex;
  flex-direction: column;
  height: 500px;
  margin-bottom: 1px;
}
.gp-item-details-info__content__prop {
  padding-left: 20px;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gp-item-details-info__content__prop-text {
  color: #82878f;
}
.gp-item-details-info__content__prop-value {
  padding-left: 5px;
  padding-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.gp-item-details-info__footer {
  color: white;
  display: flex;
  width: 100%;
  background-color: #13ca94;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: bold;
  font-size: 14px;
}
.gp-link-to-extent {
  display: flex;
  padding: 15px;
}
.gp-link-to-extent__input {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px 0 0 4px;
  border: 1px solid #d1d4d6;
  outline: none;
  flex: 7;
}
.gp-link-to-extent__btn {
  flex: 3;
  border-radius: 0 4px 4px 0;
}
.gp-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #444;
}
.gp-container .gp-map-container-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.gp-app-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gp-ya-map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gp-ya-map-container .ymaps-2-1-48-copyright {
  top: -50px;
}
.gp-g-map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.gp-app-content {
  height: 100%;
  width: 100%;
  padding-top: 66px;
  box-sizing: border-box;
  position: relative;
}
.gp-icon {
  background-color: #ffdd2d;
  border-radius: 50%;
  margin-right: 30px;
  padding: 10px;
  color: #444;
}
.gp-icon__image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2em;
  color: #4e535a;
}
.gp-to-extent-hint {
  font-style: italic;
  padding: 5px 30px 10px;
  text-align: center;
  color: #b4b5b5;
  font-size: .9em;
}
