@charset "UTF-8";
/** Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 */
html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
*,
*::before,
*::after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

@font-face {
  font-family: "Icons16";
  font-style: normal;
  font-weight: normal;
  src: url("assets/icons-16.eot?#iefix") format("embedded-opentype"), url("assets/icons-16.woff") format("woff"), url("assets/icons-16.ttf") format("truetype"); }
@font-face {
  font-family: "Icons20";
  font-style: normal;
  font-weight: normal;
  src: url("assets/icons-20.eot?#iefix") format("embedded-opentype"), url("assets/icons-20.woff") format("woff"), url("assets/icons-20.ttf") format("truetype"); }

hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid rgba(16, 22, 26, 0.15); }
.pt-dark hr {
    border-color: rgba(255, 255, 255, 0.15); }
::-moz-selection {
  background: rgba(125, 188, 255, 0.6); }
::selection {
  background: rgba(125, 188, 255, 0.6); }

body {
  text-transform: none;
  line-height: 1.28581;
  letter-spacing: 0;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif, "Icons16";
  font-size: 14px;
  font-weight: 400;
  color: #182026; }
small {
  font-size: 12px; }

.pt-monospace-text {
  text-transform: none;
  font-family: monospace;
  font-size: smaller; }

h1 {
  color: #182026;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 0.8em;
  font-size: 40px; }
h2 {
  color: #182026;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 0.8em;
  font-size: 27px; }
h3 {
  color: #182026;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 0.8em;
  font-size: 24px; }
h4 {
  color: #182026;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 0.9em;
  font-size: 20px; }
h5 {
  color: #182026;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 0.9em;
  font-size: 17px; }
h6 {
  color: #182026;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 0.9em;
  font-size: 15px; }

.pt-ui-text {
  text-transform: none;
  line-height: 1.28581;
  letter-spacing: 0;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif, "Icons16";
  font-size: 14px;
  font-weight: 400; }
.pt-ui-text-large {
  line-height: 1.25;
  font-size: 16px; }

.pt-running-text {
  line-height: 1.5;
  font-size: 16px; }
.pt-running-text h1:not(:first-child) {
    margin-top: 50px;
    margin-bottom: 30px; }
.pt-running-text h2:not(:first-child) {
    margin-top: 50px;
    margin-bottom: 30px; }
.pt-running-text h3:not(:first-child) {
    margin-top: 50px;
    margin-bottom: 30px; }
.pt-running-text h4:not(:first-child) {
    margin-top: 50px;
    margin-bottom: 30px; }
.pt-running-text h5:not(:first-child) {
    margin-top: 50px;
    margin-bottom: 30px; }
.pt-running-text h6:not(:first-child) {
    margin-top: 50px;
    margin-bottom: 30px; }
.pt-running-text-small {
  line-height: 1.5;
  font-size: 14px; }
p {
  margin: 0 0 10px;
  padding: 0; }

a {
  text-decoration: none;
  color: #106ba3; }
a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #106ba3; }
a .pt-icon, a .pt-icon-standard, a .pt-icon-large {
    color: inherit; }
a code,
  .pt-dark a code {
    color: inherit; }
.pt-dark a,
  .pt-dark a:hover {
    color: #2b95d6; }
.pt-dark a .pt-icon, .pt-dark a .pt-icon-standard, .pt-dark a .pt-icon-large,
    .pt-dark a:hover .pt-icon,
    .pt-dark a:hover .pt-icon-standard,
    .pt-dark a:hover .pt-icon-large {
      color: inherit; }

pre,
code {
  text-transform: none;
  font-family: monospace;
  font-size: smaller; }
code {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2);
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 5px;
  color: #5c7080; }
.pt-dark code {
    box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4);
    background: rgba(16, 22, 26, 0.3);
    color: #bfccd6; }
pre {
  display: block;
  margin: 10px 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.15);
  background: rgba(255, 255, 255, 0.7);
  padding: 13px 15px 12px;
  line-height: 1.4;
  color: #182026;
  word-break: break-all;
  word-wrap: break-word; }
pre > code {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    white-space: pre-wrap;
    color: inherit;
    font-size: inherit; }
.pt-dark pre {
    box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4);
    background: rgba(16, 22, 26, 0.3);
    color: #f5f8fa; }
.pt-dark pre > code {
      box-shadow: none;
      background: transparent; }

blockquote {
  line-height: 1.5;
  font-size: 16px;
  margin: 0 0 10px;
  border-left: solid 4px rgba(167, 182, 194, 0.5);
  padding: 0 20px; }
blockquote p:last-child {
    margin-bottom: 0; }
.pt-dark blockquote {
    border-color: rgba(115, 134, 148, 0.5); }

ol,
ul {
  margin: 10px 0;
  padding-left: 40px; }
.pt-list li:not(:last-child),
.pt-running-text ul li:not(:last-child),
.pt-running-text ol li:not(:last-child) {
  padding-bottom: 5px; }
.pt-list li :last-child,
.pt-running-text ul li :last-child,
.pt-running-text ol li :last-child {
  margin-bottom: 0; }
.pt-list ol,
.pt-list ul,
.pt-running-text ul ol,
.pt-running-text ul ul,
.pt-running-text ol ol,
.pt-running-text ol ul {
  margin-top: 5px; }
.pt-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }
.pt-list-unstyled li {
    padding: 0; }

.pt-text-muted {
  color: #5c7080; }
.pt-dark .pt-text-muted {
    color: #bfccd6; }
.pt-text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

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

.pt-dark {
  color: #f5f8fa; }
.pt-dark h1 {
    color: #f5f8fa; }
.pt-dark h2 {
    color: #f5f8fa; }
.pt-dark h3 {
    color: #f5f8fa; }
.pt-dark h4 {
    color: #f5f8fa; }
.pt-dark h5 {
    color: #f5f8fa; }
.pt-dark h6 {
    color: #f5f8fa; }

.pt-icon, .pt-icon-standard, .pt-icon-large {
  display: inline-block;
  color: #5c7080; }
.pt-dark .pt-icon, .pt-dark .pt-icon-standard, .pt-dark .pt-icon-large {
    color: #bfccd6; }
span.pt-icon-standard {
  line-height: 1;
  font-family: "Icons16", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
span.pt-icon-large {
  line-height: 1;
  font-family: "Icons20", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
span.pt-icon {
  line-height: 1;
  font-family: "Icons20";
  font-size: inherit;
  font-weight: 400;
  font-style: normal; }
span.pt-icon::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
.pt-icon-blank::before {
  content: ""; }
.pt-icon-style::before {
  content: ""; }
.pt-icon-align-left::before {
  content: ""; }
.pt-icon-align-center::before {
  content: ""; }
.pt-icon-align-right::before {
  content: ""; }
.pt-icon-align-justify::before {
  content: ""; }
.pt-icon-bold::before {
  content: ""; }
.pt-icon-italic::before {
  content: ""; }
.pt-icon-underline::before {
  content: "⎁"; }
.pt-icon-search-around::before {
  content: ""; }
.pt-icon-graph-remove::before {
  content: ""; }
.pt-icon-group-objects::before {
  content: ""; }
.pt-icon-merge-links::before {
  content: ""; }
.pt-icon-layout::before {
  content: ""; }
.pt-icon-layout-auto::before {
  content: ""; }
.pt-icon-layout-circle::before {
  content: ""; }
.pt-icon-layout-hierarchy::before {
  content: ""; }
.pt-icon-layout-grid::before {
  content: ""; }
.pt-icon-layout-group-by::before {
  content: ""; }
.pt-icon-layout-skew-grid::before {
  content: ""; }
.pt-icon-geosearch::before {
  content: ""; }
.pt-icon-heatmap::before {
  content: ""; }
.pt-icon-drive-time::before {
  content: ""; }
.pt-icon-select::before {
  content: ""; }
.pt-icon-predictive-analysis::before {
  content: ""; }
.pt-icon-layers::before {
  content: ""; }
.pt-icon-locate::before {
  content: ""; }
.pt-icon-bookmark::before {
  content: ""; }
.pt-icon-citation::before {
  content: ""; }
.pt-icon-tag::before {
  content: ""; }
.pt-icon-clipboard::before {
  content: ""; }
.pt-icon-selection::before {
  content: "⦿"; }
.pt-icon-timeline-events::before {
  content: ""; }
.pt-icon-timeline-line-chart::before {
  content: ""; }
.pt-icon-timeline-bar-chart::before {
  content: ""; }
.pt-icon-applications::before {
  content: ""; }
.pt-icon-projects::before {
  content: ""; }
.pt-icon-changes::before {
  content: ""; }
.pt-icon-notifications::before {
  content: ""; }
.pt-icon-lock::before {
  content: ""; }
.pt-icon-unlock::before {
  content: ""; }
.pt-icon-user::before {
  content: ""; }
.pt-icon-search-template::before {
  content: ""; }
.pt-icon-inbox::before {
  content: ""; }
.pt-icon-more::before {
  content: ""; }
.pt-icon-help::before {
  content: "?"; }
.pt-icon-calendar::before {
  content: ""; }
.pt-icon-media::before {
  content: ""; }
.pt-icon-link::before {
  content: ""; }
.pt-icon-share::before {
  content: ""; }
.pt-icon-download::before {
  content: ""; }
.pt-icon-document::before {
  content: ""; }
.pt-icon-properties::before {
  content: ""; }
.pt-icon-import::before {
  content: ""; }
.pt-icon-export::before {
  content: ""; }
.pt-icon-minimize::before {
  content: ""; }
.pt-icon-maximize::before {
  content: ""; }
.pt-icon-tick::before {
  content: "✓"; }
.pt-icon-cross::before {
  content: "✗"; }
.pt-icon-plus::before {
  content: "+"; }
.pt-icon-minus::before {
  content: "−"; }
.pt-icon-arrow-left::before {
  content: "←"; }
.pt-icon-arrow-right::before {
  content: "→"; }
.pt-icon-exchange::before {
  content: ""; }
.pt-icon-comparison::before {
  content: ""; }
.pt-icon-list::before {
  content: "☰"; }
.pt-icon-filter::before {
  content: ""; }
.pt-icon-confirm::before {
  content: ""; }
.pt-icon-fork::before {
  content: ""; }
.pt-icon-trash::before {
  content: ""; }
.pt-icon-person::before {
  content: ""; }
.pt-icon-people::before {
  content: ""; }
.pt-icon-add::before {
  content: ""; }
.pt-icon-remove::before {
  content: ""; }
.pt-icon-geolocation::before {
  content: ""; }
.pt-icon-zoom-in::before {
  content: ""; }
.pt-icon-zoom-out::before {
  content: ""; }
.pt-icon-refresh::before {
  content: ""; }
.pt-icon-delete::before {
  content: ""; }
.pt-icon-cog::before {
  content: ""; }
.pt-icon-flag::before {
  content: "⚑"; }
.pt-icon-pin::before {
  content: ""; }
.pt-icon-warning-sign::before {
  content: ""; }
.pt-icon-error::before {
  content: ""; }
.pt-icon-info-sign::before {
  content: "ℹ"; }
.pt-icon-credit-card::before {
  content: ""; }
.pt-icon-edit::before {
  content: "✎"; }
.pt-icon-history::before {
  content: ""; }
.pt-icon-search::before {
  content: ""; }
.pt-icon-log-out::before {
  content: ""; }
.pt-icon-star::before {
  content: "★"; }
.pt-icon-star-empty::before {
  content: "☆"; }
.pt-icon-sort-alphabetical::before {
  content: ""; }
.pt-icon-sort-numerical::before {
  content: ""; }
.pt-icon-sort::before {
  content: ""; }
.pt-icon-folder-open::before {
  content: ""; }
.pt-icon-folder-close::before {
  content: ""; }
.pt-icon-folder-shared::before {
  content: ""; }
.pt-icon-caret-up::before {
  content: "⌃"; }
.pt-icon-caret-right::before {
  content: "〉"; }
.pt-icon-caret-down::before {
  content: "⌄"; }
.pt-icon-caret-left::before {
  content: "〈"; }
.pt-icon-menu-open::before {
  content: ""; }
.pt-icon-menu-closed::before {
  content: ""; }
.pt-icon-feed::before {
  content: ""; }
.pt-icon-two-columns::before {
  content: ""; }
.pt-icon-one-column::before {
  content: ""; }
.pt-icon-dot::before {
  content: "•"; }
.pt-icon-property::before {
  content: ""; }
.pt-icon-time::before {
  content: "⏲"; }
.pt-icon-disable::before {
  content: ""; }
.pt-icon-unpin::before {
  content: ""; }
.pt-icon-flows::before {
  content: ""; }
.pt-icon-new-text-box::before {
  content: ""; }
.pt-icon-new-link::before {
  content: ""; }
.pt-icon-new-object::before {
  content: ""; }
.pt-icon-path-search::before {
  content: ""; }
.pt-icon-automatic-updates::before {
  content: ""; }
.pt-icon-page-layout::before {
  content: ""; }
.pt-icon-code::before {
  content: ""; }
.pt-icon-map::before {
  content: ""; }
.pt-icon-search-text::before {
  content: ""; }
.pt-icon-envelope::before {
  content: "✉"; }
.pt-icon-paperclip::before {
  content: ""; }
.pt-icon-label::before {
  content: ""; }
.pt-icon-globe::before {
  content: ""; }
.pt-icon-home::before {
  content: "⌂"; }
.pt-icon-th::before {
  content: ""; }
.pt-icon-th-list::before {
  content: ""; }
.pt-icon-th-derived::before {
  content: ""; }
.pt-icon-circle::before {
  content: ""; }
.pt-icon-draw::before {
  content: ""; }
.pt-icon-insert::before {
  content: ""; }
.pt-icon-helper-management::before {
  content: ""; }
.pt-icon-send-to::before {
  content: ""; }
.pt-icon-eye-open::before {
  content: ""; }
.pt-icon-folder-shared-open::before {
  content: ""; }
.pt-icon-social-media::before {
  content: ""; }
.pt-icon-arrow-up::before {
  content: "↑"; }
.pt-icon-arrow-down::before {
  content: "↓"; }
.pt-icon-arrows-horizontal::before {
  content: "↔"; }
.pt-icon-arrows-vertical::before {
  content: "↕"; }
.pt-icon-resolve::before {
  content: ""; }
.pt-icon-graph::before {
  content: ""; }
.pt-icon-briefcase::before {
  content: ""; }
.pt-icon-dollar::before {
  content: "$"; }
.pt-icon-ninja::before {
  content: ""; }
.pt-icon-delta::before {
  content: "Δ"; }
.pt-icon-barcode::before {
  content: ""; }
.pt-icon-torch::before {
  content: ""; }
.pt-icon-widget::before {
  content: ""; }
.pt-icon-unresolve::before {
  content: ""; }
.pt-icon-offline::before {
  content: ""; }
.pt-icon-zoom-to-fit::before {
  content: ""; }
.pt-icon-add-to-artifact::before {
  content: ""; }
.pt-icon-map-marker::before {
  content: ""; }
.pt-icon-chart::before {
  content: ""; }
.pt-icon-control::before {
  content: ""; }
.pt-icon-multi-select::before {
  content: ""; }
.pt-icon-direction-left::before {
  content: ""; }
.pt-icon-direction-right::before {
  content: ""; }
.pt-icon-database::before {
  content: ""; }
.pt-icon-pie-chart::before {
  content: ""; }
.pt-icon-full-circle::before {
  content: ""; }
.pt-icon-square::before {
  content: ""; }
.pt-icon-print::before {
  content: "⎙"; }
.pt-icon-presentation::before {
  content: ""; }
.pt-icon-ungroup-objects::before {
  content: ""; }
.pt-icon-chat::before {
  content: ""; }
.pt-icon-comment::before {
  content: ""; }
.pt-icon-circle-arrow-right::before {
  content: ""; }
.pt-icon-circle-arrow-left::before {
  content: ""; }
.pt-icon-circle-arrow-up::before {
  content: ""; }
.pt-icon-circle-arrow-down::before {
  content: ""; }
.pt-icon-upload::before {
  content: ""; }
.pt-icon-asterisk::before {
  content: "*"; }
.pt-icon-cloud::before {
  content: "☁"; }
.pt-icon-cloud-download::before {
  content: ""; }
.pt-icon-cloud-upload::before {
  content: ""; }
.pt-icon-repeat::before {
  content: ""; }
.pt-icon-move::before {
  content: ""; }
.pt-icon-chevron-left::before {
  content: ""; }
.pt-icon-chevron-right::before {
  content: ""; }
.pt-icon-chevron-up::before {
  content: ""; }
.pt-icon-chevron-down::before {
  content: ""; }
.pt-icon-random::before {
  content: ""; }
.pt-icon-fullscreen::before {
  content: ""; }
.pt-icon-log-in::before {
  content: ""; }
.pt-icon-heart::before {
  content: "♥"; }
.pt-icon-office::before {
  content: ""; }
.pt-icon-duplicate::before {
  content: ""; }
.pt-icon-ban-circle::before {
  content: ""; }
.pt-icon-camera::before {
  content: ""; }
.pt-icon-facetime-video::before {
  content: ""; }
.pt-icon-video::before {
  content: ""; }
.pt-icon-film::before {
  content: ""; }
.pt-icon-settings::before {
  content: ""; }
.pt-icon-volume-off::before {
  content: ""; }
.pt-icon-volume-down::before {
  content: ""; }
.pt-icon-volume-up::before {
  content: ""; }
.pt-icon-music::before {
  content: ""; }
.pt-icon-step-backward::before {
  content: ""; }
.pt-icon-fast-backward::before {
  content: ""; }
.pt-icon-pause::before {
  content: ""; }
.pt-icon-stop::before {
  content: ""; }
.pt-icon-play::before {
  content: ""; }
.pt-icon-fast-forward::before {
  content: ""; }
.pt-icon-step-forward::before {
  content: ""; }
.pt-icon-eject::before {
  content: "⏏"; }
.pt-icon-record::before {
  content: ""; }
.pt-icon-desktop::before {
  content: ""; }
.pt-icon-phone::before {
  content: "☎"; }
.pt-icon-lightbulb::before {
  content: ""; }
.pt-icon-glass::before {
  content: ""; }
.pt-icon-tint::before {
  content: ""; }
.pt-icon-flash::before {
  content: ""; }
.pt-icon-font::before {
  content: ""; }
.pt-icon-header::before {
  content: ""; }
.pt-icon-saved::before {
  content: ""; }
.pt-icon-floppy-disk::before {
  content: ""; }
.pt-icon-book::before {
  content: ""; }
.pt-icon-hand-right::before {
  content: ""; }
.pt-icon-hand-up::before {
  content: ""; }
.pt-icon-hand-down::before {
  content: ""; }
.pt-icon-hand-left::before {
  content: ""; }
.pt-icon-thumbs-up::before {
  content: ""; }
.pt-icon-thumbs-down::before {
  content: ""; }
.pt-icon-box::before {
  content: ""; }
.pt-icon-compressed::before {
  content: ""; }
.pt-icon-shopping-cart::before {
  content: ""; }
.pt-icon-shop::before {
  content: ""; }
.pt-icon-layout-linear::before {
  content: ""; }
.pt-icon-undo::before {
  content: "⎌"; }
.pt-icon-redo::before {
  content: ""; }
.pt-icon-code-block::before {
  content: ""; }
.pt-icon-double-caret-vertical::before {
  content: ""; }
.pt-icon-double-caret-horizontal::before {
  content: ""; }
.pt-icon-sort-alphabetical-desc::before {
  content: ""; }
.pt-icon-sort-numerical-desc::before {
  content: ""; }
.pt-icon-take-action::before {
  content: ""; }
.pt-icon-contrast::before {
  content: ""; }
.pt-icon-eye-off::before {
  content: ""; }
.pt-icon-timeline-area-chart::before {
  content: ""; }
.pt-icon-doughnut-chart::before {
  content: ""; }
.pt-icon-layer::before {
  content: ""; }
.pt-icon-grid::before {
  content: ""; }
.pt-icon-polygon-filter::before {
  content: ""; }
.pt-icon-add-to-folder::before {
  content: ""; }
.pt-icon-layout-balloon::before {
  content: ""; }
.pt-icon-layout-sorted-clusters::before {
  content: ""; }
.pt-icon-sort-asc::before {
  content: ""; }
.pt-icon-sort-desc::before {
  content: ""; }
.pt-icon-small-cross::before {
  content: ""; }
.pt-icon-small-tick::before {
  content: ""; }
.pt-icon-power::before {
  content: ""; }
.pt-icon-column-layout::before {
  content: ""; }
.pt-icon-arrow-top-left::before {
  content: "↖"; }
.pt-icon-arrow-top-right::before {
  content: "↗"; }
.pt-icon-arrow-bottom-right::before {
  content: "↘"; }
.pt-icon-arrow-bottom-left::before {
  content: "↙"; }
.pt-icon-mugshot::before {
  content: ""; }
.pt-icon-headset::before {
  content: ""; }
.pt-icon-text-highlight::before {
  content: ""; }
.pt-icon-hand::before {
  content: ""; }
.pt-icon-chevron-backward::before {
  content: ""; }
.pt-icon-chevron-forward::before {
  content: ""; }
.pt-icon-rotate-document::before {
  content: ""; }
.pt-icon-rotate-page::before {
  content: ""; }
.pt-icon-badge::before {
  content: ""; }
.pt-icon-grid-view::before {
  content: ""; }
.pt-icon-function::before {
  content: ""; }
.pt-icon-waterfall-chart::before {
  content: ""; }
.pt-icon-stacked-chart::before {
  content: ""; }
.pt-icon-pulse::before {
  content: ""; }
.pt-icon-new-person::before {
  content: ""; }
.pt-icon-exclude-row::before {
  content: ""; }
.pt-icon-pivot-table::before {
  content: ""; }
.pt-icon-segmented-control::before {
  content: ""; }
.pt-icon-highlight::before {
  content: ""; }
.pt-icon-filter-list::before {
  content: ""; }
.pt-icon-cut::before {
  content: ""; }
.pt-icon-annotation::before {
  content: ""; }
.pt-icon-pivot::before {
  content: ""; }
.pt-icon-ring::before {
  content: ""; }
.pt-icon-heat-grid::before {
  content: ""; }
.pt-icon-gantt-chart::before {
  content: ""; }
.pt-icon-variable::before {
  content: ""; }
.pt-icon-manual::before {
  content: ""; }
.pt-icon-add-row-top::before {
  content: ""; }
.pt-icon-add-row-bottom::before {
  content: ""; }
.pt-icon-add-column-left::before {
  content: ""; }
.pt-icon-add-column-right::before {
  content: ""; }
.pt-icon-remove-row-top::before {
  content: ""; }
.pt-icon-remove-row-bottom::before {
  content: ""; }
.pt-icon-remove-column-left::before {
  content: ""; }
.pt-icon-remove-column-right::before {
  content: ""; }
.pt-icon-double-chevron-left::before {
  content: ""; }
.pt-icon-double-chevron-right::before {
  content: ""; }
.pt-icon-double-chevron-up::before {
  content: ""; }
.pt-icon-double-chevron-down::before {
  content: ""; }
.pt-icon-key-control::before {
  content: ""; }
.pt-icon-key-command::before {
  content: ""; }
.pt-icon-key-shift::before {
  content: ""; }
.pt-icon-key-backspace::before {
  content: ""; }
.pt-icon-key-delete::before {
  content: ""; }
.pt-icon-key-escape::before {
  content: ""; }
.pt-icon-key-enter::before {
  content: ""; }
.pt-icon-calculator::before {
  content: ""; }
.pt-icon-horizontal-bar-chart::before {
  content: ""; }
.pt-icon-small-plus::before {
  content: ""; }
.pt-icon-small-minus::before {
  content: ""; }
.pt-icon-step-chart::before {
  content: ""; }
.pt-icon-euro::before {
  content: "€"; }
.pt-icon-twitter::before {
  content: ""; }
.pt-icon-facebook::before {
  content: ""; }
.pt-icon-google::before {
  content: ""; }
.pt-icon-instagram::before {
  content: ""; }
.pt-icon-linkedin::before {
  content: ""; }
.pt-icon-drag-handle-vertical::before {
  content: ""; }
.pt-icon-drag-handle-horizontal::before {
  content: ""; }
.pt-icon-mobile-phone::before {
  content: ""; }
.pt-icon-sim-card::before {
  content: ""; }
.pt-icon-trending-up::before {
  content: ""; }
.pt-icon-trending-down::before {
  content: ""; }
.pt-icon-curved-range-chart::before {
  content: ""; }
.pt-icon-vertical-bar-chart-desc::before {
  content: ""; }
.pt-icon-horizontal-bar-chart-desc::before {
  content: ""; }
.pt-icon-document-open::before {
  content: ""; }
.pt-icon-document-share::before {
  content: ""; }
.pt-icon-horizontal-distribution::before {
  content: ""; }
.pt-icon-vertical-distribution::before {
  content: ""; }
.pt-icon-alignment-left::before {
  content: ""; }
.pt-icon-alignment-vertical-center::before {
  content: ""; }
.pt-icon-alignment-right::before {
  content: ""; }
.pt-icon-alignment-top::before {
  content: ""; }
.pt-icon-alignment-horizontal-center::before {
  content: ""; }
.pt-icon-alignment-bottom::before {
  content: ""; }
.pt-icon-git-pull::before {
  content: ""; }
.pt-icon-git-merge::before {
  content: ""; }
.pt-icon-git-branch::before {
  content: ""; }
.pt-icon-git-commit::before {
  content: ""; }
.pt-icon-git-push::before {
  content: ""; }
.pt-icon-build::before {
  content: ""; }
.pt-icon-symbol-circle::before {
  content: ""; }
.pt-icon-symbol-square::before {
  content: ""; }
.pt-icon-symbol-diamond::before {
  content: ""; }
.pt-icon-symbol-cross::before {
  content: ""; }
.pt-icon-symbol-triangle-up::before {
  content: ""; }
.pt-icon-symbol-triangle-down::before {
  content: ""; }
.pt-icon-wrench::before {
  content: ""; }
.pt-icon-application::before {
  content: ""; }
.pt-icon-send-to-graph::before {
  content: ""; }
.pt-icon-send-to-map::before {
  content: ""; }
.pt-icon-join-table::before {
  content: ""; }
.pt-icon-derive-column::before {
  content: ""; }
.pt-icon-image-rotate-left::before {
  content: ""; }
.pt-icon-image-rotate-right::before {
  content: ""; }
.pt-icon-known-vehicle::before {
  content: ""; }
.pt-icon-unknown-vehicle::before {
  content: ""; }
.pt-icon-scatter-plot::before {
  content: ""; }
.pt-icon-oil-field::before {
  content: ""; }
.pt-icon-rig::before {
  content: ""; }
.pt-icon-map-create::before {
  content: ""; }
.pt-icon-key-option::before {
  content: ""; }
.pt-icon-list-detail-view::before {
  content: ""; }
.pt-icon-swap-vertical::before {
  content: ""; }
.pt-icon-swap-horizontal::before {
  content: ""; }
.pt-icon-numbered-list::before {
  content: ""; }
.pt-icon-new-grid-item::before {
  content: ""; }
.pt-icon-git-repo::before {
  content: ""; }
.pt-icon-git-new-branch::before {
  content: ""; }
.pt-icon-manually-entered-data::before {
  content: ""; }
.pt-icon-airplane::before {
  content: ""; }
.pt-icon-whatsapp::before {
  content: ""; }
.pt-icon-kik::before {
  content: ""; }
.pt-icon-surespot::before {
  content: ""; }
.pt-icon-merge-columns::before {
  content: ""; }
.pt-icon-split-columns::before {
  content: ""; }
.pt-icon-dashboard::before {
  content: ""; }
.pt-icon-publish-function::before {
  content: ""; }
.pt-icon-path::before {
  content: ""; }
.pt-icon-moon::before {
  content: ""; }
.pt-icon-remove-column::before {
  content: ""; }
.pt-icon-numerical::before {
  content: ""; }

:focus {
  outline: rgba(19, 124, 189, 0.5) auto 2px;
  outline-offset: 2px;
  -moz-outline-radius: 6px; }
.pt-focus-disabled :focus {
  outline: none !important; }
.pt-focus-disabled :focus ~ .pt-control-indicator {
    outline: none !important; }

/** Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 */

.pt-alert {
  max-width: 400px;
  padding: 20px; }
.pt-alert-body {
  display: -webkit-flex;
  display: flex; }
.pt-alert-body .pt-icon {
    margin-right: 20px;
    font-size: 40px; }
.pt-alert-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 10px; }
.pt-alert-footer .pt-button {
    margin-left: 10px; }

.pt-breadcrumbs {
  display: inline-block;
  margin: 0;
  cursor: default;
  padding: 0;
  list-style: none;
  vertical-align: top;
  line-height: 30px; }
.pt-breadcrumbs > li {
    float: left; }
.pt-breadcrumbs > li::after {
      line-height: 1;
      font-family: "Icons16", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      padding: 0 5px;
      color: #5c7080;
      content: ""; }
.pt-breadcrumbs > li:last-child::after {
      display: none; }
.pt-breadcrumb,
.pt-breadcrumb-current,
.pt-breadcrumbs-collapsed {
  display: inline-block;
  line-height: 19px;
  font-size: 16px; }
.pt-breadcrumb,
.pt-breadcrumbs-collapsed {
  color: #5c7080; }
.pt-breadcrumb:hover {
  text-decoration: none; }
.pt-breadcrumb.pt-disabled {
  cursor: not-allowed;
  color: rgba(92, 112, 128, 0.5); }
.pt-breadcrumb-current {
  color: inherit;
  font-weight: 600; }
.pt-breadcrumb-current .pt-input {
    vertical-align: baseline;
    font-size: inherit;
    font-weight: inherit; }
.pt-breadcrumbs-collapsed {
  margin-right: 2px;
  border: none;
  border-radius: 3px;
  background: #ced9e0;
  cursor: pointer;
  padding: 0 5px; }
.pt-breadcrumbs-collapsed::before {
    line-height: 1;
    font-family: "Icons20", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 19px;
    content: ""; }
.pt-breadcrumbs-collapsed:hover {
    background: #bfccd6;
    text-decoration: none;
    color: #182026; }
.pt-dark .pt-breadcrumb,
.pt-dark .pt-breadcrumbs-collapsed {
  color: #bfccd6; }
.pt-dark .pt-breadcrumbs > li::after {
  color: #bfccd6; }
.pt-dark .pt-breadcrumb.pt-disabled {
  color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-breadcrumb-current {
  color: #f5f8fa; }
.pt-dark .pt-breadcrumbs-collapsed {
  background: rgba(16, 22, 26, 0.4); }
.pt-dark .pt-breadcrumbs-collapsed:hover {
    background: rgba(16, 22, 26, 0.6);
    color: #f5f8fa; }

.pt-button-group {
  display: -webkit-inline-flex;
  display: inline-flex;
  
   }
.pt-button-group .pt-button {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    z-index: 0; }
.pt-button-group .pt-button[class*="pt-intent-"] {
      z-index: 1; }
.pt-button-group .pt-button:focus {
      z-index: 2; }
.pt-button-group .pt-button:hover {
      z-index: 3; }
.pt-button-group .pt-button:active, .pt-button-group .pt-button.pt-active, .pt-button-group .pt-button.pt-active {
      z-index: 4; }
.pt-button-group .pt-button:disabled, .pt-button-group .pt-button.pt-disabled, .pt-button-group .pt-button.pt-disabled {
      z-index: 0; }
.pt-button-group:not(.pt-vertical) .pt-button:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]) {
    border-right-color: transparent; }
.pt-button-group:not(.pt-minimal) > .pt-popover-target:not(:first-child) .pt-button,
  .pt-button-group:not(.pt-minimal) > .pt-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.pt-button-group:not(.pt-minimal) > .pt-popover-target:not(:last-child) .pt-button,
  .pt-button-group:not(.pt-minimal) > .pt-button:not(:last-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.pt-button-group.pt-minimal .pt-button {
    border-color: transparent;
    box-shadow: none;
    background: none;
    margin-right: 11px;
    border-radius: 3px !important;
    overflow: visible; }
.pt-button-group.pt-minimal .pt-button:focus {
      box-shadow: none; }
.pt-button-group.pt-minimal .pt-button:hover {
      border-color: transparent;
      box-shadow: none;
      background: rgba(167, 182, 194, 0.3);
      text-decoration: none;
      color: #182026; }
.pt-button-group.pt-minimal .pt-button.pt-active, .pt-button-group.pt-minimal .pt-button:active, .pt-button-group.pt-minimal .pt-button.pt-active {
      border-color: transparent;
      background: rgba(115, 134, 148, 0.3);
      color: #182026; }
.pt-button-group.pt-minimal .pt-button.pt-disabled, .pt-button-group.pt-minimal .pt-button:disabled, .pt-button-group.pt-minimal .pt-button.pt-disabled, .pt-button-group.pt-minimal .pt-button:disabled:hover, .pt-button-group.pt-minimal .pt-button.pt-disabled:hover {
      border-color: transparent;
      background: inherit;
      cursor: not-allowed;
      color: rgba(92, 112, 128, 0.5); }
.pt-dark .pt-button-group.pt-minimal .pt-button {
      border-color: transparent;
      box-shadow: none;
      background: none;
      color: inherit; }
.pt-dark .pt-button-group.pt-minimal .pt-button:hover, .pt-dark .pt-button-group.pt-minimal .pt-button:active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-active {
        border-color: transparent;
        box-shadow: none;
        background: none; }
.pt-dark .pt-button-group.pt-minimal .pt-button:hover {
        background: rgba(138, 155, 168, 0.15); }
.pt-dark .pt-button-group.pt-minimal .pt-button:active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-active {
        background: rgba(138, 155, 168, 0.3);
        color: #f5f8fa; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-disabled, .pt-dark .pt-button-group.pt-minimal .pt-button:disabled, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-disabled, .pt-dark .pt-button-group.pt-minimal .pt-button:disabled:hover, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-disabled:hover {
        border-color: transparent;
        background: inherit;
        cursor: not-allowed;
        color: rgba(191, 204, 214, 0.5); }
.pt-button-group.pt-minimal .pt-button.pt-intent-primary {
      color: #106ba3; }
.pt-button-group.pt-minimal .pt-button.pt-intent-primary:hover, .pt-button-group.pt-minimal .pt-button.pt-intent-primary:active, .pt-button-group.pt-minimal .pt-intent-primary.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-primary.pt-active {
        box-shadow: none;
        background: none;
        color: #106ba3; }
.pt-button-group.pt-minimal .pt-button.pt-intent-primary:hover {
        background: rgba(19, 124, 189, 0.15); }
.pt-button-group.pt-minimal .pt-button.pt-intent-primary:active, .pt-button-group.pt-minimal .pt-intent-primary.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-primary.pt-active {
        background: rgba(19, 124, 189, 0.3);
        color: #106ba3; }
.pt-button-group.pt-minimal .pt-button.pt-intent-primary:disabled, .pt-button-group.pt-minimal .pt-intent-primary.pt-button.pt-disabled, .pt-button-group.pt-minimal .pt-button.pt-intent-primary.pt-disabled {
        background: none;
        color: rgba(16, 107, 163, 0.5); }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-primary {
        color: #2b95d6; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-primary:hover {
          background: rgba(19, 124, 189, 0.2);
          color: #2b95d6; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-primary:active, .pt-dark .pt-button-group.pt-minimal .pt-intent-primary.pt-button.pt-active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-primary.pt-active {
          background: rgba(19, 124, 189, 0.3);
          color: #2b95d6; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-primary:disabled, .pt-dark .pt-button-group.pt-minimal .pt-intent-primary.pt-button.pt-disabled, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-primary.pt-disabled {
          color: rgba(43, 149, 214, 0.5); }
.pt-button-group.pt-minimal .pt-button.pt-intent-success {
      color: #0d8050; }
.pt-button-group.pt-minimal .pt-button.pt-intent-success:hover, .pt-button-group.pt-minimal .pt-button.pt-intent-success:active, .pt-button-group.pt-minimal .pt-intent-success.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-success.pt-active {
        box-shadow: none;
        background: none;
        color: #0d8050; }
.pt-button-group.pt-minimal .pt-button.pt-intent-success:hover {
        background: rgba(15, 153, 96, 0.15); }
.pt-button-group.pt-minimal .pt-button.pt-intent-success:active, .pt-button-group.pt-minimal .pt-intent-success.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-success.pt-active {
        background: rgba(15, 153, 96, 0.3);
        color: #0d8050; }
.pt-button-group.pt-minimal .pt-button.pt-intent-success:disabled, .pt-button-group.pt-minimal .pt-intent-success.pt-button.pt-disabled, .pt-button-group.pt-minimal .pt-button.pt-intent-success.pt-disabled {
        background: none;
        color: rgba(13, 128, 80, 0.5); }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-success {
        color: #15b371; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-success:hover {
          background: rgba(15, 153, 96, 0.2);
          color: #15b371; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-success:active, .pt-dark .pt-button-group.pt-minimal .pt-intent-success.pt-button.pt-active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-success.pt-active {
          background: rgba(15, 153, 96, 0.3);
          color: #15b371; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-success:disabled, .pt-dark .pt-button-group.pt-minimal .pt-intent-success.pt-button.pt-disabled, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-success.pt-disabled {
          color: rgba(21, 179, 113, 0.5); }
.pt-button-group.pt-minimal .pt-button.pt-intent-warning {
      color: #bf7326; }
.pt-button-group.pt-minimal .pt-button.pt-intent-warning:hover, .pt-button-group.pt-minimal .pt-button.pt-intent-warning:active, .pt-button-group.pt-minimal .pt-intent-warning.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-warning.pt-active {
        box-shadow: none;
        background: none;
        color: #bf7326; }
.pt-button-group.pt-minimal .pt-button.pt-intent-warning:hover {
        background: rgba(217, 130, 43, 0.15); }
.pt-button-group.pt-minimal .pt-button.pt-intent-warning:active, .pt-button-group.pt-minimal .pt-intent-warning.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-warning.pt-active {
        background: rgba(217, 130, 43, 0.3);
        color: #bf7326; }
.pt-button-group.pt-minimal .pt-button.pt-intent-warning:disabled, .pt-button-group.pt-minimal .pt-intent-warning.pt-button.pt-disabled, .pt-button-group.pt-minimal .pt-button.pt-intent-warning.pt-disabled {
        background: none;
        color: rgba(191, 115, 38, 0.5); }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-warning {
        color: #f29d49; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-warning:hover {
          background: rgba(217, 130, 43, 0.2);
          color: #f29d49; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-warning:active, .pt-dark .pt-button-group.pt-minimal .pt-intent-warning.pt-button.pt-active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-warning.pt-active {
          background: rgba(217, 130, 43, 0.3);
          color: #f29d49; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-warning:disabled, .pt-dark .pt-button-group.pt-minimal .pt-intent-warning.pt-button.pt-disabled, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-warning.pt-disabled {
          color: rgba(242, 157, 73, 0.5); }
.pt-button-group.pt-minimal .pt-button.pt-intent-danger {
      color: #c23030; }
.pt-button-group.pt-minimal .pt-button.pt-intent-danger:hover, .pt-button-group.pt-minimal .pt-button.pt-intent-danger:active, .pt-button-group.pt-minimal .pt-intent-danger.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-danger.pt-active {
        box-shadow: none;
        background: none;
        color: #c23030; }
.pt-button-group.pt-minimal .pt-button.pt-intent-danger:hover {
        background: rgba(219, 55, 55, 0.15); }
.pt-button-group.pt-minimal .pt-button.pt-intent-danger:active, .pt-button-group.pt-minimal .pt-intent-danger.pt-button.pt-active, .pt-button-group.pt-minimal .pt-button.pt-intent-danger.pt-active {
        background: rgba(219, 55, 55, 0.3);
        color: #c23030; }
.pt-button-group.pt-minimal .pt-button.pt-intent-danger:disabled, .pt-button-group.pt-minimal .pt-intent-danger.pt-button.pt-disabled, .pt-button-group.pt-minimal .pt-button.pt-intent-danger.pt-disabled {
        background: none;
        color: rgba(194, 48, 48, 0.5); }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-danger {
        color: #f55656; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-danger:hover {
          background: rgba(219, 55, 55, 0.2);
          color: #f55656; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-danger:active, .pt-dark .pt-button-group.pt-minimal .pt-intent-danger.pt-button.pt-active, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-danger.pt-active {
          background: rgba(219, 55, 55, 0.3);
          color: #f55656; }
.pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-danger:disabled, .pt-dark .pt-button-group.pt-minimal .pt-intent-danger.pt-button.pt-disabled, .pt-dark .pt-button-group.pt-minimal .pt-button.pt-intent-danger.pt-disabled {
          color: rgba(245, 86, 86, 0.5); }
.pt-button-group.pt-minimal .pt-button:focus {
      outline-style: solid; }
.pt-button-group.pt-minimal .pt-button::after {
      margin: 5px;
      background: rgba(16, 22, 26, 0.15);
      width: 1px;
      height: 20px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 100%;
      content: ""; }
.pt-dark .pt-button-group.pt-minimal .pt-button::after {
        background: rgba(255, 255, 255, 0.15); }
.pt-button-group.pt-minimal > .pt-popover-target:last-child .pt-button,
  .pt-button-group.pt-minimal > .pt-button:last-child {
    margin-right: 0; }
.pt-button-group.pt-minimal > .pt-popover-target:last-child .pt-button::after,
    .pt-button-group.pt-minimal > .pt-button:last-child::after {
      display: none; }
.pt-button-group.pt-fill {
    display: -webkit-flex;
    display: flex; }
.pt-button-group .pt-button.pt-fill,
  .pt-button-group.pt-fill .pt-button:not(.pt-fixed) {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
.pt-button-group.pt-vertical {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: stretch;
            align-items: stretch;
    vertical-align: top; }
.pt-button-group.pt-vertical .pt-button {
      margin-right: 0 !important; }
.pt-button-group.pt-vertical .pt-button:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]) {
        border-bottom-color: transparent; }
.pt-button-group.pt-vertical > .pt-popover-target:first-child .pt-button,
    .pt-button-group.pt-vertical > .pt-button:first-child {
      border-radius: 3px 3px 0 0; }
.pt-button-group.pt-vertical > .pt-popover-target:last-child .pt-button,
    .pt-button-group.pt-vertical > .pt-button:last-child {
      border-radius: 0 0 3px 3px; }
.pt-button-group.pt-vertical > .pt-popover-target:not(:last-child) .pt-button,
    .pt-button-group.pt-vertical > .pt-button:not(:last-child) {
      margin-bottom: -1px; }
.pt-button-group.pt-vertical.pt-minimal .pt-button:not(:last-child) {
      margin-bottom: 11px; }
.pt-button-group.pt-vertical.pt-minimal .pt-button::after {
      top: 100%;
      right: 0;
      left: 0;
      width: auto;
      height: 1px; }
.pt-button-group.pt-align-left .pt-button {
    text-align: left; }

.pt-button {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  line-height: 28px;
  
  
   }
.pt-button:disabled, .pt-button.pt-disabled {
    cursor: not-allowed; }
.pt-button.pt-fill {
    width: 100%; }
.pt-button:not([class*="pt-intent-"]) {
    background: #f5f8fa;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #f5f8fa;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.17) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
    background-clip: padding-box;
    color: #182026; }
.pt-button:not([class*="pt-intent-"]):hover {
      background: #ebf1f5;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
      border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
      background-clip: padding-box; }
.pt-button:not([class*="pt-intent-"]):active, .pt-button.pt-active:not([class*="pt-intent-"]) {
      border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
      background-color: #ced9e0;
      background-image: none; }
.pt-button:not([class*="pt-intent-"]):disabled, .pt-button.pt-disabled:not([class*="pt-intent-"]) {
      outline: none;
      border-color: transparent;
      box-shadow: none;
      background-clip: border-box;
      background-color: rgba(206, 217, 224, 0.5);
      background-image: none;
      cursor: not-allowed;
      color: rgba(92, 112, 128, 0.5); }
.pt-button.pt-intent-primary {
    background: #137cbd;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #137cbd;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.3) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: border-box;
    color: #ffffff; }
.pt-button.pt-intent-primary:hover, .pt-button.pt-intent-primary:active, .pt-intent-primary.pt-button.pt-active, .pt-button.pt-intent-primary:disabled, .pt-intent-primary.pt-button.pt-disabled {
      color: #ffffff; }
.pt-button.pt-intent-primary:hover {
      background: #106ba3;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #106ba3;
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-button.pt-intent-primary:active, .pt-intent-primary.pt-button.pt-active {
      border-color: rgba(16, 22, 26, 0.6) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-color: #0e5a8a;
      background-image: none; }
.pt-button.pt-intent-primary:disabled, .pt-intent-primary.pt-button.pt-disabled {
      border-color: transparent;
      box-shadow: none;
      background-color: rgba(19, 124, 189, 0.5);
      background-image: none; }
.pt-button.pt-intent-success {
    background: #0f9960;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #0f9960;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.3) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: border-box;
    color: #ffffff; }
.pt-button.pt-intent-success:hover, .pt-button.pt-intent-success:active, .pt-intent-success.pt-button.pt-active, .pt-button.pt-intent-success:disabled, .pt-intent-success.pt-button.pt-disabled {
      color: #ffffff; }
.pt-button.pt-intent-success:hover {
      background: #0d8050;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #0d8050;
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-button.pt-intent-success:active, .pt-intent-success.pt-button.pt-active {
      border-color: rgba(16, 22, 26, 0.6) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-color: #0a6640;
      background-image: none; }
.pt-button.pt-intent-success:disabled, .pt-intent-success.pt-button.pt-disabled {
      border-color: transparent;
      box-shadow: none;
      background-color: rgba(15, 153, 96, 0.5);
      background-image: none; }
.pt-button.pt-intent-warning {
    background: #d9822b;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #d9822b;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.3) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: border-box;
    color: #ffffff; }
.pt-button.pt-intent-warning:hover, .pt-button.pt-intent-warning:active, .pt-intent-warning.pt-button.pt-active, .pt-button.pt-intent-warning:disabled, .pt-intent-warning.pt-button.pt-disabled {
      color: #ffffff; }
.pt-button.pt-intent-warning:hover {
      background: #bf7326;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #bf7326;
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-button.pt-intent-warning:active, .pt-intent-warning.pt-button.pt-active {
      border-color: rgba(16, 22, 26, 0.6) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-color: #a66321;
      background-image: none; }
.pt-button.pt-intent-warning:disabled, .pt-intent-warning.pt-button.pt-disabled {
      border-color: transparent;
      box-shadow: none;
      background-color: rgba(217, 130, 43, 0.5);
      background-image: none; }
.pt-button.pt-intent-danger {
    background: #db3737;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #db3737;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.3) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: border-box;
    color: #ffffff; }
.pt-button.pt-intent-danger:hover, .pt-button.pt-intent-danger:active, .pt-intent-danger.pt-button.pt-active, .pt-button.pt-intent-danger:disabled, .pt-intent-danger.pt-button.pt-disabled {
      color: #ffffff; }
.pt-button.pt-intent-danger:hover {
      background: #c23030;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #c23030;
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-button.pt-intent-danger:active, .pt-intent-danger.pt-button.pt-active {
      border-color: rgba(16, 22, 26, 0.6) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-color: #a82a2a;
      background-image: none; }
.pt-button.pt-intent-danger:disabled, .pt-intent-danger.pt-button.pt-disabled {
      border-color: transparent;
      box-shadow: none;
      background-color: rgba(219, 55, 55, 0.5);
      background-image: none; }
.pt-button[class*="pt-icon-"]::before {
    line-height: 1;
    font-family: "Icons16", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    color: #5c7080; }
.pt-button .pt-icon, .pt-button .pt-icon-standard, .pt-button .pt-icon-large {
    margin-right: 7px;
    color: #5c7080; }
.pt-button .pt-icon.pt-align-right, .pt-button .pt-icon-standard.pt-align-right, .pt-button .pt-icon-large.pt-align-right {
      margin-right: 0;
      margin-left: 7px; }
.pt-dark .pt-button:not([class*="pt-intent-"]) {
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) left no-repeat;
    border-color: rgba(16, 22, 26, 0.6);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: padding-box;
    color: #f5f8fa; }
.pt-dark .pt-button:not([class*="pt-intent-"]):hover, .pt-dark .pt-button:not([class*="pt-intent-"]):active, .pt-dark .pt-button.pt-active:not([class*="pt-intent-"]) {
      color: #f5f8fa; }
.pt-dark .pt-button:not([class*="pt-intent-"]):hover {
      background: rgba(255, 255, 255, 0.1);
      background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
      border-color: rgba(16, 22, 26, 0.8);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
      background-clip: padding-box; }
.pt-dark .pt-button:not([class*="pt-intent-"]):active, .pt-dark .pt-button.pt-active:not([class*="pt-intent-"]) {
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-color: rgba(16, 22, 26, 0.1);
      background-image: none; }
.pt-dark .pt-button:not([class*="pt-intent-"]):disabled, .pt-dark .pt-button.pt-disabled:not([class*="pt-intent-"]) {
      border-color: rgba(206, 217, 224, 0.1);
      box-shadow: none;
      background-color: rgba(206, 217, 224, 0.1);
      background-image: none;
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-button:not([class*="pt-intent-"])[class*="pt-icon-"]::before {
      color: #bfccd6; }
.pt-dark .pt-button:not([class*="pt-intent-"]) .pt-icon, .pt-dark .pt-button:not([class*="pt-intent-"]) .pt-icon-standard, .pt-dark .pt-button:not([class*="pt-intent-"]) .pt-icon-large {
      color: #bfccd6; }
.pt-dark .pt-button[class*="pt-intent-"] {
    border-color: rgba(16, 22, 26, 0.6);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: padding-box; }
.pt-dark .pt-button[class*="pt-intent-"]:hover {
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-dark .pt-button[class*="pt-intent-"]:active, .pt-dark [class*="pt-intent-"].pt-button.pt-active {
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-dark .pt-button[class*="pt-intent-"]:disabled, .pt-dark [class*="pt-intent-"].pt-button.pt-disabled {
      border: none;
      box-shadow: none;
      background-image: none;
      color: rgba(255, 255, 255, 0.3); }
.pt-button:disabled::before, .pt-button.pt-disabled::before, .pt-button[class*="pt-intent-"]::before {
    color: inherit !important; }
.pt-button:disabled .pt-icon, .pt-button.pt-disabled .pt-icon, .pt-button:disabled .pt-icon-standard, .pt-button.pt-disabled .pt-icon-standard, .pt-button:disabled .pt-icon-large, .pt-button.pt-disabled .pt-icon-large, .pt-button[class*="pt-intent-"] .pt-icon, .pt-button[class*="pt-intent-"] .pt-icon-standard, .pt-button[class*="pt-intent-"] .pt-icon-large {
    color: inherit !important; }
.pt-button.pt-minimal {
    border-color: transparent;
    box-shadow: none;
    background: none; }
.pt-button.pt-minimal:focus {
      box-shadow: none; }
.pt-button.pt-minimal:hover {
      border-color: transparent;
      box-shadow: none;
      background: rgba(167, 182, 194, 0.3);
      text-decoration: none;
      color: #182026; }
.pt-button.pt-minimal.pt-active, .pt-button.pt-minimal:active, .pt-minimal.pt-button.pt-active {
      border-color: transparent;
      background: rgba(115, 134, 148, 0.3);
      color: #182026; }
.pt-button.pt-minimal.pt-disabled, .pt-button.pt-minimal:disabled, .pt-minimal.pt-button.pt-disabled, .pt-button.pt-minimal:disabled:hover, .pt-minimal.pt-button.pt-disabled:hover {
      border-color: transparent;
      background: inherit;
      cursor: not-allowed;
      color: rgba(92, 112, 128, 0.5); }
.pt-dark .pt-button.pt-minimal {
      border-color: transparent;
      box-shadow: none;
      background: none;
      color: inherit; }
.pt-dark .pt-button.pt-minimal:hover, .pt-dark .pt-button.pt-minimal:active, .pt-dark .pt-minimal.pt-button.pt-active, .pt-dark .pt-button.pt-minimal.pt-active {
        border-color: transparent;
        box-shadow: none;
        background: none; }
.pt-dark .pt-button.pt-minimal:hover {
        background: rgba(138, 155, 168, 0.15); }
.pt-dark .pt-button.pt-minimal:active, .pt-dark .pt-minimal.pt-button.pt-active, .pt-dark .pt-button.pt-minimal.pt-active {
        background: rgba(138, 155, 168, 0.3);
        color: #f5f8fa; }
.pt-dark .pt-button.pt-minimal.pt-disabled, .pt-dark .pt-button.pt-minimal:disabled, .pt-dark .pt-minimal.pt-button.pt-disabled, .pt-dark .pt-button.pt-minimal:disabled:hover, .pt-dark .pt-minimal.pt-button.pt-disabled:hover {
        border-color: transparent;
        background: inherit;
        cursor: not-allowed;
        color: rgba(191, 204, 214, 0.5); }
.pt-button.pt-minimal.pt-intent-primary {
      color: #106ba3; }
.pt-button.pt-minimal.pt-intent-primary:hover, .pt-button.pt-minimal.pt-intent-primary:active, .pt-minimal.pt-intent-primary.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-primary.pt-active {
        box-shadow: none;
        background: none;
        color: #106ba3; }
.pt-button.pt-minimal.pt-intent-primary:hover {
        background: rgba(19, 124, 189, 0.15); }
.pt-button.pt-minimal.pt-intent-primary:active, .pt-minimal.pt-intent-primary.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-primary.pt-active {
        background: rgba(19, 124, 189, 0.3);
        color: #106ba3; }
.pt-button.pt-minimal.pt-intent-primary:disabled, .pt-minimal.pt-intent-primary.pt-button.pt-disabled, .pt-button.pt-minimal.pt-intent-primary.pt-disabled {
        background: none;
        color: rgba(16, 107, 163, 0.5); }
.pt-dark .pt-button.pt-minimal.pt-intent-primary {
        color: #2b95d6; }
.pt-dark .pt-button.pt-minimal.pt-intent-primary:hover {
          background: rgba(19, 124, 189, 0.2);
          color: #2b95d6; }
.pt-dark .pt-button.pt-minimal.pt-intent-primary:active, .pt-dark .pt-minimal.pt-intent-primary.pt-button.pt-active, .pt-dark .pt-button.pt-minimal.pt-intent-primary.pt-active {
          background: rgba(19, 124, 189, 0.3);
          color: #2b95d6; }
.pt-dark .pt-button.pt-minimal.pt-intent-primary:disabled, .pt-dark .pt-minimal.pt-intent-primary.pt-button.pt-disabled, .pt-dark .pt-button.pt-minimal.pt-intent-primary.pt-disabled {
          color: rgba(43, 149, 214, 0.5); }
.pt-button.pt-minimal.pt-intent-success {
      color: #0d8050; }
.pt-button.pt-minimal.pt-intent-success:hover, .pt-button.pt-minimal.pt-intent-success:active, .pt-minimal.pt-intent-success.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-success.pt-active {
        box-shadow: none;
        background: none;
        color: #0d8050; }
.pt-button.pt-minimal.pt-intent-success:hover {
        background: rgba(15, 153, 96, 0.15); }
.pt-button.pt-minimal.pt-intent-success:active, .pt-minimal.pt-intent-success.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-success.pt-active {
        background: rgba(15, 153, 96, 0.3);
        color: #0d8050; }
.pt-button.pt-minimal.pt-intent-success:disabled, .pt-minimal.pt-intent-success.pt-button.pt-disabled, .pt-button.pt-minimal.pt-intent-success.pt-disabled {
        background: none;
        color: rgba(13, 128, 80, 0.5); }
.pt-dark .pt-button.pt-minimal.pt-intent-success {
        color: #15b371; }
.pt-dark .pt-button.pt-minimal.pt-intent-success:hover {
          background: rgba(15, 153, 96, 0.2);
          color: #15b371; }
.pt-dark .pt-button.pt-minimal.pt-intent-success:active, .pt-dark .pt-minimal.pt-intent-success.pt-button.pt-active, .pt-dark .pt-button.pt-minimal.pt-intent-success.pt-active {
          background: rgba(15, 153, 96, 0.3);
          color: #15b371; }
.pt-dark .pt-button.pt-minimal.pt-intent-success:disabled, .pt-dark .pt-minimal.pt-intent-success.pt-button.pt-disabled, .pt-dark .pt-button.pt-minimal.pt-intent-success.pt-disabled {
          color: rgba(21, 179, 113, 0.5); }
.pt-button.pt-minimal.pt-intent-warning {
      color: #bf7326; }
.pt-button.pt-minimal.pt-intent-warning:hover, .pt-button.pt-minimal.pt-intent-warning:active, .pt-minimal.pt-intent-warning.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-warning.pt-active {
        box-shadow: none;
        background: none;
        color: #bf7326; }
.pt-button.pt-minimal.pt-intent-warning:hover {
        background: rgba(217, 130, 43, 0.15); }
.pt-button.pt-minimal.pt-intent-warning:active, .pt-minimal.pt-intent-warning.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-warning.pt-active {
        background: rgba(217, 130, 43, 0.3);
        color: #bf7326; }
.pt-button.pt-minimal.pt-intent-warning:disabled, .pt-minimal.pt-intent-warning.pt-button.pt-disabled, .pt-button.pt-minimal.pt-intent-warning.pt-disabled {
        background: none;
        color: rgba(191, 115, 38, 0.5); }
.pt-dark .pt-button.pt-minimal.pt-intent-warning {
        color: #f29d49; }
.pt-dark .pt-button.pt-minimal.pt-intent-warning:hover {
          background: rgba(217, 130, 43, 0.2);
          color: #f29d49; }
.pt-dark .pt-button.pt-minimal.pt-intent-warning:active, .pt-dark .pt-minimal.pt-intent-warning.pt-button.pt-active, .pt-dark .pt-button.pt-minimal.pt-intent-warning.pt-active {
          background: rgba(217, 130, 43, 0.3);
          color: #f29d49; }
.pt-dark .pt-button.pt-minimal.pt-intent-warning:disabled, .pt-dark .pt-minimal.pt-intent-warning.pt-button.pt-disabled, .pt-dark .pt-button.pt-minimal.pt-intent-warning.pt-disabled {
          color: rgba(242, 157, 73, 0.5); }
.pt-button.pt-minimal.pt-intent-danger {
      color: #c23030; }
.pt-button.pt-minimal.pt-intent-danger:hover, .pt-button.pt-minimal.pt-intent-danger:active, .pt-minimal.pt-intent-danger.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-danger.pt-active {
        box-shadow: none;
        background: none;
        color: #c23030; }
.pt-button.pt-minimal.pt-intent-danger:hover {
        background: rgba(219, 55, 55, 0.15); }
.pt-button.pt-minimal.pt-intent-danger:active, .pt-minimal.pt-intent-danger.pt-button.pt-active, .pt-button.pt-minimal.pt-intent-danger.pt-active {
        background: rgba(219, 55, 55, 0.3);
        color: #c23030; }
.pt-button.pt-minimal.pt-intent-danger:disabled, .pt-minimal.pt-intent-danger.pt-button.pt-disabled, .pt-button.pt-minimal.pt-intent-danger.pt-disabled {
        background: none;
        color: rgba(194, 48, 48, 0.5); }
.pt-dark .pt-button.pt-minimal.pt-intent-danger {
        color: #f55656; }
.pt-dark .pt-button.pt-minimal.pt-intent-danger:hover {
          background: rgba(219, 55, 55, 0.2);
          color: #f55656; }
.pt-dark .pt-button.pt-minimal.pt-intent-danger:active, .pt-dark .pt-minimal.pt-intent-danger.pt-button.pt-active, .pt-dark .pt-button.pt-minimal.pt-intent-danger.pt-active {
          background: rgba(219, 55, 55, 0.3);
          color: #f55656; }
.pt-dark .pt-button.pt-minimal.pt-intent-danger:disabled, .pt-dark .pt-minimal.pt-intent-danger.pt-button.pt-disabled, .pt-dark .pt-button.pt-minimal.pt-intent-danger.pt-disabled {
          color: rgba(245, 86, 86, 0.5); }
.pt-button.pt-large,
  .pt-large .pt-button {
    min-width: 40px;
    min-height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 16px; }
.pt-button.pt-large[class*="pt-icon-"]::before,
    .pt-large .pt-button[class*="pt-icon-"]::before {
      margin-right: 10px; }
.pt-button.pt-large .pt-icon, .pt-button.pt-large .pt-icon-standard, .pt-button.pt-large .pt-icon-large,
    .pt-large .pt-button .pt-icon,
    .pt-large .pt-button .pt-icon-standard,
    .pt-large .pt-button .pt-icon-large {
      margin-right: 10px; }
.pt-button.pt-large .pt-icon.pt-align-right, .pt-button.pt-large .pt-icon-standard.pt-align-right, .pt-button.pt-large .pt-icon-large.pt-align-right,
      .pt-large .pt-button .pt-icon.pt-align-right,
      .pt-large .pt-button .pt-icon-standard.pt-align-right,
      .pt-large .pt-button .pt-icon-large.pt-align-right {
        margin-right: 0;
        margin-left: 10px; }
.pt-button[class*="pt-icon-"]:empty {
    padding: 0; }
.pt-button[class*="pt-icon-"]:empty::before {
      margin-right: 0; }
a.pt-button {
  text-align: center;
  text-decoration: none;
  transition: none; }
a.pt-button, a.pt-button:hover, a.pt-button:active, a.pt-button.pt-active {
    color: #182026; }
a.pt-disabled.pt-button {
    color: rgba(92, 112, 128, 0.5); }
.pt-button.pt-active.pt-disabled, .pt-button.pt-active:disabled, .pt-active.pt-button.pt-disabled {
  background: rgba(216, 225, 232, 0.4); }
.pt-dark .pt-button.pt-active.pt-disabled, .pt-dark .pt-button.pt-active:disabled, .pt-dark .pt-active.pt-button.pt-disabled {
    background: rgba(206, 217, 224, 0.2); }

.pt-callout {
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  border-radius: 3px;
  background-color: rgba(138, 155, 168, 0.15);
  padding: 10px 12px 9px; }
.pt-callout[class*="pt-icon-"] {
    padding-left: 40px; }
.pt-callout[class*="pt-icon-"]::before {
      line-height: 1;
      font-family: "Icons20", sans-serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      top: 10px;
      left: 10px;
      color: #5c7080; }
.pt-callout h5 {
    margin-bottom: 5px;
    line-height: 20px; }
.pt-dark .pt-callout {
    background-color: rgba(138, 155, 168, 0.2); }
.pt-dark .pt-callout[class*="pt-icon-"]::before {
      color: #bfccd6; }
.pt-callout.pt-intent-primary {
    background-color: rgba(19, 124, 189, 0.15); }
.pt-callout.pt-intent-primary[class*="pt-icon-"]::before {
      color: #137cbd; }
.pt-callout.pt-intent-primary h5 {
      color: #106ba3; }
.pt-dark .pt-callout.pt-intent-primary {
      background-color: rgba(19, 124, 189, 0.25); }
.pt-dark .pt-callout.pt-intent-primary h5 {
        color: #2b95d6; }
.pt-callout.pt-intent-success {
    background-color: rgba(15, 153, 96, 0.15); }
.pt-callout.pt-intent-success[class*="pt-icon-"]::before {
      color: #0f9960; }
.pt-callout.pt-intent-success h5 {
      color: #0d8050; }
.pt-dark .pt-callout.pt-intent-success {
      background-color: rgba(15, 153, 96, 0.25); }
.pt-dark .pt-callout.pt-intent-success h5 {
        color: #15b371; }
.pt-callout.pt-intent-warning {
    background-color: rgba(217, 130, 43, 0.15); }
.pt-callout.pt-intent-warning[class*="pt-icon-"]::before {
      color: #d9822b; }
.pt-callout.pt-intent-warning h5 {
      color: #bf7326; }
.pt-dark .pt-callout.pt-intent-warning {
      background-color: rgba(217, 130, 43, 0.25); }
.pt-dark .pt-callout.pt-intent-warning h5 {
        color: #f29d49; }
.pt-callout.pt-intent-danger {
    background-color: rgba(219, 55, 55, 0.15); }
.pt-callout.pt-intent-danger[class*="pt-icon-"]::before {
      color: #db3737; }
.pt-callout.pt-intent-danger h5 {
      color: #c23030; }
.pt-dark .pt-callout.pt-intent-danger {
      background-color: rgba(219, 55, 55, 0.25); }
.pt-dark .pt-callout.pt-intent-danger h5 {
        color: #f55656; }
.pt-running-text .pt-callout {
    margin: 20px 0; }

.pt-card {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.15);
  background-color: #ffffff;
  padding: 20px;
  transition: box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
  transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
  transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-card.pt-dark,
  .pt-dark .pt-card {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4);
    background-color: #30404d; }
.pt-elevation-0 {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.15); }
.pt-elevation-0.pt-dark,
  .pt-dark .pt-elevation-0 {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); }
.pt-elevation-1 {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-elevation-1.pt-dark,
  .pt-dark .pt-elevation-1 {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-elevation-2 {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2); }
.pt-elevation-2.pt-dark,
  .pt-dark .pt-elevation-2 {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4); }
.pt-elevation-3 {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); }
.pt-elevation-3.pt-dark,
  .pt-dark .pt-elevation-3 {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.pt-elevation-4 {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); }
.pt-elevation-4.pt-dark,
  .pt-dark .pt-elevation-4 {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); }

.pt-card.pt-interactive:hover {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
  cursor: pointer; }
.pt-card.pt-interactive:hover.pt-dark,
  .pt-dark .pt-card.pt-interactive:hover {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.pt-card.pt-interactive:active {
  opacity: 0.9;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2);
  transition-duration: 0; }
.pt-card.pt-interactive:active.pt-dark,
  .pt-dark .pt-card.pt-interactive:active {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4); }

.pt-collapse {
  height: 0;
  overflow: hidden;
  transition: height 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-collapse .pt-collapse-body {
    transition: -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }

.pt-context-menu-popover-target {
  position: fixed; }

.pt-dialog {
  opacity: 1;
  -webkit-transform: translateX(50%) scale(1);
          transform: translateX(50%) scale(1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 25%;
  right: 50%;
  z-index: 20;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
  background: #ebf1f5;
  width: 500px;
  padding-bottom: 20px; }
.pt-dialog.pt-overlay-enter, .pt-dialog.pt-overlay-appear {
    opacity: 0;
    -webkit-transform: translateX(50%) scale(0.5);
            transform: translateX(50%) scale(0.5); }
.pt-dialog.pt-overlay-enter-active, .pt-dialog.pt-overlay-appear-active {
    opacity: 1;
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11);
    transition-delay: 0; }
.pt-dialog.pt-overlay-leave {
    opacity: 1;
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
.pt-dialog.pt-overlay-leave-active {
    opacity: 0;
    -webkit-transform: translateX(50%) scale(0.5);
            transform: translateX(50%) scale(0.5);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11);
    transition-delay: 0; }
.pt-dialog:focus {
    outline: 0; }
.pt-dialog.pt-dark,
  .pt-dark .pt-dialog {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
    background: #293742;
    color: #f5f8fa; }
.pt-dialog-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 0 rgba(16, 22, 26, 0.15);
  background: #ffffff;
  padding-left: 10px; }
.pt-dialog-header .pt-icon-large {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 10px;
    margin-right: 0;
    color: #5c7080; }
.pt-dialog-header h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 0 10px;
    line-height: inherit; }
.pt-dark .pt-dialog-header {
    box-shadow: 0 1px 0 rgba(16, 22, 26, 0.4);
    background: #30404d; }
.pt-dark .pt-dialog-header .pt-icon-large {
      color: #bfccd6; }
.pt-dark .pt-dialog-header h5 {
      color: #f5f8fa; }
.pt-dialog-close-button {
  line-height: 1;
  font-family: "Icons20", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #5c7080;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  border: none;
  background: none;
  cursor: pointer;
  padding: 10px; }
.pt-dialog-close-button:hover {
    color: #182026; }
.pt-dark .pt-dialog-close-button {
    color: #bfccd6; }
.pt-dark .pt-dialog-close-button:hover {
      color: #f5f8fa; }
.pt-dialog-body {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 20px;
  line-height: 18px; }
.pt-dialog-footer {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 20px; }
.pt-dialog-footer-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }
.pt-dialog-footer-actions .pt-button {
    margin-left: 10px; }

.pt-select select {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  background: #f5f8fa;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #f5f8fa;
  border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.17) rgba(16, 22, 26, 0.1);
  box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
  background-clip: padding-box;
  color: #182026;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  height: 30px;
  padding: 0 25px 0 10px; }
.pt-select select:hover {
    background: #ebf1f5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
    border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
    background-clip: padding-box; }
.pt-select select:active {
    border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
    background-color: #ced9e0;
    background-image: none; }
.pt-select select:disabled {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-clip: border-box;
    background-color: rgba(206, 217, 224, 0.5);
    background-image: none;
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5); }
.pt-select.pt-large select {
  height: 40px;
  padding-right: 35px;
  font-size: 16px; }
.pt-dark .pt-select select {
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) left no-repeat;
  border-color: rgba(16, 22, 26, 0.6);
  box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
  background-clip: padding-box;
  color: #f5f8fa; }
.pt-dark .pt-select select:hover, .pt-dark .pt-select select:active {
    color: #f5f8fa; }
.pt-dark .pt-select select:hover {
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
    border-color: rgba(16, 22, 26, 0.8);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: padding-box; }
.pt-dark .pt-select select:active {
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
    background-color: rgba(16, 22, 26, 0.1);
    background-image: none; }
.pt-dark .pt-select select:disabled {
    border-color: rgba(206, 217, 224, 0.1);
    box-shadow: none;
    background-color: rgba(206, 217, 224, 0.1);
    background-image: none;
    color: rgba(191, 204, 214, 0.5); }
.pt-select select:disabled {
  box-shadow: none;
  background-color: rgba(206, 217, 224, 0.5);
  cursor: not-allowed;
  color: rgba(92, 112, 128, 0.5); }
.pt-select::after {
  line-height: 1;
  font-family: "Icons16", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 7px;
  line-height: 30px;
  color: #5c7080;
  content: "⌄";
  pointer-events: none; }

.pt-editable-text {
  display: inline-block;
  position: relative;
  cursor: text;
  max-width: 100%;
  vertical-align: top;
  white-space: nowrap; }
.pt-editable-text::before {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border-radius: 3px;
    content: "";
    transition: background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-editable-text:hover::before {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); }
.pt-editable-text.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
    background-color: #ffffff; }
.pt-editable-text.pt-disabled::before {
    box-shadow: none; }
.pt-editable-text.pt-intent-primary .pt-editable-input,
  .pt-editable-text.pt-intent-primary .pt-editable-content {
    color: #137cbd; }
.pt-editable-text.pt-intent-primary:hover::before {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, 0.4); }
.pt-editable-text.pt-intent-primary.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-editable-text.pt-intent-success .pt-editable-input,
  .pt-editable-text.pt-intent-success .pt-editable-content {
    color: #0f9960; }
.pt-editable-text.pt-intent-success:hover::before {
    box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, 0.4); }
.pt-editable-text.pt-intent-success.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-editable-text.pt-intent-warning .pt-editable-input,
  .pt-editable-text.pt-intent-warning .pt-editable-content {
    color: #d9822b; }
.pt-editable-text.pt-intent-warning:hover::before {
    box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, 0.4); }
.pt-editable-text.pt-intent-warning.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-editable-text.pt-intent-danger .pt-editable-input,
  .pt-editable-text.pt-intent-danger .pt-editable-content {
    color: #db3737; }
.pt-editable-text.pt-intent-danger:hover::before {
    box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, 0.4); }
.pt-editable-text.pt-intent-danger.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-dark .pt-editable-text:hover::before {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); }
.pt-dark .pt-editable-text.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
    background-color: rgba(16, 22, 26, 0.3); }
.pt-dark .pt-editable-text.pt-disabled::before {
    box-shadow: none; }
.pt-dark .pt-editable-text.pt-intent-primary .pt-editable-content {
    color: #2b95d6; }
.pt-dark .pt-editable-text.pt-intent-primary:hover::before {
    box-shadow: 0 0 0 0 rgba(43, 149, 214, 0), 0 0 0 0 rgba(43, 149, 214, 0), inset 0 0 0 1px rgba(43, 149, 214, 0.4); }
.pt-dark .pt-editable-text.pt-intent-primary.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #2b95d6, 0 0 0 3px rgba(43, 149, 214, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-editable-text.pt-intent-success .pt-editable-content {
    color: #15b371; }
.pt-dark .pt-editable-text.pt-intent-success:hover::before {
    box-shadow: 0 0 0 0 rgba(21, 179, 113, 0), 0 0 0 0 rgba(21, 179, 113, 0), inset 0 0 0 1px rgba(21, 179, 113, 0.4); }
.pt-dark .pt-editable-text.pt-intent-success.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #15b371, 0 0 0 3px rgba(21, 179, 113, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-editable-text.pt-intent-warning .pt-editable-content {
    color: #f29d49; }
.pt-dark .pt-editable-text.pt-intent-warning:hover::before {
    box-shadow: 0 0 0 0 rgba(242, 157, 73, 0), 0 0 0 0 rgba(242, 157, 73, 0), inset 0 0 0 1px rgba(242, 157, 73, 0.4); }
.pt-dark .pt-editable-text.pt-intent-warning.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #f29d49, 0 0 0 3px rgba(242, 157, 73, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-editable-text.pt-intent-danger .pt-editable-content {
    color: #f55656; }
.pt-dark .pt-editable-text.pt-intent-danger:hover::before {
    box-shadow: 0 0 0 0 rgba(245, 86, 86, 0), 0 0 0 0 rgba(245, 86, 86, 0), inset 0 0 0 1px rgba(245, 86, 86, 0.4); }
.pt-dark .pt-editable-text.pt-intent-danger.pt-editable-editing::before {
    box-shadow: 0 0 0 1px #f55656, 0 0 0 3px rgba(245, 86, 86, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-editable-input,
.pt-editable-content {
  display: inherit;
  position: relative;
  min-width: inherit;
  max-width: inherit;
  vertical-align: top;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  font: inherit;
  resize: none; }
.pt-editable-input {
  border: none;
  box-shadow: none;
  background: none;
  width: 100%;
  padding: 0;
  white-space: pre-wrap; }
.pt-editable-input:focus {
    outline: none; }
.pt-editable-input::-ms-clear {
    display: none; }
.pt-editable-content {
  overflow: hidden;
  padding-right: 2px;
  text-overflow: ellipsis;
  white-space: pre; }
.pt-editable-editing > .pt-editable-content {
    position: absolute;
    left: 0;
    visibility: hidden; }
.pt-editable-placeholder > .pt-editable-content {
    color: rgba(92, 112, 128, 0.5); }
.pt-dark .pt-editable-placeholder > .pt-editable-content {
      color: rgba(191, 204, 214, 0.5); }
.pt-editable-text.pt-multiline {
  display: block; }
.pt-editable-text.pt-multiline .pt-editable-content {
    overflow: auto;
    white-space: pre-wrap; }

.pt-select select {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  background: #f5f8fa;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #f5f8fa;
  border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.17) rgba(16, 22, 26, 0.1);
  box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
  background-clip: padding-box;
  color: #182026;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  height: 30px;
  padding: 0 25px 0 10px; }
.pt-select select:hover {
    background: #ebf1f5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
    border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
    background-clip: padding-box; }
.pt-select select:active {
    border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
    background-color: #ced9e0;
    background-image: none; }
.pt-select select:disabled {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-clip: border-box;
    background-color: rgba(206, 217, 224, 0.5);
    background-image: none;
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5); }
.pt-select.pt-large select {
  height: 40px;
  padding-right: 35px;
  font-size: 16px; }
.pt-dark .pt-select select {
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) left no-repeat;
  border-color: rgba(16, 22, 26, 0.6);
  box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
  background-clip: padding-box;
  color: #f5f8fa; }
.pt-dark .pt-select select:hover, .pt-dark .pt-select select:active {
    color: #f5f8fa; }
.pt-dark .pt-select select:hover {
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
    border-color: rgba(16, 22, 26, 0.8);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: padding-box; }
.pt-dark .pt-select select:active {
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
    background-color: rgba(16, 22, 26, 0.1);
    background-image: none; }
.pt-dark .pt-select select:disabled {
    border-color: rgba(206, 217, 224, 0.1);
    box-shadow: none;
    background-color: rgba(206, 217, 224, 0.1);
    background-image: none;
    color: rgba(191, 204, 214, 0.5); }
.pt-select select:disabled {
  box-shadow: none;
  background-color: rgba(206, 217, 224, 0.5);
  cursor: not-allowed;
  color: rgba(92, 112, 128, 0.5); }
.pt-select::after {
  line-height: 1;
  font-family: "Icons16", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 7px;
  line-height: 30px;
  color: #5c7080;
  content: "⌄";
  pointer-events: none; }

.pt-control-group {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
   }
.pt-control-group > * {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto; }
.pt-control-group .pt-button,
  .pt-control-group .pt-input,
  .pt-control-group .pt-select select {
    border-radius: inherit; }
.pt-control-group .pt-button:focus,
    .pt-control-group .pt-input:focus,
    .pt-control-group .pt-select select:focus {
      z-index: 2; }
.pt-control-group:not(.pt-vertical) > * {
    margin-right: -1px; }
.pt-control-group:not(.pt-vertical) .pt-button:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]),
  .pt-control-group:not(.pt-vertical) .pt-input:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]) {
    border-right-color: transparent; }
.pt-control-group:not(.pt-vertical) .pt-select:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]) select {
    border-right-color: transparent; }
.pt-control-group > :first-child {
    border-radius: 3px 0 0 3px; }
.pt-control-group > :last-child {
    margin-right: 0;
    border-radius: 0 3px 3px 0; }
.pt-control-group .pt-button,
  .pt-control-group .pt-select {
    z-index: 1; }
.pt-control-group .pt-input:focus {
    position: relative;
    border-radius: 3px; }
.pt-control-group .pt-button:focus,
  .pt-control-group select:focus {
    position: relative; }
.pt-control-group .pt-input-group .pt-button:focus {
    position: absolute; }
.pt-control-group .pt-input-group > .pt-icon,
  .pt-control-group .pt-input-group > .pt-button,
  .pt-control-group .pt-select::after {
    z-index: 3; }
.pt-control-group .pt-input-group .pt-button {
    border-radius: 3px; }
.pt-control-group.pt-vertical {
    -webkit-flex-direction: column;
            flex-direction: column; }
.pt-control-group.pt-vertical > * {
      margin-top: -1px;
      width: 100%; }
.pt-control-group.pt-vertical .pt-button:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]),
    .pt-control-group.pt-vertical .pt-input:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]) {
      border-bottom-color: transparent; }
.pt-control-group.pt-vertical .pt-select:not(:last-child):not(:hover):not(:active):not(.pt-active):not([class*="pt-intent-"]) select {
      border-bottom-color: transparent; }
.pt-control-group.pt-vertical > :first-child {
      margin-top: 0;
      border-radius: 3px 3px 0 0; }
.pt-control-group.pt-vertical > :last-child {
      border-radius: 0 0 3px 3px; }

.pt-control {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  min-height: 20px;
  padding-left: 26px;
  text-transform: none;
  line-height: 16px;
  
  
  
  
  
  
  
  
  
   }
.pt-control.pt-inline {
    display: inline-block;
    margin-right: 20px; }
.pt-control input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
.pt-control .pt-control-indicator {
    line-height: 1;
    font-family: "Icons16", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #f5f8fa;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #f5f8fa;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: 1px solid;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.17) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
    background-clip: padding-box;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.pt-control .pt-control-indicator::before {
      position: relative;
      top: -1px;
      left: -1px;
      content: ""; }
.pt-control input:checked ~ .pt-control-indicator, .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator {
    background: #137cbd;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #137cbd;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.3) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: border-box;
    color: #ffffff; }
.pt-control:hover .pt-control-indicator {
    background: #ebf1f5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
    border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
    background-clip: padding-box; }
.pt-control:hover input:checked ~ .pt-control-indicator, .pt-control:hover .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-control:hover input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox:hover input:indeterminate ~ .pt-control-indicator {
    background: #106ba3;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #106ba3;
    border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.3) rgba(16, 22, 26, 0.1);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-control input:not(:disabled):active ~ .pt-control-indicator {
    border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
    background: #ced9e0;
    background-clip: padding-box; }
.pt-control input:not(:disabled):active:checked ~ .pt-control-indicator, .pt-control.pt-checkbox input:not(:disabled):active:indeterminate ~ .pt-control-indicator {
    border-color: rgba(16, 22, 26, 0.6) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2);
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
    background: #0e5a8a; }
.pt-control input:focus ~ .pt-control-indicator {
    outline: rgba(19, 124, 189, 0.5) auto 2px;
    outline-offset: 2px;
    -moz-outline-radius: 6px; }
.pt-control input:disabled ~ .pt-control-indicator {
    border-color: transparent;
    box-shadow: none;
    background: rgba(206, 217, 224, 0.5);
    cursor: not-allowed; }
.pt-control input:disabled:checked ~ .pt-control-indicator, .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator {
    border-color: transparent;
    box-shadow: none;
    background: rgba(19, 124, 189, 0.5); }
.pt-control.pt-checkbox .pt-control-indicator {
    border-radius: 3px;
    font-size: 16px; }
.pt-control.pt-checkbox input:checked ~ .pt-control-indicator::before, .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator::before {
    content: ""; }
.pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator::before {
    content: ""; }
.pt-control.pt-radio .pt-control-indicator {
    border-radius: 50%;
    font-size: 6px; }
.pt-control.pt-radio input:checked ~ .pt-control-indicator::before, .pt-control.pt-radio .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-checkbox .pt-control.pt-radio input:indeterminate ~ .pt-control-indicator::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background: #ffffff;
    width: 1em;
    height: 1em;
    content: ""; }
.pt-control.pt-radio input:checked:disabled ~ .pt-control-indicator::before, .pt-control.pt-radio .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-checkbox .pt-control.pt-radio input:disabled:indeterminate ~ .pt-control-indicator::before {
    box-shadow: none; }
.pt-control.pt-radio input:focus ~ .pt-control-indicator {
    -moz-outline-radius: 16px; }
.pt-control.pt-switch {
    padding-left: 38px; }
.pt-control.pt-switch .pt-control-indicator {
      border: none;
      border-radius: 28px;
      box-shadow: none;
      background: rgba(167, 182, 194, 0.5);
      width: 28px;
      height: 16px;
      transition: background 100ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-control.pt-switch .pt-control-indicator::before {
        display: block;
        top: 2px;
        left: 2px;
        border-radius: 16px;
        box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.1);
        background: #ffffff;
        background-clip: padding-box;
        width: 12px;
        height: 12px;
        content: "";
        transition: left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-control.pt-switch input:checked ~ .pt-control-indicator, .pt-control.pt-switch .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-control.pt-switch input:indeterminate ~ .pt-control-indicator {
      box-shadow: none;
      background-color: #137cbd;
      width: 28px;
      height: 16px; }
.pt-control.pt-switch input:checked ~ .pt-control-indicator::before, .pt-control.pt-switch .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-checkbox .pt-control.pt-switch input:indeterminate ~ .pt-control-indicator::before {
        left: 14px;
        box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-control.pt-switch:hover .pt-control-indicator {
      background-color: rgba(115, 134, 148, 0.5); }
.pt-control.pt-switch:hover input:checked ~ .pt-control-indicator, .pt-control.pt-switch:hover .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-control.pt-switch:hover input:indeterminate ~ .pt-control-indicator {
      background-color: #106ba3; }
.pt-control.pt-switch input:not(:disabled):active ~ .pt-control-indicator {
      box-shadow: none;
      background-color: rgba(92, 112, 128, 0.5); }
.pt-control.pt-switch input:not(:disabled):active:checked ~ .pt-control-indicator, .pt-control.pt-switch .pt-control.pt-checkbox input:not(:disabled):active:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-control.pt-switch input:not(:disabled):active:indeterminate ~ .pt-control-indicator {
      background-color: #0e5a8a; }
.pt-control.pt-switch input:disabled ~ .pt-control-indicator {
      background-color: rgba(206, 217, 224, 0.5); }
.pt-control.pt-switch input:disabled ~ .pt-control-indicator::before {
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.8); }
.pt-control.pt-switch input:disabled:checked ~ .pt-control-indicator, .pt-control.pt-switch .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-control.pt-switch input:disabled:indeterminate ~ .pt-control-indicator {
      background-color: rgba(19, 124, 189, 0.5); }
.pt-control.pt-align-right {
    padding-right: 26px;
    padding-left: 0; }
.pt-control.pt-align-right .pt-control-indicator {
      right: 0;
      left: auto; }
.pt-control.pt-large {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px; }
.pt-control.pt-large .pt-control-indicator {
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-family: "Icons20";
      font-size: 20px; }
.pt-control.pt-large.pt-checkbox input:checked ~ .pt-control-indicator::before, .pt-control.pt-large.pt-checkbox input:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-large.pt-checkbox .pt-control.pt-checkbox:hover input:indeterminate ~ .pt-control-indicator::before {
      top: 0; }
.pt-control.pt-large.pt-radio .pt-control-indicator {
      font-size: 8px; }
.pt-control.pt-large.pt-switch {
      padding-left: 42px; }
.pt-control.pt-large.pt-switch .pt-control-indicator {
        width: 32px;
        height: 20px; }
.pt-control.pt-large.pt-switch .pt-control-indicator::before {
          width: 16px;
          height: 16px; }
.pt-control.pt-large.pt-switch input:checked ~ .pt-control-indicator, .pt-control.pt-large.pt-switch .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-control.pt-large.pt-switch input:indeterminate ~ .pt-control-indicator {
        width: 32px;
        height: 20px; }
.pt-control.pt-large.pt-switch input:checked ~ .pt-control-indicator::before, .pt-control.pt-large.pt-switch .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-checkbox .pt-control.pt-large.pt-switch input:indeterminate ~ .pt-control-indicator::before {
          left: 14px; }
.pt-dark .pt-control {
    color: #f5f8fa; }
.pt-dark .pt-control .pt-control-indicator {
      background: rgba(255, 255, 255, 0.1);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) left no-repeat;
      border-color: rgba(16, 22, 26, 0.6);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-dark .pt-control input:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator {
      border-color: rgba(16, 22, 26, 0.6);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
      background-clip: padding-box; }
.pt-dark .pt-control:hover .pt-control-indicator {
      background: rgba(255, 255, 255, 0.1);
      background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
      border-color: rgba(16, 22, 26, 0.8); }
.pt-dark .pt-control input:not(:disabled):active ~ .pt-control-indicator {
      border-color: rgba(16, 22, 26, 0.8);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background: rgba(16, 22, 26, 0.1); }
.pt-dark .pt-control input:not(:disabled):active:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-checkbox input:not(:disabled):active:indeterminate ~ .pt-control-indicator {
      border-color: rgba(16, 22, 26, 0.6);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-clip: padding-box;
      background-color: #0e5a8a; }
.pt-dark .pt-control input:disabled ~ .pt-control-indicator {
      border-color: transparent;
      box-shadow: none;
      background: rgba(206, 217, 224, 0.1);
      cursor: not-allowed; }
.pt-dark .pt-control input:disabled:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator {
      border-color: transparent;
      box-shadow: none;
      background: rgba(14, 90, 138, 0.5); }
.pt-dark .pt-control.pt-checkbox input:checked:disabled ~ .pt-control-indicator::before, .pt-dark .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator::before {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-control.pt-radio input:checked:disabled ~ .pt-control-indicator::before, .pt-dark .pt-control.pt-radio .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-checkbox .pt-dark .pt-control.pt-radio input:disabled:indeterminate ~ .pt-control-indicator::before {
      background: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-control.pt-switch .pt-control-indicator {
      box-shadow: none;
      background: rgba(16, 22, 26, 0.5); }
.pt-dark .pt-control.pt-switch .pt-control-indicator::before {
        box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
        background: #30404d; }
.pt-dark .pt-control.pt-switch input:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-switch .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-dark .pt-control.pt-switch input:indeterminate ~ .pt-control-indicator {
      box-shadow: none;
      background-color: #137cbd; }
.pt-dark .pt-control.pt-switch input:checked ~ .pt-control-indicator::before, .pt-dark .pt-control.pt-switch .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator::before, .pt-control.pt-checkbox .pt-dark .pt-control.pt-switch input:indeterminate ~ .pt-control-indicator::before {
        box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-dark .pt-control.pt-switch:hover .pt-control-indicator {
      background: rgba(16, 22, 26, 0.7); }
.pt-dark .pt-control.pt-switch:hover input:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-switch:hover .pt-control.pt-checkbox input:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-dark .pt-control.pt-switch:hover input:indeterminate ~ .pt-control-indicator {
      background: #2b95d6; }
.pt-dark .pt-control.pt-switch input:not(:disabled):active ~ .pt-control-indicator {
      box-shadow: none;
      background: rgba(16, 22, 26, 0.9); }
.pt-dark .pt-control.pt-switch input:not(:disabled):active:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-switch .pt-control.pt-checkbox input:not(:disabled):active:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-dark .pt-control.pt-switch input:not(:disabled):active:indeterminate ~ .pt-control-indicator {
      background: #48aff0; }
.pt-dark .pt-control.pt-switch input:disabled ~ .pt-control-indicator {
      background: rgba(206, 217, 224, 0.1); }
.pt-dark .pt-control.pt-switch input:disabled ~ .pt-control-indicator::before {
        box-shadow: none;
        background: rgba(16, 22, 26, 0.4); }
.pt-dark .pt-control.pt-switch input:disabled:checked ~ .pt-control-indicator, .pt-dark .pt-control.pt-switch .pt-control.pt-checkbox input:disabled:indeterminate ~ .pt-control-indicator, .pt-control.pt-checkbox .pt-dark .pt-control.pt-switch input:disabled:indeterminate ~ .pt-control-indicator {
      background: rgba(14, 90, 138, 0.5); }

.pt-file-upload {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 30px; }
.pt-file-upload input {
    opacity: 0;
    margin: 0;
    min-width: 200px; }
.pt-file-upload .pt-file-upload-input {
    outline: none;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
    background: #ffffff;
    height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 30px;
    color: #182026;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif, "Icons16";
    font-size: 14px;
    font-weight: 400;
    transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 70px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 30px;
    line-height: 30px;
    color: #5c7080;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.pt-file-upload .pt-file-upload-input::-webkit-input-placeholder {
      opacity: 1;
      color: rgba(92, 112, 128, 0.5); }
.pt-file-upload .pt-file-upload-input::-moz-placeholder {
      opacity: 1;
      color: rgba(92, 112, 128, 0.5); }
.pt-file-upload .pt-file-upload-input:-moz-placeholder {
      opacity: 1;
      color: rgba(92, 112, 128, 0.5); }
.pt-file-upload .pt-file-upload-input:-ms-input-placeholder {
      opacity: 1;
      color: rgba(92, 112, 128, 0.5); }
.pt-file-upload .pt-file-upload-input:focus {
      box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-file-upload .pt-file-upload-input:disabled, .pt-file-upload .pt-file-upload-input.pt-disabled {
      box-shadow: none;
      background: rgba(206, 217, 224, 0.5);
      cursor: not-allowed;
      color: rgba(92, 112, 128, 0.5);
      resize: none; }
.pt-file-upload .pt-file-upload-input[type="search"], .pt-file-upload .pt-file-upload-input.pt-round {
      border-radius: 30px;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      padding-left: 10px; }
.pt-file-upload .pt-file-upload-input[readonly] {
      box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.15); }
.pt-file-upload .pt-file-upload-input::after {
      background: #f5f8fa;
      background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #f5f8fa;
      border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.17) rgba(16, 22, 26, 0.1);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
      background-clip: padding-box;
      color: #182026;
      position: absolute;
      top: 0;
      right: 0;
      left: 100%;
      margin-left: -1px;
      border-width: 1px;
      border-style: solid;
      border-radius: 3px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      width: 70px;
      height: 30px;
      padding: 0 10px;
      text-align: center;
      line-height: 28px;
      content: "Browse"; }
.pt-file-upload .pt-file-upload-input::after:hover {
        background: #ebf1f5;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
        border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
        box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
        background-clip: padding-box; }
.pt-file-upload .pt-file-upload-input::after:active {
        border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
        box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
        background-color: #ced9e0;
        background-image: none; }
.pt-file-upload .pt-file-upload-input::after:disabled {
        outline: none;
        border-color: transparent;
        box-shadow: none;
        background-clip: border-box;
        background-color: rgba(206, 217, 224, 0.5);
        background-image: none;
        cursor: not-allowed;
        color: rgba(92, 112, 128, 0.5); }
.pt-file-upload .pt-file-upload-input:not(:hover):not(:active)::after {
      border-left-color: transparent; }
.pt-file-upload .pt-file-upload-input:hover::after {
      background: #ebf1f5;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
      border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
      background-clip: padding-box; }
.pt-file-upload .pt-file-upload-input:active::after {
      border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
      background-color: #ced9e0;
      background-image: none; }
.pt-dark .pt-file-upload .pt-file-upload-input {
      box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
      background: rgba(16, 22, 26, 0.3);
      color: #f5f8fa;
      color: #bfccd6; }
.pt-dark .pt-file-upload .pt-file-upload-input::-webkit-input-placeholder {
        color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-file-upload .pt-file-upload-input::-moz-placeholder {
        color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-file-upload .pt-file-upload-input:-moz-placeholder {
        color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-file-upload .pt-file-upload-input:-ms-input-placeholder {
        color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-file-upload .pt-file-upload-input:focus {
        box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-file-upload .pt-file-upload-input:disabled, .pt-dark .pt-file-upload .pt-file-upload-input.pt-disabled {
        box-shadow: none;
        background: rgba(216, 225, 232, 0.1);
        color: rgba(255, 255, 255, 0.3); }
.pt-dark .pt-file-upload .pt-file-upload-input[readonly] {
        box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-file-upload .pt-file-upload-input::after {
        background: rgba(255, 255, 255, 0.1);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) left no-repeat;
        border-color: rgba(16, 22, 26, 0.6);
        box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
        background-clip: padding-box;
        color: #f5f8fa; }
.pt-dark .pt-file-upload .pt-file-upload-input::after:hover, .pt-dark .pt-file-upload .pt-file-upload-input::after:active {
          color: #f5f8fa; }
.pt-dark .pt-file-upload .pt-file-upload-input::after:hover {
          background: rgba(255, 255, 255, 0.1);
          background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
          border-color: rgba(16, 22, 26, 0.8);
          box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
          background-clip: padding-box; }
.pt-dark .pt-file-upload .pt-file-upload-input::after:active {
          box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
          background-color: rgba(16, 22, 26, 0.1);
          background-image: none; }
.pt-dark .pt-file-upload .pt-file-upload-input::after:disabled {
          border-color: rgba(206, 217, 224, 0.1);
          box-shadow: none;
          background-color: rgba(206, 217, 224, 0.1);
          background-image: none;
          color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-file-upload .pt-file-upload-input:hover::after {
        background: rgba(255, 255, 255, 0.1);
        background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
        border-color: rgba(16, 22, 26, 0.8);
        box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
        background-clip: padding-box; }
.pt-dark .pt-file-upload .pt-file-upload-input:active::after {
        box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
        background-color: rgba(16, 22, 26, 0.1);
        background-image: none; }

.pt-input-group {
  display: block;
  position: relative; }
.pt-input-group .pt-input {
    width: 100%; }
.pt-input-group .pt-input:not(:first-child) {
      padding-left: 30px; }
.pt-input-group .pt-input:not(:last-child) {
      padding-right: 30px; }
.pt-input-group .pt-input-action,
  .pt-input-group > .pt-button,
  .pt-input-group > .pt-icon {
    position: absolute;
    top: 0; }
.pt-input-group .pt-input-action:first-child,
    .pt-input-group > .pt-button:first-child,
    .pt-input-group > .pt-icon:first-child {
      left: 0; }
.pt-input-group .pt-input-action:last-child,
    .pt-input-group > .pt-button:last-child,
    .pt-input-group > .pt-icon:last-child {
      right: 0; }
.pt-input-group .pt-button {
    min-width: 24px;
    min-height: 24px;
    line-height: 22px;
    margin: 3px;
    padding-top: 0;
    padding-bottom: 0; }
.pt-input-group .pt-icon {
    line-height: 1;
    font-family: "Icons16", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0 7px;
    line-height: 30px; }
.pt-input-group .pt-tag {
    margin: 5px; }
.pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:not(:hover):not(:focus),
  .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:not(:hover):not(:focus) {
    color: #5c7080; }
.pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:not(:hover):not(:focus) .pt-icon, .pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:not(:hover):not(:focus) .pt-icon-standard, .pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:not(:hover):not(:focus) .pt-icon-large,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:not(:hover):not(:focus) .pt-icon,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:not(:hover):not(:focus) .pt-icon-standard,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:not(:hover):not(:focus) .pt-icon-large {
      color: #5c7080; }
.pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:disabled, .pt-input-group .pt-input:not(:focus) + .pt-minimal.pt-button.pt-disabled,
  .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:disabled,
  .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-minimal.pt-button.pt-disabled {
    color: rgba(92, 112, 128, 0.5) !important; }
.pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:disabled .pt-icon, .pt-input-group .pt-input:not(:focus) + .pt-minimal.pt-button.pt-disabled .pt-icon, .pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:disabled .pt-icon-standard, .pt-input-group .pt-input:not(:focus) + .pt-minimal.pt-button.pt-disabled .pt-icon-standard, .pt-input-group .pt-input:not(:focus) + .pt-button.pt-minimal:disabled .pt-icon-large, .pt-input-group .pt-input:not(:focus) + .pt-minimal.pt-button.pt-disabled .pt-icon-large,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:disabled .pt-icon,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-minimal.pt-button.pt-disabled .pt-icon,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:disabled .pt-icon-standard,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-minimal.pt-button.pt-disabled .pt-icon-standard,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-button.pt-minimal:disabled .pt-icon-large,
    .pt-input-group .pt-input:not(:focus) + .pt-input-action .pt-minimal.pt-button.pt-disabled .pt-icon-large {
      color: rgba(92, 112, 128, 0.5) !important; }
.pt-input-group.pt-disabled {
    cursor: not-allowed; }
.pt-input-group.pt-disabled .pt-icon {
      color: rgba(92, 112, 128, 0.5); }
.pt-input-group.pt-large .pt-button {
    min-width: 30px;
    min-height: 30px;
    line-height: 28px;
    margin: 5px;
    line-height: 0; }
.pt-input-group.pt-large .pt-icon {
    margin: 0 12px;
    line-height: 40px; }
.pt-input-group.pt-large .pt-input {
    height: 40px;
    line-height: 40px;
    font-size: 16px; }
.pt-input-group.pt-large .pt-input[type="search"], .pt-input-group.pt-large .pt-input.pt-round {
      padding: 0 15px; }
.pt-input-group.pt-large .pt-input:not(:first-child) {
      padding-left: 40px; }
.pt-input-group.pt-large .pt-input:not(:last-child) {
      padding-right: 40px; }
.pt-input-group.pt-round .pt-button,
  .pt-input-group.pt-round .pt-input,
  .pt-input-group.pt-round .pt-tag {
    border-radius: 30px; }
.pt-dark .pt-input-group.pt-disabled .pt-icon {
    color: rgba(191, 204, 214, 0.5); }
.pt-input-group.pt-intent-primary .pt-input {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-primary .pt-input:focus {
      box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-primary .pt-input[readonly] {
      box-shadow: inset 0 0 0 1px #137cbd; }
.pt-input-group.pt-intent-primary .pt-icon {
    color: #137cbd; }
.pt-input-group.pt-intent-success .pt-input {
    box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-success .pt-input:focus {
      box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-success .pt-input[readonly] {
      box-shadow: inset 0 0 0 1px #0f9960; }
.pt-input-group.pt-intent-success .pt-icon {
    color: #0f9960; }
.pt-input-group.pt-intent-warning .pt-input {
    box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-warning .pt-input:focus {
      box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-warning .pt-input[readonly] {
      box-shadow: inset 0 0 0 1px #d9822b; }
.pt-input-group.pt-intent-warning .pt-icon {
    color: #d9822b; }
.pt-input-group.pt-intent-danger .pt-input {
    box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-danger .pt-input:focus {
      box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input-group.pt-intent-danger .pt-input[readonly] {
      box-shadow: inset 0 0 0 1px #db3737; }
.pt-input-group.pt-intent-danger .pt-icon {
    color: #db3737; }

.pt-input {
  outline: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
  background: #ffffff;
  height: 30px;
  padding: 0 10px;
  vertical-align: middle;
  line-height: 30px;
  color: #182026;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif, "Icons16";
  font-size: 14px;
  font-weight: 400;
  transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(92, 112, 128, 0.5); }
.pt-input::-moz-placeholder {
    opacity: 1;
    color: rgba(92, 112, 128, 0.5); }
.pt-input:-moz-placeholder {
    opacity: 1;
    color: rgba(92, 112, 128, 0.5); }
.pt-input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(92, 112, 128, 0.5); }
.pt-input:focus {
    box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input:disabled, .pt-input.pt-disabled {
    box-shadow: none;
    background: rgba(206, 217, 224, 0.5);
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5);
    resize: none; }
.pt-input[type="search"], .pt-input.pt-round {
    border-radius: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 10px; }
.pt-input[readonly] {
    box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.15); }
.pt-input.pt-large {
    height: 40px;
    line-height: 40px;
    font-size: 16px; }
.pt-input.pt-large[type="search"], .pt-input.pt-large.pt-round {
      padding: 0 15px; }
.pt-input.pt-fill {
    width: 100%; }
.pt-dark .pt-input {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
    background: rgba(16, 22, 26, 0.3);
    color: #f5f8fa; }
.pt-dark .pt-input::-webkit-input-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-input::-moz-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-input:-moz-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-input:-ms-input-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-input:focus {
      box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input:disabled, .pt-dark .pt-input.pt-disabled {
      box-shadow: none;
      background: rgba(216, 225, 232, 0.1);
      color: rgba(255, 255, 255, 0.3); }
.pt-dark .pt-input[readonly] {
      box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); }
.pt-input.pt-intent-primary {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-primary:focus {
      box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-primary[readonly] {
      box-shadow: inset 0 0 0 1px #137cbd; }
.pt-dark .pt-input.pt-intent-primary {
      box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-primary:focus {
        box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-primary[readonly] {
        box-shadow: inset 0 0 0 1px #137cbd; }
.pt-input.pt-intent-success {
    box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-success:focus {
      box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-success[readonly] {
      box-shadow: inset 0 0 0 1px #0f9960; }
.pt-dark .pt-input.pt-intent-success {
      box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-success:focus {
        box-shadow: 0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-success[readonly] {
        box-shadow: inset 0 0 0 1px #0f9960; }
.pt-input.pt-intent-warning {
    box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-warning:focus {
      box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-warning[readonly] {
      box-shadow: inset 0 0 0 1px #d9822b; }
.pt-dark .pt-input.pt-intent-warning {
      box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-warning:focus {
        box-shadow: 0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-warning[readonly] {
        box-shadow: inset 0 0 0 1px #d9822b; }
.pt-input.pt-intent-danger {
    box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-danger:focus {
      box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.pt-input.pt-intent-danger[readonly] {
      box-shadow: inset 0 0 0 1px #db3737; }
.pt-dark .pt-input.pt-intent-danger {
      box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-danger:focus {
        box-shadow: 0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark .pt-input.pt-intent-danger[readonly] {
        box-shadow: inset 0 0 0 1px #db3737; }
.pt-input::-ms-clear {
    display: none; }

textarea.pt-input {
  max-width: 100%;
  height: auto;
  padding: 10px;
  line-height: 1.28581; }
textarea.pt-input.pt-large {
    line-height: 1.28581;
    font-size: 16px; }
.pt-dark textarea.pt-input {
    box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
    background: rgba(16, 22, 26, 0.3);
    color: #f5f8fa; }
.pt-dark textarea.pt-input::-webkit-input-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark textarea.pt-input::-moz-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark textarea.pt-input:-moz-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark textarea.pt-input:-ms-input-placeholder {
      color: rgba(191, 204, 214, 0.5); }
.pt-dark textarea.pt-input:focus {
      box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.pt-dark textarea.pt-input:disabled, .pt-dark textarea.pt-input.pt-disabled {
      box-shadow: none;
      background: rgba(216, 225, 232, 0.1);
      color: rgba(255, 255, 255, 0.3); }
.pt-dark textarea.pt-input[readonly] {
      box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); }

label.pt-label {
  display: block;
  margin: 0 0 10px; }
label.pt-label .pt-input,
  label.pt-label .pt-select {
    display: block;
    margin-top: 5px;
    text-transform: none; }
label.pt-label .pt-select select {
    width: 100%;
    vertical-align: top;
    font-weight: 400; }
label.pt-label.pt-inline {
    line-height: 30px; }
label.pt-label.pt-inline .pt-input,
    label.pt-label.pt-inline .pt-input-group,
    label.pt-label.pt-inline .pt-select {
      display: inline-block;
      margin: 0 0 0 5px;
      vertical-align: top; }
label.pt-label.pt-inline .pt-input-group .pt-input {
      margin-left: 0; }
label.pt-label.pt-inline.pt-large {
      line-height: 40px; }
label.pt-label.pt-disabled {
    color: rgba(92, 112, 128, 0.5); }
.pt-dark label.pt-label {
    color: #f5f8fa; }
.pt-dark label.pt-label.pt-disabled {
      color: rgba(191, 204, 214, 0.5); }

.pt-select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal; }
.pt-select select::-ms-expand {
    display: none; }
.pt-select.pt-large::after {
    top: 0;
    right: 12px;
    line-height: 40px; }
.pt-select.pt-fill,
  .pt-select.pt-fill select {
    width: 100%; }
.pt-dark .pt-select::after {
    color: #bfccd6; }

form {
  display: block; }

.pt-key {
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2);
  background: #ffffff;
  min-width: 25px;
  height: 25px;
  padding: 3px 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  color: #5c7080;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif, "Icons16";
  font-size: 12px; }
.pt-key.pt-modifier-key {
    padding: 3px 8px 3px 6px; }
.pt-key.pt-modifier-key .pt-icon-standard {
      margin-right: 5px; }
.pt-dark .pt-key {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    background: #394b59;
    color: #bfccd6; }
.pt-key-combo .pt-key:not(:last-child) {
  margin-right: 5px; }
.pt-hotkey-dialog {
  top: 40px;
  padding-bottom: 0; }
.pt-hotkey-dialog .pt-dialog-body {
    margin: 0;
    padding: 0; }
.pt-hotkey-dialog .pt-key-combo {
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 160px;
    text-align: right; }
.pt-hotkey-column {
  margin: auto;
  max-height: 80vh;
  overflow-y: auto;
  padding: 30px; }
.pt-hotkey-column .pt-hotkey-group {
    margin-bottom: 30px; }
.pt-hotkey-column .pt-hotkey-group:not(:first-child) {
      margin-top: 50px; }
.pt-hotkey {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-right: 0;
  margin-left: 0; }
.pt-hotkey:not(:last-child) {
    margin-bottom: 10px; }

.pt-submenu > .pt-popover-target {
  display: inherit; }
.pt-submenu > .pt-popover-target > .pt-menu-item {
    padding-right: 26px; }
.pt-submenu > .pt-popover-target > .pt-menu-item::after {
      line-height: 1;
      font-family: "Icons16", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 5px;
      content: "〉"; }
.pt-large .pt-submenu > .pt-popover-target > .pt-menu-item::after {
        line-height: 20px; }
.pt-submenu .pt-popover {
  position: relative;
  top: -5px;
  left: 5px; }
.pt-submenu .pt-popover.pt-align-left {
    right: 5px;
    left: auto; }

.pt-menu {
  margin: 0;
  border-radius: 3px;
  background: #ffffff;
  min-width: 180px;
  padding: 5px;
  list-style: none;
  text-align: left;
  color: #182026; }
.pt-menu-divider {
  display: block;
  margin: 5px;
  border-top: 1px solid rgba(16, 22, 26, 0.15); }
.pt-dark .pt-menu-divider {
    border-top-color: rgba(255, 255, 255, 0.15); }
.pt-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  border-radius: 2px;
  padding: 7px;
  line-height: 16px;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.pt-menu-item:not(.pt-disabled):hover, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled) {
    background: #137cbd;
    cursor: pointer;
    color: #ffffff; }
.pt-menu-item.pt-disabled {
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5); }
.pt-dark .pt-menu-item {
    color: inherit; }
.pt-dark .pt-menu-item.pt-disabled {
      color: rgba(191, 204, 214, 0.5); }
.pt-menu-item::before {
    line-height: 1;
    font-family: "Icons16", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin-right: 7px; }
.pt-menu-item::before, .pt-menu-item::after {
    color: #5c7080; }
.pt-menu-item .pt-menu-item-label {
    color: #5c7080; }
.pt-menu-item:not(.pt-disabled):hover::before, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled)::before, .pt-menu-item:not(.pt-disabled):hover::after, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled)::after,
  .pt-menu-item:not(.pt-disabled):hover .pt-menu-item-label, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled) .pt-menu-item-label {
    color: #ffffff; }
.pt-menu-item:not(.pt-disabled):hover.pt-intent-primary, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled).pt-intent-primary {
    background-color: #137cbd; }
.pt-menu-item:not(.pt-disabled):hover.pt-intent-success, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled).pt-intent-success {
    background-color: #0f9960; }
.pt-menu-item:not(.pt-disabled):hover.pt-intent-warning, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled).pt-intent-warning {
    background-color: #d9822b; }
.pt-menu-item:not(.pt-disabled):hover.pt-intent-danger, .pt-submenu > .pt-popover-open > .pt-menu-item:not(.pt-disabled).pt-intent-danger {
    background-color: #db3737; }
.pt-menu-item.pt-disabled {
    outline: none;
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5); }
.pt-menu-item.pt-disabled::before, .pt-menu-item.pt-disabled::after {
      color: rgba(92, 112, 128, 0.5); }
.pt-menu-item.pt-disabled .pt-menu-item-label {
      color: rgba(92, 112, 128, 0.5); }
.pt-large .pt-menu-item {
    padding: 10px 7px;
    line-height: 20px;
    font-size: 16px; }
.pt-large .pt-menu-item::before {
      line-height: 1;
      font-family: "Icons20", sans-serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      margin-right: 10px; }
a.pt-menu-item, a.pt-menu-item:hover, .pt-submenu > .pt-popover-open > a.pt-menu-item {
  text-decoration: none; }
button.pt-menu-item {
  border: none;
  background: none;
  width: 100%;
  text-align: left; }
.pt-menu-item-label {
  float: right;
  margin-left: 7px; }

.pt-menu-header {
  display: block;
  margin: 5px;
  border-top: 1px solid rgba(16, 22, 26, 0.15);
  cursor: default;
  padding-left: 2px; }
.pt-dark .pt-menu-header {
    border-top-color: rgba(255, 255, 255, 0.15); }
.pt-menu-header:first-of-type {
    border-top: none; }
.pt-menu-header > h6 {
    color: #182026;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin: 0;
    padding: 10px 7px 0 1px;
    line-height: 16px; }
.pt-menu-header:first-of-type > h6 {
    padding-top: 0; }
.pt-large .pt-menu-header > h6 {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 18px; }
.pt-large .pt-menu-header:first-of-type > h6 {
    padding-top: 0; }
.pt-dark .pt-menu {
  background: #30404d;
  color: #f5f8fa; }
.pt-dark .pt-menu-item::before, .pt-dark .pt-menu-item::after {
  color: #bfccd6; }
.pt-dark .pt-menu-item .pt-menu-item-label {
  color: #bfccd6; }
.pt-dark .pt-menu-item:hover::before, .pt-dark .pt-submenu > .pt-popover-open > .pt-menu-item::before, .pt-dark .pt-menu-item:hover::after, .pt-dark .pt-submenu > .pt-popover-open > .pt-menu-item::after {
  color: #ffffff; }
.pt-dark .pt-menu-item.pt-disabled, .pt-dark .pt-menu-item.pt-disabled:hover, .pt-dark .pt-submenu > .pt-popover-open > .pt-disabled.pt-menu-item {
  color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-menu-item.pt-disabled::before, .pt-dark .pt-menu-item.pt-disabled::after, .pt-dark .pt-menu-item.pt-disabled:hover::before, .pt-dark .pt-submenu > .pt-popover-open > .pt-disabled.pt-menu-item::before, .pt-dark .pt-menu-item.pt-disabled:hover::after, .pt-dark .pt-submenu > .pt-popover-open > .pt-disabled.pt-menu-item::after {
    color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-menu-item.pt-disabled .pt-menu-item-label, .pt-dark .pt-menu-item.pt-disabled:hover .pt-menu-item-label, .pt-dark .pt-submenu > .pt-popover-open > .pt-disabled.pt-menu-item .pt-menu-item-label {
    color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-menu-divider,
.pt-dark .pt-menu-header {
  border-color: rgba(255, 255, 255, 0.15); }
.pt-dark .pt-menu-header > h6 {
  color: #f5f8fa; }
.pt-label .pt-menu {
  margin-top: 5px; }

.pt-navbar {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2);
  background-color: #ffffff;
  height: 50px;
  padding: 0 15px; }
.pt-navbar.pt-dark,
  .pt-dark .pt-navbar {
    box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4);
    background-color: #394b59; }
.pt-navbar.pt-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
.pt-navbar .pt-logo {
    margin-right: 15px;
    width: 20px; }
.pt-navbar-heading {
  margin-right: 15px;
  font-size: 16px; }
.pt-navbar-group {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 50px; }
.pt-navbar-group.pt-align-left {
    float: left; }
.pt-navbar-group.pt-align-right {
    float: right; }
.pt-navbar-divider {
  margin: 0 10px;
  border-left: 1px solid rgba(16, 22, 26, 0.15);
  height: 20px; }
.pt-dark .pt-navbar-divider {
    border-left-color: rgba(255, 255, 255, 0.15); }

.pt-non-ideal-state {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px; }
.pt-non-ideal-state-visual {
  margin-bottom: 20px; }
.pt-non-ideal-state-icon .pt-icon {
  color: rgba(92, 112, 128, 0.5);
  font-size: 60px; }
.pt-dark .pt-non-ideal-state-icon .pt-icon {
    color: rgba(191, 204, 214, 0.5); }
.pt-non-ideal-state-title {
  margin-bottom: 0; }
.pt-non-ideal-state-description {
  margin-top: 15px;
  text-align: center; }
.pt-non-ideal-state-action {
  margin-top: 15px; }

.pt-overlay-scroll-container.pt-overlay-open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }
.pt-overlay-scroll-container.pt-overlay-open .pt-overlay-backdrop {
    position: fixed; }
.pt-overlay-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 20;
  background-color: rgba(16, 22, 26, 0.7);
  overflow: auto; }
.pt-overlay-backdrop.pt-overlay-enter, .pt-overlay-backdrop.pt-overlay-appear {
    opacity: 0; }
.pt-overlay-backdrop.pt-overlay-enter-active, .pt-overlay-backdrop.pt-overlay-appear-active {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-overlay-backdrop.pt-overlay-leave {
    opacity: 1; }
.pt-overlay-backdrop.pt-overlay-leave-active {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-overlay-backdrop:focus {
    outline: none; }

.pt-popover {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
  -webkit-transform: scale(1);
          transform: scale(1);
  display: inline-block;
  z-index: 20;
  border-radius: 3px;
   }
.pt-popover .pt-popover-arrow {
    position: absolute;
    width: 30px;
    height: 30px; }
.pt-popover .pt-popover-arrow::before {
      margin: 5px;
      width: 20px;
      height: 20px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-top > .pt-popover {
    margin-top: -17px;
    margin-bottom: 17px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-top > .pt-popover > .pt-popover-arrow {
      bottom: -11px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-top > .pt-popover > .pt-popover-arrow svg {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
.pt-tether-element-attached-left.pt-tether-target-attached-right > .pt-popover {
    margin-left: 17px; }
.pt-tether-element-attached-left.pt-tether-target-attached-right > .pt-popover > .pt-popover-arrow {
      left: -11px; }
.pt-tether-element-attached-left.pt-tether-target-attached-right > .pt-popover > .pt-popover-arrow svg {
        -webkit-transform: rotate(0);
                transform: rotate(0); }
.pt-tether-element-attached-top.pt-tether-target-attached-bottom > .pt-popover {
    margin-top: 17px; }
.pt-tether-element-attached-top.pt-tether-target-attached-bottom > .pt-popover > .pt-popover-arrow {
      top: -11px; }
.pt-tether-element-attached-top.pt-tether-target-attached-bottom > .pt-popover > .pt-popover-arrow svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.pt-tether-element-attached-right.pt-tether-target-attached-left > .pt-popover {
    margin-right: 17px;
    margin-left: -17px; }
.pt-tether-element-attached-right.pt-tether-target-attached-left > .pt-popover > .pt-popover-arrow {
      right: -11px; }
.pt-tether-element-attached-right.pt-tether-target-attached-left > .pt-popover > .pt-popover-arrow svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
.pt-tether-element-attached-middle > .pt-popover > .pt-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.pt-tether-element-attached-center > .pt-popover > .pt-popover-arrow {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
.pt-tether-element-attached-top.pt-tether-target-attached-top > .pt-popover > .pt-popover-arrow {
    top: -0.3934px; }
.pt-tether-element-attached-right.pt-tether-target-attached-right > .pt-popover > .pt-popover-arrow {
    right: -0.3934px; }
.pt-tether-element-attached-left.pt-tether-target-attached-left > .pt-popover > .pt-popover-arrow {
    left: -0.3934px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-bottom > .pt-popover > .pt-popover-arrow {
    bottom: -0.3934px; }
.pt-tether-element-attached-top.pt-tether-element-attached-left > .pt-popover {
    -webkit-transform-origin: top left;
            transform-origin: top left; }
.pt-tether-element-attached-top.pt-tether-element-attached-center > .pt-popover {
    -webkit-transform-origin: top center;
            transform-origin: top center; }
.pt-tether-element-attached-top.pt-tether-element-attached-right > .pt-popover {
    -webkit-transform-origin: top right;
            transform-origin: top right; }
.pt-tether-element-attached-middle.pt-tether-element-attached-left > .pt-popover {
    -webkit-transform-origin: center left;
            transform-origin: center left; }
.pt-tether-element-attached-middle.pt-tether-element-attached-center > .pt-popover {
    -webkit-transform-origin: center center;
            transform-origin: center center; }
.pt-tether-element-attached-middle.pt-tether-element-attached-right > .pt-popover {
    -webkit-transform-origin: center right;
            transform-origin: center right; }
.pt-tether-element-attached-bottom.pt-tether-element-attached-left > .pt-popover {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; }
.pt-tether-element-attached-bottom.pt-tether-element-attached-center > .pt-popover {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center; }
.pt-tether-element-attached-bottom.pt-tether-element-attached-right > .pt-popover {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
.pt-popover .pt-popover-content {
    background: #ffffff;
    color: inherit; }
.pt-popover .pt-popover-arrow::before {
    box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2); }
.pt-popover .pt-popover-arrow-border {
    fill: #10161a;
    fill-opacity: 0.1; }
.pt-popover .pt-popover-arrow-fill {
    fill: #ffffff; }
.pt-popover-enter > .pt-popover, .pt-popover-appear > .pt-popover {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
.pt-popover-enter-active > .pt-popover, .pt-popover-appear-active > .pt-popover {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11);
    transition-delay: 0; }
.pt-popover-leave > .pt-popover {
    -webkit-transform: scale(1);
            transform: scale(1); }
.pt-popover-leave-active > .pt-popover {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11);
    transition-delay: 0; }
.pt-popover .pt-popover-content {
    position: relative;
    border-radius: 3px; }
.pt-popover.pt-popover-content-sizing .pt-popover-content {
    max-width: 350px;
    padding: 20px; }
.pt-popover-target .pt-popover.pt-popover-content-sizing {
    width: 350px; }
.pt-popover.pt-minimal {
    margin: 0 !important; }
.pt-popover.pt-minimal .pt-popover-arrow {
      display: none; }
.pt-popover.pt-minimal.pt-popover {
      -webkit-transform: scale(1);
              transform: scale(1); }
.pt-popover-enter > .pt-popover.pt-minimal.pt-popover, .pt-popover-appear > .pt-popover.pt-minimal.pt-popover {
        -webkit-transform: scale(1);
                transform: scale(1); }
.pt-popover-enter-active > .pt-popover.pt-minimal.pt-popover, .pt-popover-appear-active > .pt-popover.pt-minimal.pt-popover {
        -webkit-transform: scale(1);
                transform: scale(1);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 100ms;
        transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
        transition-delay: 0; }
.pt-popover-leave > .pt-popover.pt-minimal.pt-popover {
        -webkit-transform: scale(1);
                transform: scale(1); }
.pt-popover-leave-active > .pt-popover.pt-minimal.pt-popover {
        -webkit-transform: scale(1);
                transform: scale(1);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 100ms;
        transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
        transition-delay: 0; }
.pt-popover.pt-dark,
  .pt-dark .pt-popover {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.pt-popover.pt-dark .pt-popover-content,
    .pt-dark .pt-popover .pt-popover-content {
      background: #30404d;
      color: inherit; }
.pt-popover.pt-dark .pt-popover-arrow::before,
    .pt-dark .pt-popover .pt-popover-arrow::before {
      box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.4); }
.pt-popover.pt-dark .pt-popover-arrow-border,
    .pt-dark .pt-popover .pt-popover-arrow-border {
      fill: #10161a;
      fill-opacity: 0.2; }
.pt-popover.pt-dark .pt-popover-arrow-fill,
    .pt-dark .pt-popover .pt-popover-arrow-fill {
      fill: #30404d; }
.pt-popover-arrow::before {
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  content: ""; }
.pt-tether-pinned .pt-popover-arrow {
  display: none; }
.pt-popover-backdrop {
  background: rgba(255, 255, 255, 0); }
.pt-transition-container {
  opacity: 1;
  z-index: 20; }
.pt-transition-container.pt-popover-enter, .pt-transition-container.pt-popover-appear {
    opacity: 0; }
.pt-transition-container.pt-popover-enter-active, .pt-transition-container.pt-popover-appear-active {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-transition-container.pt-popover-leave {
    opacity: 1; }
.pt-transition-container.pt-popover-leave-active {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-transition-container:focus {
    outline: none; }
.pt-transition-container.pt-popover-leave .pt-popover-content {
    pointer-events: none; }
.pt-popover-target {
  display: inline-block;
  position: relative;
  vertical-align: top; }
.pt-popover-target > .pt-popover-target {
    display: inline-block; }
.pt-popover-target .pt-transition-container {
    position: absolute; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-bottom.pt-tether-target-attached-top {
      bottom: 100%; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-left.pt-tether-target-attached-right {
      left: 100%; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-top.pt-tether-target-attached-bottom {
      top: 100%; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-right.pt-tether-target-attached-left {
      right: 100%; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-top.pt-tether-target-attached-top {
      top: 0; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-right.pt-tether-target-attached-right {
      right: 0; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-bottom.pt-tether-target-attached-bottom {
      bottom: 0; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-left.pt-tether-target-attached-left {
      left: 0; }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-middle {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.pt-popover-target .pt-transition-container.pt-tether-element-attached-center {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
.pt-button-group.pt-vertical .pt-popover-target {
  display: block; }
.pt-button-group:not(.pt-vertical) .pt-popover-target,
.pt-button-group:not(.pt-vertical) .pt-tether-target {
  float: left; }

.pt-portal {
  display: inline-block; }

@-webkit-keyframes linear-progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes linear-progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.pt-progress-bar {
  display: block;
  position: relative;
  border-radius: 40px;
  background: rgba(92, 112, 128, 0.2);
  width: 100%;
  height: 8px;
  overflow: hidden; }
.pt-progress-bar .pt-progress-meter {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(-45deg,rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%);
    display: inline-block;
    position: absolute;
    border-radius: 40px;
    background-color: rgba(92, 112, 128, 0.8);
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
    transition: width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-progress-bar:not(.pt-no-animation):not(.pt-no-stripes) .pt-progress-meter {
    -webkit-animation: linear-progress-bar-stripes 300ms linear infinite reverse;
    animation: linear-progress-bar-stripes 300ms linear infinite reverse; }
.pt-progress-bar.pt-no-stripes .pt-progress-meter {
    background-image: none; }
.pt-dark .pt-progress-bar,
.pt-progress-bar.pt-dark {
  background: rgba(16, 22, 26, 0.3); }
.pt-dark .pt-progress-bar .pt-progress-meter,
  .pt-progress-bar.pt-dark .pt-progress-meter {
    background-color: #5c7080; }
.pt-progress-bar.pt-intent-primary .pt-progress-meter {
  background-color: #137cbd; }
.pt-progress-bar.pt-intent-success .pt-progress-meter {
  background-color: #0f9960; }
.pt-progress-bar.pt-intent-warning .pt-progress-meter {
  background-color: #d9822b; }
.pt-progress-bar.pt-intent-danger .pt-progress-meter {
  background-color: #db3737; }

.pt-slider {
  position: relative;
  cursor: default;
  width: 100%;
  height: 40px;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.pt-slider:hover {
    cursor: pointer; }
.pt-slider:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
.pt-slider.pt-disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.pt-slider.pt-slider-unlabeled {
    height: 16px; }
.pt-slider-track,
.pt-slider-progress {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  border-radius: 3px;
  background: rgba(92, 112, 128, 0.2);
  height: 6px; }
.pt-dark .pt-slider-track, .pt-dark
  .pt-slider-progress {
    background: rgba(16, 22, 26, 0.5); }
.pt-slider-progress,
.pt-dark .pt-slider-progress {
  background: #137cbd; }
.pt-slider-handle {
  background: #f5f8fa;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #f5f8fa;
  border-color: rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.1) rgba(16, 22, 26, 0.17) rgba(16, 22, 26, 0.1);
  box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
  background-clip: padding-box;
  color: #182026;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  cursor: pointer;
  width: 16px;
  height: 16px; }
.pt-slider-handle:hover {
    background: #ebf1f5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
    border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
    background-clip: padding-box; }
.pt-slider-handle:active {
    border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
    background-color: #ced9e0;
    background-image: none; }
.pt-slider-handle:disabled {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-clip: border-box;
    background-color: rgba(206, 217, 224, 0.5);
    background-image: none;
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5); }
.pt-slider-handle:focus {
    z-index: 1; }
.pt-slider-handle:hover {
    background: #ebf1f5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) left no-repeat, center no-repeat #ebf1f5;
    border-color: rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.2) rgba(16, 22, 26, 0.27) rgba(16, 22, 26, 0.2);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.1);
    background-clip: padding-box;
    z-index: 2;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
.pt-slider-handle.pt-active {
    border-color: rgba(16, 22, 26, 0.35) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25) rgba(16, 22, 26, 0.25);
    box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.1);
    background-color: #ced9e0;
    background-image: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
.pt-disabled .pt-slider-handle {
    border-color: #bfccd6;
    box-shadow: none;
    background: #bfccd6;
    pointer-events: none; }
.pt-dark .pt-slider-handle {
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)) left no-repeat;
    border-color: rgba(16, 22, 26, 0.6);
    box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
    background-clip: padding-box;
    color: #f5f8fa; }
.pt-dark .pt-slider-handle:hover, .pt-dark .pt-slider-handle:active {
      color: #f5f8fa; }
.pt-dark .pt-slider-handle:hover {
      background: rgba(255, 255, 255, 0.1);
      background: linear-gradient(to bottom, rgba(16, 22, 26, 0.1), rgba(16, 22, 26, 0.2)) left no-repeat, center no-repeat rgba(255, 255, 255, 0.1);
      border-color: rgba(16, 22, 26, 0.8);
      box-shadow: 0 1px 1px rgba(16, 22, 26, 0.2);
      background-clip: padding-box; }
.pt-dark .pt-slider-handle:active {
      box-shadow: inset 0 1px 1px rgba(16, 22, 26, 0.2);
      background-color: rgba(16, 22, 26, 0.1);
      background-image: none; }
.pt-dark .pt-slider-handle:disabled {
      border-color: rgba(206, 217, 224, 0.1);
      box-shadow: none;
      background-color: rgba(206, 217, 224, 0.1);
      background-image: none;
      color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-slider-handle, .pt-dark .pt-slider-handle:hover {
      background-color: #394b59; }
.pt-dark .pt-slider-handle.pt-active {
      background-color: #293742; }
.pt-dark .pt-disabled .pt-slider-handle {
    border-color: #5c7080;
    box-shadow: none;
    background: #5c7080; }
.pt-slider-handle .pt-slider-label {
    -webkit-transform: translate(-50%, 19px);
            transform: translate(-50%, 19px);
    margin-left: 7px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
    background: #394b59;
    color: #f5f8fa; }
.pt-dark .pt-slider-handle .pt-slider-label {
      box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
      background: #e1e8ed;
      color: #394b59; }
.pt-disabled .pt-slider-handle .pt-slider-label {
      box-shadow: none; }
.pt-slider-label {
  display: inline-block;
  padding: 2px 5px;
  vertical-align: top;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px); }

.pt-range-slider .pt-slider-handle {
  width: 8px; }
.pt-range-slider .pt-slider-handle:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.pt-range-slider .pt-slider-handle:last-of-type {
    margin-left: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.pt-range-slider .pt-slider-handle:last-of-type .pt-slider-label {
      margin-left: 0; }
.pt-range-slider .pt-slider-progress {
  border-radius: 0; }

.pt-spinner:not(.pt-svg-spinner) {
  width: 50px; }
.pt-spinner:not(.pt-svg-spinner) .pt-spinner-svg-container {
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms; }
.pt-spinner.pt-svg-spinner {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms; }
.pt-spinner .pt-svg-spinner-transform-group {
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }
.pt-spinner path {
  stroke-width: 5; }
.pt-spinner path {
  fill-opacity: 0; }
.pt-spinner .pt-spinner-head {
  transition: stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
  stroke: rgba(92, 112, 128, 0.8);
  stroke-linecap: round; }
.pt-spinner .pt-spinner-track {
  stroke: rgba(92, 112, 128, 0.2); }
.pt-spinner.pt-small:not(.pt-svg-spinner) {
  width: 24px; }
.pt-spinner.pt-small:not(.pt-svg-spinner) .pt-spinner-svg-container {
    -webkit-animation-duration: 400ms;
            animation-duration: 400ms; }
.pt-spinner.pt-small.pt-svg-spinner {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms; }
.pt-spinner.pt-small .pt-svg-spinner-transform-group {
  -webkit-transform: scale(0.24);
          transform: scale(0.24); }
.pt-spinner.pt-small path {
  stroke-width: 12; }
.pt-spinner.pt-large:not(.pt-svg-spinner) {
  width: 100px; }
.pt-spinner.pt-large:not(.pt-svg-spinner) .pt-spinner-svg-container {
    -webkit-animation-duration: 450ms;
            animation-duration: 450ms; }
.pt-spinner.pt-large.pt-svg-spinner {
  -webkit-animation-duration: 450ms;
          animation-duration: 450ms; }
.pt-spinner.pt-large .pt-svg-spinner-transform-group {
  -webkit-transform: scale(1);
          transform: scale(1); }
.pt-spinner.pt-large path {
  stroke-width: 3; }
.pt-spinner:not(.pt-svg-spinner) {
  display: inline-block; }
.pt-spinner:not(.pt-svg-spinner) .pt-spinner-svg-container {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 100%;
    -webkit-animation: pt-spinner-animation 400ms linear infinite;
            animation: pt-spinner-animation 400ms linear infinite; }
.pt-spinner:not(.pt-svg-spinner).pt-no-spin .pt-spinner-svg-container {
    -webkit-animation: none;
            animation: none; }
.pt-spinner:not(.pt-svg-spinner) svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.pt-svg-spinner {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: pt-spinner-animation 400ms linear infinite;
          animation: pt-spinner-animation 400ms linear infinite; }
.pt-svg-spinner.pt-no-spin {
    -webkit-animation: none;
            animation: none; }
.pt-svg-spinner-transform-group {
  -webkit-transform-origin: center;
          transform-origin: center; }
.pt-dark .pt-spinner .pt-spinner-head {
  stroke: #5c7080; }
.pt-dark .pt-spinner .pt-spinner-track {
  stroke: rgba(191, 204, 214, 0.2); }
.pt-spinner.pt-intent-primary .pt-spinner-head {
  stroke: #137cbd; }
.pt-spinner.pt-intent-success .pt-spinner-head {
  stroke: #0f9960; }
.pt-spinner.pt-intent-warning .pt-spinner-head {
  stroke: #d9822b; }
.pt-spinner.pt-intent-danger .pt-spinner-head {
  stroke: #db3737; }
@-webkit-keyframes pt-spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes pt-spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

table.pt-table {
  border-spacing: 0;
  font-size: 14px; }
table.pt-table th,
  table.pt-table td {
    padding: 11px;
    vertical-align: top;
    text-align: left; }
table.pt-table th {
    color: #182026;
    font-weight: 600; }
table.pt-table td {
    color: #182026; }
table.pt-table tbody tr:first-child td {
    box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, 0.15); }
table.pt-table.pt-condensed th,
  table.pt-table.pt-condensed td {
    padding-top: 6px;
    padding-bottom: 6px; }
table.pt-table.pt-striped tbody tr:nth-child(odd) td {
    background: rgba(191, 204, 214, 0.2); }
table.pt-table.pt-bordered th:not(:first-child) {
    box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, 0.15); }
table.pt-table.pt-bordered tbody tr td {
    box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, 0.15); }
table.pt-table.pt-bordered tbody tr td:not(:first-child) {
      box-shadow: inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); }
table.pt-table.pt-bordered.pt-striped tbody tr:not(:first-child) td {
    box-shadow: none; }
table.pt-table.pt-bordered.pt-striped tbody tr:not(:first-child) td:not(:first-child) {
      box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, 0.15); }
table.pt-table.pt-interactive tbody tr:hover td {
    background-color: rgba(191, 204, 214, 0.4);
    cursor: pointer; }
.pt-dark table.pt-table th {
    color: #f5f8fa; }
.pt-dark table.pt-table td {
    color: #f5f8fa; }
.pt-dark table.pt-table tbody tr:first-child td {
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
.pt-dark table.pt-table.pt-striped tbody tr:nth-child(odd) td {
    background: rgba(92, 112, 128, 0.15); }
.pt-dark table.pt-table.pt-bordered th:not(:first-child) {
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.15); }
.pt-dark table.pt-table.pt-bordered tbody tr td {
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
.pt-dark table.pt-table.pt-bordered tbody tr td:not(:first-child) {
      box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); }
.pt-dark table.pt-table.pt-bordered.pt-striped tbody tr:not(:first-child) td {
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.15); }
.pt-dark table.pt-table.pt-bordered.pt-striped tbody tr:not(:first-child) td:first-child {
      box-shadow: none; }
.pt-dark table.pt-table.pt-interactive tbody tr:hover td {
    background-color: rgba(92, 112, 128, 0.3);
    cursor: pointer; }

.pt-tabs.pt-vertical {
  display: -webkit-flex;
  display: flex; }
.pt-tabs.pt-vertical .pt-tab-list {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
.pt-tabs.pt-vertical .pt-tab {
    width: 100%;
    padding: 0 10px; }
.pt-tabs.pt-vertical .pt-tab-indicator-wrapper .pt-tab-indicator {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background-color: rgba(19, 124, 189, 0.2);
    height: auto; }
.pt-tabs.pt-vertical .pt-tab-panel {
    margin-top: 0;
    padding-left: 20px; }
.pt-tab-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
  list-style: none; }
.pt-tab-list.pt-large .pt-tab {
    line-height: 40px;
    font-size: 16px; }
.pt-tab {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  line-height: 30px;
  color: #182026;
  font-size: 14px; }
.pt-tab-indicator-wrapper ~ .pt-tab {
    box-shadow: none !important; }
.pt-tab:not(:last-of-type) {
    margin-right: 20px; }
.pt-tab[aria-disabled="true"] {
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5); }
.pt-tab[aria-selected="true"] {
    border-radius: 0;
    box-shadow: inset 0 -3px 0 #106ba3; }
.pt-tab[aria-selected="true"], .pt-tab:not([aria-disabled="true"]):hover {
    color: #106ba3; }
.pt-tab:focus {
    -moz-outline-radius: 0; }
.pt-tab-panel {
  margin-top: 20px; }
.pt-tab-panel[aria-hidden="true"] {
    display: none; }
.pt-tab-indicator-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0), translateY(0);
          transform: translateX(0), translateY(0);
  transition: height, width, -webkit-transform;
  transition: height, transform, width;
  transition: height, transform, width, -webkit-transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
  pointer-events: none; }
.pt-tab-indicator-wrapper .pt-tab-indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #106ba3;
    height: 3px; }
.pt-tab-indicator-wrapper.pt-no-animation {
    transition: none; }
.pt-dark .pt-tab {
  color: #f5f8fa; }
.pt-dark .pt-tab[aria-disabled="true"] {
    color: rgba(191, 204, 214, 0.5); }
.pt-dark .pt-tab[aria-selected="true"] {
    box-shadow: inset 0 -3px 0 #2b95d6; }
.pt-dark .pt-tab[aria-selected="true"], .pt-dark .pt-tab:not([aria-disabled="true"]):hover {
    color: #2b95d6; }
.pt-dark .pt-tab-indicator {
  background-color: #2b95d6; }

.pt-tag {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  background: #5c7080;
  min-width: 20px;
  padding: 2px 6px;
  line-height: 16px;
  color: #f5f8fa;
  font-size: 12px;
   }
.pt-tag.pt-round {
    border-radius: 10px; }
.pt-dark .pt-tag:not([class*="pt-intent-"]) {
    background: #bfccd6;
    color: #182026; }
.pt-tag.pt-tag-removable {
    padding-right: 20px; }
.pt-tag.pt-intent-primary {
    background: #137cbd;
    color: #ffffff; }
.pt-tag.pt-intent-success {
    background: #0f9960;
    color: #ffffff; }
.pt-tag.pt-intent-warning {
    background: #d9822b;
    color: #ffffff; }
.pt-tag.pt-intent-danger {
    background: #db3737;
    color: #ffffff; }
.pt-tag.pt-large,
  .pt-large .pt-tag {
    min-width: 30px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px; }
.pt-tag.pt-large.pt-round,
    .pt-large .pt-tag.pt-round {
      border-radius: 15px; }
.pt-tag.pt-large.pt-tag-removable,
    .pt-large .pt-tag.pt-tag-removable {
      padding-right: 30px; }
.pt-tag.pt-minimal:not([class*="pt-intent-"]) {
    background: rgba(138, 155, 168, 0.2);
    color: #182026; }
.pt-dark .pt-tag.pt-minimal:not([class*="pt-intent-"]) {
      background: rgba(138, 155, 168, 0.2);
      color: #f5f8fa; }
.pt-tag.pt-minimal.pt-intent-primary {
    background: rgba(19, 124, 189, 0.15);
    color: #106ba3; }
.pt-dark .pt-tag.pt-minimal.pt-intent-primary {
    background: rgba(19, 124, 189, 0.2);
    color: #2b95d6; }
.pt-tag.pt-minimal.pt-intent-success {
    background: rgba(15, 153, 96, 0.15);
    color: #0d8050; }
.pt-dark .pt-tag.pt-minimal.pt-intent-success {
    background: rgba(15, 153, 96, 0.2);
    color: #15b371; }
.pt-tag.pt-minimal.pt-intent-warning {
    background: rgba(217, 130, 43, 0.15);
    color: #bf7326; }
.pt-dark .pt-tag.pt-minimal.pt-intent-warning {
    background: rgba(217, 130, 43, 0.2);
    color: #f29d49; }
.pt-tag.pt-minimal.pt-intent-danger {
    background: rgba(219, 55, 55, 0.15);
    color: #c23030; }
.pt-dark .pt-tag.pt-minimal.pt-intent-danger {
    background: rgba(219, 55, 55, 0.2);
    color: #f55656; }
.pt-tag-remove {
  line-height: 1;
  font-family: "Icons16", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  border: none;
  background: none;
  cursor: pointer;
  padding: 2px;
  color: #ffffff; }
.pt-tag-remove:hover {
    opacity: 0.8;
    background: none;
    text-decoration: none; }
.pt-tag-remove::before {
    content: ""; }
.pt-dark .pt-tag:not(.pt-minimal):not([class*="pt-intent-"]) .pt-tag-remove {
    color: #182026; }
.pt-large .pt-tag-remove {
    line-height: 1;
    font-family: "Icons20", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-left: 5px;
    padding: 5px; }
.pt-minimal .pt-tag-remove {
    color: inherit; }
.pt-intent-primary .pt-minimal .pt-tag-remove {
      color: #137cbd; }
.pt-dark .pt-intent-primary .pt-minimal .pt-tag-remove {
      color: #137cbd; }
.pt-intent-success .pt-minimal .pt-tag-remove {
      color: #0f9960; }
.pt-dark .pt-intent-success .pt-minimal .pt-tag-remove {
      color: #0f9960; }
.pt-intent-warning .pt-minimal .pt-tag-remove {
      color: #d9822b; }
.pt-dark .pt-intent-warning .pt-minimal .pt-tag-remove {
      color: #d9822b; }
.pt-intent-danger .pt-minimal .pt-tag-remove {
      color: #db3737; }
.pt-dark .pt-intent-danger .pt-minimal .pt-tag-remove {
      color: #db3737; }

.pt-toast {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  margin: 15px 0 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
  background-color: #ffffff;
  min-width: 300px;
  max-width: 500px;
  pointer-events: all; }
.pt-toast.pt-toast-enter, .pt-toast.pt-toast-appear {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
.pt-toast.pt-toast-enter-active, .pt-toast.pt-toast-appear-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11);
    transition-delay: 0; }
.pt-toast.pt-toast-enter ~ .pt-toast, .pt-toast.pt-toast-appear ~ .pt-toast {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
.pt-toast.pt-toast-enter-active ~ .pt-toast, .pt-toast.pt-toast-appear-active ~ .pt-toast {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11);
    transition-delay: 0; }
.pt-toast.pt-toast-leave {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); }
.pt-toast.pt-toast-leave-active {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-toast.pt-toast-leave ~ .pt-toast {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.pt-toast.pt-toast-leave-active ~ .pt-toast {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 50ms; }
.pt-toast .pt-button-group {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 5px;
    padding-left: 0; }
.pt-toast > .pt-icon-standard {
    padding: 12px;
    padding-right: 0; }
.pt-toast.pt-dark,
  .pt-dark .pt-toast {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
    background-color: #394b59; }
.pt-toast[class*="pt-intent-"] > .pt-icon-standard {
    color: #ffffff; }
.pt-toast[class*="pt-intent-"] .pt-button, .pt-toast[class*="pt-intent-"] .pt-button::before, .pt-toast[class*="pt-intent-"] .pt-button:active, .pt-toast[class*="pt-intent-"] .pt-button.pt-active {
    color: rgba(255, 255, 255, 0.7) !important; }
.pt-toast[class*="pt-intent-"] .pt-button:focus {
    outline-color: rgba(255, 255, 255, 0.5); }
.pt-toast[class*="pt-intent-"] .pt-button:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important; }
.pt-toast[class*="pt-intent-"] .pt-button:active, .pt-toast[class*="pt-intent-"] .pt-button.pt-active {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important; }
.pt-toast[class*="pt-intent-"] .pt-button::after {
    background: rgba(255, 255, 255, 0.3) !important; }
.pt-toast.pt-intent-primary {
    background-color: #137cbd;
    color: #ffffff; }
.pt-toast.pt-intent-success {
    background-color: #0f9960;
    color: #ffffff; }
.pt-toast.pt-intent-warning {
    background-color: #d9822b;
    color: #ffffff; }
.pt-toast.pt-intent-danger {
    background-color: #db3737;
    color: #ffffff; }
.pt-toast-message {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 11px; }
.pt-toast-container {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 40;
  padding: 0 15px 15px;
  pointer-events: none; }
.pt-toast-container > span {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center; }
.pt-toast-container.pt-toast-container-top {
    top: 0; }
.pt-toast-container.pt-toast-container-bottom {
    bottom: 0; }
.pt-toast-container.pt-toast-container-bottom > span {
      -webkit-flex-direction: column-reverse;
              flex-direction: column-reverse; }
.pt-toast-container.pt-toast-container-left > span {
    -webkit-align-items: flex-start;
            align-items: flex-start; }
.pt-toast-container.pt-toast-container-right > span {
    -webkit-align-items: flex-end;
            align-items: flex-end; }
.pt-toast-container-bottom .pt-toast.pt-toast-enter:not(.pt-toast-enter-active),
.pt-toast-container-bottom .pt-toast.pt-toast-enter:not(.pt-toast-enter-active) ~ .pt-toast,
.pt-toast-container-bottom .pt-toast.pt-toast-leave-active ~ .pt-toast {
  -webkit-transform: translateY(55px);
          transform: translateY(55px); }

.pt-tooltip {
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
  -webkit-transform: scale(1);
          transform: scale(1);
   }
.pt-tooltip .pt-popover-arrow {
    position: absolute;
    width: 22px;
    height: 22px; }
.pt-tooltip .pt-popover-arrow::before {
      margin: 4px;
      width: 14px;
      height: 14px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-top > .pt-tooltip {
    margin-top: -11px;
    margin-bottom: 11px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-top > .pt-tooltip > .pt-popover-arrow {
      bottom: -8px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-top > .pt-tooltip > .pt-popover-arrow svg {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
.pt-tether-element-attached-left.pt-tether-target-attached-right > .pt-tooltip {
    margin-left: 11px; }
.pt-tether-element-attached-left.pt-tether-target-attached-right > .pt-tooltip > .pt-popover-arrow {
      left: -8px; }
.pt-tether-element-attached-left.pt-tether-target-attached-right > .pt-tooltip > .pt-popover-arrow svg {
        -webkit-transform: rotate(0);
                transform: rotate(0); }
.pt-tether-element-attached-top.pt-tether-target-attached-bottom > .pt-tooltip {
    margin-top: 11px; }
.pt-tether-element-attached-top.pt-tether-target-attached-bottom > .pt-tooltip > .pt-popover-arrow {
      top: -8px; }
.pt-tether-element-attached-top.pt-tether-target-attached-bottom > .pt-tooltip > .pt-popover-arrow svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.pt-tether-element-attached-right.pt-tether-target-attached-left > .pt-tooltip {
    margin-right: 11px;
    margin-left: -11px; }
.pt-tether-element-attached-right.pt-tether-target-attached-left > .pt-tooltip > .pt-popover-arrow {
      right: -8px; }
.pt-tether-element-attached-right.pt-tether-target-attached-left > .pt-tooltip > .pt-popover-arrow svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
.pt-tether-element-attached-middle > .pt-tooltip > .pt-popover-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.pt-tether-element-attached-center > .pt-tooltip > .pt-popover-arrow {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
.pt-tether-element-attached-top.pt-tether-target-attached-top > .pt-tooltip > .pt-popover-arrow {
    top: -0.22183px; }
.pt-tether-element-attached-right.pt-tether-target-attached-right > .pt-tooltip > .pt-popover-arrow {
    right: -0.22183px; }
.pt-tether-element-attached-left.pt-tether-target-attached-left > .pt-tooltip > .pt-popover-arrow {
    left: -0.22183px; }
.pt-tether-element-attached-bottom.pt-tether-target-attached-bottom > .pt-tooltip > .pt-popover-arrow {
    bottom: -0.22183px; }
.pt-tether-element-attached-top.pt-tether-element-attached-left > .pt-tooltip {
    -webkit-transform-origin: top left;
            transform-origin: top left; }
.pt-tether-element-attached-top.pt-tether-element-attached-center > .pt-tooltip {
    -webkit-transform-origin: top center;
            transform-origin: top center; }
.pt-tether-element-attached-top.pt-tether-element-attached-right > .pt-tooltip {
    -webkit-transform-origin: top right;
            transform-origin: top right; }
.pt-tether-element-attached-middle.pt-tether-element-attached-left > .pt-tooltip {
    -webkit-transform-origin: center left;
            transform-origin: center left; }
.pt-tether-element-attached-middle.pt-tether-element-attached-center > .pt-tooltip {
    -webkit-transform-origin: center center;
            transform-origin: center center; }
.pt-tether-element-attached-middle.pt-tether-element-attached-right > .pt-tooltip {
    -webkit-transform-origin: center right;
            transform-origin: center right; }
.pt-tether-element-attached-bottom.pt-tether-element-attached-left > .pt-tooltip {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left; }
.pt-tether-element-attached-bottom.pt-tether-element-attached-center > .pt-tooltip {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center; }
.pt-tether-element-attached-bottom.pt-tether-element-attached-right > .pt-tooltip {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
.pt-tooltip .pt-popover-content {
    background: #394b59;
    color: #f5f8fa; }
.pt-tooltip .pt-popover-arrow::before {
    box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2); }
.pt-tooltip .pt-popover-arrow-border {
    fill: #10161a;
    fill-opacity: 0.1; }
.pt-tooltip .pt-popover-arrow-fill {
    fill: #394b59; }
.pt-popover-enter > .pt-tooltip, .pt-popover-appear > .pt-tooltip {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
.pt-popover-enter-active > .pt-tooltip, .pt-popover-appear-active > .pt-tooltip {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-popover-leave > .pt-tooltip {
    -webkit-transform: scale(1);
            transform: scale(1); }
.pt-popover-leave-active > .pt-tooltip {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9);
    transition-delay: 0; }
.pt-tooltip .pt-popover-content {
    padding: 10px 12px; }
.pt-tooltip.pt-dark,
  .pt-dark .pt-tooltip {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.pt-tooltip.pt-dark .pt-popover-content,
    .pt-dark .pt-tooltip .pt-popover-content {
      background: #e1e8ed;
      color: #394b59; }
.pt-tooltip.pt-dark .pt-popover-arrow::before,
    .pt-dark .pt-tooltip .pt-popover-arrow::before {
      box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.4); }
.pt-tooltip.pt-dark .pt-popover-arrow-border,
    .pt-dark .pt-tooltip .pt-popover-arrow-border {
      fill: #10161a;
      fill-opacity: 0.2; }
.pt-tooltip.pt-dark .pt-popover-arrow-fill,
    .pt-dark .pt-tooltip .pt-popover-arrow-fill {
      fill: #e1e8ed; }
.pt-tooltip.pt-intent-primary .pt-popover-content {
    background: #137cbd;
    color: #ffffff; }
.pt-tooltip.pt-intent-primary .pt-popover-arrow-fill {
    fill: #137cbd; }
.pt-tooltip.pt-intent-success .pt-popover-content {
    background: #0f9960;
    color: #ffffff; }
.pt-tooltip.pt-intent-success .pt-popover-arrow-fill {
    fill: #0f9960; }
.pt-tooltip.pt-intent-warning .pt-popover-content {
    background: #d9822b;
    color: #ffffff; }
.pt-tooltip.pt-intent-warning .pt-popover-arrow-fill {
    fill: #d9822b; }
.pt-tooltip.pt-intent-danger .pt-popover-content {
    background: #db3737;
    color: #ffffff; }
.pt-tooltip.pt-intent-danger .pt-popover-arrow-fill {
    fill: #db3737; }
.pt-popover-target .pt-tooltip {
  white-space: nowrap; }
.pt-tooltip-indicator {
  border-bottom: dotted 1px;
  cursor: help; }

.pt-tree-node-list {
  margin: 0;
  padding-left: 0;
  list-style: none; }
.pt-tree-root {
  position: relative;
  background-color: transparent;
  cursor: default;
  padding-left: 0; }
.pt-tree-node-content-0 {
  padding-left: 0px; }
.pt-tree-node-content-1 {
  padding-left: 23px; }
.pt-tree-node-content-2 {
  padding-left: 46px; }
.pt-tree-node-content-3 {
  padding-left: 69px; }
.pt-tree-node-content-4 {
  padding-left: 92px; }
.pt-tree-node-content-5 {
  padding-left: 115px; }
.pt-tree-node-content-6 {
  padding-left: 138px; }
.pt-tree-node-content-7 {
  padding-left: 161px; }
.pt-tree-node-content-8 {
  padding-left: 184px; }
.pt-tree-node-content-9 {
  padding-left: 207px; }
.pt-tree-node-content-10 {
  padding-left: 230px; }
.pt-tree-node-content-11 {
  padding-left: 253px; }
.pt-tree-node-content-12 {
  padding-left: 276px; }
.pt-tree-node-content-13 {
  padding-left: 299px; }
.pt-tree-node-content-14 {
  padding-left: 322px; }
.pt-tree-node-content-15 {
  padding-left: 345px; }
.pt-tree-node-content-16 {
  padding-left: 368px; }
.pt-tree-node-content-17 {
  padding-left: 391px; }
.pt-tree-node-content-18 {
  padding-left: 414px; }
.pt-tree-node-content-19 {
  padding-left: 437px; }
.pt-tree-node-content-20 {
  padding-left: 460px; }
.pt-tree-node-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 30px;
  padding-right: 5px; }
.pt-tree-node-content:hover {
    background-color: rgba(191, 204, 214, 0.4); }
.pt-tree-node-caret,
.pt-tree-node-caret-none {
  position: relative;
  min-width: 30px;
  line-height: 30px !important; }
.pt-tree-node-caret {
  color: #5c7080;
  cursor: pointer;
  text-align: center; }
.pt-tree-node-caret:hover {
    color: #182026; }
.pt-dark .pt-tree-node-caret {
    color: #bfccd6; }
.pt-dark .pt-tree-node-caret:hover {
      color: #f5f8fa; }
.pt-tree-node-caret::before {
    display: inline-block;
    content: "";
    transition: -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.pt-tree-node-caret.pt-tree-node-caret-open::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.pt-tree-node-icon {
  position: relative;
  margin-right: 7px;
  color: #5c7080; }
.pt-tree-node-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.pt-tree-node-label span {
    display: inline; }
.pt-tree-node-secondary-label {
  padding: 0 5px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.pt-tree-node.pt-tree-node-selected > .pt-tree-node-content {
  background-color: #137cbd; }
.pt-tree-node.pt-tree-node-selected > .pt-tree-node-content,
  .pt-tree-node.pt-tree-node-selected > .pt-tree-node-content .pt-icon, .pt-tree-node.pt-tree-node-selected > .pt-tree-node-content .pt-icon-standard, .pt-tree-node.pt-tree-node-selected > .pt-tree-node-content .pt-icon-large {
    color: #ffffff; }
.pt-tree-node.pt-tree-node-selected > .pt-tree-node-content .pt-tree-node-caret::before {
    color: rgba(255, 255, 255, 0.7); }
.pt-tree-node.pt-tree-node-selected > .pt-tree-node-content .pt-tree-node-caret:hover::before {
    color: #ffffff; }
.pt-dark .pt-tree-node-content:hover {
  background-color: rgba(92, 112, 128, 0.3); }
.pt-dark .pt-tree-node.pt-tree-node-selected > .pt-tree-node-content {
  background-color: #137cbd; }


/*# sourceMappingURL=blueprint.css.map */
