/* padi.css - Padi application */
/* Copyright 2023 Padi, Inc. All Rights Reserved. */

@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Roboto:regular,light|Roboto+Mono|Material+Icons&display=swap);

html {
  overscroll-behavior: none;
}

body {
  font-family: "Roboto", "Helvetica", sans-serif;
  background-color: #f6f7f9;
  overscroll-behavior: none;
  margin: 0;
}

/* Controls */

.pd-layout {
  overflow: hidden;
}

.pd-layout .pd-tabs-options {
  position: absolute;
  top: 6px;
  right: 6px;
}

.pd-layout .mdl-textfield {
  display: block;
  line-height: normal;
  width: 100%;
}

.pd-layout .mdl-textfield textarea {
  resize: none;
}

.pd-layout .mdl-button--icon,
.pd-toolbox-header .mdl-button--icon:not(.selected) .material-icons,
.pd-graph-options .mdl-button--icon:not(.selected) .material-icons {
  color: rgba(0, 0, 0, 0.75);
}

.pd-layout .mdl-button {
  font-weight: 400;
}

.pd-layout a.mdl-button {
  font-weight: 400;
  color: black;
}

.pd-layout .mdl-button .pd-button-icon {
  margin-right: 5px;
}

.pd-layout .mdl-button .pd-button-dropdown {
  margin-right: -8px;
}

.pd-layout nav .mdl-button {
  margin: 0 8px;
}

.pd-layout .mdl-radio__label,
.pd-layout .mdl-checkbox__label {
  font-size: 14px;
}

.pd-layout .mdl-combo {
}

.pd-layout .mdl-combo__input {
  font-size: 14px;
  font-family: "Roboto", "Helvetica", sans-serif;
  outline: none;
  background-color: transparent;
  color: inherit;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px 0 3px 0;
}

.pd-layout .mdl-combo__input:focus {
  border-bottom: 2px solid;
  padding-bottom: 2px;
}

.pd-layout legend {
  padding: 0 0 10px 0;
}

.pd-layout fieldset ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.pd-layout hr {
  border-color: #e5e5e5;
  margin: 16px -16px;
}

.pd-layout a {
  font-weight: 400;
  color: #2196f3;
}

.pd-layout .mdl-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.pd-layout .mdl-tabs__tab-bar {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  justify-content: left;
  border-bottom: none;
  width: calc(100% - 40px);
  height: 44px;
}

.pd-layout .mdl-tabs__tab {
  font-size: 14px;
  font-weight: 300;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  text-transform: none;
  padding: 0 12px;
  line-height: 44px;
  height: 44px;
  cursor: pointer;
}

.pd-layout .mdl-tabs__tab .mdl-tabs__ripple-container {
  z-index: 0;
}

.pd-layout .mdl-menu a {
  display: inline-block;
  font-weight: 400;
  color: #757575;
  text-decoration: none;
  width: 100%;
}

.pd-layout .mdl-menu hr {
  border-color: #e5e5e5;
  margin: 10px 0;
}

.pd-layout .mdl-menu__outline {
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.pd-layout .mdl-menu .mdl-menu__item {
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  height: 32px;
}

.pd-layout .mdl-menu .mdl-menu__item.separator:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.pd-layout .mdl-menu .mdl-menu__item.tick:after {
  content: "\25CF";
  float: right;
}

.pd-layout .mdl-data-table tbody tr:hover {
  background-color: #f9f9f9;
}

.pd-layout .mdl-tooltip {
  background-color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
  line-height: 8px;
}

.pd-layout .mdl-snackbar {
  z-index: 500;
}

.pd-layout .mdl-spinner {
  display: block;
}

.pd-layout .mdl-card__menu {
  top: 6px;
  right: 10px;
}

.pd-layout .pd-card .mdl-card__menu {
  font-size: 0;
  top: 12px;
}

.pd-layout #pd-query-cards .pd-card .mdl-card__menu {
  top: 10px;
}

.pd-layout .mdl-mega-footer {
  padding: 14px 64px 10px 64px;
}

.pd-layout .mdl-menu .mdl-menu__item img {
  object-fit: contain;
  border-radius: 50%;
  margin: 0 10px 2px 0;
  width: 28px;
  height: 28px;
}

.pd-layout .mdl-menu .mdl-menu__item img.person {
  margin-right: 10px;
  padding: 0 14px;
}

.pd-layout .mdl-menu .mdl-menu__item img.thing {
  border-radius: 0;
  width: 56px;
}

.pd-layout .mdl-menu .mdl-menu__item a {
  color: black;
}

.is-small-screen .mdl-mega-footer {
  padding: 1px 20px;
}

.pd-layout .pd-connection-status {
  position: absolute;
  color: rgba(0, 0, 0, 0.75);
  left: 10px;
  bottom: 6px;
  z-index: 1000;
}

/* Tooltips */

@media screen and (hover: hover) {
  .pd-layout [pd-tip]:hover {
    position: relative;
    overflow: visible;
  }

  .pd-layout [pd-tip]:before {
    content: attr(pd-tip);
    font-family: "Roboto", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 2px;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    padding: 4px 8px;
    max-width: 230px;
    z-index: 1000;
    transition: none;
    transition-delay: 0;
    opacity: 0;
    pointer-events: none;
  }

  .pd-layout [pd-tip][pd-align="top"]:before {
    top: inherit;
    bottom: calc(100% + 8px);
  }

  .pd-layout [pd-tip][pd-align="left"]:before {
    top: 50%;
    left: initial;
    right: calc(100% + 8px);
    transform: translateY(-50%);
  }

  .pd-layout [pd-tip][pd-align="right"]:before {
    top: 50%;
    left: calc(100% + 8px);
    transform: translateY(-50%);
  }

  .pd-layout [pd-tip]:hover:before {
    transition: opacity 0.2s;
    transition-delay: 1s;
    opacity: 1;
  }
}

/* Header */

.pd-header.mdl-layout__header {
  min-height: 48px;
}

.pd-header.mdl-layout__header * {
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}

.pd-header .mdl-layout__header-row {
  font-size: 0;
  padding: 0 0 0 10px;
  height: 48px;
}

.pd-header .pd-nav-title {
  margin-left: -8px;
}

.pd-nav-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff5252;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.pd-header .pd-nav-title div {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  padding: 4px;
}

.pd-header .pd-nav-title div img {
  width: 32px;
  height: 32px;
}

.pd-header .pd-nav-title div:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.pd-header .pd-nav-title span {
  font-size: 22px;
  display: inline-block;
  color: white;
  line-height: 40px;
  margin: 0 8px;
}

.pd-header .pd-nav-title span:hover {
  color: #ffffffa0;
  cursor: pointer;
}

/* Navigation */

.pd-nav {
  display: inline-block;
}

.pd-nav.right {
  position: absolute;
  top: 4px;
  right: 10px;
}

#pd-nav-menu,
.pd-nav .mdl-button--icon {
  color: white;
  width: 40px;
  height: 40px;
}

#pd-nav-menu {
  margin-right: 10px;
}

#pd-nav-menu:hover,
.pd-nav .mdl-button--icon:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pd-nav #pd-nav-user-signin {
  color: white;
  margin-top: 2px;
}

#pd-nav-team {
  margin-right: 8px;
}

.pd-nav #pd-nav-team-image,
.pd-nav #pd-nav-user-image {
  object-fit: contain;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.pd-nav-team {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 5px;
}

.pd-nav-team a {
  text-decoration: none;
  color: white;
}

.pd-nav-team a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.pd-nav-crumbs {
  font-size: 14px;
  font-weight: 400;
  display: none;
  position: fixed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  width: calc(100% - 300px);
  height: 40px;
}

.pd-nav-crumbs.is-visible {
  display: inline-block;
}

.pd-nav-crumb,
.pd-nav-crumb-link {
  display: inline-block;
  color: white;
}

.pd-nav-crumb-link:hover {
  opacity: 0.6;
  cursor: pointer;
}

.pd-nav-crumb-sep {
  color: white;
  opacity: 0.3;
  padding: 0 5px;
}

.pd-nav-search-input {
  position: fixed;
  top: 8.5px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-radius: 2px;
  outline: none;
  outline-style: none;
  padding: 6px;
  opacity: 0;
  width: 0;
  height: 19px;
  transition: width 0.2s, opacity 0.2s;
}

/* Page wait */

.pd-page-wait {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.pd-page-wait .mdl-progress {
  top: calc(50% - 2px);
  left: calc(50% - 100px);
  width: 200px;
  height: 4px;
}

/* Page content */

.pd-page-content {
  width: 100%;
}

.pd-page-content[fullscreen] {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* Page display */

.pd-page {
}

.pd-page.white {
  background-color: white;
}

.pd-page p i {
  color: #757575;
}

.pd-page h5 {
  font-size: 12px;
  font-weight: 400;
  color: rgb(33, 150, 243);
  margin: 8px 0;
  line-height: normal;
}

.pd-page pre {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 0 0 10px 0;
}

.pd-page .mdl-card__title-text {
  font-size: 20px;
}

.pd-page .mdl-cell.scroll {
  overflow-y: auto;
  height: calc(100% - 16px);
}

.pd-page .mdl-card__actions {
  text-align: right;
  padding: 10px;
}

.pd-page .mdl-button--raised i {
  font-size: 22px;
  margin-right: 2px;
  position: relative;
  top: -1px;
  left: -5px;
}

/* Pop over */

.pd-pop-over {
  position: fixed;
  top: 56px;
  background-color: white;
  color: black;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  max-width: 360px;
  width: calc(100% - 20px);
  z-index: 999;
}

.pd-pop-over.left {
  left: 10px;
}

.pd-pop-over.center {
  left: max(50% - 180px, 10px);
}

.pd-pop-over.right {
  right: 10px;
}

.pd-pop-over .divider {
  border-bottom: 1px solid #e5e5e5;
}

.pd-pop-over .hilight {
  background: repeating-linear-gradient(135deg, #f0f8ff, #f0f8ff 10px, transparent 10px, transparent 20px) white;
}

.pd-pop-over .pd-pop-marker {
  position: absolute;
  top: -14px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid white;
  width: 0;
  height: 0;
}

.pd-pop-over img.icon {
  float: left;
  object-fit: contain;
  margin: 0 22px;
  width: 44px;
  height: 44px;
}

.pd-pop-over img.thing,
.pd-pop-over img.large {
  float: left;
  object-fit: contain;
  width: 88px;
  height: 44px;
}

.pd-pop-over img.team,
.pd-pop-over img.small {
  float: left;
  object-fit: contain;
  border-radius: 50%;
  margin: 0 22px;
  width: 44px;
  height: 44px;
}

.pd-pop-over img.user {
  float: left;
  object-fit: contain;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.pd-pop-over h1 {
  display: table;
  font-size: 16px;
  line-height: 18px;
  padding-left: 10px;
  margin: 0;
  height: 44px;
}

.pd-pop-over h2 {
  display: table;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  margin: 0;
  height: 44px;
}

.pd-pop-over h1 span,
.pd-pop-over h2 span {
  display: table-cell;
  vertical-align: middle;
}

.pd-pop-over h3 {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  padding-left: 16px;
  margin: 5px 0 0 0;
  height: 18px;
}

.pd-pop-over h4 {
  font-size: 14px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
  padding-left: 16px;
  margin: 0 0 5px 0;
  height: 16px;
}

.pd-pop-over p {
  text-align: center;
  line-height: 16px;
}

.pd-pop-over p.note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.pd-pop-over a {
  font-size: 12px;
  margin: 0 24px;
  cursor: pointer;
}

.pd-pop-over .mdl-button--raised {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: none;
  line-height: 14px;
}

.pd-pop-over .mdl-button--raised:not(.mdl-button--colored) {
  background-color: white;
}

.pd-pop-over .mdl-button--raised:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.pd-pop-section {
  line-height: 10px;
  padding: 16px;
}

.pd-pop-section table {
  margin: 0 24px 0 24px;
  width: calc(100% - 24px);
}

.pd-pop-item img.thing,
.pd-pop-item img.large {
  margin: 0;
  width: 64px;
  height: 32px;
}

.pd-pop-item img.icon,
.pd-pop-item img.team,
.pd-pop-item img.small {
  margin: 0 16px;
  width: 32px;
  height: 32px;
}

.pd-pop-item h3 {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
  height: 16px;
}

.pd-pop-item h4 {
  font-size: 12px;
  margin: 0 0 16px 0;
  line-height: 16px;
  height: 16px;
}

.pd-pop-list {
  overflow: scroll;
  overscroll-behavior: none;
  max-height: 384px;
}

.pd-pop-list .pd-pop-item {
  padding: 8px 16px;
}

.pd-pop-list .pd-pop-item:hover {
  background-color: rgba(158, 158, 158, 0.2);
  cursor: pointer;
}

.pd-pop-list .pd-pop-item h4 {
  margin-bottom: 0;
}

.pd-pop-list .pd-pop-item:last-child {
  background-color: #f0f8ff;
  border-radius: 0 0 8px 8px;
}

/* About pop over */

#pd-about .pd-pop-marker {
  left: 52px;
}

#pd-about .icon {
  float: right;
  margin: 0;
}

#pd-about h3 {
  padding: 0;
}

#pd-about h4 {
  padding: 0;
  margin-bottom: 10px;
}

#pd-about p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  margin: 0;
}

#pd-about a {
  font-size: 14px;
  line-height: 36px;
  margin: 0;
  width: calc(50% - 39px);
  height: 34px;
}

#pd-about-admin,
#pd-about-users,
#pd-about-query,
#pd-about-system,
#pd-about-welcome,
#pd-about-help,
#pd-about-privacy,
#pd-about-terms {
  width: calc(50% - 5px);
}

#pd-about-contact {
  width: calc(100% - 32px) !important;
}

#pd-about-users,
#pd-about-system,
#pd-about-help,
#pd-about-terms {
  float: right;
}

#pd-about-admin,
#pd-about-users,
#pd-about-welcome,
#pd-about-help {
  margin-bottom: 10px;
}

/* Teams pop over */

#pd-teams .pd-pop-marker {
  left: 52px;
}

#pd-teams-list .pd-pop-item img.team {
  margin: 0 6px;
}

#pd-teams-create {
  width: 100%;
}

/* Crumb pop over */

#pd-crumb .pd-pop-marker {
  left: calc(50% - 5px);
}

/* Share pop over */

#pd-share .pd-pop-marker {
  right: 50px;
}

#pd-share-visibility {
  text-align: left;
  margin: 0;
}

#pd-share-ok {
  width: 100%;
}

#pd-share-cancel {
  width: calc(50% - 5px);
}

#pd-share-share {
  float: right;
  width: calc(50% - 5px);
}

/* User pop over */

#pd-user .pd-pop-marker {
  right: 10px;
}

#pd-user-edit {
  float: right;
  border: none;
  border-radius: 50%;
  margin: 5px 0 5px 5px;
  height: 34px;
  width: 34px;
}

#pd-user-settings,
#pd-user-accept {
  width: calc(50% - 5px);
}

#pd-user-sign-out,
#pd-user-decline {
  float: right;
  width: calc(50% - 5px);
}

/* Consent dialog */

.pd-consent {
  position: fixed;
  max-width: 430px;
  bottom: 0;
  right: 0;
  background-color: #051e34;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  border: 1px solid #1e3549;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 8px 8px 8px 16px;
  margin: 10px;
  z-index: 1000;
}

.pd-consent p {
  margin-bottom: 8px;
  text-align: left;
}

.pd-consent .mdl-button {
  color: #2196f3 !important;
}

/* Welcome content */

.pd-welcome {
  text-align: center;
  height: calc(100% - 45px);
}

.pd-welcome h1 {
  font-size: 42px;
  font-weight: 300;
  margin: 0;
}

.pd-welcome h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.pd-welcome p {
  font-size: 22px;
  font-weight: 300;
  color: black;
  padding: 10px 0;
  margin: 0;
}

.pd-welcome ul {
  margin-bottom: 32px;
}

.pd-welcome ul li {
  font-size: 14px;
  font-weight: 300;
}

.pd-welcome img {
  padding: 16px 0;
  height: 20%;
}

.pd-welcome .pd-lobby {
  overflow-y: scroll;
  height: 100%;
}

.pd-welcome .pd-lobby img {
  margin-top: 65px;
}

.pd-welcome .pd-splash {
  float: left;
  overflow-y: scroll;
  background-color: white;
  border: 1px solid #e5e5e5;
  margin: 40px;
  padding: 40px;
  width: calc(40% - 162px);
  height: calc(100% - 162px);
}

.pd-welcome .pd-splash-message {
  float: right;
  text-align: left;
  margin-top: 100px;
  width: 50%;
}

.pd-welcome .pd-owner {
  text-align: left;
  padding-bottom: 10px;
  height: 56px;
}

.pd-welcome .pd-owner img {
  float: left;
  padding: 0;
  height: 56px;
}

.pd-welcome .pd-owner h1 {
  margin-left: 100px;
  line-height: 56px;
}

.pd-welcome .pd-splash p {
  margin: 10px 0 0 0 !important;
}

.pd-welcome .pd-splash img {
  margin: 0;
  padding-top: 0;
}

.pd-welcome .pd-internal {
  overflow-y: scroll;
  background: linear-gradient(0deg, rgba(255, 255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
}

.pd-welcome .pd-internal h1 {
  padding-top: 100px;
}

.pd-welcome .pd-internal p {
  position: relative;
  left: 20%;
  width: 60%;
}

.pd-welcome .pd-external {
  background-color: white;
  height: 100%;
}

/* Sign in button */

.pd-signin-button {
  font-size: 16px;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  color: #757575;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  padding: 11px 16px 11px 42px;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.pd-signin-button:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}

.pd-signin-button:active {
  background-color: #eeeeee;
}

.pd-signin-button:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.pd-signin-button:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* Copyright content */

.pd-copyright .pd-card-info-value {
  padding-bottom: 16px;
}

.pd-copyright hr {
  margin: 16px -16px;
}

/* Full screen content */

.pd-page[fullscreen] {
  height: 100%;
}

.pd-page .mdl-grid.fullscreen {
  height: calc(100% - 16px);
}

.pd-page .mdl-grid.fullscreen .pd-card {
  height: 100%;
}

.pd-page .mdl-grid.scroll {
  overflow: scroll;
  height: calc(100% - 16px);
}

/* Summary details */

.pd-summary {
  color: rgba(0, 0, 0, 0.87);
  min-height: 58px;
}

.pd-summary.widescreen {
  background-color: white;
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  height: 58px;
}

.pd-summary .pd-summary-content {
}

.pd-summary .pd-summary-image {
  object-fit: contain;
  float: left;
}

.pd-summary .pd-summary-image.round {
  border-radius: 50%;
  width: 58px;
  height: 58px;
}

.pd-summary .pd-summary-image.square {
  width: 116px;
  height: 58px;
}

.pd-summary .pd-summary-image.icon {
  width: 58px;
  height: 58px;
}

.pd-summary .pd-summary-header {
  margin-top: 8px;
  float: left;
}

.pd-summary .pd-summary-header .pd-summary-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.pd-summary .pd-summary-header .pd-summary-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
}

.pd-summary .pd-summary-header .pd-summary-name,
.pd-summary .pd-summary-header .pd-summary-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 9px;
}

.pd-summary .pd-summary-comment {
  clear: both;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  padding-top: 10px;
  white-space: pre-wrap;
}

.pd-summary-info {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  margin: 0 0 16px 0;
}

.pd-summary-nav {
  text-align: center;
}

.pd-summary-nav button {
  width: 120px;
}

/* Skeletons */

.pd-header-skeleton:empty {
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(#eef1f2 24px, transparent 0);
  background-size: 200px 24px, 200px 24px;
  background-position: -200px 10px, 8px 10px;
  background-repeat: no-repeat;
  animation: pd-header-shine 1s infinite;
}

.pd-masthead-skeleton:empty {
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    radial-gradient(circle 29px, #eef1f2 99%, transparent 0),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 50px 200px, 58px 58px, 150px 20px, 200px 15px;
  background-position: 8px 8px, 8px 8px, 75px 16px, 75px 42px;
  background-repeat: no-repeat;
  animation: pd-masthead-shine 1s infinite;
}

.pd-accordion-skeleton:empty {
  border-bottom: 1px solid #e5e5e5;
  height: 44px;
}

.pd-accordion-skeleton:empty::after {
  content: "";
  display: inline-block;
  background-color: white !important;
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    radial-gradient(circle 16px, #eef1f2 99%, transparent 0),
    linear-gradient(#eef1f2 40px, transparent 0),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 50px 150px, 32px 32px, 64px 32px, 100px 13px, 150px 10px;
  background-position: 0 0, 6px 6px, 38px 6px, 108px 8px, 108px 26px;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  animation: pd-accordion-shine 1s infinite;
}

@media (hover: hover) {
  .pd-accordion.compact:not(:hover) .pd-accordion-skeleton:empty::after {
    background-image:
      linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
      linear-gradient(#eef1f2 40px, transparent 0);
    background-size: 50px 150px, 64px 32px;
    background-position: 0 0, 6px 6px;
    animation: pd-accordion-compact-shine 1s infinite;
  }
}

@media (hover: none) {
  .pd-accordion.compact:not(.is-expanded) .pd-accordion-skeleton:empty::after {
    background-image:
      linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
      linear-gradient(#eef1f2 40px, transparent 0);
    background-size: 50px 150px, 64px 32px;
    background-position: 0 0, 6px 6px;
    animation: pd-accordion-compact-shine 1s infinite;
  }
}

/* remove */
.pd-summary-skeleton.widescreen:empty {
  background-image:
    radial-gradient(circle 32px, #eef1f2 99%, transparent 0),
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 64px 64px, 50px 200px, 150px 20px, 200px 15px;
  background-position: 10px 10px, 0 0, 84px 22px, 84px 48px;
  background-repeat: no-repeat;
  animation: pd-summary-shine-widescreen 1s infinite;
}

.pd-summary-skeleton:empty {
  background-image:
    radial-gradient(circle 32px, #eef1f2 99%, transparent 0),
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 64px 64px, 50px 200px, 150px 20px, 200px 15px;
  background-position: 0 0, 0 0, 80px 12px, 80px 38px;
  background-repeat: no-repeat;
  height: 64px;
  animation: pd-summary-shine 1s infinite;
}

.pd-person-skeleton:empty {
  background-color: white;
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    radial-gradient(circle 16px, #eef1f2 99%, transparent 0),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 50px 150px, 32px 32px, 100px 13px, 150px 10px;
  background-position: 0 0, 22px 6px, 76px 8px, 76px 26px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
  height: 44px;
  animation: pd-person-shine 1s infinite;
}

.pd-thing-skeleton:empty {
  background-color: white;
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(#eef1f2 40px, transparent 0),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 50px 150px, 64px 32px, 100px 13px, 150px 10px;
  background-position: 0 0, 6px 6px, 76px 8px, 76px 26px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e5e5e5;
  height: 44px;
  animation: pd-thing-shine 1s infinite;
}

.pd-note-skeleton:empty {
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    radial-gradient(circle 16px, #eef1f2 99%, transparent 0),
    linear-gradient(#eef1f2 20px, transparent 0),
    linear-gradient(#eef1f2 15px, transparent 0);
  background-size: 50px 150px, 32px 32px, 100px 13px, 150px 10px;
  background-position: 0 0, 22px 6px, 76px 8px, 76px 26px;
  background-repeat: no-repeat;
  border-top: 1px solid #e5e5e5;
  height: 52px;
  animation: pd-note-shine 1s infinite;
}

.is-waiting .pd-dialog-skeleton {
  background-image:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(#eef1f2 10px, transparent 0),
    linear-gradient(#eef1f2 23px, transparent 0);
  background-size: calc(100% - 32px) 100%, 100px 16px, calc(100% - 32px) 23px;
  background-position: -400px 0, 16px 22px, 16px 38px;
  background-repeat: no-repeat;
  animation: pd-dialog-shine 1s infinite;
}

/* Card border */

.pd-card {
  display: inline-block;
  overflow: inherit;
  background-color: white;
  border: 1px solid #e5e5e5;
  vertical-align: top;
  min-height: 0;
  width: 100%;
}

.pd-card .mdl-card__supporting-text {
  overflow: inherit;
  width: auto;
}

.pd-card .mdl-card__supporting-text.no-padding {
  padding: 0;
  width: auto;
}

/* Search details */

#pd-search-results p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

/* Dashboard */

#pd-dashboard {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Dashboard cards */

.pd-dashboard-cards {
  position: relative;
  padding: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}

.pd-dashboard-cards .pd-card {
  border: none;
  border-radius: 2px;
  margin: 8px;
  width: 334px;
}

.pd-dashboard-cards .pd-card .pd-card-content:hover {
  z-index: 1;
}

.pd-dashboard-cards .pd-card .pd-card-content.selected {
  z-index: 10;
}

.pd-dashboard-cards .pd-card .pd-card-content {
  border-radius: 2px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  width: 322px;
}

/* Info card */

.pd-card .pd-card-info-slice {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin: 2px;
  padding: 8px;
  width: 248px;
}

.pd-card .pd-card-info-line {
  vertical-align: top;
  margin: 5px 10px 5px 0;
}

.pd-card .pd-card-info-icon {
  float: right;
  width: 45px;
  height: 45px;
}

.pd-card .pd-card-info-heading {
  font-size: 22px;
  color: black;
  overflow-wrap: anywhere;
  line-height: 22px;
  margin-bottom: 5px;
}

.pd-card .pd-card-info-title {
  font-size: 14px;
  font-weight: 300;
  color: black;
  overflow-wrap: anywhere;
  line-height: 14px;
  margin: 0 0 4px 0;
}

.pd-card .pd-card-info-value {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  overflow-wrap: anywhere;
  line-height: 12px;
  margin: 0;
}

.pd-card .pd-card-info-error {
  font-size: 14px;
  font-weight: 300;
  vertical-align: top;
  color: black;
  line-height: 14px;
  margin: 5px 10px 5px 0;
}

.pd-card .mdl-card__title {
  border-bottom: 1px solid #e5e5e5;
}

iframe.pd-card {
  margin: 16px;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
}

/* Query page */

.pd-query .mdl-grid.scroll {
  display: block;
}

.pd-query .mdl-textfield {
  display: inline-block;
}

.pd-query button {
  color: rgba(0, 0, 0, 0.87);
}

.pd-query button[type=button] {
  padding: 0 2px 0 10px;
}

.pd-query textarea {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  -moz-tab-size: 16px;
  tab-size: 16px;
}

.pd-query .mdl-card__title-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 140px;
}

.pd-query .mdl-card__supporting-text {
  overflow: auto;
  width: auto;
}

.pd-query .mdl-card__supporting-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

.pd-query .mdl-card__supporting-text pre,
.pd-query .mdl-card__supporting-text .mdl-data-table {
  margin-bottom: 16px;
}

.pd-layout .mdl-card__supporting-text .mdl-data-table pre {
  word-wrap: normal;
  margin: 0;
}

.pd-query .mdl-card__supporting-text .link {
  color: rgb(255, 64, 129);
  text-decoration: underline;
  cursor: pointer;
}

/* Card content */

.pd-card-content {
  background-color: white;
  position: relative;
  padding: 6px;
}

.pd-card-content .pd-card-image {
  object-fit: contain;
}

.pd-card-content .pd-card-image.round {
  border-radius: 50%;
  padding: 0 16px;
  width: 32px;
  height: 32px;
}

.pd-card-content .pd-card-image.square {
  width: 64px;
  height: 32px;
}

.pd-card-content .pd-card-image.icon {
  padding: 0 16px;
  width: 32px;
  height: 32px;
}

.pd-card-content .pd-card-title {
  height: 32px;
}

.pd-card-content .pd-card-title .pd-card-image {
  float: left;
}

.pd-card-content .pd-card-title .pd-card-header {
  float: left;
  width: calc(100% - 95px);
}

.pd-card-content .pd-card-title .pd-card-header .pd-card-header-name {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.pd-card-content .pd-card-title .pd-card-header .pd-card-header-title {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
}

.pd-card-content .pd-card-title .pd-card-header .pd-card-header-name,
.pd-card-content .pd-card-title .pd-card-header .pd-card-header-title {
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 6px;
}

.pd-card-content .pd-card-title .pd-card-options {
  position: absolute;
  top: 6px;
  right: 6px;
}

.pd-card-content .pd-card-title .pd-card-options button {
  color: rgba(0, 0, 0, 0.87);
  min-width: 32px;
  margin-left: 4px;
  width: 32px;
  height: 32px;
}

.pd-card-content .pd-card-title .pd-card-options i {
  font-size: 24px;
}

.pd-card-content .pd-card-message {
  border-spacing: 0;
  margin: -1px 0;
  width: 100%;
}

.pd-card-content .pd-card-message td {
  vertical-align: top;
}

.pd-card-content .pd-card-message .pd-card-message-header {
  vertical-align: middle;
  width: 100%;
}

.pd-card-content .pd-card-message .pd-card-image {
  cursor: pointer;
}

.pd-card-content .pd-card-message .pd-card-message-header .pd-card-message-message,
.pd-card-content .pd-card-message .pd-card-message-header .pd-card-message-created {
  line-height: 16px;
  margin: 0 6px;
}

.pd-card-content .pd-card-message .pd-card-message-header .pd-card-message-message {
  font-size: 14px;
  font-weight: 400;
  color: black;
  overflow-wrap: anywhere;
}

.pd-card-content .pd-card-message .pd-card-message-header .pd-card-message-created {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
}

.pd-card-content .pd-card-details {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
}

.pd-card-content.open .pd-card-details,
.pd-card-content.selected .pd-card-details {
  max-height: 1024px;
}

.pd-card-content .pd-card-details .pd-card-details-comment {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  line-height: 14px;
  margin: 6px 0 0 0;
  white-space: pre-wrap;
}

.pd-card-content .pd-card-details .pd-card-details-notice {
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(158, 158, 158, 0.2);
  margin: 6px 0 0 0;
  padding: 5px 10px;
  border-radius: 12px;
}

.pd-card-content .pd-card-details .pd-card-details-actions {
  text-align: right;
  margin-top: 6px;
}

.pd-card-content .pd-card-details button {
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px;
  min-width: 0;
  height: 32px;
}

.pd-card-content.deactivated {
  background: repeating-linear-gradient(135deg, #ffdbe7, #ffdbe7 10px, transparent 10px, transparent 20px) white;
}

.pd-card-content.hilighted {
  background: repeating-linear-gradient(135deg, #f0f8ff, #f0f8ff 10px, transparent 10px, transparent 20px) white;
}

.pd-card-content:hover {
  background-color: #f9f9f9;
}

.pd-card-content.selected,
.pd-card-content.selected:hover {
  background-color: #f0f8ff;
}

.pd-card-wait {
  background-color: white;
  padding: 8px calc(50% - 16px);
  height: 28px;
}

/* Card title */

.pd-card-title-image {
  object-fit: contain;
}

.pd-card-title-image.round {
  border-radius: 50%;
  padding: 0 16px;
  width: 32px;
  height: 32px;
}

.pd-card-title-image.square {
  width: 64px;
  height: 32px;
}

.pd-card-title-image.icon {
  padding: 0 10px;
  width: 32px;
  height: 32px;
}

.pd-card-title-image.both {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}

/* Card list */

.pd-card-list {
  overflow: inherit;
  box-shadow: 0 0 0 1px #e5e5e5;
  border-radius: 0;
  min-height: 45px;
  width: 100%;
}

.pd-card-list h2 {
  font-size: 20px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 44px;
  width: calc(100% - 34px);
}

.pd-card-list .mdl-card__title button {
  font-size: 20px;
  font-weight: 300;
  margin-top: 3px;
  text-transform: none;
  margin-left: -10px;
  padding: 0 10px;
}

.pd-card-list .mdl-card__supporting-text {
  overflow: inherit;
  padding: 0;
  width: auto;
}

.pd-card-list .pd-card-content {
  outline: 0;
}

/* Full height list */

.pd-card-list.pd-full-height {
  background-color: #f8f9fa;
  width: 321px;
  height: 100%;
}

.pd-card-list.pd-full-height .mdl-card__title {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 12px;
  height: 45px;
  min-height: 45px;
}

.pd-card-list.pd-full-height .mdl-card__title.selectable:hover {
  background-color: #f9f9f9;
}

.pd-card-list.pd-full-height .mdl-card__title.selectable.selected {
  background-color: #f0f8ff;
}

.pd-card-list.pd-full-height .mdl-card__supporting-text {
  overflow-y: auto;
  overscroll-behavior: none;
  height: calc(100% - 89px);
}

.pd-card-list.pd-full-height .mdl-card__supporting-text.nocompact {
  height: 100%;
}

.pd-card-list.pd-full-height .pd-list-card {
  background-color: white;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

.pd-card-list.pd-full-height .pd-list-card:last-of-type {
  border-bottom: none;
}

.pd-card-list.pd-full-height .pd-card-toolbar {
  position: absolute;
  bottom: 1px;
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 0 7px;
  line-height: 42px;
  width: calc(100% - 14px);
  height: 43px;
}

.pd-card-list.pd-full-height .pd-thing-skeleton:empty,
.pd-card-list.pd-full-height .pd-person-skeleton:empty,
.pd-card-list.pd-full-height .pd-notes-skeleton:empty,
.pd-card-list.pd-full-height .pd-card-list-empty {
  background-color: white;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  height: 44px;
}

.pd-card-list .pd-card-title-image {
  display: none;
}

/* Accordion list */

.pd-accordion {
  position: relative;
  width: 321px;
  height: 100%;
  z-index: 1;
}

.pd-accordion.is-sideburns {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

.pd-accordion-masthead {
  background-color: white;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 38px 0 8px;
  height: 73px;
}

.pd-accordion-masthead img {
  display: inline-block;
  object-fit: cover;
  position: relative;
  top: 6px;
  left: -2px;
  padding: 2px;
  width: 58px;
  height: 58px;
}

.pd-accordion-masthead img.round {
  object-fit: contain;
}

.pd-accordion-masthead img.square {
  object-fit: contain;
  top: 18px;
  left: -4px;
  width: 64px;
  height: 32px;
}

.pd-accordion-masthead p {
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 44px;
  margin: 0;
}

.pd-accordion-block {
  width: 100%;
  height: 100%;
}

.pd-accordion-header {
  overflow: hidden;
  background-color: white;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 38px 0 8px;
  height: 44px;
}

.pd-accordion-header img {
  display: none;
  object-fit: cover;
  position: relative;
  top: 6px;
  left: 14px;
  width: 32px;
  height: 32px;
}

.pd-accordion-header img.round {
  object-fit: contain;
}

.pd-accordion-header img.square {
  object-fit: contain;
  left: -2px;
  width: 64px;
}

.pd-accordion-header p {
  font-size: 20px;
  font-weight: 300;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 44px;
  margin: 0 8px;
}

.pd-accordion-header p button {
  float: right;
  top: 6px;
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px;
  min-width: 0;
  height: 32px;
}

.pd-accordion-info {
  position: absolute;
  top: 16px;
  left: 75px;
  width: calc(100% - 110px);
}

.pd-accordion-info p:nth-child(1) {
  line-height: 24px;
}

.pd-accordion-info p:nth-child(2) {
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
}

.pd-accordion-menu {
  position: absolute;
  top: 6px;
  right: 6px;
}

.pd-accordion-list {
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: none;
  background-color: #f8f9fa;
  border-right: 1px solid #e5e5e5;
  height: 100%;
}

.pd-accordion-list[disabled] {
  filter: grayscale(100%);
  pointer-events: none;
}

.pd-accordion.header .pd-accordion-list {
  height: calc(100% - 45px);
}

.pd-accordion.header.footer .pd-accordion-list {
  height: calc(100% - 89px);
}

.pd-accordion.masthead.header .pd-accordion-list,
.pd-accordion.masthead.footer .pd-accordion-list {
  height: calc(100% - 117px);
}

.pd-accordion.masthead.header.footer .pd-accordion-list {
  height: calc(100% - 163px);
}

.pd-accordion-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pd-accordion-items .pd-accordion-items {
  margin-left: 16px;
}

.pd-accordion-item {
  position: relative;
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 6px;
  cursor: default;
}

.pd-accordion-item table {
  table-layout: fixed;
  position: relative;
  border-spacing: 0;
  width: 100%;
  height: 44px;
}

#pd-home-notes .pd-accordion-item table {
  padding-right: 4px;
  height: 38px;
}

.pd-accordion-item td {
  padding: 0;
}

.pd-accordion-item td:nth-child(1) {
  width: 32px;
}

.pd-accordion-item td:nth-child(2) {
  vertical-align: top;
  width: 64px;
}

.pd-accordion-item td:nth-child(4) {
  width: 32px;
}

.pd-accordion-item td:nth-child(5) {
  vertical-align: top;
  width: 48px;
}

.pd-accordion-item td:empty {
  display: none;
}

.pd-accordion-item .pd-badge::after {
  top: -5px;
}

.pd-accordion-item img {
  object-fit: contain;
  margin-top: 6px;
  width: 64px;
  height: 32px;
}

.pd-accordion img.large {
  padding: 2px;
  width: 58px;
  height: 58px;
}

.pd-accordion img.medium {
  padding: 0 16px;
  width: 32px;
  height: 32px;
}

.pd-accordion img.small {
  margin-top: 8px;
  margin-left: 16px;
  width: 24px;
  height: 24px;
}

.pd-accordion img.small.square {
  margin-left: 4px;
  width: 48px;
}

.pd-accordion img.round {
  border-radius: 50%;
}

.pd-accordion img.double {
  margin-left: 4px;
}

.pd-accordion-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
  margin: 0 0 0 6px;
}

.pd-accordion-item p:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.pd-accordion-item p:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
}

.pd-accordion-items.wrapped .pd-accordion-item p {
  overflow: auto;
  white-space: normal;
}

.pd-accordion-items.wrapped .pd-accordion-item p:nth-child(1) {
  margin: 6px 6px 0 6px;
}

.pd-accordion-items.wrapped .pd-accordion-item p:nth-child(2) {
  margin: 0 6px 4px 6px;
}

.pd-accordion-details {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
}

.pd-accordion-item.selected .pd-accordion-details {
  max-height: 1024px;
}

.pd-accordion-comment {
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 16px;
  padding: 0 4px 8px 4px;
  white-space: pre-wrap;
}

.pd-accordion-details .pd-accordion-comment {
  padding: 0 6px 6px 6px;
}

.pd-accordion-notice {
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(158, 158, 158, 0.2);
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 6px;
  padding: 5px 10px;
  border-radius: 12px;
}

.pd-accordion-actions {
  text-align: right;
  margin-bottom: 6px;
}

.pd-accordion-actions button {
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px;
  min-width: 0;
  height: 32px;
}

.pd-accordion-empty {
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  line-height: 45px;
  padding: 0 10px;
  height: 44px;
}

.pd-accordion-item.deactivated {
  background: repeating-linear-gradient(135deg, #ffdbe7, #ffdbe7 10px, transparent 10px, transparent 20px) white;
}

.pd-accordion-item.hilighted {
  background: repeating-linear-gradient(135deg, #f0f8ff, #f0f8ff 10px, transparent 10px, transparent 20px) white;
}

.pd-accordion-masthead:not(.noselect):hover,
.pd-accordion-header:not(.noselect):hover,
.pd-accordion-item:hover {
  background-color: #f9f9f9;
}

.pd-accordion-masthead:not(.noselect).selected,
.pd-accordion-header:not(.noselect).selected,
.pd-accordion-item.selected {
  background-color: #f0f8ff;
}

.pd-accordion-masthead:empty:hover,
.pd-accordion-header:empty:hover {
  background-color: white;
}

.pd-accordion-footer {
  background-color: white;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: right;
  padding: 0 6px;
  top: -1px;
  line-height: 41px;
  height: 43px;
}

@media (hover: hover) {
  .pd-accordion.compact:hover {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
  }

  .pd-accordion.compact:not(:hover) {
    width: 76px;
  }

  .pd-accordion.compact:not(:hover) .pd-accordion-menu,
  .pd-accordion.compact:not(:hover) .pd-accordion-header p,
  .pd-accordion.compact:not(:hover) .pd-accordion-header button,
  .pd-accordion.compact:not(:hover) .pd-accordion-details {
    display: none;
  }

  .pd-accordion.compact:not(:hover) .pd-accordion-header img {
    display: block;
  }

  .pd-accordion.compact:not(:hover) .pd-accordion-items .pd-accordion-items {
    margin-left: 0;
  }

  .pd-accordion.compact:not(:hover) .pd-accordion-item td:nth-child(1),
  .pd-accordion.compact:not(:hover) .pd-accordion-item td:nth-child(3),
  .pd-accordion.compact:not(:hover) .pd-accordion-item td:nth-child(4) {
    display: none;
  }
}

@media (hover: none) {
  .pd-accordion.compact.is-expanded {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
  }

  .pd-accordion.compact:not(.is-expanded) {
    width: 76px;
  }

  .pd-accordion.compact:not(.is-expanded) .pd-accordion-menu,
  .pd-accordion.compact:not(.is-expanded) .pd-accordion-header p,
  .pd-accordion.compact:not(.is-expanded) .pd-accordion-header button,
  .pd-accordion.compact:not(.is-expanded) .pd-accordion-details {
    display: none;
  }

  .pd-accordion.compact:not(.is-expanded) .pd-accordion-header img {
    display: block;
  }

  .pd-accordion.compact:not(.is-expanded) .pd-accordion-items .pd-accordion-items {
    margin-left: 0;
  }

  .pd-accordion.compact:not(.is-expanded) .pd-accordion-item td:nth-child(1),
  .pd-accordion.compact:not(.is-expanded) .pd-accordion-item td:nth-child(3),
  .pd-accordion.compact:not(.is-expanded) .pd-accordion-item td:nth-child(4) {
    display: none;
  }
}

/* Info bucket */

.pd-info-bucket {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: white;
  border-right: 1px solid #e5e5e5;
  padding: 16px;
  width: 100%;
  height: 100%;
}

.pd-info-bucket.empty {
  background-color: #f8f9fa;
}

.pd-info-bucket .pd-info-image {
  float: right;
  object-fit: contain;
  margin: 2px 0 0 8px;
  height: 40px;
  width: 80px;
}

.pd-info-bucket .pd-info-name {
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
}

.pd-info-bucket .pd-info-title {
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
}

.pd-info-bucket .pd-info-comment {
  clear: both;
  overflow: scroll;
  font-size: 14px;
  font-weight: 300;
  white-space: pre-wrap;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0;
}

.pd-info-bucket .pd-info-map {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

/* Home lists */

#pd-home-page .mdl-grid {
  overflow: hidden;
  padding: 0;
  height: 100%;
}

#pd-home-page .mdl-cell {
  margin: 0;
  width: 25%;
  height: 100%;
}

#pd-home-page .pd-accordion {
  box-sizing: border-box;
  width: 100%;
}

#pd-home-thing-header {
  height: 45px;
}

#pd-home-thing-bucket:not(.empty) {
  height: calc(100% - 44px);
}

/* Different display */

.pd-display {
  overflow: scroll;
  position: absolute;
  top: 60px;
  left: 321px;
  width: calc(100% - 321px);
  height: calc(100% - 125px);
}

.pd-display-edit {
  padding: 16px;
}

.pd-display-actions {
  text-align: right;
  margin-top: 16px;
}

.pd-display-cell {
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  padding: 8px 16px;
  width: 33.3333%;
}

.pd-display-cell.C,
.pd-display-cell.F {
  width: calc(33.3333%);
}

.pd-display-cell.A,
.pd-display-cell.B,
.pd-display-cell.C {
  border-bottom: 1px solid #e5e5e5;
  top: 0;
  height: 135px;
}

.pd-display-cell.A,
.pd-display-cell.B,
.pd-display-cell.D {
  border-right: 1px solid #e5e5e5;
}

.pd-display-cell.D,
.pd-display-cell.E,
.pd-display-cell.F {
  top: 135px;
  height: calc(100% - 135px);
}

.pd-display-cell.A,
.pd-display-cell.D {
  left: 0;
}

.pd-display-cell.B,
.pd-display-cell.E {
  left: 33.3333%;
}

.pd-display-cell.C,
.pd-display-cell.F {
  left: 66.6666%;
}

.pd-display-cell.E {
  padding: 0;
}

.pd-display-cell h1 {
  font-size: 20px;
  font-weight: 300;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 28px;
  margin: 0 0 8px 0;
}

.pd-display-cell h2 {
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 17px;
  margin: 8px 0 0 0;
}

.pd-display-cell.A p,
.pd-display-cell.B p,
.pd-display-cell.C p,
.pd-display-cell.D p,
.pd-display-cell.F p {
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  margin: 0;
}

.pd-display-cell.A img,
.pd-display-cell.B img,
.pd-display-cell.C img {
  object-fit: contain;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 80px;
  height: 40px;
}

.pd-display-cell.D .pd-display-scroll,
.pd-display-cell.F .pd-display-scroll {
  overflow: scroll;
  height: calc(100% - 29px);
}

.pd-display-cell.E .pd-accordion {
  width: 100%;
  height: calc(100% - 2px);
}

.pd-display .pd-property {
  font-size: 12px;
  color: #0d8df2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
}

.pd-display .pd-property.required,
.pd-display .pd-value.unset {
  color: #ea7f7f;
}

.pd-display .pd-value {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}

/* Page view */

.pd-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pd-view.dialog {
  top: 60px;
  height: calc(100% - 126px);
}

.pd-view .mdl-spinner {
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
}

/* Cache frame */

.pd-cache-frame {
  display: block;
  background-color: #f8f9fa;
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.pd-cache-frame[idle] {
  display: none;
}

img.pd-cache-frame {
  object-fit: contain;
}

.pd-cache-frame[src=""] {
  display: none;
}

.pd-cache-frame.tabs .mdl-tabs {
  background-color: white;
}

.pd-cache-frame.tabs .pd-cache-frame,
.pd-cache-frame.tiles .pd-cache-frame {
  height: calc(100% - 45px);
}

/* Cache info */

.pd-cache-info {
  background-color: white;
  height: 100%;
}

.pd-cache-info .pd-cache-info-frame {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 16px;
  min-width: 168px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.pd-cache-info .pd-cache-info-frame table {
  display: block;
  margin-bottom: 16px;
}

.pd-cache-info .pd-cache-agent-frame {
  overflow: hidden;
  margin-left: 321px;
  padding: 16px;
  width: calc(100% - 353px);
  height: calc(100% - 32px);
}

.pd-cache-info h1 {
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
}

.pd-cache-info h2 {
  font-size: 17px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
  line-height: 18px;
  margin: 0 0 16px 0;
}

.pd-cache-info p {
  font-size: 15px;
  font-weight: 300;
  overflow: scroll;
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  margin: 0 0 16px 0;
  white-space: pre-wrap;
}

.pd-cache-info p:empty {
  display: none;
}

#pd-app-store-front,
#pd-app-store-info {
  margin-left: 321px;
}

#pd-app-store-info p {
  max-width: 700px;
  height: auto;
}

.pd-cache-info .pd-details {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 16px;
}

.pd-cache-info img {
  float: right;
  margin: 0 0 6px 6px;
  width: 100px;
  height: 42px;
  object-fit: contain;
}

.pd-cache-info.people img {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}

.pd-cache-info .pd-cache-info-map-container {
  width: 100%;
  height: 100%;
}

.pd-cache-info .pd-cache-info-map {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

/* Page form */

.pd-page-form {
  overflow-y: scroll;
  background-color: white;
  height: 100%;
}

.pd-page-form .mdl-dialog__content {
  padding: 16px;
  min-height: 55px;
}

.pd-page-form .mdl-dialog__content p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

.pd-page-form .mdl-tabs {
  border: none;
}

.pd-page-form .pd-tabs-action {
  float: right;
  top: 6px;
}

.pd-page-form .mdl-data-table {
  margin-bottom: 16px;
}

.pd-page-form .pd-form-actions {
  margin-top: 16px;
}

.pd-page-form .pd-form-actions p {
  float: left;
}

.pd-page-form .pd-form-actions .mdl-dialog__actions {
  padding: 0;
}

/* Form table */

.pd-page-form .mdl-data-table {
  width: 100%;
}

.pd-page-form .pd-table-action {
  font-size: 14px;
  color: rgb(33, 150, 243);
  cursor: pointer;
}

.pd-page-form .pd-table-action i {
  position: absolute;
}

.pd-page-form .pd-table-action span {
  text-transform: uppercase;
  margin-left: 32px;
  line-height: 23px;
}

.pd-page-form .mdl-data-table tbody tr:hover {
  background-color: #f9f9f9;
}

.pd-page-form .mdl-data-table td:last-of-type,
.pd-page-form .mdl-data-table th:last-of-type {
  padding: 0 10px;
}

.pd-page-form .mdl-data-table tbody tr .pd-table-actions button {
  visibility: hidden;
}

.pd-page-form .mdl-data-table tbody tr:hover .pd-table-actions button {
  visibility: visible;
}

.pd-page-form .mdl-data-table input[type=text] {
  font-size: 13px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 1px;
  padding: 3px 0;
  width: 100%;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s;
}

.pd-page-form .mdl-data-table input[type=text]:focus {
  border-bottom: 2px solid rgb(33, 150, 243);
  margin-bottom: 0px;
}

.pd-page-form .mdl-data-table input[type=text]:invalid {
  border-bottom: 2px solid #d50000;
  margin-bottom: 0px;
}

.pd-page-form .mdl-data-table .mdl-checkbox {
  height: 21px;
}

/* Page error */

.pd-page-error {
  padding: 16px;
}

.pd-page-error h1 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 28px;
  margin: 0 0 16px 0;
}

.pd-page-error hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 0 -16px 16px -16px;
}

.pd-page-error p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  margin: 0 0 16px 0;
}

.pd-page-error ul {
  padding: 0 16px 0 32px;
  margin: 0 0 16px 0;
}

.pd-page-error li {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  line-height: 18px;
  margin: 10px 0 0 0;
}

.pd-page-error nav {
  margin: 32px 0 16px 0;
}

/* Card list empty */

.pd-card-list-empty {
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px solid #e5e5e5;
  line-height: 45px;
  padding: 0 10px;
  height: 44px;
}

/* Card in list */

.pd-list-card {
  border-top: 1px solid #e5e5e5;
}

.pd-list-card.display {
  border: none;
  margin-bottom: 20px;
  width: 320px;
}

.pd-list-card.display .pd-card-content {
  border-radius: 5px;
}

.pd-list-card.display .pd-card-image {
  margin: 0;
}

/* Big card in list as header */

.pd-list-card.oberleutnant {
  position: absolute;
  top: 0;
  width: 100%;
  height: 74px;
}

.pd-list-card.oberleutnant .pd-card-content {
  height: 62px;
}

.pd-list-card.oberleutnant .pd-card-title .pd-card-image {
  padding: 2px;
  width: 58px;
  height: 58px;
}

.pd-list-card.oberleutnant .pd-card-title .pd-card-header .pd-card-header-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 6px;
}

.pd-list-card.oberleutnant .pd-card-title .pd-card-header .pd-card-header-title {
  font-size: 17px;
  line-height: 17px;
}

/* Icon badge */

.pd-badge {
  float: left;
  top: 8px;
  left: -8px;
}

.pd-badge[data-new]::after,
.pd-badge[data-badge]::after {
  width: 18px;
  height: 18px;
}

.pd-badge[data-status] {
  top: 28px;
}

.pd-badge[data-status]::after {
  background-color: #d0d0d0;
}

.pd-badge[data-badge="O"]::after,
.pd-badge[data-status="0"]::after {
  background-color: #52c052;
}

.pd-badge[data-badge="A"]::after,
.pd-badge[data-status="1"]::after {
  background-color: #ffbd2e;
}

.pd-badge[data-badge="D"]::after,
.pd-badge[data-status="2"]::after {
  background-color: #ff5252;
}

.pd-badge[data-status=""]::after {
  display: none;
}

body[no-badge-counts] .pd-badge:not([data-new]):not([data-status]),
body[no-action-buttons] .pd-accordion-actions,
body[no-action-buttons] .pd-accordion-header p button {
  display: none;
}

/* Table of items */

.pd-card-table {
  border-spacing: 0;
  width: 100%;
}

.pd-card-table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  height: 24px;
}

.pd-card-table td label {
  cursor: pointer;
}

.pd-card-table tr td:first-child {
  padding: 16px;
  width: 100%;
}

.pd-card-table tr td:last-child {
  padding: 16px 24px 16px 10px;
}

.pd-card-table tr:last-child td {
  border: none;
  height: 25px;
}

/* Tab tile */

.pd-tiles {
  overflow: hidden;
  background-color: white;
  /*background-color: #f8f9fa;*/
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  height: 44px;
}

.pd-piles {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: "　\25BC　";
  margin-bottom: -1px;
}

.pd-tiles:hover {
  height: auto;
}

.pd-tiles:hover .pd-piles {
  overflow: auto;
  white-space: normal;
  text-overflow: clip;
  height: auto;
}

.pd-tile {
  display: inline-block;
  background-color: white;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 44px;
  width: 199px;
  height: 44px;
}

.pd-tile img {
  object-fit: contain;
  vertical-align: top;
  margin: 6px;
  width: 64px;
  height: 32px;
}

.pd-tile span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 45px;
  width: calc(100% - 114px);
}

.pd-tile div {
  display: inline;
}

.pd-tile div .mdl-menu__container {
  display: none !important;
}

.pd-tile:hover {
  background-color: #f9f9f9;
}

.pd-tiles:hover .pd-tile div {
  position: absolute;
}

.pd-tiles:hover .pd-tile div .mdl-menu__container {
  display: block !important;
}

.pd-tile.is-active {
  background-color: #f0f8ff;
}

/* Screen obfuscator */

.pd-obfuscator {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.pd-obfuscator.is-visible {
  opacity: 0.5;
  pointer-events: auto;
}

/* Graph viewer */

.pd-page-graph {
  position: relative;
  background-color: white;
  width: 100%;
  height: 100%;
}

.pd-page-graph.is-tabs-pinned  {
  top: 45px;
  height: calc(100% - 45px);
}

.pd-page-graph .pd-graph {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 44px);
}

.pd-page-graph .pd-graph-options {
  position: absolute;
  background-color: white;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  line-height: 37px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43px;
}

.pd-page-graph .pd-graph-options .pd-graph-nav {
  display: inline-block;
  padding: 2px;
}

.pd-page-graph .pd-graph-options .pd-graph-nav button {
  margin: 0 10px;
}

.pd-page-graph .pd-graph-options .pd-graph-close {
  background-color: white;
  border-radius: 16px;
  position: absolute;
  top: 0;
  right: 4px;
  padding: 2px;
}

.force-graph-container .graph-tooltip.graph-tooltip {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 2px;
  text-align: center;
  line-height: 14px;
  padding: 4px 8px;
  max-width: 230px;
}

/* Notifications drawer */

.pd-toolbox {
  position: fixed;
  top: 48px;
  right: -321px;
  width: 321px;
  height: calc(100% - 48px);
  z-index: 1;
}

.pd-toolbox.is-visible {
  right: 0;
}

.pd-toolbox.is-visible.is-compact {
  right: -248px;
}

.pd-toolbox.is-visible.is-compact .pd-tool-item-comment {
  display: none;
}

.pd-toolbox.is-sideburns {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

.pd-toolbox-header {
  font-size: 0;
  background-color: white;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 0 6px;
  line-height: 44px;
  height: 44px;
}

.pd-toolbox-header .mdl-button {
  margin: 0 10px;
}

@media (hover: hover) {
  .pd-toolbox.is-visible.is-compact:hover {
    right: 0;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
  }

  .pd-toolbox.is-visible.is-compact:hover .pd-tool-item-comment {
    display: block;
  }

  .pd-toolbox.is-visible.is-compact:not(:hover) .pd-toolbox-header {
    text-align: left;
  }

  .pd-toolbox.is-visible.is-compact:not(:hover) .pd-toolbox-header .mdl-button {
    margin-left: 15px;
  }

  .pd-toolbox.is-visible.is-compact:not(:hover) #pd-tool-notes-post-message {
    visibility: hidden;
  }

  .pd-toolbox.is-visible.is-compact:not(:hover) .pd-toolbox-header .mdl-button:not(.selected) {
    display: none;
  }

  .pd-toolbox.is-visible.is-compact:not(:hover) .pd-toolbox-content .mdl-spinner {
    left: 23px !important;
  }

  .pd-toolbox.is-compact:not(:hover) .pd-toolbox-content .pd-tool-content .pd-info-icon {
    float: none;
    margin-left: 6px;
  }

  .pd-toolbox.is-compact:not(:hover) .pd-toolbox-content .pd-tool-content .pd-info-title,
  .pd-toolbox.is-compact:not(:hover) .pd-toolbox-content .pd-tool-content .pd-info-value,
  .pd-toolbox.is-compact:not(:hover) .pd-toolbox-content .pd-tool-content .pd-info-error {
    display: none;
  }
}

@media (hover: none) {
  .pd-toolbox.is-visible.is-compact.is-expanded {
    right: 0;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.15);
  }

  .pd-toolbox.is-visible.is-compact.is-expanded .pd-tool-item-comment {
    display: block;
  }

  .pd-toolbox.is-visible.is-compact:not(.is-expanded) .pd-toolbox-header {
    text-align: left;
  }

  .pd-toolbox.is-visible.is-compact:not(.is-expanded) .pd-toolbox-header .mdl-button {
    pointer-events: none;
    margin-left: 15px;
  }

  .pd-toolbox.is-visible.is-compact:not(.is-expanded) #pd-tool-notes-post-message {
    visibility: hidden;
  }

  .pd-toolbox.is-visible.is-compact:not(.is-expanded) .pd-toolbox-header .mdl-button:not(.selected) {
    display: none;
  }

  .pd-toolbox.is-visible.is-compact:not(.is-expanded) .pd-toolbox-content .mdl-spinner {
    left: 23px !important;
  }

  .pd-toolbox.is-compact:not(.is-expanded) .pd-toolbox-content .pd-tool-content .pd-info-icon {
    float: none;
    margin-left: 6px;
  }

  .pd-toolbox.is-compact:not(.is-expanded) .pd-toolbox-content .pd-tool-content .pd-info-title,
  .pd-toolbox.is-compact:not(.is-expanded) .pd-toolbox-content .pd-tool-content .pd-info-value,
  .pd-toolbox.is-compact:not(.is-expanded) .pd-toolbox-content .pd-tool-content .pd-info-error {
    display: none;
  }
}

#pd-toolbox-comment {
  position: absolute;
  top: 6px;
  right: 6px;
  margin: 0;
}

.pd-toolbox-content {
  background-color: #f8f9fa;
  overflow-y: scroll;
  overscroll-behavior: none;
  border-left: 1px solid #e5e5e5;
  height: calc(100% - 88px);
}

.pd-toolbox-content .pd-tool-wait {
  height: 44px;
}

.pd-toolbox-content .mdl-spinner {
  top: 8px;
  left: calc(50% - 16px);
}

.pd-toolbox-content .pd-tool-na {
  font-weight: 300;
  text-align: center;
  line-height: 48px;
}

.pd-toolbox-content .pd-tool-empty {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  line-height: 48px;
}

.pd-toolbox-content .pd-tool-content {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}

.pd-toolbox-content .pd-tool-content .pd-tool-info {
  padding: 8px 8px 0 8px;
}

.pd-toolbox-content .pd-tool-content .pd-info-icon {
  font-size: 30px;
  float: right;
  color: #0d8df2;
  padding: 0 12px 6px 8px;
}

.pd-toolbox-content .pd-tool-content .pd-info-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin: 0 0 2px 0;
}

.pd-toolbox-content .pd-tool-content .pd-info-value {
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  line-height: 18px;
  margin: 0 0 6px 0;
  user-select: text;
}

.pd-toolbox-content .pd-tool-content .pd-info-value i {
  display: inline-block;
  text-indent: 8px;
}

.pd-toolbox-content .pd-tool-content .pd-info-error {
  font-size: 12px;
  font-weight: 400;
  color: #d70220;
  line-height: 30px;
  margin: 0 0 8px 0;
}

.pd-toolbox-content .pd-tool-content hr {
  margin: 0 -8px 6px -8px;
}

.pd-toolbox-content .pd-tool-content span {
  font-size: 20px;
  float: left;
  line-height: 30px;
  margin-right: 5px;
}

.pd-toolbox-content .pd-tool-notes {
  overflow: hidden;
  height: 100%;
}

.pd-toolbox-content .pd-tool-notes-post {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 6px;
  height: 88px;
}

.pd-toolbox-content .pd-tool-notes-post .pd-tool-item-subject {
  cursor: default;
}

.pd-toolbox-content .pd-tool-notes-post-options {
  margin-top: 3px;
  text-align: right;
}

.pd-toolbox-content .pd-tool-notes-post-options button {
  line-height: 30px;
  height: 30px;
}

#pd-tool-notes-post-message {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: black;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  resize: none;
  outline: none;
  margin-left: 5px;
  padding: 5px;
  width: calc(100% - 20px);
  height: 42px;
}

.pd-toolbox-content .pd-badge {
  top: 4px;
  left: -8px;
}

.pd-toolbox-content .pd-tool-notes-list {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  height: 100%;
}

.pd-toolbox-content .pd-tool-notes-list.shrunk {
  height: calc(100% - 105px);
}

.pd-toolbox-footer {
  background-color: white;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 0 6px;
  top: -1px;
  line-height: 40px;
  height: 43px;
}

/* Content width */

.pd-layout-content.is-toolbox-pinned .pd-page-wait,
.pd-layout-content.is-toolbox-pinned .pd-page-content,
.pd-layout-content.is-toolbox-pinned .pd-page-graph {
  width: calc(100% - 321px);
}

.pd-layout-content.is-toolbox-pinned.is-compact-toolbox .pd-page-wait,
.pd-layout-content.is-toolbox-pinned.is-compact-toolbox .pd-page-content,
.pd-layout-content.is-toolbox-pinned.is-compact-toolbox .pd-page-graph {
  width: calc(100% - 73px);
}

.pd-layout-content.is-list-pinned .pd-page-content .pd-view,
.pd-layout-content.is-list-pinned .pd-page-graph .pd-graph,
.pd-layout-content.is-list-pinned .pd-page-graph .pd-graph-options {
  left: 321px;
  width: calc(100% - 321px);
}

.pd-layout-content.is-list-pinned.is-compact-list .pd-page-content .pd-view,
.pd-layout-content.is-list-pinned.is-compact-list .pd-page-graph .pd-graph,
.pd-layout-content.is-list-pinned.is-compact-list .pd-page-graph .pd-graph-options {
  left: 73px;
  width: calc(100% - 73px);
}

/* Toolbox list */

.pd-tool-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 3px 8px 5px;
}

#pd-tool-notes-list .pd-tool-item {
  padding: 6px 10px 8px 5px;
}

.pd-tool-item:last-of-type {
  border-bottom: none;
}

.pd-tool-item table {
  border-spacing: 0;
  height: 28px;
  width: 100%;
}

.pd-tool-item-subject,
.pd-tool-item-object {
  vertical-align: top;
  padding-top: 2px;
}

.pd-tool-notes-list .pd-tool-item-subject,
.pd-tool-notes-list .pd-tool-item-object {
  cursor: pointer;
}

.pd-tool-item-subject img,
.pd-tool-item-object img {
  object-fit: contain;
}

.pd-tool-item-subject.round img {
  border-radius: 50%;
  margin: 0 22px 0 18px;
  width: 24px;
  height: 24px;
}

.pd-tool-item-object.round img {
  border-radius: 50%;
  margin: 0 12px;
  width: 24px;
  height: 24px;
}

.pd-tool-item-subject.double img,
.pd-tool-item-object.double img {
  border-radius: 50%;
  margin-left: 4px;
  width: 24px;
  height: 24px;
}

.pd-tool-item-subject.square img {
  margin: 0 9px 0 7px;
  width: 48px;
  height: 24px;
}

.pd-tool-item-object.square img {
  width: 48px;
  height: 24px;
}

.pd-tool-item-subject.icon img,
.pd-tool-item-object.icon img {
  padding: 0 16px;
  width: 24px;
  height: 24px;
}

.pd-tool-item .pd-tool-item-title {
  padding: 0 5px;
  width: 100%;
}

.pd-tool-item .pd-tool-item-title .pd-tool-item-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  width: 100%;
}

.pd-tool-item .pd-tool-item-title .pd-tool-item-details {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  line-height: 11px;
  margin-top: 1px;
}

.pd-tool-item .pd-tool-item-comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 4px 0 6px;
  overflow-wrap: anywhere;
}

.pd-tool-item:hover {
  background-color: #f9f9f9;
}

/* Dialog box */

.pd-dialog {
  position: absolute;
  top: 70px;
  left: calc((100% - 540px) / 2);
  width: calc(100% - 40px);
  height: calc(100% - 90px);
  max-width: 540px;
  max-height: 640px;
  background-color: white;
  border-radius: 5px;
  z-index: 300;
}

.pd-dialog h1 {
  font-size: 24px;
  font-weight: 300;
  background-color: #2196f3;
  color: white;
  border-radius: 4px 4px 0 0;
  padding: 20px 50px 20px 20px;
  line-height: 20px;
}

.pd-dialog h5 {
  font-size: 12px;
  font-weight: 400;
  color: rgb(33, 150, 243);
  margin: 8px 0;
  line-height: normal;
}

.pd-dialog .pd-dialog-close {
  color: white;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.pd-dialog .pd-dialog-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pd-dialog .mdl-chip {
  margin-right: 5px;
  cursor: pointer;
}

.pd-dialog .mdl-dialog__content {
  overflow-y: scroll;
  padding: 16px;
  height: calc(100% - 159px);
}

.pd-dialog .mdl-dialog__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 16px 8px;
}

.pd-dialog .mdl-dialog__actions {
  background-color: #f8f9fa;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 15px 15px;
}

.pd-dialog .mdl-dialog__actions > * {
  margin-right: 15px;
}

.pd-dialog .pd-dialog-message {
  font-size: 13px;
  position: absolute;
  line-height: 18px;
  right: 20px;
}

.is-waiting .mdl-dialog__content * {
  display: none;
}

/* Dialog sheet */

.pd-dialog-sheet {
  background: white;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  position: absolute;
  top: 48px;
  left: 74px;
  width: calc(100% - 148px);
  height: calc(100% - 120px);
  z-index: 300;
}

.pd-dialog-sheet .mdl-dialog__content {
  overflow-y: scroll;
  padding: 16px;
  height: calc(100% - 32px);
}

.pd-dialog-sheet .mdl-dialog__content.fullpage {
  padding: 0;
  height: 100%;
}

.pd-dialog-sheet .mdl-dialog__content.fullpage iframe {
  height: 100%;
}

.pd-dialog-sheet .mdl-dialog__actions {
  background-color: #f8f9fa;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  padding: 15px;
}

.pd-dialog-sheet .pd-dialog-sheet-shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
}

.pd-dialog-sheet .mdl-dialog__actions > * {
  margin: 0 0 0 15px;
}

.pd-dialog-sheet .mdl-dialog__actions .mdl-button.left {
  position: absolute;
  left: 15px;
  margin: 0;
}

/* Sheet header */

.pd-dialog-sheet-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  height: 39px;
}

.pd-dialog-sheet-header img {
  float: left;
  object-fit: contain;
  margin-right: 10px;
  width: 80px;
  height: 40px;
}

.pd-dialog-sheet-header h1 {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  letter-spacing: normal;
  line-height: 22px;
  margin: 0;
}

.pd-dialog-sheet-header p {
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
}

.pd-dialog-sheet-header #pd-app-store-cost {
  float: right;
  font-size: 20px;
  color: green;
  line-height: normal;
  margin: 10px;
}

/* Dialog page */

.pd-dialog-page {
  height: calc(100% - 67px);
}

.pd-dialog-page .errortitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: normal;
  line-height: 22px;
  margin: 0;
}

.pd-dialog-page .errortext {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  line-height: 22px;
  margin: 0 0 20px 0;
  white-space: pre-wrap;
}

.pd-dialog-page h5 {
  font-size: 12px;
  font-weight: 400;
  color: rgb(33, 150, 243);
  margin: 8px 0;
  line-height: normal;
}

.pd-dialog-sheet.header .pd-dialog-page {
  height: calc(100% - 127px);
}

/* Dialog field button */

.pd-button-field {
  float: left;
  width: calc(100% - 42px) !important;
}

.pd-field-button {
  float: right;
  top: 18px;
}

/* Dialog upload */

.pd-field-button input {
  display: none;
}

.pd-upload-progress {
  border-top: 14px solid white;
  border-bottom: 14px solid white;
  top: 18px;
  width: 100%;
}

/* Dialog preview */

.pd-preview {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: calc(100% - 24px);
}

.pd-preview iframe {
  outline: none;
  border-radius: 2px;
  height: 100%;
}

/* Contacts list */

.pd-contacts-list {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: none;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
  margin-top: -20px;
  width: calc(100% - 34px);
  height: 144px;
  z-index: 1;
}

.pd-contacts-list div {
  padding: 2px;
}

.pd-contacts-list div:hover {
  background-color: #e5eaf0;
}

/* Chip list */

.pd-chip-list {
  position: absolute;
}

.pd-chip-list-empty {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

/* Tags list */

.pd-tags {
  max-width: 800px;
}

.pd-tags.inactive {
  border-top: 3px dotted #e5e5e5;
  padding-top: 16px;
  margin: 8px 0;
}

.pd-tags .mdl-chip {
  margin: 0 10px 10px 0;
}

.pd-tags .mdl-chip button {
  color: white;
}

.pd-tags.active .mdl-chip {
  background-color: #2196f3;
  color: white;
}

.pd-tags .mdl-chip.exclusive {
  background-color: #ff4081;
  color: white;
}

.pd-tags.inactive .mdl-chip {
  padding: 0 12px;
}

.pd-tags.inactive .mdl-chip button {
  display: none;
}

/* Message box */

.pd-message {
  height: auto;
  z-index: 400;
}

.pd-message .mdl-dialog__content {
  overflow-y: hidden;
  height: auto;
}

/* Info badge */

.pd-info-badge {
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  text-align: center;
  background: #2196f3;
  color: white;
  border-radius: 50%;
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

.pd-info-button {
  font-size: 16px;
  outline: none;
  text-decoration: none;
  position: relative;
  top: 4px;
  line-height: 0;
  margin-left: 4px;
  padding-bottom: 8px;
  cursor: pointer;
}

.pd-info-button:focus-visible {
  opacity: 0.5;
}

.pd-info-action.material-icons {
  float: right;
  font-size: 18px;
  color: #2196f3;
  line-height: 0;
  outline: none;
  margin: -2px 5px 0 0;
  cursor: pointer;
}

/* Google maps */

.gm-style iframe + div {
  border: none !important;
}

/* Hover mask */

.pd-hovermask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

/* Minimal ui */

body[minimal-ui] .pd-accordion-details,
body[minimal-ui] .pd-accordion-masthead .pd-accordion-menu,
body[minimal-ui] .pd-accordion-header .pd-accordion-menu,
body[minimal-ui] .pd-accordion-header .mdl-button,
body[minimal-ui] .pd-accordion-item td:nth-child(4),
body[minimal-ui] .pd-tile div,
body[minimal-ui] .pd-cache-frame .mdl-tabs .pd-tabs-options {
  display: none;
}

body[minimal-ui] .pd-accordion-masthead:hover .pd-accordion-menu,
body[minimal-ui] .pd-accordion-header:hover .pd-accordion-menu,
body[minimal-ui] .pd-cache-frame .mdl-tabs:hover .pd-tabs-options {
  display: block;
}

body[minimal-ui] .pd-tile:hover div {
  display: inline-block;
}

body[minimal-ui] .pd-accordion-item:hover td:nth-child(4) {
  display: table-cell;
}

/* Anti-scrollbar */

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

/* Anti-selection */

.pd-display,
.pd-tile,
.pd-dialog,
.pd-dialog-table,
.pd-dialog-sheet-header,
.pd-pop-over,
.pd-consent,
.pd-header,
.pd-welcome,
.pd-summary,
.pd-accordion-header,
.pd-accordion,
.pd-cache-info img,
.pd-card-list,
.pd-card-content,
.pd-card-table,
.pd-card .pd-card-info-title,
.pd-info-bucket,
.pd-info-badge,
.pd-info-action,
.pd-info-button,
.pd-toolbox-content,
.pd-table-action,
.pd-connection-status,
.pd-page-graph,
.mdl-card__title,
.mdl-chip,
.mdl-tabs__tab,
.mdl-data-table th,
.mdl-dialog__content h5,
.mdl-textfield__label,
.mdl-radio,
.mdl-checkbox,
.mdl-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Animation */

.pd-drop {
  opacity: 0;
  animation: pd-drop 0.3s linear forwards 0.5s;
}

@keyframes pd-drop {
  0% {transform: translateY(-200px) scaleY(0.9); opacity: 0;}
  5% {opacity: 0.7;}
  50% {transform: translateY(0px) scaleY(1); opacity: 1;}
  65% {transform: translateY(-17px) scaleY(0.9); opacity: 1;}
  75% {transform: translateY(-22px) scaleY(0.9); opacity: 1;}
  100% {transform: translateY(0px) scaleY(1); opacity: 1;}
}

§@keyframes pd-header-shine { to {
  background-position: 200px 10px, 8px 10px;
}}

@keyframes pd-masthead-shine { to {
  background-position: 280px 8px, 8px 8px, 75px 16px, 75px 42px;
}}

@keyframes pd-accordion-shine { to {
  background-position: 250px 0, 6px 6px, 38px 6px, 108px 8px, 108px 26px;
}}

@keyframes pd-accordion-compact-shine { to {
  background-position: 250px 0, 6px 6px;
}}

@keyframes pd-summary-shine-widescreen { to {
  background-position: 10px 10px, 296px 0, 84px 22px, 84px 48px;
}}

@keyframes pd-summary-shine { to {
  background-position: 0 0, 280px 0, 80px 12px, 80px 38px;
}}

@keyframes pd-person-shine { to {
  background-position: 250px 0, 22px 6px, 76px 8px, 76px 26px;
}}

@keyframes pd-thing-shine { to {
  background-position: 250px 0, 6px 6px, 76px 8px, 76px 26px;
}}

@keyframes pd-note-shine { to {
  background-position: 250px 0, 22px 6px, 76px 8px, 76px 26px;
}}

@keyframes pd-dialog-shine { to {
  background-position: 400px 0, 16px 22px, 16px 38px;
}}

/* Screen resolutions */

@media screen and (max-width: 1024px) {
  .pd-welcome .pd-lobby {
    padding: 0;
  }

  .pd-welcome .pd-lobby p {
    margin: 0 !important;
  }

  .pd-welcome .pd-lobby img {
    margin: 0;
  }

  .pd-welcome .pd-splash {
    float: none;
    margin: 20px;
    padding: 20px;
    width: calc(100% - 80px);
    height: auto;
  }

  .pd-welcome .pd-splash-message {
    float: none;
    margin: 20px;
    width: calc(100% - 40px);
  }

  .pd-card .pd-card-info-slice {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1023px) {
  #pd-home-page .mdl-cell {
    display: none;
  }

  #pd-home-page .mdl-cell.selected {
    display: block;
  }

  #pd-home-teams {
    width: 40% !important;
  }

  #pd-home-apps,
  #pd-home-notes {
    border-right: none;
    border-left: 5px solid #e5e5e5;
    position: absolute;
    left: 40%;
    width: 60% !important;
    z-index: 1;
  }
}

@media screen and (max-width: 700px) {
  .pd-welcome h1 {
    font-size: 35px;
  }

  .pd-welcome h2 {
    font-size: 29px;
  }

  .pd-welcome p {
    font-size: 23px;
  }

  .pd-header .pd-nav {
    margin-left: -8px;
  }

  .pd-nav-team,
  .pd-nav-crumb-sep,
  .pd-nav-crumb {
    display: none;
  }

  .pd-nav-crumbs {
    width: calc(100% - 160px);
  }

  span.pd-nav-crumb:last-of-type {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  .pd-card-list.pd-full-height {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #pd-home-page .mdl-cell .pd-accordion-menu {
    display: none;
  }

  #pd-home-teams td:nth-child(2) {
    width: 32px;
  }

  #pd-home-teams img.medium.round,
  #pd-home-teams img.small.round {
    padding: 0;
  }

  #pd-home-teams .pd-accordion-item p:nth-child(2),
  #pd-home-apps .pd-accordion-item p:nth-child(2),
  #pd-home-page .mdl-cell .pd-accordion-item td:nth-child(4) {
    display: none;
    width: 0;
  }

  #pd-home-user,
  #pd-home-page .mdl-cell .pd-accordion-header {
    padding-right: 6px;
  }

  #pd-home-user .pd-accordion-info {
    width: calc(100% - 82px);
  }

  #pd-home-user-name {
    display: table-cell;
    white-space: break-spaces;
    vertical-align: middle;
    height: 44px;
  }

  #pd-home-user-title,
  #pd-home-teams .pd-badge,
  #pd-list-list .pd-accordion-footer,
  #pd-toolbox .pd-toolbox-footer {
    display: none;
  }

  #pd-list-list .pd-accordion-list {
    height: calc(100% - 73px);
  }

  #pd-toolbox .pd-toolbox-content {
    height: calc(100% - 45px);
  }
}

@media screen and (max-width: 450px) {
  .pd-welcome h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .pd-welcome h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .pd-welcome p {
    font-size: 16px;
    line-height: 20px;
  }

  .pd-welcome ul li {
    font-size: 14px;
  }

  .pd-welcome .pd-internal p {
    left: 10%;
    width: 80%;
  }

  .pd-consent {
    border-radius: 0;
    margin: 0;
    width: calc(100% - 26px);
  }

  .pd-accordion {
    max-width: 321px;
    width: calc(100% - 72px);
  }

  .pd-dialog {
    left: 10px;
    width: calc(100% - 20px);
  }

  .pd-dialog-sheet {
    left: 10px;
    width: calc(100% - 20px);
  }

  .pd-card .pd-card-info-slice {
    width: calc(100% - 20px);
  }

  #pd-api-menus {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .pd-welcome h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .pd-welcome h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .pd-welcome p {
    font-size: 16px;
    line-height: 20px;
  }

  .pd-welcome .pd-internal h1 {
    padding-top: 30px;
  }

  .pd-welcome .pd-internal p {
    left: 10%;
    width: 80%;
  }
}

@media screen and (hover: none) and (orientation: landscape) {
  .pd-header,
  .pd-layout .mdl-tabs,
  #pd-list-list,
  #pd-toolbox,
  #pd-popover-obfuscator,
  .pd-pop-over {
    display: none !important;
  }

  .pd-page-wait,
  .pd-page-content,
  .pd-page-graph {
    width: 100% !important;
  }

  #pd-list-cache {
    left: 0 !important;
    width: 100% !important;
  }

  iframe.pd-card {
    height: calc(100% - 32px);
  }

  .pd-dialog {
    top: 20px;
  }

  .pd-dialog:not(.pd-message) {
    height: calc(100% - 40px);
  }

  .pd-dialog-sheet {
    top: -3px;
    height: calc(100% - 32px);
  }
}
