/*!
 * Copyright (c) 2009-2020 CompuGroup Medical Software GmbH,
 *
 * This software is the confidential and proprietary information of
 * CompuGroup Medical Software GmbH. You shall not disclose
 * such confidential information and shall use it only in
 * accordance with the terms of the license agreement you
 * entered into with CompuGroup Medical Software GmbH.
 */
.network-measurement-panel .cgm-panel-header-toggle .label {
  display: flex !important; }

cgm-shell-feature-shortcuts .tab-content {
  min-height: 15rem;
  height: 15rem;
  max-height: 15rem;
  overflow-y: auto; }

.cgm-shell-feature-shortcuts-dialog {
  min-width: 24rem;
  width: 24rem;
  max-width: 24rem; }
  .cgm-shell-feature-shortcuts-dialog.ui-dialog {
    box-shadow: #282828A0 0 1px 0.25rem;
    border-radius: 0; }
  .cgm-shell-feature-shortcuts-dialog .cgm-tab-container .tab-content {
    top: 0;
    margin-top: -1px; }
  .cgm-shell-feature-shortcuts-dialog .cgm-tab-container li.tab {
    margin-bottom: 0; }

.user-settings-dialog-wrapper {
  height: 40rem;
  background: white; }
  .user-settings-dialog-wrapper .components-titles-panel ul {
    padding: 0 0.5rem;
    box-sizing: border-box; }
  .user-settings-dialog-wrapper .cgm-tab-container > div {
    height: calc(100% - 40px); }
  .user-settings-dialog-wrapper .cgm-tab-container ul {
    background: #f4f4f4; }
  .user-settings-dialog-wrapper .cgm-tab-container .tab-content {
    border-bottom: none;
    height: 100%;
    box-sizing: border-box; }
    .user-settings-dialog-wrapper .cgm-tab-container .tab-content .user-settings-tab-content {
      height: 100%; }

.cgm-permission-recorder-component .cgm-header-dropdown-container {
  position: fixed;
  margin-top: 0;
  transition: none;
  width: 60rem; }
  .cgm-permission-recorder-component .cgm-header-dropdown-container .content {
    height: 100%; }
  .cgm-permission-recorder-component .cgm-header-dropdown-container .translated-description {
    cursor: pointer; }
  .cgm-permission-recorder-component .cgm-header-dropdown-container .content-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem !important; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-header-title {
      max-width: 31rem;
      overflow: hidden;
      text-overflow: ellipsis; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-header .paused-recording-text {
      font-size: 14px;
      text-transform: none;
      margin-left: 5px; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-header .show-only-failed {
      border-radius: 0.69rem;
      border: 1px solid;
      text-align: center;
      cursor: pointer;
      padding: 0 10px;
      margin-right: 5px; }
      .cgm-permission-recorder-component .cgm-header-dropdown-container .content-header .show-only-failed.active {
        background-color: #ffffff;
        color: #003366; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-header a {
      cursor: pointer;
      margin: 0 5px; }
  .cgm-permission-recorder-component .cgm-header-dropdown-container .content-items {
    background-color: #ffffff;
    overflow: hidden !important; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-items cgm-ui-table .ico-outline-si-done {
      margin: 5px;
      color: #94c11c; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-items cgm-ui-table .ico-outline-si-discharged {
      margin: 5px;
      color: #e3000f; }
    .cgm-permission-recorder-component .cgm-header-dropdown-container .content-items cgm-ui-table .ui-grid-header-cell-row .ui-grid-header-cell:first-child .tooltip-wrapper {
      visibility: hidden; }

.blind-assistant-logout-button {
  margin-right: 1rem; }
  .blind-assistant-logout-button > button.cgm-truncation:not([disabled]):not([default]) {
    color: #ffffff; }

.cgm-shell-notification-badge-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0.5rem;
  color: white;
  max-height: 1rem;
  min-height: 1rem;
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  overflow: visible;
  pointer-events: none;
  border-radius: 50%;
  background-color: #0074bc;
  font-size: 1rem; }

/*!
 * Copyright (c) 2009-2020 CompuGroup Medical Software GmbH,
 *
 * This software is the confidential and proprietary information of
 * CompuGroup Medical Software GmbH. You shall not disclose
 * such confidential information and shall use it only in
 * accordance with the terms of the license agreement you
 * entered into with CompuGroup Medical Software GmbH.
 */
.cgm-shell-draft-list-component-row {
  min-height: 2.2rem;
  line-height: 2.2rem;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875rem; }

/*!
 * Copyright (c) 2009-2020 CompuGroup Medical Software GmbH,
 *
 * This software is the confidential and proprietary information of
 * CompuGroup Medical Software GmbH. You shall not disclose
 * such confidential information and shall use it only in
 * accordance with the terms of the license agreement you
 * entered into with CompuGroup Medical Software GmbH.
 */
.cgm-shell-draft-notification-component > div {
  min-width: 50rem;
  width: 50rem;
  max-width: 50rem;
  color: #282828;
  background-color: #ffffff; }

/*!
 * Copyright (c) 2009-2020 CompuGroup Medical Software GmbH,
 *
 * This software is the confidential and proprietary information of
 * CompuGroup Medical Software GmbH. You shall not disclose
 * such confidential information and shall use it only in
 * accordance with the terms of the license agreement you
 * entered into with CompuGroup Medical Software GmbH.
 */
.cgm-shell-draft-notification-flyout-container {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 10000;
  text-align: left;
  position: absolute; }
  .cgm-shell-draft-notification-flyout-container cgm-item-list .item-list-header {
    color: #ffffff;
    background-color: #003366; }
    .cgm-shell-draft-notification-flyout-container cgm-item-list .item-list-header .item-list-label {
      color: #ffffff; }
    .cgm-shell-draft-notification-flyout-container cgm-item-list .item-list-header.consistent-design {
      padding-bottom: 0; }
    .cgm-shell-draft-notification-flyout-container cgm-item-list .item-list-header.with-divider {
      border: none; }

.cgm-shell-draft-notification-badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0.5rem;
  background-color: red;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  max-height: 1rem;
  min-height: 1rem;
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  overflow: visible;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  pointer-events: none; }

/*!
 * Copyright (c) 2009-2020 CompuGroup Medical Software GmbH,
 *
 * This software is the confidential and proprietary information of
 * CompuGroup Medical Software GmbH. You shall not disclose
 * such confidential information and shall use it only in
 * accordance with the terms of the license agreement you
 * entered into with CompuGroup Medical Software GmbH.
 */
.ico-network-indicator {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: inline-block;
  background-size: contain;
  margin-bottom: -9px;
  /* ugly workaround for missing icon font and css display inline-block */ }

.indicator-value-4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO30uY2xzLTF7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDozcHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zcGVlZHRlc3Q1PC90aXRsZT48ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIj48ZyBpZD0iRWJlbmVfMS0yIiBkYXRhLW5hbWU9IkViZW5lIDEiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjQiIHkxPSIxNyIgeDI9IjQiIHkyPSIxOC4yIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iOS4zMyIgeTE9IjEzLjQiIHgyPSI5LjMzIiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE0LjY3IiB5MT0iOC42IiB4Mj0iMTQuNjciIHkyPSIxOC4yIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMjAiIHkxPSIzLjgiIHgyPSIyMCIgeTI9IjE4LjIiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMiIvPjwvZz48L2c+PC9zdmc+); }

.indicator-value-3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTIsLmNscy0ze2ZpbGw6bm9uZTt9LmNscy0xLC5jbHMtMntzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9LmNscy0ye29wYWNpdHk6MC41O308L3N0eWxlPjwvZGVmcz48dGl0bGU+c3BlZWR0ZXN0NDwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI0IiB5MT0iMTciIHgyPSI0IiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjkuMzMiIHkxPSIxMy40IiB4Mj0iOS4zMyIgeTI9IjE4LjIiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIxNC42NyIgeTE9IjguNiIgeDI9IjE0LjY3IiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjIwIiB5MT0iMy44IiB4Mj0iMjAiIHkyPSIxOC4yIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB3aWR0aD0iMjQiIGhlaWdodD0iMjIiLz48L2c+PC9nPjwvc3ZnPg==); }

.indicator-value-2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTIsLmNscy0ze2ZpbGw6bm9uZTt9LmNscy0xLC5jbHMtMntzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9LmNscy0ye29wYWNpdHk6MC41O308L3N0eWxlPjwvZGVmcz48dGl0bGU+c3BlZWR0ZXN0MzwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI0IiB5MT0iMTciIHgyPSI0IiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjkuMzMiIHkxPSIxMy40IiB4Mj0iOS4zMyIgeTI9IjE4LjIiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIxNC42NyIgeTE9IjguNiIgeDI9IjE0LjY3IiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjIwIiB5MT0iMy44IiB4Mj0iMjAiIHkyPSIxOC4yIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB3aWR0aD0iMjQiIGhlaWdodD0iMjIiLz48L2c+PC9nPjwvc3ZnPg==); }

.indicator-value-1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTIsLmNscy0ze2ZpbGw6bm9uZTt9LmNscy0xLC5jbHMtMntzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9LmNscy0ye29wYWNpdHk6MC41O308L3N0eWxlPjwvZGVmcz48dGl0bGU+c3BlZWR0ZXN0MjwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI0IiB5MT0iMTciIHgyPSI0IiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjkuMzMiIHkxPSIxMy40IiB4Mj0iOS4zMyIgeTI9IjE4LjIiLz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIxNC42NyIgeTE9IjguNiIgeDI9IjE0LjY3IiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjIwIiB5MT0iMy44IiB4Mj0iMjAiIHkyPSIxOC4yIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB3aWR0aD0iMjQiIGhlaWdodD0iMjIiLz48L2c+PC9nPjwvc3ZnPg==); }

.indicator-value-0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO30uY2xzLTF7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDozcHg7b3BhY2l0eTowLjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zcGVlZHRlc3QxPC90aXRsZT48ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIj48ZyBpZD0iRWJlbmVfMS0yIiBkYXRhLW5hbWU9IkViZW5lIDEiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjQiIHkxPSIxNyIgeDI9IjQiIHkyPSIxOC4yIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iOS4zMyIgeTE9IjEzLjQiIHgyPSI5LjMzIiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE0LjY3IiB5MT0iOC42IiB4Mj0iMTQuNjciIHkyPSIxOC4yIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMjAiIHkxPSIzLjgiIHgyPSIyMCIgeTI9IjE4LjIiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMiIvPjwvZz48L2c+PC9zdmc+); }

.indicator-disabled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO30uY2xzLTF7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDozcHg7b3BhY2l0eTowLjU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zcGVlZHRlc3QxPC90aXRsZT48ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIj48ZyBpZD0iRWJlbmVfMS0yIiBkYXRhLW5hbWU9IkViZW5lIDEiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjQiIHkxPSIxNyIgeDI9IjQiIHkyPSIxOC4yIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iOS4zMyIgeTE9IjEzLjQiIHgyPSI5LjMzIiB5Mj0iMTguMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjE0LjY3IiB5MT0iOC42IiB4Mj0iMTQuNjciIHkyPSIxOC4yIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMjAiIHkxPSIzLjgiIHgyPSIyMCIgeTI9IjE4LjIiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyMiIvPjwvZz48L2c+PC9zdmc+); }

.cgm-shell-error-notification-flyout-container .error-notification-dropdown {
  position: fixed;
  margin-top: 0;
  transition: none; }
  .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item {
    background-color: #ffffff; }
    .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item .error-details-wrapper {
      display: flex;
      color: black;
      font-size: .75rem;
      font-weight: bold;
      padding: .5rem; }
      .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item .error-details-wrapper .date-section {
        width: 20%; }
      .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item .error-details-wrapper .error-body {
        flex: 1; }
        .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item .error-details-wrapper .error-body .error-body-details {
          font-weight: normal; }
      .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item .error-details-wrapper .commands-section {
        width: 12%;
        cursor: pointer; }
        .cgm-shell-error-notification-flyout-container .error-notification-dropdown .error-notification-item .error-details-wrapper .commands-section .ico-20pt {
          color: #0074bc; }

.cgm-shell-error-notification-flyout-container.stick-to-the-icon .error-notification-dropdown {
  position: absolute;
  left: -4rem; }

/*!
 * Copyright (c) 2009-2020 CompuGroup Medical Software GmbH,
 *
 * This software is the confidential and proprietary information of
 * CompuGroup Medical Software GmbH. You shall not disclose
 * such confidential information and shall use it only in
 * accordance with the terms of the license agreement you
 * entered into with CompuGroup Medical Software GmbH.
 */
.speech-recognition-command-white {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACWCAMAAAAhb3B/AAAC1lBMVEUAAACe+aMAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACw5XJ0AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAEeSURBVHja7drBCoNADIThQN7/nQuFHgoqm90ko+s/11bnw5M7aLYS/8Y08b+I69sNfhh1f5/Az6Pud3V/h8BdLHCxwO8PcHW/HuDqfgAAKgUAAAAAAAAAAAAAAAAAAAAAgHcBjm4ZAqyaAAAAAAAAgHmAAdgYYI8A2C4AO7w+8EaaCggI1IC8fvMpQT3AJvr7AJYJOL9HuD8bMPApV8ph0WOCwUuTBHZ9Iq4B+OnvEXnaI/j9YwK+MEikPLhiQe5eEp9fsgeb6AKUPxhFVqiSxWpwCitczHwpjeNg12Io6J8XtE+0lZOxuj8ukC3llYu9ut9u8EHjDT5sHj6YdDtMEHU/AAAAAAB4GeCJL8UAAAAAAGAzACGEEEIIIRvnA99oPxDvDsSVAAAAAElFTkSuQmCC") !important;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: inline-block;
  background-size: contain;
  margin-bottom: -9px;
  /* ugly workaround for missing icon font and css display inline-block */ }

.speech-recognition-command-red {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACWAgMAAABr32jeAAAACVBMVEV0AOFkcwDgJiYe3deQAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAEISURBVFjD7ZdLDsQgCEAblhzFU3oUloRTzvSrVYSmmTSTBnbWV8Wkwus0nQJE8mSFfMOaxxkgA0hiLwHLvJEFrgA5Owh7gJiHtADYgXwXwB0gD2DnEE8AcheQAAIIIAC1dlANYFuHAngdkH4H8F0ALwOkAlyauwvkddz0dS4XQwekNhDRgSI5nUTgsnDRpAFwiBZ0ABwvLnsNAdxSwM50YEt7c6DUq9BWFfDEtcD8KPEuVIp9UH0mVgBWB7Vk5UrZSPM4MswWisShLnzShCFRAxlDD4AzQFYhHkhpsnNskiBLeYfam8RpGGjvcKXjuF7ty7//C9Nf+wD+EnA/WrQvVgAPAhERb4kPfw+WClfQ5EYAAAAASUVORK5CYII=");
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: inline-block;
  background-size: contain;
  margin-bottom: -9px;
  /* ugly workaround for missing icon font and css display inline-block */ }

.cgm-shell-permission-recorder-flyout-container {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 10000;
  text-align: left;
  position: absolute; }
  .cgm-shell-permission-recorder-flyout-container cgm-item-list .item-list-header {
    color: #ffffff;
    background-color: #003366; }
    .cgm-shell-permission-recorder-flyout-container cgm-item-list .item-list-header .item-list-label {
      color: #ffffff; }
    .cgm-shell-permission-recorder-flyout-container cgm-item-list .item-list-header.consistent-design {
      padding-bottom: 0; }
    .cgm-shell-permission-recorder-flyout-container cgm-item-list .item-list-header.with-divider {
      border: none; }
  .cgm-shell-permission-recorder-flyout-container .commands-section {
    width: 12%;
    cursor: pointer; }
    .cgm-shell-permission-recorder-flyout-container .commands-section .ico-20pt {
      color: #0074bc; }

.flex-row {
  display: inline-flex; }
  .flex-row .show-center {
    display: flex;
    align-items: center; }


/*# sourceMappingURL=cgmShellCore.min.css.map*/