* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

#app-container {
  height: 100%;
  overflow: auto; }
  #app-container .client-root {
    flex-direction: column;
    justify-content: center; }

.component-wrapper {
  display: flex; }
  .component-wrapper :first-child {
    min-width: 0;
    min-height: 0; }

@font-face {
  font-family: Roboto;
  src: url("/res/perspective/css/fonts/Roboto/Roboto-Regular.woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url("/res/perspective/css/fonts/Roboto/Roboto-Medium.woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url("/res/perspective/css/fonts/Roboto/Roboto-Light.woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("/res/perspective/css/fonts/Roboto/Roboto-Bold.woff"); }

@font-face {
  font-family: Roboto-italic;
  font-style: italic;
  src: url("/res/perspective/css/fonts/Roboto/Roboto-Italic.woff"); }

@font-face {
  font-family: Roboto-mono;
  src: url("/res/perspective/css/fonts/Roboto/RobotoMono-Regular.woff"); }

@font-face {
  font-family: Roboto-condensed;
  src: url("/res/perspective/css/fonts/Roboto/RobotoCondensed-Regular.woff"); }

.material-icons.md-14 {
  width: 14px;
  height: 14px; }

.material-icons.md-16 {
  width: 16px;
  height: 16px; }

.material-icons.md-18 {
  width: 18px;
  height: 18px; }

.material-icons.md-20 {
  width: 20px;
  height: 20px; }

.material-icons.md-22 {
  width: 22px;
  height: 22px; }

.material-icons.md-24 {
  width: 24px;
  height: 24px; }

.material-icons.md-26 {
  width: 26px;
  height: 26px; }

.material-icons.md-28 {
  width: 28px;
  height: 28px; }

.material-icons.md-30 {
  width: 30px;
  height: 30px; }

.material-icons.md-32 {
  width: 32px;
  height: 32px; }

.material-icons.md-36 {
  width: 36px;
  height: 36px; }

.material-icons.md-44 {
  width: 44px;
  height: 44px; }

.material-icons.md-48 {
  width: 48px;
  height: 48px; }

.material-icons.md-60 {
  width: 60px;
  height: 60px; }

.material-icons.md-64 {
  width: 64px;
  height: 64px; }

.material-icons.md-dark {
  color: #000000;
  opacity: 0.54; }
  .material-icons.md-dark.md-inactive {
    opacity: 0.26; }

.material-icons.md-light {
  color: #FFFFFF;
  opacity: 1; }
  .material-icons.md-light.md-inactive {
    opacity: 0.3; }

.material-icons.md-error {
  color: #EF4D4D; }

.material-icons.md-success {
  color: #39C16C; }

.material-icons.md-link {
  color: #2199E8; }

svg > use {
  pointer-events: none; }

.close-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem; }
  .close-icon:hover {
    cursor: pointer; }

.modal-body.about-page-body {
  max-height: calc(100% - 3rem); }

.modal-body .ignition-branding {
  height: 10rem;
  text-align: center;
  background: url("/res/perspective/images/bg-gradient-client-about.png"); }
  .modal-body .ignition-branding svg {
    width: 13.375rem; }

.modal-body h4 {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4E5665;
  line-height: 1.5rem; }

.modal-body .module-count {
  float: right;
  width: 2rem;
  height: 1.5rem;
  background-color: #86939E;
  color: #FFFFFF;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 2px; }

.modal-body .about-ignition {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.375rem; }

.modal-body .link-row {
  text-align: right;
  margin: 1rem 1rem 2rem 0; }
  .modal-body .link-row .visit-site-link {
    padding: 0.75rem 1rem;
    border-radius: 2px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #72A7FE;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    cursor: pointer; }

.modal-body .module-list-wrapper {
  padding: 0.5rem; }
  .modal-body .module-list-wrapper .module-panel {
    height: 6rem;
    padding: 1.5rem 1rem;
    margin-bottom: 0.5rem;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
    .modal-body .module-list-wrapper .module-panel .module-name {
      color: rgba(0, 0, 0, 0.87);
      font-size: 1.125rem;
      height: 1.5rem;
      margin-bottom: 0.25rem; }
    .modal-body .module-list-wrapper .module-panel .module-version {
      display: inline-block;
      color: rgba(0, 0, 0, 0.54);
      font-size: 0.875rem;
      height: 20px; }
    .modal-body .module-list-wrapper .module-panel .module-status {
      float: right;
      text-align: right;
      color: rgba(0, 0, 0, 0.54);
      font-size: 0.875rem;
      height: 20px; }

.action-panel-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1; }
  @media (max-width: 480px) {
    .action-panel-overlay {
      transition: bottom 0.3s, background-color 0.2s; } }
  @media (max-width: 480px) {
    .action-panel-overlay.overlay-visible {
      background-color: rgba(44, 45, 49, 0.6); } }
  @media (max-width: 480px) {
    .action-panel-overlay.overlay-hidden {
      background-color: rgba(44, 45, 49, 0); } }

.action-panel-wrapper {
  position: fixed;
  display: flex;
  align-items: flex-end;
  width: 100vw;
  transition: bottom 0.3s; }

.action-panel {
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24); }
  @media (min-width: 480px) {
    .action-panel {
      width: 24rem; } }
  .action-panel .panel-header {
    height: 3rem;
    background-color: #2C2D31;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .action-panel .panel-header .user-info {
      flex-grow: 1;
      margin: 0 1rem;
      overflow: hidden; }
      .action-panel .panel-header .user-info .username {
        font-size: 0.875rem;
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .action-panel .panel-header .user-info .user-role {
        position: relative;
        font-size: 0.625rem;
        color: #C6CCD1;
        white-space: nowrap; }
        .action-panel .panel-header .user-info .user-role .role-title {
          display: inline;
          position: absolute;
          margin-left: 0.25rem;
          top: 0.25rem;
          font-size: 0.625rem; }
    .action-panel .panel-header .sign-out-button {
      flex-shrink: 0;
      margin: 0 0.5rem;
      padding: 0.5rem;
      border-radius: 2px;
      color: #FFFFFF;
      font-size: 0.875rem;
      text-transform: uppercase; }
      .action-panel .panel-header .sign-out-button:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.2); }
  .action-panel .panel-header-collapsed {
    height: 4px; }
  .action-panel .connection-status {
    position: relative;
    height: 3rem;
    padding-left: 0.5rem;
    background-color: #E7E7E7; }
    .action-panel .connection-status svg {
      margin-top: 1rem;
      margin-left: 0.375rem; }
    .action-panel .connection-status .connection-security {
      display: inline-block;
      position: absolute;
      top: 1.125rem;
      margin-left: 0.25rem;
      color: #86939E;
      font-size: 0.75rem; }
    .action-panel .connection-status .status-button {
      float: right;
      margin: 7px 0.5rem 7px 0.5rem;
      padding: 0.5rem;
      border-radius: 2px;
      color: #2C2D31;
      font-size: 0.875rem;
      font-weight: 700;
      text-transform: uppercase; }
      .action-panel .connection-status .status-button:hover {
        cursor: pointer;
        background-color: rgba(44, 45, 49, 0.1); }
  .action-panel .panel-item {
    height: 4.5rem;
    position: relative;
    background-color: #FFFFFF;
    border-bottom: solid #D3D8DE 1px; }
    .action-panel .panel-item .panel-icon {
      margin: 1.5rem 0.5rem 0 0.875rem; }
    .action-panel .panel-item .gateway-icon {
      margin-left: 0.75rem; }
    .action-panel .panel-item .gateway-icon-connected {
      margin-left: 1.25rem;
      margin-top: 1.625rem; }
    .action-panel .panel-item .panel-item-message {
      position: absolute;
      left: 3rem;
      top: 0px;
      width: 65%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      white-space: nowrap; }
      @media (min-width: 480px) {
        .action-panel .panel-item .panel-item-message {
          width: 15rem; } }
      .action-panel .panel-item .panel-item-message .primary-message {
        overflow: hidden;
        font-size: 0.875rem;
        color: #2C2D31;
        text-overflow: ellipsis; }
      .action-panel .panel-item .panel-item-message .secondary-message {
        margin-top: 0.25rem;
        overflow: hidden;
        font-size: 0.75rem;
        color: #86939E;
        text-overflow: ellipsis; }
      .action-panel .panel-item .panel-item-message .role-message {
        margin-top: 0.25rem;
        font-size: 0.75rem;
        font-weight: 500;
        color: #000000; }
    .action-panel .panel-item.panel-gateway-connection .panel-item-message {
      width: 75%; }
      @media (min-width: 480px) {
        .action-panel .panel-item.panel-gateway-connection .panel-item-message {
          width: 17rem; } }
    .action-panel .panel-item .panel-action {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0.875rem;
      cursor: pointer; }
    .action-panel .panel-item .arrow-action {
      margin: 1.5rem 0.75rem 1.25rem 1rem; }
    .action-panel .panel-item .trial-clock {
      margin: 1.75rem 1rem 0 0;
      font-family: 'Roboto-condensed', sans-serif;
      font-size: 1rem;
      letter-spacing: 1px;
      cursor: default; }
    .action-panel .panel-item .action-message {
      padding: 1.75rem 1rem 1.75rem 1rem;
      color: #72A7FE; }
  .action-panel .panel-open-page {
    cursor: pointer;
    transition: background-color 0.2s; }
    .action-panel .panel-open-page:hover {
      background-color: #F4F8FC; }

.text-button {
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer; }

.app-bar {
  background-color: #2C2D31;
  position: fixed;
  display: flex;
  width: 100vw;
  height: 3rem;
  left: 0;
  padding: 0.5rem 1rem;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  transition: bottom 0.5s; }
  .app-bar.bar-open {
    bottom: 0; }
  .app-bar.bar-closed {
    bottom: -3rem; }
  .app-bar .about-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    padding: 0.5rem 0.5rem 0.5rem 0.375rem;
    background-color: #454649;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.1s; }
  .app-bar .app-center-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-grow: 0; }
    @media (min-width: 480px) {
      .app-bar .app-center-wrapper {
        flex-grow: 1;
        justify-content: center; } }
    .app-bar .app-center-wrapper .app-center {
      display: flex;
      height: 2rem;
      margin-left: 0.5rem;
      padding: 0.5rem 1rem;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      border-radius: 2px;
      font-size: 0.75rem;
      background-color: #454649;
      color: #FFFFFF;
      cursor: pointer;
      transition: background-color 0.1s; }
      .app-bar .app-center-wrapper .app-center .app-gateway-name {
        line-height: 1rem;
        display: inline-block;
        overflow: hidden; }
      .app-bar .app-center-wrapper .app-center .notification-icon-wrapper {
        flex-shrink: 0;
        display: inline-block;
        padding-left: 0.75rem; }
      .app-bar .app-center-wrapper .app-center .notification-icons {
        display: inline-block;
        padding-left: 0.125rem;
        height: 1rem; }
        .app-bar .app-center-wrapper .app-center .notification-icons svg {
          margin: 0 0 0 0.625rem; }
      .app-bar .app-center-wrapper .app-center .pipe-active {
        border-left-color: #B3B3CE; }
      .app-bar .app-center-wrapper .app-center .pipe-inactive {
        border-left-color: #2C2D31; }
      .app-bar .app-center-wrapper .app-center .center-icons {
        border-left-style: solid;
        border-left-width: 1px; }
      .app-bar .app-center-wrapper .app-center.panel-inactive:hover {
        background-color: #49505C; }
  .app-bar .panel-active {
    background-color: #72A7FE; }
  .app-bar .about-active {
    fill: #FFFFFF;
    background-color: #72A7FE; }
  .app-bar .about-inactive {
    fill: #D4D8DF; }
    .app-bar .about-inactive:hover {
      fill: #FFFFFF;
      background-color: #49505C; }
  .app-bar .exit-project-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    padding: 4px 4px 2px 2px;
    margin-left: 0.5rem;
    background-color: #454649;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.1s; }
  .app-bar .hide-icon-wrapper {
    flex-grow: 1;
    text-align: right; }
    .app-bar .hide-icon-wrapper .hide-icon {
      margin-top: 0.125rem; }
      .app-bar .hide-icon-wrapper .hide-icon:hover {
        cursor: pointer; }
    @media (min-width: 480px) {
      .app-bar .hide-icon-wrapper {
        flex-grow: 0;
        flex-shrink: 0; } }
  .app-bar .app-tooltip {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0.5rem;
    height: 1.5rem;
    padding: 0.25rem 2rem 0 2rem;
    text-align: center;
    background-color: #616161;
    color: #FFFFFF;
    line-height: 1rem;
    font-size: 0.625rem;
    font-weight: 500;
    border-radius: 2px;
    transition: visibility 0.2s, opacity 0.2s, bottom 0s 0.2s; }
  .app-bar .tip-hide {
    bottom: 3.5rem; }
  .app-bar .tip-show {
    bottom: 6.5rem; }

.bar-reveal {
  background-color: #2C2D31;
  position: fixed;
  right: 0.875rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  transition: visibility 0.3s, opacity 0.3s, bottom 0.3s, background-color 0.1s; }
  .bar-reveal:hover {
    background-color: #49505C;
    cursor: pointer; }
  .bar-reveal .notification-icon-wrapper {
    margin-right: 2rem;
    padding: 0.5rem 0 0.5rem 0.675rem;
    cursor: pointer;
    border-radius: 2px; }
    .bar-reveal .notification-icon-wrapper.panel-active {
      background-color: #72A7FE; }
    .bar-reveal .notification-icon-wrapper .notification-icons {
      height: 1rem; }
      .bar-reveal .notification-icon-wrapper .notification-icons svg {
        margin-right: 0.5rem; }
      .bar-reveal .notification-icon-wrapper .notification-icons .tag-icon {
        padding-top: 1px; }
      .bar-reveal .notification-icon-wrapper .notification-icons .beta-icon {
        padding: 1px; }
    .bar-reveal .notification-icon-wrapper .reveal-pipe-active {
      border-right: solid 1px #B3B3CE; }
    .bar-reveal .notification-icon-wrapper .reveal-pipe-inactive {
      border-right: solid 1px #454649; }
  .bar-reveal .show-icon {
    position: fixed;
    right: 0.875rem;
    margin-bottom: 0.125rem;
    transition: bottom 0.3s; }
    .bar-reveal .show-icon.show-icon-visible {
      bottom: 0.875rem; }
    .bar-reveal .show-icon.show-icon-hidden {
      bottom: -1rem; }
  .bar-reveal.bar-reveal-visible {
    visibility: visible;
    opacity: 1;
    bottom: 1rem; }
  .bar-reveal.bar-reveal-hidden {
    visibility: hidden;
    opacity: 0;
    bottom: -1rem; }

.app-modal-wrapper {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: bottom 0.3s, visibility 0.2s, opacity 0.2s; }

.app-modal {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition: bottom 0.3s; }
  @media (min-width: 480px) {
    .app-modal {
      margin: 0 auto;
      width: 32rem;
      height: 60%;
      transition: top 0.3s; } }
  @media (min-width: 480px) {
    .app-modal.app-modal-closed {
      top: 5%; } }
  .app-modal .modal-header {
    position: relative;
    background-color: #2C2D31;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
    .app-modal .modal-header .modal-title {
      padding: 1rem;
      font-size: 1.25rem;
      font-weight: 400; }
    .app-modal .modal-header .close-icon {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    .app-modal .modal-header .client-status-navbar {
      height: 3rem;
      display: -webkit-flex;
      display: flex; }
      .app-modal .modal-header .client-status-navbar .status-menu-item {
        -webkit-flex: 1;
        flex: 1;
        font-size: 0.875rem;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
        padding-top: 1rem;
        line-height: 0.5rem;
        cursor: pointer;
        color: #C3C3C3;
        transition: color 0.2s; }
      .app-modal .modal-header .client-status-navbar .selected-underline {
        position: absolute;
        top: calc(6.5rem - 2px);
        height: 3px;
        width: 50vw;
        background-color: #72A7FE;
        transition: left 0.2s; }
        @media (min-width: 480px) {
          .app-modal .modal-header .client-status-navbar .selected-underline {
            width: 16rem; } }
      .app-modal .modal-header .client-status-navbar .gateway-select {
        left: 0; }
      .app-modal .modal-header .client-status-navbar .project-select {
        left: 50%; }
      .app-modal .modal-header .client-status-navbar .data-select {
        left: 50%; }
      .app-modal .modal-header .client-status-navbar .logs-select {
        left: 75%; }
  .app-modal .modal-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 480px) {
      .app-modal .modal-body {
        overflow-y: auto; } }
    .app-modal .modal-body .modal-subheader {
      position: relative;
      height: 3rem;
      background-color: #E1E8EE;
      padding: 0.75rem 1rem;
      font-weight: 500; }
      .app-modal .modal-body .modal-subheader .subheader-badge {
        float: right;
        height: 1.5rem;
        width: 6.25rem;
        background-color: #88939D;
        text-align: center;
        line-height: 1.5rem;
        font-size: 0.875rem;
        color: #FFFFFF;
        border-radius: 2px; }
    .app-modal .modal-body .modal-detail {
      position: relative;
      border-bottom: solid #D3D8DE 1px;
      padding: 1rem; }
      .app-modal .modal-body .modal-detail .detail-left {
        display: inline-block; }
    .app-modal .modal-body .detail-label {
      color: #86939E;
      font-size: 0.75rem; }
    .app-modal .modal-body .detail-data {
      margin-top: 0.5rem;
      font-size: 14px;
      color: #2C2D31; }
    .app-modal .modal-body .detail-right {
      float: right;
      text-align: right;
      margin: 0.75rem; }
      .app-modal .modal-body .detail-right .detail-action {
        padding: 0.5rem;
        margin: -0.5rem;
        font-size: 0.875rem;
        color: #72A7FE;
        border-radius: 2px; }
        .app-modal .modal-body .detail-right .detail-action:hover {
          background-color: #F4F8FC; }
      .app-modal .modal-body .detail-right .detail-label {
        margin-top: 0.25rem; }
  .app-modal .status-page-body {
    height: calc(100% - 6.5rem); }
  .app-modal .modal-open-page {
    cursor: pointer;
    transition: background-color 0.2s; }
    .app-modal .modal-open-page:hover {
      background-color: #F4F8FC; }

/* 
overlay wrapper - separates the actual 
overlay from container components that do not recognize 
the position property so that the overlay can
be absolutely positioned above target component.
*/
.cfo-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/*
overlay - the actual overlay which 
floats above target component.
*/
.cfo-parent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.cfo-parent-enabled {
  pointer-events: none; }

/*
overlay-child - provided to the 
child component
*/
.cfo-child {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important; }

/*
overlay-flex-container - parent flex container
of the overlay.
*/
.cfo-flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-end; }

/*
overlay-header - a flex item that 
represents the header of the parent flex container.
*/
.cfo-header {
  display: flex; }

/*
overlay-body - a flex item that 
represents the body of the parent flex container
effectively seperating the header and the footer
areas of the overlay.
*/
.cfo-body {
  display: flex; }

/*
overlay-footer - a flex item that 
represents the footer of the parent flex container.
*/
.cfo-footer {
  display: flex; }

.component-popover {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  background-color: #2C2D31;
  color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased; }
  .component-popover .popover-arrow {
    position: absolute; }
  .component-popover .component-popover-header {
    flex: 0 0 3rem;
    display: flex;
    background-color: #454649;
    border-radius: 4px; }
    .component-popover .component-popover-header .popover-title {
      flex: 1 1 50%;
      padding: 1rem;
      font-size: 14px;
      font-weight: 500; }
    .component-popover .component-popover-header .popover-icon {
      flex: 0 0 3rem;
      padding-top: 0.625rem;
      align-self: end;
      text-align: center;
      cursor: pointer; }
  .component-popover .component-popover-body {
    flex: 1 1 12rem;
    padding: 1rem;
    overflow-y: auto; }
    .component-popover .component-popover-body .popover-body-section {
      margin-bottom: 1rem; }
      .component-popover .component-popover-body .popover-body-section .body-descriptor {
        font-size: 12px;
        font-weight: 500;
        color: #7F8082; }
      .component-popover .component-popover-body .popover-body-section .body-content {
        font-size: 14px;
        overflow-wrap: break-word; }
  .component-popover .component-popover-footer {
    flex: 0 0 4rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem; }
    .component-popover .component-popover-footer .popover-button {
      width: 2rem;
      height: 2rem;
      background-color: #454649;
      border-radius: 2px;
      text-align: center;
      cursor: pointer; }
      .component-popover .component-popover-footer .popover-button:hover {
        background-color: #49505C; }
      .component-popover .component-popover-footer .popover-button svg {
        fill: #FFFFFF;
        margin-top: 0.25rem; }
      .component-popover .component-popover-footer .popover-button .popover-back-button {
        flex: 0 0 2rem; }
      .component-popover .component-popover-footer .popover-button .popover-next-button {
        flex: 0 0 2rem; }
    .component-popover .component-popover-footer .popover-card-count {
      flex: 1;
      color: #7F8082;
      text-align: center;
      font-size: 12px;
      letter-spacing: 4px;
      align-self: center; }

.cqfo-footer {
  justify-content: center;
  align-self: stretch;
  text-align: center;
  color: white; }

.cqfo-header {
  align-self: stretch;
  justify-content: flex-end;
  padding-right: 2px; }
  .cqfo-header .icon-wrapper {
    pointer-events: initial;
    display: flex;
    position: absolute;
    top: -0.625rem;
    right: -0.625rem; }
    .cqfo-header .icon-wrapper svg {
      margin-left: 0.375rem;
      cursor: pointer; }

.cqfo-body {
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  flex: 1; }

.cqfo-error {
  border-top: 1.5px solid #F64C52;
  border-left: 1.5px solid #F64C52;
  border-right: 1.5px solid #F64C52; }
  .cqfo-error.micro {
    border-bottom: 1.5px solid #F64C52; }

.cqfo-unknown {
  border-top: 1.5px dotted #000000;
  border-left: 1.5px dotted #000000;
  border-right: 1.5px dotted #000000; }
  .cqfo-unknown.micro {
    border-bottom: 1.5px dotted #000000; }

.cqfo-pending {
  border-top: 1.5px dashed #01C171;
  border-left: 1.5px dashed #01C171;
  border-right: 1.5px dashed #01C171; }
  .cqfo-pending.micro {
    border-bottom: 1.5px dashed #01C171; }

.cqfo-footer-error {
  background-color: #F64C52; }

.cqfo-footer-unknown {
  background-color: #000000; }

.cqfo-footer-pending {
  background-color: #01C171; }

.component-tooltip {
  position: absolute;
  pointer-events: none;
  padding: 0.25rem 0.75rem;
  opacity: 0.8;
  text-align: center;
  background-color: #616161;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1rem;
  border-radius: 2px;
  transition: opacity 0.2s ease-in 0.5s; }

.component-modal-large-viewport {
  position: absolute;
  opacity: 1;
  display: flex;
  justify-content: center;
  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; }
  .component-modal-large-viewport > div {
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .component-modal-large-viewport.component-modal-below:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-below:not(.hide-arrow):before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-below:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }
  .component-modal-large-viewport.component-modal-below:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #d8d8d8;
    border-width: 11px;
    margin-left: -11px; }
  .component-modal-large-viewport.component-modal-above:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-above:not(.hide-arrow):before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-above:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }
  .component-modal-large-viewport.component-modal-above:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #d8d8d8;
    border-width: 11px;
    margin-left: -11px; }
  .component-modal-large-viewport.component-modal-right:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-right:not(.hide-arrow):before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-right:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px; }
  .component-modal-large-viewport.component-modal-right:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #d8d8d8;
    border-width: 11px;
    margin-top: -11px; }
  .component-modal-large-viewport.component-modal-left:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-left:not(.hide-arrow):before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-left:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px; }
  .component-modal-large-viewport.component-modal-left:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #d8d8d8;
    border-width: 11px;
    margin-top: -11px; }

.component-modal-small-viewport {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .component-modal-small-viewport > div {
    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; }
    .component-modal-small-viewport > div > div {
      margin: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }

.connection-lost-banner {
  position: absolute;
  width: 100%;
  height: 3rem;
  top: -3rem;
  padding: 0.75rem 1rem;
  background-color: #D3D8DE;
  transition: top 0.3s ease-in-out; }
  .connection-lost-banner.banner-active {
    top: 0; }
  .connection-lost-banner .connection-lost-message {
    color: #4E5665;
    font-size: 16px;
    line-height: 1.5rem; }

.status-page-body .data-page {
  overflow-y: initial; }
  .status-page-body .data-page .quality-icon {
    display: inline-block;
    margin-right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    padding-top: 0.125rem; }
  .status-page-body .data-page .error-icon {
    background-color: #DD5954;
    border: 2px solid #FAC9C9; }
  .status-page-body .data-page .pending-icon {
    background-color: #65BD74;
    border: 2px solid #CBEAD4;
    padding-top: 1px; }
  .status-page-body .data-page .unknown-icon {
    background-color: #2D2D31;
    border: 2px solid #8A959F; }
  .status-page-body .data-page .issue-message {
    position: absolute;
    left: 3.75rem;
    top: 1.25rem; }
  .status-page-body .data-page .expand-icon {
    float: right;
    margin-top: 0.125rem;
    cursor: pointer; }
  .status-page-body .data-page .issue-item {
    position: relative;
    font-size: 0.875rem;
    color: #2C2D31;
    border-bottom: solid #D3D8DE 1px;
    transition: max-height 0.3s, background-color 0.3s; }
  .status-page-body .data-page .issue-header {
    margin: 0 1rem;
    padding: 1rem 0 0.75rem 0; }
    .status-page-body .data-page .issue-header:hover {
      cursor: pointer; }
  .status-page-body .data-page .issue-closed {
    max-height: 3.5rem;
    background-color: #FFFFFF; }
    .status-page-body .data-page .issue-closed:hover {
      background-color: #F2F2F2; }
  .status-page-body .data-page .issue-expanded {
    max-height: 16rem;
    background-color: #F2F2F2; }
  .status-page-body .data-page .issue-detail {
    margin: 0 1rem 1rem 1rem;
    transition: visibility 0.3s, opacity 0.3s, color 0.3s; }
    .status-page-body .data-page .issue-detail .detail-label {
      margin: 0.5rem 0;
      font-size: 0.75rem;
      color: #86939E; }
  .status-page-body .data-page .check-icon-wrapper {
    margin-top: 8rem;
    text-align: center; }
  .status-page-body .data-page .lookin-good-message {
    margin: 1.5rem 2rem 2rem 2rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center; }
  .status-page-body .data-page .launch-action {
    color: #72A7FE;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer; }

.docked-view {
  position: fixed;
  transition: all 0.3s ease-in-out, z-index 0s;
  background-color: #FFFFFF;
  z-index: 200; }
  .docked-view.dock-disable-transitions {
    transition: none; }
  .docked-view.dock-cover-shadow-left {
    box-shadow: 6px 0 18px -6px rgba(170, 170, 170, 0.72); }
  .docked-view.dock-cover-shadow-top {
    box-shadow: 0 6px 18px -6px rgba(170, 170, 170, 0.72); }
  .docked-view.dock-cover-shadow-right {
    box-shadow: -6px 0 18px -6px rgba(170, 170, 170, 0.72); }
  .docked-view.dock-cover-shadow-bottom {
    box-shadow: 0 -6px 18px -6px rgba(170, 170, 170, 0.72); }
  .docked-view .content-wrapper {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; }
    .docked-view .content-wrapper .dock-border.drag-border {
      position: relative;
      background-color: #E5E5E5; }
      .docked-view .content-wrapper .dock-border.drag-border .drag-icon {
        fill: #86939E; }
  .docked-view .toggle-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: -1; }
    .docked-view .toggle-wrapper .view-toggle {
      position: relative;
      background-color: #2C2D31;
      opacity: 0.4;
      pointer-events: auto;
      cursor: pointer;
      -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
      transition: opacity 0.2s; }
      .docked-view .toggle-wrapper .view-toggle:hover {
        opacity: 1; }
      .docked-view .toggle-wrapper .view-toggle.toggle-hidden {
        box-shadow: none; }
      .docked-view .toggle-wrapper .view-toggle .toggle-icon {
        fill: #FFFFFF;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer; }
        .docked-view .toggle-wrapper .view-toggle .toggle-icon.icon-top, .docked-view .toggle-wrapper .view-toggle .toggle-icon.icon-bottom {
          width: 2.25rem;
          margin-left: 0.375rem; }
        .docked-view .toggle-wrapper .view-toggle .toggle-icon.icon-left, .docked-view .toggle-wrapper .view-toggle .toggle-icon.icon-right {
          height: 2.25rem;
          margin-top: 0.375rem; }
  .docked-view.docked-view-left, .docked-view.docked-view-right {
    height: 100%;
    max-width: 80%; }
    .docked-view.docked-view-left .content-wrapper, .docked-view.docked-view-right .content-wrapper {
      flex-direction: row;
      flex-wrap: wrap; }
      .docked-view.docked-view-left .content-wrapper .dock-border, .docked-view.docked-view-right .content-wrapper .dock-border {
        height: 100%;
        display: flex; }
        .docked-view.docked-view-left .content-wrapper .dock-border.drag-border, .docked-view.docked-view-right .content-wrapper .dock-border.drag-border {
          width: 1rem;
          border-left: solid 1px #D3D8DE;
          border-right: solid 1px #D3D8DE;
          align-items: center; }
          .docked-view.docked-view-left .content-wrapper .dock-border.drag-border .drag-icon, .docked-view.docked-view-right .content-wrapper .dock-border.drag-border .drag-icon {
            margin-left: 1px;
            width: 0.75rem; }
    .docked-view.docked-view-left .toggle-wrapper, .docked-view.docked-view-right .toggle-wrapper {
      width: 1.5rem;
      height: 100%;
      flex-direction: column; }
      .docked-view.docked-view-left .toggle-wrapper .view-toggle, .docked-view.docked-view-right .toggle-wrapper .view-toggle {
        width: 1.5rem;
        height: 3rem;
        margin: 0.25rem 0;
        cursor: ns-resize; }
  .docked-view.docked-view-top, .docked-view.docked-view-bottom {
    width: 100%;
    max-height: 80%; }
    .docked-view.docked-view-top .content-wrapper, .docked-view.docked-view-bottom .content-wrapper {
      flex-direction: column; }
      .docked-view.docked-view-top .content-wrapper .dock-border, .docked-view.docked-view-bottom .content-wrapper .dock-border {
        width: 100%; }
        .docked-view.docked-view-top .content-wrapper .dock-border.drag-border, .docked-view.docked-view-bottom .content-wrapper .dock-border.drag-border {
          height: 1rem;
          border-top: solid 1px #D3D8DE;
          border-bottom: solid 1px #D3D8DE;
          text-align: center; }
          .docked-view.docked-view-top .content-wrapper .dock-border.drag-border .drag-icon, .docked-view.docked-view-bottom .content-wrapper .dock-border.drag-border .drag-icon {
            margin-top: -0.25rem;
            height: 0.75rem; }
    .docked-view.docked-view-top .toggle-wrapper, .docked-view.docked-view-bottom .toggle-wrapper {
      width: 100%;
      height: 1.5rem;
      flex-direction: row;
      transition: left 0.3s, width 0.3s; }
      .docked-view.docked-view-top .toggle-wrapper .view-toggle, .docked-view.docked-view-bottom .toggle-wrapper .view-toggle {
        width: 3rem;
        height: 1.5rem;
        margin: 0 0.25rem;
        cursor: ew-resize; }
  .docked-view.docked-view-left .toggle-wrapper {
    left: 100%; }
  .docked-view.docked-view-right {
    position: fixed; }
    .docked-view.docked-view-right .view {
      order: 2; }
    .docked-view.docked-view-right .dock-border {
      order: 1; }
    .docked-view.docked-view-right .toggle-wrapper {
      right: 100%; }
  .docked-view.docked-view-top .toggle-wrapper {
    top: 100%; }
  .docked-view.docked-view-bottom {
    position: fixed; }
    .docked-view.docked-view-bottom .view {
      order: 2; }
    .docked-view.docked-view-bottom .dock-border {
      order: 1; }
    .docked-view.docked-view-bottom .toggle-wrapper {
      bottom: 100%; }

.component-error-boundary {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F4F4F6;
  border: 1px dashed #C0C5CA;
  overflow: hidden; }
  .component-error-boundary .component-name {
    position: absolute;
    top: .5rem;
    width: 100%;
    font-size: 12px;
    color: #70757A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default; }
  .component-error-boundary .central-icon svg {
    display: block;
    width: 2rem;
    height: 2rem; }
  .component-error-boundary .error-message {
    margin-top: .5rem;
    color: #2E2E2E;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    width: 100%;
    cursor: default; }
    .component-error-boundary .error-message svg {
      margin-left: 3px;
      margin-bottom: -2px;
      display: inline-block;
      width: 16px;
      height: 16px; }
  .component-error-boundary.half-display .component-name {
    top: .25rem; }
  .component-error-boundary.half-display .central-icon {
    display: none; }
  .component-error-boundary.half-display .error-message {
    margin-top: 0; }
  .component-error-boundary.minimal-display .component-name {
    display: none; }
  .component-error-boundary.minimal-display .central-icon {
    display: none; }
  .component-error-boundary.minimal-display .error-message {
    margin-top: 0; }
  .component-error-boundary.skinny-display .component-name,
  .component-error-boundary.skinny-display .error-message {
    display: none; }
  .component-error-boundary.skinny-display .central-icon {
    display: block; }

.connection-page {
  padding-bottom: 3rem; }
  .connection-page .modal-connection-status {
    position: relative;
    display: flex;
    color: #FFFFFF;
    padding: 1.25rem 0.5rem 1.25rem 1.25rem; }
    .connection-page .modal-connection-status.status-connected {
      background: url("/res/perspective/images/bg-gradient-client-about.png"); }
    .connection-page .modal-connection-status.status-disconnected {
      background: linear-gradient(45deg, #4E5665 0%, #757E8D 100%); }
    .connection-page .modal-connection-status .gateway-icon {
      display: inline-block;
      margin-right: 1rem;
      margin-top: 0.25rem;
      float: left; }
      .connection-page .modal-connection-status .gateway-icon svg {
        fill: #FFFFFF; }
    .connection-page .modal-connection-status .connection-status-content {
      display: inline-block;
      width: 100%; }
    .connection-page .modal-connection-status .gateway-name {
      font-size: 1.5rem;
      margin-top: 0.5rem;
      margin-bottom: 0.125rem;
      word-break: break-word; }
    .connection-page .modal-connection-status .gateway-status-message {
      position: relative; }
      .connection-page .modal-connection-status .gateway-status-message .message-text {
        font-size: 0.875rem;
        font-weight: bold;
        display: inline-block;
        letter-spacing: 1px;
        position: absolute;
        left: 2rem;
        top: 0.375rem; }
      .connection-page .modal-connection-status .gateway-status-message svg {
        fill: #FFFFFF; }
    .connection-page .modal-connection-status .gateway-role {
      font-size: 0.75rem;
      text-align: center; }
    .connection-page .modal-connection-status .gateway-activity-level {
      margin-left: 2rem;
      font-size: 0.875rem;
      letter-spacing: 0.5px; }
    .connection-page .modal-connection-status.standing-by .gateway-status-message .message-text {
      left: 0; }
  .connection-page .ping-time .ping-chart {
    height: 4rem;
    background-color: #F4F8FC;
    border: 1px solid #E1E8EE;
    margin: 1rem; }
  .connection-page .ping-time .ping-analysis {
    display: flex;
    padding-bottom: 2rem; }
    .connection-page .ping-time .ping-analysis .ping-metric {
      flex: 1;
      text-align: center; }
      .connection-page .ping-time .ping-analysis .ping-metric .ping-data {
        color: #1E2122; }
      .connection-page .ping-time .ping-analysis .ping-metric .ping-label {
        color: #86939E;
        font-size: 0.75rem;
        margin-top: 0.25rem; }
  .connection-page .searching-message .searching-animation {
    width: 4rem;
    height: 4rem;
    margin: 3rem auto 2rem auto;
    border: 5px solid #86939E;
    border-radius: 50%; }
  .connection-page .searching-message .message-text {
    height: 1.5rem;
    font-size: 1.25rem;
    text-align: center;
    color: #86939E;
    font-weight: 300; }

.client-loading-page {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .client-loading-page .loading-display {
    flex: 1;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif; }
    .client-loading-page .loading-display .loader-displayed {
      visibility: visible;
      opacity: 1; }
    .client-loading-page .loading-display .loader-hidden {
      visibility: hidden;
      opacity: 0; }
    .client-loading-page .loading-display .progress-pie {
      position: absolute;
      margin-bottom: 0.75rem;
      transition: visibility 0.3s, opacity 0.3s; }
      .client-loading-page .loading-display .progress-pie .pie-chart {
        fill: rgba(255, 255, 255, 0.2);
        stroke: rgba(255, 255, 255, 0.8);
        transition: stroke-dasharray .2s; }
      .client-loading-page .loading-display .progress-pie svg {
        margin: 0 auto 0.5rem auto;
        transform: rotate(-90deg);
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: block; }
      .client-loading-page .loading-display .progress-pie .percent-display {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        text-align: center; }
    .client-loading-page .loading-display .loading-animation {
      width: 10rem;
      height: 10rem;
      position: relative;
      margin: 0 auto; }
      .client-loading-page .loading-display .loading-animation .ignition-loading-spinner {
        width: 100%;
        height: 100%; }
    .client-loading-page .loading-display .loading-message {
      font-size: 1.25rem; }
    .client-loading-page .loading-display .multi-stage-wheel {
      position: relative;
      width: 16rem;
      height: 20rem;
      margin: 0 auto; }
      .client-loading-page .loading-display .multi-stage-wheel .loading-stage {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 0.875rem;
        transition: all 0.3s ease; }
        .client-loading-page .loading-display .multi-stage-wheel .loading-stage.primary {
          font-size: 1.25rem;
          opacity: 1; }
        .client-loading-page .loading-display .multi-stage-wheel .loading-stage.secondary {
          opacity: 0.6; }
        .client-loading-page .loading-display .multi-stage-wheel .loading-stage.tertiary {
          opacity: 0.2; }
        .client-loading-page .loading-display .multi-stage-wheel .loading-stage.out-of-range {
          opacity: 0; }
        .client-loading-page .loading-display .multi-stage-wheel .loading-stage .loading-project-progress {
          font-size: 13px;
          margin-top: 0.25rem; }

.client-login {
  height: 100%;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 48em) {
    .client-login {
      display: -webkit-flex;
      display: flex; } }
  .client-login .gradient-background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -100;
    -webkit-perspective: 1px;
    perspective: 1px;
    background: url("/res/sys/img/authentication/gradient-background.jpg");
    background-size: cover; }
    @media (min-width: 48em) {
      .client-login .gradient-background {
        width: 33%; } }
  .client-login .brand-background {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 1.5rem; }
    @media (min-width: 48em) {
      .client-login .brand-background {
        position: inherit;
        width: auto;
        -webkit-flex: 0 0 33%;
        flex: 0 0 33%;
        padding-top: 22rem; } }
    .client-login .brand-background .login-header {
      width: 100%;
      text-align: center;
      font-size: 2.875rem;
      font-weight: 300;
      color: #FFFFFF; }
      @media (min-width: 48em) {
        .client-login .brand-background .login-header {
          font-size: 3.75rem; } }
    @media (min-width: 48em) {
      .client-login .brand-background .logo-wrapper {
        width: 33%;
        left: 0; } }
    .client-login .brand-background .logo-wrapper .logo-container {
      width: 15.75rem; }
      .client-login .brand-background .logo-wrapper .logo-container .ia-logo {
        background-size: 900px;
        margin: 0; }
        @media (min-width: 48em) {
          .client-login .brand-background .logo-wrapper .logo-container .ia-logo {
            background-size: 840px;
            margin-left: 0.5rem; } }
        @media (min-width: 54em) {
          .client-login .brand-background .logo-wrapper .logo-container .ia-logo {
            background-size: 900px;
            margin: 0; } }
  .client-login .login-section {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 7.5rem;
    padding: 1rem;
    background-color: transparent;
    display: -webkit-flex;
    display: flex; }
    @media (min-width: 48em) {
      .client-login .login-section {
        position: relative;
        width: auto;
        margin-top: 0;
        -webkit-flex: 0 1 67%;
        flex: 0 1 67%;
        background-color: #E1E8EE; } }
    .client-login .login-section .login-panel-wrapper {
      position: absolute;
      height: 25rem;
      left: 1rem;
      right: 1rem; }
      @media (min-width: 48em) {
        .client-login .login-section .login-panel-wrapper {
          top: calc(50% - 12.5rem); } }
      .client-login .login-section .login-panel-wrapper .authMessagePanel {
        background: #FFFFFF;
        display: flex;
        padding: 20px;
        margin: 25px auto;
        width: 20rem;
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.25); }
        @media (max-width: 450px) {
          .client-login .login-section .login-panel-wrapper .authMessagePanel {
            width: 18rem; } }
        @media (max-width: 290px) {
          .client-login .login-section .login-panel-wrapper .authMessagePanel {
            width: 100%;
            padding: 10px; } }
        .client-login .login-section .login-panel-wrapper .authMessagePanel .authMessagePanel__icon {
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 100%;
          width: 150px; }
          @media (max-width: 290px) {
            .client-login .login-section .login-panel-wrapper .authMessagePanel .authMessagePanel__icon {
              display: none; } }
        .client-login .login-section .login-panel-wrapper .authMessagePanel .authMessagePanel__message {
          display: flex;
          flex-direction: column;
          margin-left: 25px; }
          .client-login .login-section .login-panel-wrapper .authMessagePanel .authMessagePanel__message .authMessagePanel__message__title {
            color: #EF4D4D;
            font-weight: 500;
            font-size: 0.875rem; }
          .client-login .login-section .login-panel-wrapper .authMessagePanel .authMessagePanel__message .authMessagePanel__message__body {
            margin-top: 10px;
            word-wrap: break-word;
            font-weight: 400;
            color: #2C2D31;
            font-size: 0.875rem; }
    .client-login .login-section .login-panel {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 17rem;
      margin: 0 auto;
      background-color: #FFFFFF;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
      text-align: center;
      transition: height 0.4s; }
      @media (min-width: 48em) {
        .client-login .login-section .login-panel {
          width: 25rem; } }
      .client-login .login-section .login-panel.password-panel {
        height: 25rem; }
      .client-login .login-section .login-panel .icon-wrapper {
        position: absolute;
        left: 0;
        top: -2rem;
        width: 100%;
        height: 4rem;
        text-align: center;
        z-index: 50; }
        .client-login .login-section .login-panel .icon-wrapper .panel-icon {
          display: inline-block;
          width: 64px;
          height: 64px;
          transition: all 0.2s; }
          @media (min-width: 48em) {
            .client-login .login-section .login-panel .icon-wrapper .panel-icon {
              left: 10.5rem; } }
          .client-login .login-section .login-panel .icon-wrapper .panel-icon.project-icon {
            background-image: url("/res/perspective/images/Icon-Perspective_64.png"); }
          .client-login .login-section .login-panel .icon-wrapper .panel-icon.security-icon {
            background: linear-gradient(225deg, #055E89 0%, #023051 100%); }
            .client-login .login-section .login-panel .icon-wrapper .panel-icon.security-icon svg {
              margin-top: 0.5rem;
              fill: #FFFFFF; }
      .client-login .login-section .login-panel .back-arrow {
        position: absolute;
        left: 0.75rem;
        top: 1.125rem;
        width: 2rem;
        fill: #72A7FE;
        cursor: pointer;
        z-index: 100; }
      .client-login .login-section .login-panel .panel-body {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 1.25rem;
        overflow-x: hidden; }
        .client-login .login-section .login-panel .panel-body .panel-section {
          position: relative;
          width: 100%; }
          @media (min-width: 48em) {
            .client-login .login-section .login-panel .panel-body .panel-section {
              width: 22.5rem; } }
          .client-login .login-section .login-panel .panel-body .panel-section .slide-display {
            position: absolute;
            width: 100%;
            transition: all 0.3s cubic-bezier(0.3, 0.12, 0.16, 1); }
          .client-login .login-section .login-panel .panel-body .panel-section .on-panel {
            left: 0;
            opacity: 1; }
          .client-login .login-section .login-panel .panel-body .panel-section .off-panel-left {
            left: -27rem;
            opacity: 0; }
          .client-login .login-section .login-panel .panel-body .panel-section .off-panel-right {
            left: 29rem;
            opacity: 0; }
          .client-login .login-section .login-panel .panel-body .panel-section.panel-header {
            top: 4rem;
            height: 6rem;
            text-align: center; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-header .panel-title {
              color: #2C2D31;
              font-size: 1.375rem;
              font-weight: 500; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-header .panel-description {
              margin: 1.5rem 0 1rem 0;
              color: #2C2D31;
              font-size: 0.875rem; }
          .client-login .login-section .login-panel .panel-body .panel-section.panel-content {
            top: 2.5rem;
            text-align: left;
            margin-bottom: 0.5rem; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content label {
              display: block;
              margin-top: 1.75rem;
              font-size: 0.75rem;
              line-height: 1.5rem;
              color: #4E5665;
              transition: color 0.2s; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content label.error {
                color: #EF4D4D; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content .password-label {
              margin-top: 1.5rem; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content .entered-username {
              color: #9B9B9B; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content input {
              width: 100%;
              padding: 0.25rem 0;
              border: none;
              border-bottom: solid 1px #C4C9CD;
              font-size: 1rem;
              line-height: 1.5rem;
              outline: none;
              transition: border-color 0.2s; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content input:hover {
                border-bottom: solid 2px #2C2D31; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content input:focus {
                border-bottom: solid 2px #72A7FE; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content input.error {
                border-bottom: solid 2px #EF4D4D; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content input::-moz-placeholder {
                color: #C4C9CD; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content input:-ms-input-placeholder {
                color: #C4C9CD; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content input::-webkit-input-placeholder {
                color: #C4C9CD; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content .input-wrapper {
              position: relative;
              margin: 2.5rem 0 0 0;
              text-align: left; }
              .client-login .login-section .login-panel .panel-body .panel-section.panel-content .input-wrapper .input-label {
                position: absolute;
                display: inline-block;
                width: 100%;
                pointer-events: none;
                transition: all 0.2s; }
                .client-login .login-section .login-panel .panel-body .panel-section.panel-content .input-wrapper .input-label.label-active {
                  top: -3rem;
                  font-size: 0.75rem;
                  color: #72A7FE; }
                .client-login .login-section .login-panel .panel-body .panel-section.panel-content .input-wrapper .input-label.label-inactive {
                  top: -1.5rem;
                  font-size: 1rem;
                  color: #C4C9CD; }
                .client-login .login-section .login-panel .panel-body .panel-section.panel-content .input-wrapper .input-label.label-text-entered {
                  top: -3rem;
                  font-size: 0.75rem;
                  color: #4E5665; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content .password-field {
              padding-top: 0; }
            .client-login .login-section .login-panel .panel-body .panel-section.panel-content .error-display {
              margin-top: 0.5rem;
              font-size: 0.75rem;
              color: #EF4D4D;
              text-align: left; }
        .client-login .login-section .login-panel .panel-body .submit-button {
          position: absolute;
          bottom: 1.25rem;
          left: 1.25rem;
          right: 1.25rem;
          padding: 1rem;
          text-align: center;
          background-color: #72A7FE;
          color: #FFFFFF;
          border-radius: 2px;
          font-size: 1rem;
          font-weight: 500;
          cursor: pointer; }
          .client-login .login-section .login-panel .panel-body .submit-button.button-disabled {
            background-color: #B5C1CB; }
            .client-login .login-section .login-panel .panel-body .submit-button.button-disabled:hover {
              cursor: not-allowed; }
          .client-login .login-section .login-panel .panel-body .submit-button .loading-wrapper {
            position: relative;
            margin: 0 auto;
            height: 19px;
            width: 4rem; }
            .client-login .login-section .login-panel .panel-body .submit-button .loading-wrapper .loading-spinner {
              position: absolute;
              top: -1.375rem;
              transform: scale(0.5);
              animation: fade-in 0.75s ease-in; }
              .client-login .login-section .login-panel .panel-body .submit-button .loading-wrapper .loading-spinner .triple-ring {
                border-width: 10px; }

@-webkit-keyframes fade-in {
  0%, 15% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0%, 15% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.client-root {
  height: 100%;
  display: flex; }
  .client-root .center {
    /* overflow-y: auto;*/
    transition: margin 0.3s ease-in-out; }
    .client-root .center.center-disable-transitions {
      transition: none; }
  .client-root.no-scroll {
    overflow: hidden; }

.flex-row, .flex-col {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.view-parent {
  display: flex; }
  .view-parent:not(.designer-workspace):not(.center) {
    overflow: auto; }
  .view-parent .view {
    flex: 1;
    overflow: auto; }

.center-column {
  height: 100%; }

.center {
  flex: 1 1 100%; }
  .center > div:first-child {
    position: relative; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); }

.notification-wrapper {
  position: fixed;
  top: 0;
  right: 1rem;
  width: calc(100% - 2rem);
  transition: top 0.3s ease-in-out; }
  @media (min-width: 480px) {
    .notification-wrapper {
      width: 29rem;
      right: 1rem; } }
  .notification-wrapper .notification {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #E1E8EE;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    z-index: 320; }
    .notification-wrapper .notification .notification-body {
      display: flex;
      font-size: 0.875rem; }
      .notification-wrapper .notification .notification-body.body-expandable {
        cursor: pointer; }
      .notification-wrapper .notification .notification-body .notification-icon-wrapper {
        display: inline-block;
        margin: 0.5rem 0 0.5rem 0.75rem; }
        .notification-wrapper .notification .notification-body .notification-icon-wrapper .notification-icon {
          width: 6rem;
          height: 5.25rem;
          padding: 0.5rem; }
          .notification-wrapper .notification .notification-body .notification-icon-wrapper .notification-icon.update-icon, .notification-wrapper .notification .notification-body .notification-icon-wrapper .notification-icon.staging-icon {
            padding: 0.625rem; }
      .notification-wrapper .notification .notification-body .notification-content {
        padding: 1rem 2rem 1rem 1rem;
        flex: 1;
        vertical-align: top; }
        .notification-wrapper .notification .notification-body .notification-content.content-expandable {
          padding-top: 0.875rem; }
        .notification-wrapper .notification .notification-body .notification-content .notification-head {
          position: relative; }
        .notification-wrapper .notification .notification-body .notification-content .notification-time {
          opacity: 0.87;
          font-size: 0.75rem;
          color: #49505C; }
        .notification-wrapper .notification .notification-body .notification-content .expand-icon {
          position: relative;
          bottom: -0.25rem; }
        .notification-wrapper .notification .notification-body .notification-content .message-error {
          color: #EF4D4D; }
        .notification-wrapper .notification .notification-body .notification-content .message-success {
          color: #39C16C; }
        .notification-wrapper .notification .notification-body .notification-content .message-summary {
          display: inline-block;
          font-size: 0.875rem; }
        .notification-wrapper .notification .notification-body .notification-content .message-detail {
          margin-top: 0.5rem;
          opacity: 0.87;
          font-size: 0.875rem; }
        .notification-wrapper .notification .notification-body .notification-content .loading-progress-bar {
          width: 100%;
          height: 1rem;
          margin-top: 0.5rem; }
    .notification-wrapper .notification .notification-actions {
      background-color: #F2F2F2;
      padding: 1.125rem 0;
      border-top: solid #E1E8EE 1px; }
      .notification-wrapper .notification .notification-actions .notification-action-item {
        display: inline-block;
        color: #72A7FE;
        font-size: 0.875rem;
        margin: 0 0 0 2rem;
        cursor: pointer; }
    .notification-wrapper .notification .close-icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 1.75rem;
      height: 1.75rem; }
      .notification-wrapper .notification .close-icon:hover {
        cursor: pointer; }
      .notification-wrapper .notification .close-icon svg {
        position: absolute;
        top: 3px;
        right: 3px;
        fill: #C4C9CD;
        transition: fill 0.2s; }
        .notification-wrapper .notification .close-icon svg:hover {
          fill: #84898D; }

.client-root .popup {
  position: fixed;
  flex-direction: column;
  border-radius: 2px;
  background-color: #FAFAFA;
  -webkit-box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.12), 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.12), 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.12), 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: flex; }
  .client-root .popup .resize-zone {
    position: absolute;
    z-index: 1; }
    .client-root .popup .resize-zone.-e {
      width: 10px;
      left: -5px;
      top: 5px;
      height: calc(100% - 10px); }
      .client-root .popup .resize-zone.-e:hover {
        cursor: ew-resize; }
    .client-root .popup .resize-zone.-w {
      width: 10px;
      left: calc(100% - 5px);
      top: 5px;
      height: calc(100% - 10px); }
      .client-root .popup .resize-zone.-w:hover {
        cursor: ew-resize; }
    .client-root .popup .resize-zone.-nw {
      width: 10px;
      left: -5px;
      top: -5px;
      height: 10px; }
      .client-root .popup .resize-zone.-nw:hover {
        cursor: nwse-resize; }
    .client-root .popup .resize-zone.-ne {
      width: 10px;
      left: calc(100% - 5px);
      top: -5px;
      height: 10px; }
      .client-root .popup .resize-zone.-ne:hover {
        cursor: nesw-resize; }
    .client-root .popup .resize-zone.-se {
      width: 10px;
      left: calc(100% - 5px);
      bottom: -5px;
      height: 10px; }
      .client-root .popup .resize-zone.-se:hover {
        cursor: nwse-resize; }
    .client-root .popup .resize-zone.-sw {
      width: 10px;
      left: -5px;
      bottom: -5px;
      height: 10px; }
      .client-root .popup .resize-zone.-sw:hover {
        cursor: nesw-resize; }
    .client-root .popup .resize-zone.-n {
      height: 10px;
      left: 5px;
      top: -5px;
      width: calc(100% - 10px); }
      .client-root .popup .resize-zone.-n:hover {
        cursor: ns-resize; }
    .client-root .popup .resize-zone.-s {
      height: 10px;
      left: 5px;
      bottom: -5px;
      width: calc(100% - 10px); }
      .client-root .popup .resize-zone.-s:hover {
        cursor: ns-resize; }
  .client-root .popup .popup-header {
    height: 2rem;
    background-color: #EEE;
    font-size: 0.875rem;
    color: #333;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    border-bottom: solid #DDD 1px;
    padding: 0.5rem; }
    .client-root .popup .popup-header.header-no-title {
      background-color: transparent;
      border: none; }
      .client-root .popup .popup-header.header-no-title.header-no-drag {
        height: 0; }
  .client-root .popup .body-wrapper {
    flex: 1 1 auto;
    display: flex;
    overflow: hidden; }
    .client-root .popup .body-wrapper .popup-body {
      flex: 1 1 auto; }
      .client-root .popup .body-wrapper .popup-body > div {
        flex-basis: auto !important; }
  .client-root .popup .popup-drag {
    position: absolute;
    height: 1.125rem;
    top: 0.625rem;
    left: 0.5rem;
    right: 0.5rem;
    cursor: -webkit-grab;
    cursor: grab; }
    .client-root .popup .popup-drag:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  .client-root .popup .resize {
    position: absolute; }

.project-page {
  font-size: 0.875rem; }
  .project-page .update-status {
    position: absolute;
    left: 3rem;
    top: 1.25rem;
    color: rgba(0, 0, 0, 0.87); }
  .project-page .project-modified {
    margin-left: 2rem;
    margin-top: 0.5rem;
    max-width: 70%;
    color: rgba(0, 0, 0, 0.54); }
  .project-page .update-action {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    color: #72A7FE;
    border-radius: 2px; }
    .project-page .update-action:hover {
      background-color: #F4F8FC; }

.rect-background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  overflow: hidden;
  background: linear-gradient(45deg, #002143 0%, #003E69 100%);
  z-index: -100;
  -webkit-perspective: 1px;
  perspective: 1px; }
  .rect-background .tilt-rect {
    position: absolute;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 242, 242, 0) 100%); }
  .rect-background .rect-one {
    top: -10rem;
    left: 16rem;
    height: 1148.16px;
    width: 1000px;
    opacity: 0.15;
    -webkit-transform: rotate(30deg) translateZ(0);
    transform: rotate(30deg) translateZ(0); }
  .rect-background .rect-two {
    top: 65rem;
    left: -30rem;
    height: 1148.16px;
    width: 1300px;
    opacity: 0.10;
    -webkit-transform: rotate(30deg) translateZ(-0.75px);
    transform: rotate(30deg) translateZ(-0.75px); }
  .rect-background .rect-three {
    top: 0;
    left: -24rem;
    height: 452.45px;
    width: 505.96px;
    opacity: 0.10;
    -webkit-transform: rotate(30deg) translateZ(-0.5px);
    transform: rotate(30deg) translateZ(-0.5px); }
  .rect-background .rect-four {
    top: 70rem;
    left: 80rem;
    height: 660.99px;
    width: 550px;
    opacity: 0.08;
    -webkit-transform: rotate(30deg) translateZ(-0.75px);
    transform: rotate(30deg) translateZ(-0.75px); }
  .rect-background .rect-five {
    top: 10rem;
    left: 70rem;
    height: 1600px;
    width: 625px;
    opacity: 0.08;
    -webkit-transform: rotate(30deg) translateZ(-1.75px);
    transform: rotate(30deg) translateZ(-1.75px); }

.terminal-state-page {
  height: 100%;
  display: flex;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: url("/res/perspective/images/gradient-background.jpg");
  background-size: cover; }
  .terminal-state-page .terminal-state-content {
    position: relative;
    flex: 1;
    height: 100%;
    padding: 2rem 1.5rem;
    color: #FFFFFF;
    font-size: 0.875rem; }
    @media (min-width: 40em) {
      .terminal-state-page .terminal-state-content {
        padding: 4rem 4rem; } }
    @media (min-width: 52em) {
      .terminal-state-page .terminal-state-content {
        width: 100%;
        padding: 8rem 5rem 0 6.5rem; } }
    @media (min-width: 90rem) {
      .terminal-state-page .terminal-state-content {
        padding: 8rem 10rem 0 12rem; } }
    @media (min-width: 52em) {
      .terminal-state-page .terminal-state-content .terminal-state-content-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; } }
    .terminal-state-page .terminal-state-content .terminal-state-message {
      flex: 1; }
      @media (min-width: 52em) {
        .terminal-state-page .terminal-state-content .terminal-state-message {
          padding-right: 2rem; } }
    .terminal-state-page .terminal-state-content .terminal-state-header {
      font-size: 2.875rem;
      font-weight: 300;
      color: #FFFFFF; }
      @media (min-width: 52em) {
        .terminal-state-page .terminal-state-content .terminal-state-header {
          font-size: 3.75rem; } }
    .terminal-state-page .terminal-state-content section {
      margin-top: 2rem; }
      .terminal-state-page .terminal-state-content section p {
        margin: 1rem 0;
        color: #FAFAFA;
        font-size: 0.875rem;
        line-height: 1.2rem; }
    .terminal-state-page .terminal-state-content .new-trial {
      margin-bottom: 2.5rem; }
    .terminal-state-page .terminal-state-content .terminal-state-link {
      width: 100%;
      text-align: center;
      display: inline-block;
      margin-top: 0.5rem;
      padding: 0.75rem;
      border-radius: 2px;
      background-color: #72A7FE;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.875rem;
      font-weight: 500;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      cursor: pointer;
      z-index: 100; }
      @media (min-width: 52em) {
        .terminal-state-page .terminal-state-content .terminal-state-link {
          width: auto;
          min-width: 6rem; } }
  .terminal-state-page .terminal-state-icon {
    display: none;
    margin-right: -2rem; }
    @media (min-width: 52em) {
      .terminal-state-page .terminal-state-icon {
        display: block;
        flex: 0 0 20rem;
        padding: 0;
        width: 30rem;
        height: 30rem;
        margin-top: -6rem;
        fill: rgba(216, 216, 216, 0.25); }
        .terminal-state-page .terminal-state-icon svg {
          width: 100%;
          height: 100%; } }
    @media (min-width: 64em) {
      .terminal-state-page .terminal-state-icon {
        flex: 0 0 26rem;
        margin-top: -4rem; } }
    .terminal-state-page .terminal-state-icon.custom-icon {
      padding: 1.5rem; }
    .terminal-state-page .terminal-state-icon.custom-icon-large {
      padding: 2.5rem; }
    .terminal-state-page .terminal-state-icon.not-licensed-icon {
      display: none; }
      @media (min-width: 56em) {
        .terminal-state-page .terminal-state-icon.not-licensed-icon {
          display: block; } }
  .terminal-state-page .logo-wrapper {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%; }
    @media (min-width: 52em) {
      .terminal-state-page .logo-wrapper {
        left: inherit;
        width: 50%; } }
    .terminal-state-page .logo-wrapper .logo-container {
      position: relative;
      margin: 0 auto;
      width: 15.75rem; }
      @media (min-width: 52em) {
        .terminal-state-page .logo-wrapper .logo-container {
          width: auto; } }
      .terminal-state-page .logo-wrapper .logo-container .ia-logo {
        background-image: url("/res/perspective/images/client-sprites-2x.png");
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 100%;
        background-size: 900px;
        height: 3rem; }
  @media (min-width: 52em) {
    .terminal-state-page.fatal-error .terminal-state-content .terminal-state-message.fatal-error-page {
      max-width: 60%;
      margin-right: 2rem; } }
  .terminal-state-page.fatal-error .logo-wrapper {
    bottom: 6rem; }
    @media (min-width: 52em) {
      .terminal-state-page.fatal-error .logo-wrapper {
        bottom: 5rem; } }
  .terminal-state-page.fatal-error .error-details {
    position: relative;
    width: 100%;
    margin: 1rem 0;
    padding: 0 0.5rem;
    overflow: hidden;
    border: 1px solid #E1E8EE;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    transition: height 0.2s; }
    @media (min-width: 52em) {
      .terminal-state-page.fatal-error .error-details {
        padding: 0 1rem; } }
    @media (min-width: 64em) {
      .terminal-state-page.fatal-error .error-details {
        max-width: 90%; } }
    .terminal-state-page.fatal-error .error-details .details-header {
      display: inline-block;
      padding: 1rem 0.5rem;
      width: 100%;
      font-size: 1rem;
      color: #EF4D4D;
      line-height: 1rem;
      cursor: pointer; }
      @media (min-width: 52em) {
        .terminal-state-page.fatal-error .error-details .details-header {
          padding: 1rem 0; } }
    .terminal-state-page.fatal-error .error-details .expand-icon {
      position: absolute;
      top: 0.625rem;
      right: 0.625rem;
      fill: #86939E;
      cursor: pointer; }
    .terminal-state-page.fatal-error .error-details .details-body {
      padding: 1rem 0;
      color: #2C2D31;
      border-top: solid 1px rgba(0, 0, 0, 0.12); }
      .terminal-state-page.fatal-error .error-details .details-body .error-description {
        width: 100%;
        font-size: 0.875rem;
        margin-bottom: 0.5rem; }
      .terminal-state-page.fatal-error .error-details .details-body .error-stack-trace {
        width: 100%;
        max-height: 12vh;
        overflow-y: auto;
        padding: 0.5rem;
        border: solid 1px #D3D8DE;
        background-color: #E1E8EE;
        font-size: 11px;
        font-family: 'Roboto-mono', monospace;
        white-space: pre-wrap; }
        @media (min-width: 25em) {
          .terminal-state-page.fatal-error .error-details .details-body .error-stack-trace {
            max-height: 35vh; } }
        @media (min-width: 52em) {
          .terminal-state-page.fatal-error .error-details .details-body .error-stack-trace {
            max-height: 13rem; } }
        @media (min-width: 56em) {
          .terminal-state-page.fatal-error .error-details .details-body .error-stack-trace {
            max-height: 21rem; } }
        @media (min-width: 64em) {
          .terminal-state-page.fatal-error .error-details .details-body .error-stack-trace {
            max-height: 29rem; } }
        @media screen and (orientation: landscape) {
          .terminal-state-page.fatal-error .error-details .details-body .error-stack-trace {
            max-height: 20vh; } }
      .terminal-state-page.fatal-error .error-details .details-body .copy-button-wrapper {
        position: relative;
        text-align: right; }
        .terminal-state-page.fatal-error .error-details .details-body .copy-button-wrapper .copied-tooltip {
          position: absolute;
          right: 12rem;
          padding: 0.25rem 0.5rem;
          font-size: 0.675rem;
          font-weight: 500;
          background-color: rgba(97, 97, 97, 0.9);
          color: #FFFFFF;
          border-radius: 2px;
          transition: all 0.3s; }
          .terminal-state-page.fatal-error .error-details .details-body .copy-button-wrapper .copied-tooltip.tip-hidden {
            visibility: hidden;
            opacity: 0;
            top: 1.75rem; }
          .terminal-state-page.fatal-error .error-details .details-body .copy-button-wrapper .copied-tooltip.tip-visible {
            visibility: visible;
            opacity: 1;
            top: 1rem; }
        .terminal-state-page.fatal-error .error-details .details-body .copy-button-wrapper .copy-button {
          display: inline-block;
          margin-top: 1rem;
          padding: 0.5rem;
          border-radius: 2px;
          background-color: #72A7FE;
          font-size: 0.875rem;
          font-weight: 500;
          color: #FFFFFF;
          letter-spacing: 0.5px;
          cursor: pointer; }
          .terminal-state-page.fatal-error .error-details .details-body .copy-button-wrapper .copy-button svg {
            margin-right: 0.375rem;
            margin-bottom: -0.125rem;
            fill: #FFFFFF; }
  .terminal-state-page .bottom-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem;
    background-color: #2C2D31;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24); }
    .terminal-state-page .bottom-banner .banner-message {
      display: inline-block;
      max-width: 75%;
      line-height: 1.125rem;
      color: #FFFFFF; }
      .terminal-state-page .bottom-banner .banner-message .message-1 {
        display: inline-block;
        margin-right: 0.125rem; }
      .terminal-state-page .bottom-banner .banner-message .message-2 {
        display: block; }
        @media (min-width: 52em) {
          .terminal-state-page .bottom-banner .banner-message .message-2 {
            display: inline-block; } }
    .terminal-state-page .bottom-banner .banner-action {
      display: inline-block;
      float: right;
      color: #72A7FE;
      font-weight: 500;
      text-align: right;
      cursor: pointer;
      letter-spacing: 0.5px;
      line-height: 2.5; }
      @media (min-width: 52em) {
        .terminal-state-page .bottom-banner .banner-action {
          padding-top: 0.125rem;
          line-height: 1; } }
  .terminal-state-page .client-loading-spinner {
    width: 4rem;
    height: 4rem;
    position: absolute;
    transition: visibility 0.3s, opacity 0.3s; }
    .terminal-state-page .client-loading-spinner .triple-ring {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: solid 8px white;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: radiate 3.0s infinite ease-in-out;
      animation: radiate 3.0s infinite ease-in-out; }
      .terminal-state-page .client-loading-spinner .triple-ring.ring2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s; }
      .terminal-state-page .client-loading-spinner .triple-ring.ring3 {
        -webkit-animation-delay: -2.0s;
        animation-delay: -2.0s; }

@-webkit-keyframes radiate {
  0%, 100% {
    -webkit-transform: scale(0); }
  99% {
    -webkit-transform: scale(1); } }

@keyframes radiate {
  0%, 100% {
    border-color: rgba(255, 255, 255, 0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    border-color: white; }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.terminal-state-page {
  height: 100%;
  display: inline-block;
  display: flex; }

.legacy-browser .terminal-state-content {
  padding-right: 5%; }

.legacy-browser .terminal-state-content-flex {
  width: 100%;
  display: table-row;
  margin-left: 10%;
  margin-right: 10%; }
  .legacy-browser .terminal-state-content-flex .terminal-state-message {
    width: 100%;
    padding: 10% 5% 0;
    vertical-align: top;
    display: table-cell; }
  .legacy-browser .terminal-state-content-flex .terminal-state-icon {
    margin: 0 0 0 auto;
    padding: 10% 5% 0 0;
    display: table-cell; }

.ie-browser .terminal-state-content-flex {
  width: 100%;
  display: table-row;
  margin-left: auto;
  margin-right: auto; }
  .ie-browser .terminal-state-content-flex .terminal-state-message {
    flex: 1;
    width: 100%;
    padding: 0;
    vertical-align: top;
    display: table-cell; }
    @media (min-width: 52em) {
      .ie-browser .terminal-state-content-flex .terminal-state-message {
        width: 65%; } }
  .ie-browser .terminal-state-content-flex .terminal-state-icon {
    margin: 0 0 0 auto;
    display: table-cell; }
    @media (max-width: 52em) {
      .ie-browser .terminal-state-content-flex .terminal-state-icon {
        display: none; } }

.view-state-display {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F4F4F6;
  border: dotted 1px #979797; }
  .view-state-display .view-state-icon-wrapper {
    width: 2rem;
    height: 2rem; }
    .view-state-display .view-state-icon-wrapper.icon-micro {
      width: 1.25rem;
      height: 1.25rem; }
    .view-state-display .view-state-icon-wrapper .view-state-icon {
      width: 2rem;
      height: 2rem;
      fill: #ADADAD; }
  .view-state-display .view-state-message {
    padding-top: 1rem;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300; }
    .view-state-display .view-state-message .message-primary {
      font-size: 14px;
      color: #454649; }
    .view-state-display .view-state-message .message-secondary {
      margin-top: 0.25rem;
      font-size: 12px;
      color: #86939E; }

