@charset "UTF-8";
/* COLOUR PALETTE */
/* COLOUR-SETS */
/* FONTS */
/* SCROLLBARS */
/* SIZES */
/* DEFAULT-LAYOUT */
/* WINDOW LAYOUT */
/* BOARDS */
/* REPORTS */
/* AVATARS */
.filter-component {
  background-color: inherit; }
  .filter-component > .dropdown {
    height: 100%; }
    .filter-component > .dropdown > .dropdown-toggle {
      position: absolute;
      height: 100%;
      width: 100%;
      border: 0;
      padding: 0px; }
      .filter-component > .dropdown > .dropdown-toggle:focus, .filter-component > .dropdown > .dropdown-toggle:active:focus, .filter-component > .dropdown > .dropdown-toggle.active:focus, .filter-component > .dropdown > .dropdown-toggle.focus, .filter-component > .dropdown > .dropdown-toggle:active.focus, .filter-component > .dropdown > .dropdown-toggle.active.focus, .filter-component > .dropdown > .dropdown-toggle:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .filter-component > .dropdown > .dropdown-toggle > .toggle-content > .toggle-label > .button-content > .selected-filter-item {
        display: inline-block; }
        .filter-component > .dropdown > .dropdown-toggle > .toggle-content > .toggle-label > .button-content > .selected-filter-item > i {
          font-size: 18px; }
        .filter-component > .dropdown > .dropdown-toggle > .toggle-content > .toggle-label > .button-content > .selected-filter-item .filter-item-text {
          margin-left: 6px; }
      .filter-component > .dropdown > .dropdown-toggle > .toggle-content > .toggle-label > i {
        font-size: 18px; }
    .filter-component > .dropdown > .dropdown-menu {
      position: relative;
      max-height: 400px;
      overflow-y: auto; }
      .filter-component > .dropdown > .dropdown-menu > .filter-item > a {
        padding-left: 18px;
        padding-right: 41px; }
        .filter-component > .dropdown > .dropdown-menu > .filter-item > a > i {
          font-size: 18px; }
        .filter-component > .dropdown > .dropdown-menu > .filter-item > a .filter-item-text {
          margin-left: 6px; }
        .filter-component > .dropdown > .dropdown-menu > .filter-item > a > .filter-item-edit-button {
          margin-left: 6px; }
      .filter-component > .dropdown > .dropdown-menu > .filter-editor-item > .filter-editor-container {
        padding-left: 18px;
        padding-right: 41px;
        display: flex;
        align-items: center;
        height: 100%; }
        .filter-component > .dropdown > .dropdown-menu > .filter-editor-item > .filter-editor-container > i {
          font-size: 18px; }
        .filter-component > .dropdown > .dropdown-menu > .filter-editor-item > .filter-editor-container > .filter-item-edit-button {
          margin-left: 6px; }
    .filter-component > .dropdown ::-webkit-scrollbar {
      background-color: inherit; }

.filter-component > .dropdown > .dropdown-menu > .filter-editor-item > .filter-editor-container > .date-range-filter-editor {
  margin-left: 6px;
  display: flex;
  align-items: center; }
  .filter-component > .dropdown > .dropdown-menu > .filter-editor-item > .filter-editor-container > .date-range-filter-editor > .form-control {
    width: 170px; }
  .filter-component > .dropdown > .dropdown-menu > .filter-editor-item > .filter-editor-container > .date-range-filter-editor > .date-filter-editor-to-text {
    padding: 0 6px; }

.dropdown-component.dropdown {
  height: 100%; }
  .dropdown-component.dropdown > .dropdown-toggle {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0;
    box-shadow: none;
    background-color: inherit;
    color: inherit; }
    .dropdown-component.dropdown > .dropdown-toggle > .toggle-content {
      display: flex; }
      .dropdown-component.dropdown > .dropdown-toggle > .toggle-content > .toggle-label {
        padding: 0 18px; }
      .dropdown-component.dropdown > .dropdown-toggle > .toggle-content > i {
        font-size: 18px;
        margin-left: auto; }
  .dropdown-component.dropdown.active-text-mode > .dropdown-menu > li.active > a {
    background-color: inherit;
    color: #0193D7; }
  .dropdown-component.dropdown.active-text-mode.active > .dropdown-toggle > .toggle-content > .toggle-label {
    font-weight: bold;
    color: #0193D7; }

.string-input-display-value-component {
  display: inline-block;
  width: 100%;
  white-space: pre-wrap; }
  .string-input-display-value-component.small-mode {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.blob-input-display-value-component {
  font-size: inherit; }
  .blob-input-display-value-component > .display-content {
    width: 45px;
    height: 2em;
    position: relative; }
    .blob-input-display-value-component > .display-content > i:first-of-type {
      position: absolute;
      opacity: 0.1;
      font-size: 2em; }
    .blob-input-display-value-component > .display-content > .inner-content {
      width: 45px;
      height: 2em;
      position: relative;
      cursor: pointer; }
      .blob-input-display-value-component > .display-content > .inner-content > i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1.26em; }
      .blob-input-display-value-component > .display-content > .inner-content > .badge {
        position: absolute;
        right: 0;
        bottom: 0; }

.input-value-filter-component {
  background-color: inherit; }
  .input-value-filter-component > .dropdown.open > .dropdown-menu > .blank-filter-container {
    height: 40px; }
  .input-value-filter-component > .dropdown > .dropdown-menu > .blank-filter-container > .blank-filter {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px; }
    .input-value-filter-component > .dropdown > .dropdown-menu > .blank-filter-container > .blank-filter > .checkbox {
      margin: 0; }
  .input-value-filter-component > .dropdown.text-filter.open > .dropdown-menu > .blank-filter-container {
    height: 40px; }
  .input-value-filter-component > .dropdown.text-filter.open > .dropdown-menu > li {
    height: 65px; }
  .input-value-filter-component > .dropdown.text-filter > .dropdown-menu > li > label {
    padding: 5px 5px 0 5px; }
  .input-value-filter-component > .dropdown.date-filter.open > .dropdown-menu > .date-range-filter-container {
    height: 99px; }
    .input-value-filter-component > .dropdown.date-filter.open > .dropdown-menu > .date-range-filter-container > .date-range-to-text {
      margin: 5px 0;
      text-align: center; }

.input-value-filters-component {
  display: flex;
  background-color: inherit;
  height: 100%; }
  .input-value-filters-component > .active-filters {
    display: flex;
    background-color: inherit; }
  .input-value-filters-component > .filter-selector-container {
    background-color: inherit; }
    .input-value-filters-component > .filter-selector-container > .dropdown > .dropdown-menu {
      max-height: 400px;
      overflow-y: auto; }
    .input-value-filters-component > .filter-selector-container ::-webkit-scrollbar {
      background-color: inherit; }

.file-upload {
  width: 100%; }
  .file-upload > .dropzone-container, .file-upload .dropzone-label {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center; }
    .file-upload > .dropzone-container > .dropzone-attachment-zone, .file-upload .dropzone-label > .dropzone-attachment-zone {
      border: 2px dashed #0193D7;
      background: #F0F8FF;
      padding: 10px;
      margin: 0px;
      margin-bottom: 10px;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      width: 100%; }
      .file-upload > .dropzone-container > .dropzone-attachment-zone:hover, .file-upload .dropzone-label > .dropzone-attachment-zone:hover {
        background: #bde0ff; }
    .file-upload > .dropzone-container > .dropzone-label-text, .file-upload .dropzone-label > .dropzone-label-text {
      padding-left: 10px; }
    .file-upload > .dropzone-container > .upload-button-container, .file-upload .dropzone-label > .upload-button-container {
      margin-left: 10px;
      margin-bottom: 5px;
      cursor: pointer;
      color: #0193D7; }
      .file-upload > .dropzone-container > .upload-button-container:hover, .file-upload .dropzone-label > .upload-button-container:hover {
        color: #0073a8; }
      .file-upload > .dropzone-container > .upload-button-container > .uploading-icon-container, .file-upload .dropzone-label > .upload-button-container > .uploading-icon-container {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center; }
  .file-upload > .file-container {
    background: #F0F8FF;
    padding: 7px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; }
    .file-upload > .file-container > .list-item-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 3px; }
      .file-upload > .file-container > .list-item-container > .list-item-icon-label-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow: hidden; }
        .file-upload > .file-container > .list-item-container > .list-item-icon-label-container > .list-item-icon-container {
          color: #0193D7; }
        .file-upload > .file-container > .list-item-container > .list-item-icon-label-container > .list-item-label {
          margin-left: 10px;
          margin-right: 10px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
  .file-upload > .alert .file-limit-button-container {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .file-upload > .alert .file-limit-button-container .btn {
      width: 75px; }
      .file-upload > .alert .file-limit-button-container .btn.btn-primary {
        background-color: #0193D7; }
        .file-upload > .alert .file-limit-button-container .btn.btn-primary:hover {
          background-color: #0078b0; }
  .file-upload > .alert .removal-warning-button-container {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }
    .file-upload > .alert .removal-warning-button-container .btn {
      width: 75px; }
      .file-upload > .alert .removal-warning-button-container .btn.btn-primary {
        background-color: #0193D7; }
        .file-upload > .alert .removal-warning-button-container .btn.btn-primary:hover {
          background-color: #0078b0; }
  .file-upload > .alert .rejected-list-container, .file-upload > .alert .rejected-list-reason-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    .file-upload > .alert .rejected-list-container .reject-list-header, .file-upload > .alert .rejected-list-reason-container .reject-list-header {
      font-weight: bold;
      margin-bottom: 2px; }
    .file-upload > .alert .rejected-list-container .rejected-list-header-container, .file-upload > .alert .rejected-list-reason-container .rejected-list-header-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 5px; }
      .file-upload > .alert .rejected-list-container .rejected-list-header-container .rejected-list-header-title, .file-upload > .alert .rejected-list-reason-container .rejected-list-header-container .rejected-list-header-title {
        margin: 0px; }
    .file-upload > .alert .rejected-list-container .rejected-list-body, .file-upload > .alert .rejected-list-reason-container .rejected-list-body {
      padding: 5px; }
    .file-upload > .alert .rejected-list-container .rejected-list-item, .file-upload > .alert .rejected-list-reason-container .rejected-list-item {
      line-height: 200%;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .file-upload .remove-icon {
    cursor: pointer;
    color: #616161;
    display: flex;
    justify-content: center;
    align-items: center; }
    .file-upload .remove-icon:hover {
      color: #000000; }

.camera-input {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .camera-input > .msg-text {
    position: relative;
    top: 40px; }
  .camera-input > .camera-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    position: absolute;
    bottom: 20px;
    align-items: center; }
    .camera-input > .camera-buttons > .button {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #0193D7;
      cursor: pointer; }
      .camera-input > .camera-buttons > .button.photo {
        width: 75px;
        height: 75px; }
      .camera-input > .camera-buttons > .button.rotate {
        width: 50px;
        height: 50px; }
      .camera-input > .camera-buttons > .button:hover {
        background-color: #0170a4; }
      .camera-input > .camera-buttons > .button > .icon {
        color: white; }

.signature-input-component {
  display: flex; }
  .signature-input-component .sig-canvas-container {
    position: relative;
    width: 100%;
    height: 100%; }
    .signature-input-component .sig-canvas-container .sig-canvas {
      border: 1px solid #ccc;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      border-radius: 4px;
      width: 100%;
      height: 100%; }
    .signature-input-component .sig-canvas-container .btn-clear {
      position: absolute;
      top: 5px;
      right: 45px;
      color: lightgrey;
      cursor: pointer; }
      .signature-input-component .sig-canvas-container .btn-clear:hover {
        color: black; }
    .signature-input-component .sig-canvas-container .btn-expand {
      position: absolute;
      top: 5px;
      right: 5px;
      color: #0193D7;
      cursor: pointer; }

.signature-modal > .modal-dialog {
  margin-top: 200px; }
  .signature-modal > .modal-dialog > .modal-content > .modal-header > .btn {
    float: right; }
  .signature-modal > .modal-dialog > .modal-content > .modal-body .sig-canvas-container {
    position: relative;
    width: 100%;
    height: 100%; }
    .signature-modal > .modal-dialog > .modal-content > .modal-body .sig-canvas-container .sig-canvas {
      border: 1px solid #ccc;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      border-radius: 4px;
      width: 100%;
      height: 100%; }
    .signature-modal > .modal-dialog > .modal-content > .modal-body .sig-canvas-container .btn-clear {
      position: absolute;
      top: 5px;
      right: 5px;
      color: lightgrey;
      cursor: pointer; }
      .signature-modal > .modal-dialog > .modal-content > .modal-body .sig-canvas-container .btn-clear:hover {
        color: black; }
  .signature-modal > .modal-dialog > .modal-content > .modal-footer .btn > .button-text {
    padding-left: 10px; }

.paginator {
  background-color: inherit;
  display: table;
  margin: 0 auto; }
  .paginator > .pageSelectSpan {
    align-items: center;
    display: table-cell;
    padding: 5px; }
    .paginator > .pageSelectSpan:hover {
      color: #0193D7;
      cursor: pointer; }
    .paginator > .pageSelectSpan.active {
      font-weight: bold; }
  .paginator > .pageCountSpan {
    padding-right: 10px; }

.default-layout-component {
  position: relative;
  height: 100%; }
  .default-layout-component > .sidebar-wrapper {
    position: absolute;
    top: 58px;
    left: 0;
    bottom: 0;
    font-family: Raleway, sans-serif;
    background-color: #191C21; }
    .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper {
      display: flex;
      background: inherit;
      height: 48px;
      color: #FFFFFF; }
      .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper {
        display: flex;
        width: 80%;
        justify-content: center; }
        .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper #filter {
          padding-right: 5px; }
        .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper .selected-filter-item {
          padding-left: 0; }
        .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper .filter-item {
          background-color: #33363B; }
          .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper .filter-item.active > a, .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper .filter-item.active > a:hover, .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper .filter-item.active > a:focus {
            background-color: #0193D7; }
          .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper > .role-filter-wrapper .filter-item :hover {
            background-color: #0193D7; }
      .default-layout-component > .sidebar-wrapper > .sidebar-header-wrapper .sidebar-button > a {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 24px;
        background-color: transparent;
        color: #FFFFFF; }
    .default-layout-component > .sidebar-wrapper > hr {
      margin-top: 0;
      margin-bottom: 0;
      border-color: #404040; }
    .default-layout-component > .sidebar-wrapper > .sidebar-content-wrapper {
      width: 100%;
      height: calc(100% - 48px);
      overflow-x: hidden;
      overflow-y: auto;
      background: inherit; }
  .default-layout-component > .default-main-wrapper {
    position: absolute;
    top: 58px;
    right: 0;
    bottom: 0; }
    .default-layout-component > .default-main-wrapper > .default-content-wrapper {
      height: calc(100% - 30px);
      overflow: hidden;
      background-color: #FFFFFF; }
  .default-layout-component.sidebar-opened > .sidebar-wrapper {
    width: 275px;
    transition: width 0.3s linear ; }
  .default-layout-component.sidebar-opened > .default-main-wrapper {
    width: calc(100% - 275px);
    transition: width 0.3s linear ; }
  .default-layout-component.sidebar-collapsed > .sidebar-wrapper {
    width: 60px;
    transition: width 0.3s linear 0.3s; }
  .default-layout-component.sidebar-collapsed > .default-main-wrapper {
    width: calc(100% - 60px);
    transition: width 0.3s linear 0.3s; }

.default-header-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  background-color: #0193D7;
  color: #FFFFFF;
  border: initial; }
  .default-header-component > .container-fluid {
    background-color: inherit; }
    .default-header-component > .container-fluid .navbar-brand {
      height: 58px;
      padding-top: 14px;
      padding-left: 18px;
      padding-right: 18px;
      font-size: 30px;
      font-family: Raleway, sans-serif; }
    .default-header-component > .container-fluid > .content {
      display: flex;
      background-color: inherit; }
      .default-header-component > .container-fluid > .content > .default-header-title {
        display: inline-block;
        color: #FFFFFF;
        font-size: 20px;
        text-align: center;
        margin: 15px auto; }

.default-footer-component {
  height: 30px;
  font-size: 12px;
  background-color: #0193D7;
  color: #FFFFFF;
  font-family: Raleway, sans-serif;
  text-align: center; }
  .default-footer-component > span {
    line-height: 30px; }

.window-layout-component {
  position: relative;
  height: 100%; }
  .window-layout-component > .window-main-wrapper {
    position: absolute;
    top: 58px;
    right: 0;
    bottom: 0;
    width: 100%; }
    .window-layout-component > .window-main-wrapper > .window-content-wrapper {
      height: calc(100% - 30px);
      overflow: hidden;
      background-color: #FFFFFF; }

.window-header-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  background-color: #191C21;
  color: #FFFFFF;
  font-size: 20px;
  font-family: Raleway, sans-serif; }
  .window-header-component .window-header-title > .separator {
    padding: 0 10px; }
  .window-header-component .window-header-avatar > a {
    display: flex;
    flex-direction: row;
    padding: 4px;
    margin-right: 5px; }
    .window-header-component .window-header-avatar > a > .assignee {
      font-size: 14px;
      align-self: center;
      margin: 6px; }
  .window-header-component .window-header-back-button {
    font-size: 24px;
    padding: 16px 0px; }
  .window-header-component .navbar-brand {
    height: 58px;
    padding: 16px 22px;
    font-size: 26px;
    font-family: Raleway, sans-serif;
    color: #FFFFFF; }
  .window-header-component .navbar {
    border: 0;
    background-color: transparent; }
    .window-header-component .navbar .navbar-header {
      font-size: 20px;
      padding: 15px 22px; }
  .window-header-component ul > li > a {
    padding: 0px; }
  .window-header-component .navbar-default .navbar-nav > li > a {
    color: #FFFFFF; }
    .window-header-component .navbar-default .navbar-nav > li > a:hover {
      color: #0193D7; }

.avatar {
  clip-path: circle(25px at center);
  -webkit-clip-path: circle(25px at center);
  text-align: center;
  width: 50px;
  height: 50px; }
  .avatar.initials {
    background-color: #0193D7;
    color: #FFFFFF; }
    .avatar.initials.inverse {
      background-color: #FFFFFF;
      color: #0193D7; }
    .avatar.initials > span {
      line-height: 50px;
      font-weight: bold;
      font-size: 25px; }
  .avatar.picture > img {
    width: 50px;
    height: 50px; }

.user-row-component {
  font-size: 14px;
  padding: 6px 0px;
  border-bottom: #D6DBDF solid 1px; }
  .user-row-component.disabled {
    opacity: 0.4; }
  .user-row-component .column-content {
    height: 50px; }
    .user-row-component .column-content > .fixed-height {
      display: inline-block;
      vertical-align: middle;
      height: 50px; }
    .user-row-component .column-content.selectable {
      cursor: pointer; }
    .user-row-component .column-content.user-details .picture-wrapper {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px; }
      .user-row-component .column-content.user-details .picture-wrapper .image-icon {
        height: 50px;
        width: 50px; }
    .user-row-component .column-content.user-details .user-details-wrapper {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
      .user-row-component .column-content.user-details .user-details-wrapper .status-wrapper {
        display: none;
        font-size: 12px;
        color: #A0A0A0; }
      .user-row-component .column-content.user-details .user-details-wrapper.extended-user-details .status-wrapper {
        display: initial; }
    .user-row-component .column-content.time-details .time-details-wrapper {
      display: inline-block;
      vertical-align: middle; }
      .user-row-component .column-content.time-details .time-details-wrapper .time-stamp {
        font-size: 12px;
        color: #A0A0A0; }
    .user-row-component .column-content.actions {
      text-align: right; }
      .user-row-component .column-content.actions .action-icons {
        display: inline-block;
        vertical-align: middle; }
        .user-row-component .column-content.actions .action-icons > .btn {
          font-size: 22px; }
        .user-row-component .column-content.actions .action-icons > .btn-default:hover, .user-row-component .column-content.actions .action-icons > .btn-default:focus, .user-row-component .column-content.actions .action-icons > .btn-default:active {
          background-color: inherit; }
        .user-row-component .column-content.actions .action-icons .action {
          border: 0;
          color: #0193D7;
          padding: 0px;
          padding-left: 8px;
          padding-right: 8px; }
          .user-row-component .column-content.actions .action-icons .action.play {
            color: #7FBA00; }
          .user-row-component .column-content.actions .action-icons .action.stop {
            color: #FF0000; }
          .user-row-component .column-content.actions .action-icons .action.pause {
            color: #FCD116; }
          .user-row-component .column-content.actions .action-icons .action.inactive {
            color: #D6DBDF; }
          .user-row-component .column-content.actions .action-icons .action:focus, .user-row-component .column-content.actions .action-icons .action:active:focus, .user-row-component .column-content.actions .action-icons .action.focus, .user-row-component .column-content.actions .action-icons .action:active.focus, .user-row-component .column-content.actions .action-icons .action.active.focus, .user-row-component .column-content.actions .action-icons .action:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
          .user-row-component .column-content.actions .action-icons .action.active-workflow {
            color: #7FBA00; }

.user-actions-row-component {
  margin-top: 0;
  padding-top: 0;
  border-bottom: #D6DBDF solid 1px; }
  .user-actions-row-component.disabled {
    opacity: 0.4; }
  .user-actions-row-component > .actions > .action-wrapper {
    vertical-align: middle;
    line-height: 48px;
    overflow: hidden;
    margin-left: 65px; }
    .user-actions-row-component > .actions > .action-wrapper > .action-title {
      display: inline-block;
      font-size: 14px; }
      .user-actions-row-component > .actions > .action-wrapper > .action-title .fa {
        font-size: 21px; }
    .user-actions-row-component > .actions > .action-wrapper > .action-play {
      color: #7FBA00;
      font-size: 22px;
      border: 0;
      padding: 0;
      padding-left: 28px;
      padding-right: 8px;
      float: right;
      line-height: 48px; }
      .user-actions-row-component > .actions > .action-wrapper > .action-play.btn-default:hover {
        background-color: inherit;
        border-color: inherit; }
      .user-actions-row-component > .actions > .action-wrapper > .action-play:hover, .user-actions-row-component > .actions > .action-wrapper > .action-play:focus, .user-actions-row-component > .actions > .action-wrapper > .action-play:active {
        background-color: inherit; }
      .user-actions-row-component > .actions > .action-wrapper > .action-play:focus, .user-actions-row-component > .actions > .action-wrapper > .action-play:active:focus, .user-actions-row-component > .actions > .action-wrapper > .action-play.active:focus, .user-actions-row-component > .actions > .action-wrapper > .action-play.focus, .user-actions-row-component > .actions > .action-wrapper > .action-play:active.focus, .user-actions-row-component > .actions > .action-wrapper > .action-play.active.focus, .user-actions-row-component > .actions > .action-wrapper > .action-play:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play {
      border: 0;
      padding: 0;
      color: #D6DBDF; }
      .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:hover, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:active {
        background-color: inherit; }
      .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:active:focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play.active:focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play.focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:active.focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play.active.focus, .user-actions-row-component > .actions > .action-wrapper.inactive > .action-play:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }

.users-list-component > .additional-actions {
  transition: border-bottom 0.3s linear 0.3s; }
  .users-list-component > .additional-actions > .actions > .action-wrapper {
    height: 48px;
    opacity: 1;
    transition: height 0.3s linear 0s, opacity 0.3s linear 0.3s; }
  .users-list-component > .additional-actions.collapsed {
    border-bottom: transparent solid 0;
    transition: border-bottom 0.3s linear 0s; }
    .users-list-component > .additional-actions.collapsed > .actions > .action-wrapper {
      height: 0;
      opacity: 0;
      transition: height 0.3s linear 0.3s, opacity 0.3s linear 0s; }

.user-menu-component > #user-menu {
  padding: 4px 9px 4px 4px; }
  .user-menu-component > #user-menu .title-wrapper {
    display: flex;
    flex-direction: row; }
    .user-menu-component > #user-menu .title-wrapper > .user-name {
      font-size: 14px;
      align-self: center;
      margin: 6px; }

.user-menu-component > .dropdown-menu {
  overflow: hidden; }
  .user-menu-component > .dropdown-menu > .user-menu-item > a > i {
    font-size: 21px; }
  .user-menu-component > .dropdown-menu > .user-menu-item .user-menu-item-text {
    margin-left: 6px; }

.status-badge-component {
  display: inline-block;
  padding: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  color: #0193D7;
  line-height: 27px;
  background-color: #FFFFFF;
  margin: 0px auto; }
  .status-badge-component.x-small {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 14px; }
    .status-badge-component.x-small.status-above {
      border: 3px solid #7FBA00;
      box-sizing: content-box; }
    .status-badge-component.x-small.status-average {
      border: 3px solid #FCD116;
      box-sizing: content-box; }
    .status-badge-component.x-small.status-below {
      border: 3px solid #FF0000;
      box-sizing: content-box; }
  .status-badge-component.small {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 18px; }
    .status-badge-component.small.status-above {
      border: 3px solid #7FBA00;
      box-sizing: content-box; }
    .status-badge-component.small.status-average {
      border: 3px solid #FCD116;
      box-sizing: content-box; }
    .status-badge-component.small.status-below {
      border: 3px solid #FF0000;
      box-sizing: content-box; }
  .status-badge-component.medium {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 27px; }
    .status-badge-component.medium.status-above {
      border: 4px solid #7FBA00;
      box-sizing: content-box; }
    .status-badge-component.medium.status-average {
      border: 4px solid #FCD116;
      box-sizing: content-box; }
    .status-badge-component.medium.status-below {
      border: 4px solid #FF0000;
      box-sizing: content-box; }
  .status-badge-component.large {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 36px; }
    .status-badge-component.large.status-above:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: -4px;
      right: -4px;
      background: #7FBA00;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 7px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
    .status-badge-component.large.status-average:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: -4px;
      right: -4px;
      background: #FCD116;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 7px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
    .status-badge-component.large.status-below:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: -4px;
      right: -4px;
      background: #FF0000;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 7px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
  .status-badge-component.x-large {
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 45px; }
    .status-badge-component.x-large.status-above:after {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      top: -2px;
      right: -2px;
      background: #7FBA00;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 8px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
    .status-badge-component.x-large.status-average:after {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      top: -2px;
      right: -2px;
      background: #FCD116;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 8px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
    .status-badge-component.x-large.status-below:after {
      content: "";
      position: absolute;
      width: 17px;
      height: 17px;
      top: -2px;
      right: -2px;
      background: #FF0000;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 8px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
  .status-badge-component.xx-large {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 54px; }
    .status-badge-component.xx-large.status-above:after {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      top: -1px;
      right: -1px;
      background: #7FBA00;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 9px;
      text-align: center;
      line-height: 14px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
    .status-badge-component.xx-large.status-average:after {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      top: -1px;
      right: -1px;
      background: #FCD116;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 9px;
      text-align: center;
      line-height: 14px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
    .status-badge-component.xx-large.status-below:after {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      top: -1px;
      right: -1px;
      background: #FF0000;
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 9px;
      text-align: center;
      line-height: 14px;
      border-radius: 50%;
      border: 2px solid #D6DBDF; }
  .status-badge-component.light {
    color: #0193D7;
    background-color: #FFFFFF; }
  .status-badge-component.dark {
    color: #FFFFFF;
    background-color: #0193D7; }

.statistics-badge-component {
  display: inline-block;
  padding: 0px 10px;
  text-align: center; }
  .statistics-badge-component.x-small > .badge-label {
    font-size: 9px; }
  .statistics-badge-component.small > .badge-label {
    font-size: 9px; }
  .statistics-badge-component.medium > .badge-label {
    font-size: 10px; }
  .statistics-badge-component.large > .badge-label {
    font-size: 11px; }
  .statistics-badge-component.x-large > .badge-label {
    font-size: 13px; }
  .statistics-badge-component.xx-large > .badge-label {
    font-size: 14px; }
  .statistics-badge-component > .badge-label {
    color: #191C21;
    font-weight: 500;
    text-align: center;
    padding-top: 4px; }

.statistics-group-component {
  display: inline-block;
  padding: 0px 10px 2px 10px;
  text-align: center;
  border-right: 2px solid lightgrey; }
  .statistics-group-component.x-small > .group-name {
    font-size: 11px; }
  .statistics-group-component.small > .group-name {
    font-size: 11px; }
  .statistics-group-component.medium > .group-name {
    font-size: 13px; }
  .statistics-group-component.large > .group-name {
    font-size: 14px; }
  .statistics-group-component.x-large > .group-name {
    font-size: 16px; }
  .statistics-group-component.xx-large > .group-name {
    font-size: 17px; }
  .statistics-group-component > .group-name {
    color: #0193D7;
    font-weight: 500;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 6px; }

.resource-editor-component {
  height: 100%; }
  .resource-editor-component > .resource-editor-body {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden; }
    .resource-editor-component > .resource-editor-body > .resource-editor-name-input {
      padding-left: 0;
      padding-right: 0; }
      .resource-editor-component > .resource-editor-body > .resource-editor-name-input > div {
        padding-left: 30px;
        padding-right: 30px; }
      .resource-editor-component > .resource-editor-body > .resource-editor-name-input.has-validation-error > .workflow-free-text-input-component > .workflow-free-text-input input {
        border-color: #FF0000; }
      .resource-editor-component > .resource-editor-body > .resource-editor-name-input.has-validation-error > .resource-editor-name-validation-error {
        color: #FF0000;
        font-size: 12px;
        margin-top: -15px; }
    .resource-editor-component > .resource-editor-body > div {
      padding-left: 30px;
      padding-right: 30px; }
    .resource-editor-component > .resource-editor-body > .resource-editor-branch-select {
      padding-bottom: 15px; }
      .resource-editor-component > .resource-editor-body > .resource-editor-branch-select > .resource-editor-branch-select-label {
        font-family: Raleway, serif;
        font-size: 16px; }
  .resource-editor-component > .resource-editor-footer {
    padding-left: 30px;
    padding-right: 30px; }

.workflow-step-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #F0F8FF;
  border: 2px solid #0193D7;
  color: black;
  cursor: pointer;
  width: 100%;
  height: 40px; }
  .workflow-step-button:hover {
    background: #bde0ff; }
  .workflow-step-button > .icon {
    color: #0193D7; }

.camera-modal-component {
  touch-action: none; }
  .camera-modal-component > .modal-dialog {
    width: 70%;
    margin-top: 60px; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-header > .btn {
      float: right; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .controls {
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 2; }
      .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .controls > .button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #0193D7;
        cursor: pointer; }
        .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .controls > .button.delete {
          width: 50px;
          height: 50px; }
        .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .controls > .button:hover {
          background-color: #0170a4; }
        .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .controls > .button > .icon {
          color: white; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .image-gallery-slide .loading-spinner {
      min-height: 60vh;
      font-size: 4em; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .image-gallery-thumbnail.active {
      border-color: #7FBA00; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .image-gallery-thumbnail.camera {
      /*vertical-align: middle; this is required if thumbnails are horizontal */ }
      .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .image-gallery-thumbnail.camera.active {
        border-color: transparent;
        color: #7FBA00; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .loading-spinner {
      height: 50px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0193D7; }
    .camera-modal-component > .modal-dialog > .modal-content > .modal-footer .btn > .button-text {
      padding-left: 10px; }

.start-workflow-modal-component > .modal-content > .modal-header {
  background-color: #D6DBDF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .start-workflow-modal-component > .modal-content > .modal-header > .btn {
    float: right; }

.start-workflow-modal-component > .modal-content > .modal-body {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  align-items: center; }

.users-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden; }
  .users-container .users-header {
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 14px; }
  .users-container .users-scroll-container {
    overflow-y: auto; }
  .users-container .user-row-component .action-icons > .btn.action {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0; }
    .users-container .user-row-component .action-icons > .btn.action:hover, .users-container .user-row-component .action-icons > .btn.action:focus, .users-container .user-row-component .action-icons > .btn.action:active, .users-container .user-row-component .action-icons > .btn.action:active:focus {
      background: transparent;
      border: 0;
      box-shadow: none;
      outline: 0; }
  .users-container .users-empty-state {
    padding: 24px 16px;
    text-align: center;
    color: #666; }

.prompts-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px; }
  .prompts-container.expanded {
    height: auto;
    max-height: 40%; }
  .prompts-container > .header {
    padding: 8px 12px;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .prompts-container > .header.expanded {
      border-bottom: 1px solid #e0e0e0; }
    .prompts-container > .header > .header-title {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .prompts-container > .header > .header-title .header-text {
        margin-right: 10px; }
      .prompts-container > .header > .header-title .header-count {
        background-color: #e0e0e0;
        padding: 2px 6px;
        border-radius: 12px;
        font-size: 12px; }
  .prompts-container > .scroll-container {
    overflow-y: auto;
    transition: max-height 0.3s ease;
    max-height: 0;
    visibility: hidden; }
    .expanded .prompts-container > .scroll-container {
      visibility: visible; }
  .prompts-container .empty-state {
    padding: 16px;
    text-align: center;
    color: #666; }
  .prompts-container .loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    animation: badgeLoadingSpin 0.7s linear infinite; }

@keyframes badgeLoadingSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.prompt-display {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  flex-direction: column; }
  .prompt-display.selected {
    background-color: #d6f3ff; }
  .prompt-display.hovered {
    background-color: #f6f6f6; }
  .prompt-display > .header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .prompt-display > .header-container > .header-content {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      overflow-x: auto;
      white-space: nowrap;
      max-width: 100%; }
  .prompt-display .result-container, .prompt-display .result-body-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%; }
    .prompt-display .result-container > .result-item, .prompt-display .result-body-container > .result-item {
      margin-right: 12px; }
    .prompt-display .result-container > .body-item span, .prompt-display .result-body-container > .body-item span {
      margin-right: 6px; }
  .prompt-display .result-body-container {
    margin-top: 12px; }
  .prompt-display .badge {
    flex-shrink: 0;
    display: flex;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 8px;
    color: white;
    background-color: #4caf50;
    align-items: center; }
    .prompt-display .badge.related {
      background-color: #ff8c00; }
  .prompt-display .date {
    margin-left: 8px;
    color: #666;
    font-size: 12px;
    float: right;
    white-space: nowrap; }

.confirmation-modal-component > .modal-content > .modal-header {
  background-color: #D6DBDF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .confirmation-modal-component > .modal-content > .modal-header > .btn {
    float: right; }

.confirmation-modal-component > .modal-content > .modal-body {
  padding-left: 10px;
  padding-right: 10px; }

.image-gallery-modal-component {
  touch-action: none; }
  .image-gallery-modal-component > .modal-dialog {
    width: 70%; }
    .image-gallery-modal-component > .modal-dialog > .modal-content > .modal-header > .btn {
      float: right; }
    .image-gallery-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .image-gallery-slide .loading-spinner {
      min-height: 60vh;
      font-size: 4em; }
    .image-gallery-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .image-gallery-thumbnail.active {
      border-color: #7FBA00; }
    .image-gallery-modal-component > .modal-dialog > .modal-content > .modal-body > .image-gallery .loading-spinner {
      height: 50px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0193D7; }

.roles-menu-component .role-menu-messages {
  color: #F46D3B; }

.roles-menu-component .role-menu-sections .menu-section-component > hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #606060; }

.roles-menu-component .role-menu-sections .menu-section-component > .row > div {
  padding: 0; }

.roles-menu-component .role-menu-sections .menu-section-component .menu-section-header {
  color: #FFFFFF;
  transition: color 0.3s linear; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header:hover {
    background-color: #0193D7; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .header-button {
    height: 48px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 16px;
    padding-right: 0; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .header-button > i {
      font-size: 21px;
      line-height: 1em; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .header-button .header-text {
      font-size: 14px;
      line-height: 1em;
      margin-left: 12px; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle {
    height: 48px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0px;
    padding-right: 0px; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle > i {
      font-size: 21px;
      line-height: 1em; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle:focus, .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle:active:focus, .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle.active:focus, .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle.focus, .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle:active.focus, .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle.active.focus, .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-toggle:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .btn {
    border: 0;
    background-color: transparent;
    white-space: normal;
    text-align: left;
    color: inherit; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header.menu-section-header-background-colour-active {
    background-color: #33363B; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header.menu-section-header-colour-active {
    color: #0193D7;
    transition: color 0.3s linear; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background-color: #33363B;
    overflow: hidden; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up {
      color: #FFFFFF;
      transition: color 0.3s linear;
      border-bottom: solid 1px transparent;
      border-bottom-color: transparent;
      width: 0px; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up > .header-button-pop-up .header-text-pop-up {
        opacity: 0; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up:hover {
        background-color: #33363B; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up > .header-button-pop-up {
        height: 48px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 16px;
        padding-right: 0; }
        .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up > .header-button-pop-up > i {
          font-size: 21px;
          line-height: 1em;
          visibility: hidden;
          width: 0px; }
        .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up > .header-button-pop-up .header-text-pop-up {
          font-size: 14px;
          line-height: 1em;
          margin-left: 0px; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up > .menu-section-header-pop-up > .btn {
        border: 0;
        background-color: transparent;
        white-space: normal;
        text-align: left;
        color: inherit; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up {
      color: #FFFFFF;
      overflow: hidden;
      width: 0px; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-messages-pop-up {
        color: #F46D3B;
        background-color: #33363B;
        height: 0px;
        opacity: 0; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up {
        opacity: 0; }
        .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item {
          background-color: #33363B;
          height: 0px; }
          .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item > a {
            height: 48px;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 35px;
            padding-right: 0;
            color: #FFFFFF;
            background-color: #33363B; }
            .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item > a:hover {
              background-color: #0193D7; }
            .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item > a > i {
              font-size: 21px;
              line-height: 1em; }
          .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item .menu-item-text {
            font-size: 14px;
            line-height: 1em;
            margin-left: 12px; }
          .roles-menu-component .role-menu-sections .menu-section-component .menu-section-header > .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item.menu-item-active > a {
            background-color: #33363B;
            color: #0193D7; }

.roles-menu-component .role-menu-sections .menu-section-component .menu-section-content {
  color: #FFFFFF; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-messages {
    color: #F46D3B; }
  .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-items .menu-item {
    height: 48px; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-items .menu-item > a {
      height: 48px;
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 55px;
      padding-right: 0;
      color: #FFFFFF;
      background-color: #33363B; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-items .menu-item > a:hover {
        background-color: #0193D7; }
      .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-items .menu-item > a > i {
        font-size: 21px;
        line-height: 1em; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-items .menu-item .menu-item-text {
      font-size: 14px;
      line-height: 1em;
      margin-left: 12px; }
    .roles-menu-component .role-menu-sections .menu-section-component .menu-section-content > .menu-section-items .menu-item.menu-item-active > a {
      background-color: #33363B;
      color: #0193D7; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized .menu-section-header > .header-button {
  width: 48px;
  transition: width 0.3s linear 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized .menu-section-header > .header-button .header-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s 0.3s; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized .menu-section-header > .menu-section-toggle {
  height: 0px;
  padding: 0px;
  width: 0;
  transition: width 0.3s linear ; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized .menu-section-header > .menu-section-toggle > i {
    opacity: 0;
    transition: opacity 0s linear ; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized .menu-section-header > .menu-section-pop-up {
  left: 60px;
  transition: left 0.3s linear 0.3s;
  overflow: hidden; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized .menu-section-content {
  display: none; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized:hover {
  background-color: #33363B;
  transition: background-color 0.3s linear ; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized.menu-section-opened .menu-section-pop-up > .menu-section-header-pop-up {
  width: 230px;
  border-bottom-color: #606060;
  transition: width 0.3s, border-bottom-color 0.3s, 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized.menu-section-opened .menu-section-pop-up > .menu-section-header-pop-up > .header-button-pop-up .header-text-pop-up {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized.menu-section-opened .menu-section-pop-up > .menu-section-content-pop-up {
  width: 230px;
  transition: width 0.3s linear ; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized.menu-section-opened .menu-section-pop-up > .menu-section-content-pop-up > .menu-section-messages-pop-up {
    height: 100%;
    opacity: 1;
    width: 230px;
    transition: opacity 0.3s 0.3s, width 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized.menu-section-opened .menu-section-pop-up > .menu-section-content-pop-up > .menu-section-items-pop-up {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-minimized.menu-section-opened .menu-section-pop-up > .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item {
      height: 48px; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-maximized .menu-section-header > .header-button {
  width: 230px;
  transition: width 0s linear 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-maximized .menu-section-header > .header-button .header-text {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-maximized .menu-section-header > .menu-section-toggle {
  width: 27px;
  transition: width 0s linear 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-maximized .menu-section-header > .menu-section-toggle > i {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-maximized .menu-section-header > .menu-section-pop-up {
  left: 275px;
  transition: left 0.3s linear 0s;
  width: 0px; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-opened {
  background-color: #33363B;
  transition: background-color 0.3s linear ; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-opened .menu-section-content > .menu-section-messages {
    color: #F46D3B;
    background-color: #33363B;
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-opened .menu-section-content > .menu-section-items {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-opened .menu-section-content > .menu-section-items .menu-item {
      height: 48px;
      transition: height 0.3s linear ; }

.roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed {
  transition: background-color 0.3s linear 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-content {
    overflow: hidden; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-content > .menu-section-messages {
      height: 0px;
      opacity: 0;
      transition: opacity 0.3s linear 0.3s; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-content > .menu-section-items {
      opacity: 0;
      transition: opacity 0.3s linear ; }
      .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-content > .menu-section-items .menu-item {
        height: 0;
        transition: height 0.3s linear 0.3s; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-pop-up > .menu-section-header-pop-up {
    width: 0px;
    border-bottom-color: transparent; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-pop-up > .menu-section-header-pop-up > .header-button-pop-up .header-text-pop-up {
      opacity: 0; }
  .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-pop-up .menu-section-content-pop-up {
    width: 0px;
    overflow: hidden; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-pop-up .menu-section-content-pop-up > .menu-section-messages-pop-up {
      height: 0px;
      opacity: 0; }
    .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up {
      opacity: 0; }
      .roles-menu-component .role-menu-sections .menu-section-component.menu-section-collapsed .menu-section-pop-up .menu-section-content-pop-up > .menu-section-items-pop-up .menu-item {
        height: 0px; }

.process-template-menu-component .process-template-menu-messages {
  color: #F46D3B; }

.process-template-menu-component .process-template-menu-items .process-template-menu-item:hover {
  background-color: #0193D7; }

.process-template-menu-component .process-template-menu-items .process-template-menu-item.process-template-menu-item-active {
  background-color: #33363B;
  transition: background-color 0.3s linear; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item.process-template-menu-item-active > a {
    color: #0193D7; }

.process-template-menu-component .process-template-menu-items .process-template-menu-item.process-template-menu-item-minimized > a {
  width: 60px;
  transition: width 0.3s linear 0.3s; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item.process-template-menu-item-minimized > a .menu-item-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity, 0.3s, visibility, 0.3s; }

.process-template-menu-component .process-template-menu-items .process-template-menu-item.process-template-menu-item-maximized > a {
  width: 275px;
  transition: width 0s linear 0.3s; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item.process-template-menu-item-maximized > a .menu-item-text {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.process-template-menu-component .process-template-menu-items .process-template-menu-item > a {
  height: 48px;
  color: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 0; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item > a:focus, .process-template-menu-component .process-template-menu-items .process-template-menu-item > a:hover {
    background-color: transparent; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item > a > i {
    font-size: 21px;
    line-height: 1em; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item > a > img {
    width: 21px;
    height: 21px; }
  .process-template-menu-component .process-template-menu-items .process-template-menu-item > a > .menu-item-text {
    font-size: 14px;
    line-height: 1em;
    margin-left: 12px; }

.resource-type-menu-component .resource-type-menu-messages {
  color: #F46D3B; }

.resource-type-menu-component .resource-type-menu-items .resource-type-menu-item:hover {
  background-color: #0193D7; }

.resource-type-menu-component .resource-type-menu-items .resource-type-menu-item.resource-type-menu-item-active {
  background-color: #33363B;
  transition: background-color 0.3s linear; }
  .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item.resource-type-menu-item-active > a {
    color: #0193D7; }

.resource-type-menu-component .resource-type-menu-items .resource-type-menu-item.resource-type-menu-item-minimized > a {
  width: 60px;
  transition: width 0.3s linear 0.3s; }
  .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item.resource-type-menu-item-minimized > a .menu-item-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity, 0.3s, visibility, 0.3s; }

.resource-type-menu-component .resource-type-menu-items .resource-type-menu-item.resource-type-menu-item-maximized > a {
  width: 275px;
  transition: width 0s linear 0.3s; }
  .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item.resource-type-menu-item-maximized > a .menu-item-text {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.resource-type-menu-component .resource-type-menu-items .resource-type-menu-item > a {
  height: 48px;
  color: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 0; }
  .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item > a:focus, .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item > a:hover {
    background-color: transparent; }
  .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item > a > i {
    font-size: 21px;
    line-height: 1em; }
  .resource-type-menu-component .resource-type-menu-items .resource-type-menu-item > a > .menu-item-text {
    font-size: 14px;
    line-height: 1em;
    margin-left: 12px; }

.dashboards-menu-component .dashboards-menu-messages {
  color: #F46D3B; }

.dashboards-menu-component .dashboards-menu-items .menu-item:hover {
  background-color: #0193D7; }

.dashboards-menu-component .dashboards-menu-items .menu-item.menu-item-active {
  background-color: #33363B;
  transition: background-color 0.3s linear; }
  .dashboards-menu-component .dashboards-menu-items .menu-item.menu-item-active > a {
    color: #0193D7; }

.dashboards-menu-component .dashboards-menu-items .menu-item.menu-item-minimized > a {
  width: 60px;
  transition: width 0.3s linear 0.3s; }
  .dashboards-menu-component .dashboards-menu-items .menu-item.menu-item-minimized > a .menu-item-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity, 0.3s, visibility, 0.3s; }

.dashboards-menu-component .dashboards-menu-items .menu-item.menu-item-maximized > a {
  width: 275px;
  transition: width 0s linear 0.3s; }
  .dashboards-menu-component .dashboards-menu-items .menu-item.menu-item-maximized > a .menu-item-text {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.dashboards-menu-component .dashboards-menu-items .menu-item > a {
  height: 48px;
  color: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 0; }
  .dashboards-menu-component .dashboards-menu-items .menu-item > a:focus, .dashboards-menu-component .dashboards-menu-items .menu-item > a:hover {
    background-color: transparent; }
  .dashboards-menu-component .dashboards-menu-items .menu-item > a > i {
    font-size: 21px;
    line-height: 1em; }
  .dashboards-menu-component .dashboards-menu-items .menu-item > a > img {
    width: 21px;
    height: 21px; }
  .dashboards-menu-component .dashboards-menu-items .menu-item > a > .menu-item-text {
    font-size: 14px;
    line-height: 1em;
    margin-left: 12px; }

.queue-board-component.panel {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  position: relative;
  width: 100%;
  height: 100%; }

.queue-board-component > .panel-heading > .panel-title .view-header-title {
  display: inline-block; }

.queue-board-component > .panel-heading > .panel-title .queue-rotation-counter {
  margin-left: 20px;
  font-size: inherit; }

.queue-board-component > .panel-heading > .panel-title .view-header-toggle {
  border: 0;
  padding: 0px;
  background-color: inherit; }
  .queue-board-component > .panel-heading > .panel-title .view-header-toggle > i {
    font-size: 26px;
    line-height: 1em;
    font-weight: bold; }
  .queue-board-component > .panel-heading > .panel-title .view-header-toggle:focus, .queue-board-component > .panel-heading > .panel-title .view-header-toggle:active:focus, .queue-board-component > .panel-heading > .panel-title .view-header-toggle.active:focus, .queue-board-component > .panel-heading > .panel-title .view-header-toggle.focus, .queue-board-component > .panel-heading > .panel-title .view-header-toggle:active.focus, .queue-board-component > .panel-heading > .panel-title .view-header-toggle.active.focus, .queue-board-component > .panel-heading > .panel-title .view-header-toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.queue-board-component > .panel-body {
  height: 100%;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden; }
  .queue-board-component > .panel-body > .container-fluid {
    height: 100%; }
    .queue-board-component > .panel-body > .container-fluid .row {
      height: 100%; }
      .queue-board-component > .panel-body > .container-fluid .row .col-xs-6, .queue-board-component > .panel-body > .container-fluid .row .col-sm-6, .queue-board-component > .panel-body > .container-fluid .row .col-md-6, .queue-board-component > .panel-body > .container-fluid .row .col-lg-6 {
        height: 100%; }
  .queue-board-component > .panel-body ::-webkit-scrollbar-thumb {
    background-color: #D6DBDF; }
  .queue-board-component > .panel-body ::-webkit-scrollbar-thumb:hover {
    background-color: #0193D7; }

.queue-board-component .view-stats-wrapper {
  overflow-y: hidden;
  overflow-x: auto; }

.queue-board-component .view-list-title-left-rotate {
  color: #D6DBDF;
  font-size: 40px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 10px;
  position: absolute;
  top: -60px;
  width: 60px;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: bottom left;
  transform: rotate(90deg);
  transform-origin: bottom left; }

.queue-board-component .view-list-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: 60px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-height: 100%; }

.queue-board-component.queue-board-view-stats-expanded .panel-body {
  height: calc(100% - 145px);
  transition: height 0.3s linear 0s; }

.queue-board-component.queue-board-view-stats-expanded .view-stats-wrapper {
  height: 98px;
  transition: height 0.3s linear ; }
  .queue-board-component.queue-board-view-stats-expanded .view-stats-wrapper > .view-stats {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s; }

.queue-board-component.queue-board-view-stats-collapsed .panel-body {
  height: calc(100% - 47px);
  transition: height 0.3s linear 0.3s; }

.queue-board-component.queue-board-view-stats-collapsed .view-stats-wrapper {
  height: 0px;
  transition: height 0.3s linear 0.3s, border-top 0s linear 0.6s; }
  .queue-board-component.queue-board-view-stats-collapsed .view-stats-wrapper > .view-stats {
    opacity: 0;
    transition: opacity 0.3s linear ; }

.workflow-board-component {
  height: 100%; }
  .workflow-board-component .panel-body {
    height: calc(100% - 47px);
    padding: 0; }
    .workflow-board-component .panel-body > .filter-panel {
      width: 100%;
      height: 42px;
      background-color: #D6DBDF;
      display: flex;
      justify-content: space-between;
      color: #191C21;
      border-top: 1px solid white; }
      .workflow-board-component .panel-body > .filter-panel > .filters-wrapper {
        height: 100%;
        background-color: inherit;
        display: flex; }
      .workflow-board-component .panel-body > .filter-panel > .view-report-button {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        background-color: inherit;
        font-size: 16px;
        padding-left: 14px;
        padding-right: 14px; }
      .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button {
        display: flex;
        align-items: center;
        background-color: inherit;
        border: 0;
        font-size: 22px; }
        .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:hover, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:active {
          background-color: inherit; }
        .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:active:focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button.active:focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button.focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:active.focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button.active.focus, .workflow-board-component .panel-body > .filter-panel > .download-workflow-data-report-button:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
    .workflow-board-component .panel-body > .body {
      padding: 5px 25px;
      width: 100%;
      height: calc(100% - 42px);
      overflow-x: auto;
      overflow-y: scroll; }
      .workflow-board-component .panel-body > .body > .no-data {
        text-align: center;
        padding: 50px; }
      .workflow-board-component .panel-body > .body > .workflows-grid .row > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        min-height: 0px; }
      .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons {
        margin-left: auto; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons > .btn-default:hover, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons > .btn-default:focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons > .btn-default:active {
          background-color: inherit; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action {
          border: 0;
          padding: 0px;
          font-size: 22px;
          color: #0193D7;
          padding-left: 8px;
          padding-right: 8px; }
          .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action:focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action:active:focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action.active:focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action.focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action:active.focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action.active.focus, .workflow-board-component .panel-body > .body > .workflows-grid .row > .actions > .action-icons .action:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
      .workflow-board-component .panel-body > .body > .workflows-grid .row.user-row, .workflow-board-component .panel-body > .body > .workflows-grid .row.workflow-row.title, .workflow-board-component .panel-body > .body > .workflows-grid .row.workflow-row.last-workflow {
        border-bottom: 1px solid #d3d3d3; }
      .workflow-board-component .panel-body > .body > .workflows-grid .row.user-row {
        height: 64px; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row.user-row > .user-info > .user-name {
          padding-left: 10px; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row.user-row > .summary > .workflow-count {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .workflow-board-component .panel-body > .body > .workflows-grid .row.user-row > .summary > .workflow-count > .incomplete {
            color: #7FBA00;
            font-size: 10px; }
      .workflow-board-component .panel-body > .body > .workflows-grid .row.workflow-row {
        height: 0;
        opacity: 0;
        transition: height 0.3s linear 0.3s, opacity 0.3s linear 0s; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row.workflow-row.title {
          background-color: #F5F5F5; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row.workflow-row.expanded {
          height: 36px;
          opacity: 1;
          transition: height 0.3s linear 0s, opacity 0.3s linear 0.3s; }
        .workflow-board-component .panel-body > .body > .workflows-grid .row.workflow-row > .columns > div {
          width: 200px; }

.process-board-component {
  height: 100%; }
  .process-board-component > .panel-heading {
    display: flex;
    height: 48px;
    padding-top: 6px;
    padding-bottom: 6px; }
    .process-board-component > .panel-heading > .panel-title {
      display: flex;
      flex: 1;
      justify-content: space-between;
      align-items: center;
      background-color: inherit; }
      .process-board-component > .panel-heading > .panel-title > .title > * {
        padding-left: 10px; }
      .process-board-component > .panel-heading > .panel-title > .title > .clickthrough-count, .process-board-component > .panel-heading > .panel-title > .title .clickthrough-label {
        display: inline; }
      .process-board-component > .panel-heading > .panel-title > .title > .clickthrough-go-back-button {
        margin-left: 10px; }
      .process-board-component > .panel-heading > .panel-title > .selected-processes {
        margin-left: auto;
        align-content: center; }
        .process-board-component > .panel-heading > .panel-title > .selected-processes .selected-count {
          font-size: 14px; }
        .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn {
          align-items: center;
          background-color: inherit;
          border: 0;
          font-size: 22px;
          color: #191C21; }
          .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:hover, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:active {
            background-color: inherit; }
          .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:active:focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn.active:focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn.focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:active.focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn.active.focus, .process-board-component > .panel-heading > .panel-title > .selected-processes .clear-selected-btn:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
      .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button {
        align-items: center;
        background-color: inherit;
        border: 0;
        font-size: 22px;
        color: #BABABB; }
        .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button.can-download {
          color: #191C21; }
        .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:hover, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:active {
          background-color: inherit; }
        .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:active:focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button.active:focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button.focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:active.focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button.active.focus, .process-board-component > .panel-heading > .panel-title > .download-process-template-report-button:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      .process-board-component > .panel-heading > .panel-title > .view-selector {
        background-color: inherit; }
        .process-board-component > .panel-heading > .panel-title > .view-selector > .dropdown > .dropdown-toggle > .toggle-content > .toggle-label {
          font-weight: normal;
          color: #000000; }
  .process-board-component > .panel-body {
    height: calc(100% - 112px);
    padding: 0; }
    .process-board-component > .panel-body > .filter-panel {
      width: 100%;
      height: 48px;
      background-color: #D6DBDF;
      color: #191C21;
      border-top: 1px solid white;
      display: flex; }
      .process-board-component > .panel-body > .filter-panel > .filter-buttons {
        margin-left: auto;
        align-content: center; }
        .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn {
          align-items: center;
          background-color: inherit;
          border: 0;
          font-size: 22px;
          color: #191C21; }
          .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:hover, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:active {
            background-color: inherit; }
          .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:active:focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn.active:focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn.focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:active.focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn.active.focus, .process-board-component > .panel-body > .filter-panel > .filter-buttons .btn:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
    .process-board-component > .panel-body > .pagination-panel {
      width: 100%;
      height: 32px;
      background-color: #D6DBDF;
      color: #191C21;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid white; }
    .process-board-component > .panel-body > .body {
      padding: 5px 25px;
      width: 100%;
      height: calc(100% - 80px);
      overflow-x: auto;
      overflow-y: scroll;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      .process-board-component > .panel-body > .body > .no-data {
        text-align: center;
        padding: 50px; }
      .process-board-component > .panel-body > .body > .processes-grid {
        margin-left: unset;
        margin-right: unset; }
        .process-board-component > .panel-body > .body > .processes-grid .row > div {
          display: flex;
          flex-direction: row;
          align-items: center;
          height: 100%; }
        .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container > .btn-default:active, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons > .btn-default:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons > .btn-default:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons > .btn-default:active {
          background-color: inherit; }
        .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action {
          border: 0;
          padding: 0px;
          font-size: 22px; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions .action-icons .workflow-action-container .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .related-process-icons .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions .action-icons .workflow-action-container .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .related-process-icons .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .action-icons .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes .action-icons .workflow-action-container .action:hover, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
        .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons {
          margin-left: auto;
          margin-top: 8px; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action {
            color: #0193D7;
            margin-left: 8px;
            padding-left: 4px;
            padding-right: 4px; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.stop {
              color: #D6DBDF; }
              .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.stop.can-stop {
                color: #FF0000; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.undo {
              color: #D6DBDF !important; }
              .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.undo.can-undo {
                color: #0193D7 !important; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.process-report {
              color: #D6DBDF; }
              .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons .action.process-report.can-download {
                color: #0193D7; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .process-reports-dropdown {
            margin: 0;
            padding: 0; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .process-reports-dropdown > .dropdown-toggle > .toggle-content > .toggle-label {
              padding: 0; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .process-reports-dropdown > .dropdown-toggle > .toggle-content > i {
              display: none; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .actions > .action-icons > .process-reports-dropdown > .dropdown-menu {
              background-color: #D6DBDF; }
        .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons:has(> .workflow-action-container:nth-child(14)) .workflow-action-container .action {
          padding-left: 11px;
          padding-right: 11px; }
        .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action {
          color: #191C21;
          padding-left: 15px;
          padding-right: 15px;
          position: relative; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action.workflow-completed {
            color: #0193D7; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action.workflow-completed.missing-facts {
              color: darkorange; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action.workflow-active {
            color: #7FBA00; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action > .sub-icon {
            font-family: FontAwesome;
            font-size: 12px;
            position: absolute;
            bottom: -2px;
            right: 10px; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action > .sub-icon.startable {
              color: #D6DBDF; }
              .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action > .sub-icon.startable:after {
                content: ""; }
              .process-board-component > .panel-body > .body > .processes-grid .row > .process-main > .workflow-actions > .action-icons > .workflow-action-container .action > .sub-icon.startable.can-start {
                color: #7FBA00; }
        .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons {
          display: flex;
          overflow-x: auto; }
          .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action {
            color: #0193D7;
            padding-left: 15px;
            padding-right: 15px; }
            .process-board-component > .panel-body > .body > .processes-grid .row > .related-processes > .related-process-icons .action > .badge {
              font-size: 14px;
              background-color: #0193D7; }
        .process-board-component > .panel-body > .body > .processes-grid .row.process-row {
          min-height: 50px;
          border-bottom: 1px solid #d3d3d3;
          position: relative; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row.interlinked {
            min-height: 0px;
            overflow: auto;
            border-left: 8px solid #0193D7;
            padding-left: 4px; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected {
            background-color: #191C1F; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected.primary {
              background-color: #191C1F; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected.secondary {
              background-color: #3E3B3B; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-info > .process-fact, .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-data > .process-fact, .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .process-facts > .process-fact {
              color: #FFFFFF; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-info > .process-fact > a, .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-data > .process-fact > a, .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .process-facts > .process-fact > a {
                color: #FFFFFF; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-info > .process-state, .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-data > .process-state, .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .process-facts > .process-state {
              color: white; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .workflow-actions > .action-icons > .workflow-action-container > .action {
              background-color: inherit;
              color: #FFFFFF; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .workflow-actions > .action-icons > .workflow-action-container > .action.workflow-completed {
                color: #0193D7; }
                .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .workflow-actions > .action-icons > .workflow-action-container > .action.workflow-completed.missing-facts {
                  color: darkorange; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .process-main > .workflow-actions > .action-icons > .workflow-action-container > .action.workflow-active {
                color: #7FBA00; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .related-processes > .related-process-icons > .action {
              background-color: inherit;
              color: #0193D7; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .related-processes > .related-process-icons > .action > .badge {
                font-size: 14px;
                background-color: #0193D7; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.selected > .actions > .action-icons > .action {
              background-color: inherit; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row.row-alert {
            background-color: #f8d7da; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.row-alert > .process-main > .workflow-actions > .action-icons > .workflow-action-container > .action,
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.row-alert > .related-processes > .related-process-icons > .action,
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row.row-alert > .actions > .action-icons > .action {
              background-color: inherit; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image {
            min-width: 49px;
            max-width: 49px;
            min-height: 49px;
            max-height: 49px; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image i {
              font-size: 40px; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image .image-icon {
              max-height: 100%;
              max-width: 100%; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image.selected > .process-image-button > i {
              color: #7FBA00; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button {
              border: 0;
              padding: 0;
              background-color: inherit; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:hover, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:active {
                background-color: inherit; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:active:focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button.active:focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button.focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:active.focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button.active.focus, .process-board-component > .panel-body > .body > .processes-grid .row.process-row > :is(.process-main, .process-info) > .process-image > .process-image-button:hover {
                -webkit-box-shadow: none;
                box-shadow: none; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main {
            overflow: auto; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts {
              display: flex;
              align-items: center;
              overflow: auto;
              height: 100%;
              width: 100%; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts > .process-fact {
                font-size: 14px;
                margin-left: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                min-width: 100px;
                width: 100%; }
                .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts > .process-fact:has(.blob-input-display-value-component > .display-content) {
                  font-size: 18px; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts > .process-state {
                min-width: 150px;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 14px; }
                .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts > .process-state > .badge {
                  font-size: 14px; }
                .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts > .process-state > .process-duration-datetime {
                  font-size: 12px; }
                .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .process-facts > .process-state > .badge-process-duration-datetime {
                  margin-bottom: 4px; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .workflow-actions {
              display: flex;
              align-items: center;
              height: 100%;
              position: relative; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .workflow-actions > .action-icons {
                display: flex;
                align-items: center;
                height: 100%; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .workflow-actions:has(.busy-overlay) > .action-icons {
                opacity: 0; }
              .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .workflow-actions > .busy-overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-main > .no-data {
              flex-grow: 1; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-data {
            padding-left: 10px; }
            .process-board-component > .panel-body > .body > .processes-grid .row.process-row > .process-data > .process-fact {
              margin-left: 10px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row.opened {
            max-height: 100px;
            opacity: 1;
            transition: max-height 0.5s linear 0s, opacity 0.3s linear 0.5s; }
          .process-board-component > .panel-body > .body > .processes-grid .row.process-row.closed {
            border-bottom: none;
            max-height: 0px;
            opacity: 0;
            transition: max-height 0.5s linear 0.3s, opacity 0.3s linear 0s; }
        .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows {
          overflow-x: auto;
          margin-left: 0;
          margin-right: 0; }
          .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-row-container > .process-row {
            height: 53px; }
          .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container {
            display: block; }
            .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container .process-row, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container .process-row {
              padding: 0 15px;
              display: inline-flex;
              align-items: center; }
            .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row {
              font-weight: bold;
              border-bottom: none;
              height: 32px; }
              .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row > .process-info > .process-image-label, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row > .process-info > .process-image-label {
                width: 49px; }
              .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row > .process-info > .process-first-fact-label, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row > .process-info > .process-first-fact-label {
                padding-left: 10px; }
              .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row > .process-info > .process-duration-label, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row > .process-info > .process-duration-label {
                padding-left: 10px;
                width: 130px; }
              .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row > .process-data, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row > .process-data {
                padding-left: 10px; }
                .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows > .process-data-header-row-container > .process-data-header-row > .process-data > .process-fact-header-label, .process-board-component > .panel-body > .body > .processes-grid > .process-data-rows .process-row-container > .process-data-header-row > .process-data > .process-fact-header-label {
                  margin-left: 10px;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
    .process-board-component > .panel-body > .actions {
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .process-board-component > .panel-body > .actions > .start-workflow-button {
        color: #D6DBDF;
        font-size: 45px;
        background-color: inherit;
        border: 0;
        padding: 0; }
        .process-board-component > .panel-body > .actions > .start-workflow-button.can-start {
          color: #7FBA00; }
        .process-board-component > .panel-body > .actions > .start-workflow-button:hover, .process-board-component > .panel-body > .actions > .start-workflow-button:focus, .process-board-component > .panel-body > .actions > .start-workflow-button:active {
          background-color: inherit; }
        .process-board-component > .panel-body > .actions > .start-workflow-button:focus, .process-board-component > .panel-body > .actions > .start-workflow-button:active:focus, .process-board-component > .panel-body > .actions > .start-workflow-button.active:focus, .process-board-component > .panel-body > .actions > .start-workflow-button.focus, .process-board-component > .panel-body > .actions > .start-workflow-button:active.focus, .process-board-component > .panel-body > .actions > .start-workflow-button.active.focus, .process-board-component > .panel-body > .actions > .start-workflow-button:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
    .process-board-component > .panel-body .process-fact, .process-board-component > .panel-body .process-fact-header-label {
      min-width: 105px;
      /* rimex specific class names */
      /* Input Def classes */ }
      .process-board-component > .panel-body .process-fact.rimex-data-col-xxs, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-xxs {
        min-width: 60px;
        max-width: 60px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-xs, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-xs {
        min-width: 60px;
        max-width: 60px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-s, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-s {
        min-width: 75px;
        max-width: 75px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-m, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-m {
        min-width: 100px;
        max-width: 100px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-l, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-l {
        min-width: 125px;
        max-width: 125px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-xl, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-xl {
        min-width: 155px;
        max-width: 155px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-xxl, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-xxl {
        min-width: 175px;
        max-width: 175px; }
      .process-board-component > .panel-body .process-fact.rimex-data-col-xxxl, .process-board-component > .panel-body .process-fact-header-label.rimex-data-col-xxxl {
        min-width: 200px;
        max-width: 200px; }
      .process-board-component > .panel-body .process-fact.boolean-fact, .process-board-component > .panel-body .process-fact-header-label.boolean-fact {
        min-width: 105px; }
      .process-board-component > .panel-body .process-fact.date-time-fact, .process-board-component > .panel-body .process-fact-header-label.date-time-fact {
        min-width: 140px;
        max-width: 140px; }
      .process-board-component > .panel-body .process-fact.free-text-fact, .process-board-component > .panel-body .process-fact.drop-down-fact, .process-board-component > .panel-body .process-fact.list-fact, .process-board-component > .panel-body .process-fact.resource-fact, .process-board-component > .panel-body .process-fact-header-label.free-text-fact, .process-board-component > .panel-body .process-fact-header-label.drop-down-fact, .process-board-component > .panel-body .process-fact-header-label.list-fact, .process-board-component > .panel-body .process-fact-header-label.resource-fact {
        min-width: 210px; }
      .process-board-component > .panel-body .process-fact.numeric-fact, .process-board-component > .panel-body .process-fact-header-label.numeric-fact {
        min-width: 80px; }
      .process-board-component > .panel-body .process-fact.auto-increment-fact, .process-board-component > .panel-body .process-fact-header-label.auto-increment-fact {
        min-width: 100px;
        max-width: 100px; }
  .process-board-component .clear-filters {
    color: #000000;
    position: relative; }
    .process-board-component .clear-filters > .sub-icon {
      position: absolute;
      top: 17px;
      right: 5px;
      width: 14px;
      height: 14px;
      color: #FF0000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      transform: none; }
      .process-board-component .clear-filters > .sub-icon:after {
        content: "\00D7"; }

.workflow-actions-popup-container > .workflow-action {
  vertical-align: middle;
  line-height: 48px;
  overflow: hidden; }
  .workflow-actions-popup-container > .workflow-action > .action-title {
    display: inline-block;
    font-size: 14px; }
    .workflow-actions-popup-container > .workflow-action > .action-title .fa {
      font-size: 21px; }
  .workflow-actions-popup-container > .workflow-action > .action-play {
    color: #7FBA00;
    font-size: 22px;
    border: 0;
    padding: 0;
    padding-left: 28px;
    padding-right: 8px;
    float: right;
    line-height: 48px; }
    .workflow-actions-popup-container > .workflow-action > .action-play.btn-default:hover {
      background-color: inherit;
      border-color: inherit; }
    .workflow-actions-popup-container > .workflow-action > .action-play:hover, .workflow-actions-popup-container > .workflow-action > .action-play:focus, .workflow-actions-popup-container > .workflow-action > .action-play:active {
      background-color: inherit; }
    .workflow-actions-popup-container > .workflow-action > .action-play:focus, .workflow-actions-popup-container > .workflow-action > .action-play:active:focus, .workflow-actions-popup-container > .workflow-action > .action-play.active:focus, .workflow-actions-popup-container > .workflow-action > .action-play.focus, .workflow-actions-popup-container > .workflow-action > .action-play:active.focus, .workflow-actions-popup-container > .workflow-action > .action-play.active.focus, .workflow-actions-popup-container > .workflow-action > .action-play:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .workflow-actions-popup-container > .workflow-action.inactive > .action-play {
    border: 0;
    padding: 0;
    color: #D6DBDF; }
    .workflow-actions-popup-container > .workflow-action.inactive > .action-play:hover, .workflow-actions-popup-container > .workflow-action.inactive > .action-play:focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play:active {
      background-color: inherit; }
    .workflow-actions-popup-container > .workflow-action.inactive > .action-play:focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play:active:focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play.active:focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play.focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play:active.focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play.active.focus, .workflow-actions-popup-container > .workflow-action.inactive > .action-play:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }

.resource-board-component {
  height: 100%; }
  .resource-board-component .panel-heading {
    height: 48px; }
  .resource-board-component .panel-body {
    height: calc(100% - 48px);
    padding: 0; }
    .resource-board-component .panel-body > .filter-panel {
      width: 100%;
      height: 48px;
      background-color: #D6DBDF;
      display: flex;
      justify-content: space-between;
      color: #191C21;
      border-top: 1px solid white; }
      .resource-board-component .panel-body > .filter-panel > .filters-wrapper {
        height: 100%;
        background-color: inherit;
        display: flex; }
    .resource-board-component .panel-body > .pagination-panel {
      width: 100%;
      height: 32px;
      background-color: #D6DBDF;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #191C21;
      border-top: 1px solid white; }
    .resource-board-component .panel-body > .body {
      padding: 5px 25px;
      width: 100%;
      height: calc(100% - 80px);
      overflow-x: auto;
      overflow-y: scroll; }
      .resource-board-component .panel-body > .body > .no-data {
        text-align: center;
        padding: 50px; }
      .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container {
        display: flex;
        flex-direction: row; }
        .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container .row {
          margin-left: 0;
          margin-right: 0; }
        .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-type-name-label-row-container > .resource-type-name-label-row {
          display: flex;
          flex-direction: row;
          align-items: center;
          height: 30px;
          font-weight: bold; }
          .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-type-name-label-row-container > .resource-type-name-label-row > .resource-type-name-label {
            width: 100%;
            overflow: hidden;
            max-height: 30px; }
            .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-type-name-label-row-container > .resource-type-name-label-row > .resource-type-name-label > .resource-type-name-label-value {
              word-wrap: break-word; }
        .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-name-row-container.selected {
          font-weight: bold;
          background-color: #F5F5F5; }
        .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-name-row-container > .resource-name-row {
          display: inline-flex;
          width: 100%;
          align-items: center;
          height: 30px;
          padding-top: 5px;
          padding-right: 20px;
          border-bottom: 1px solid #d3d3d3; }
          .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-name-row-container > .resource-name-row > .resource-name {
            width: 100%;
            max-height: 30px;
            display: inline-flex; }
            .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-name-row-container > .resource-name-row > .resource-name > .resource-name-value {
              overflow: hidden;
              padding-left: 10px; }
              .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-names-column > .resource-name-row-container > .resource-name-row > .resource-name > .resource-name-value > a {
                display: inline-block;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 100%; }
        .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column {
          overflow-x: scroll; }
          .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-type-attributes-row-container > .resource-type-attributes-row {
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 30px;
            font-weight: bold; }
            .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-type-attributes-row-container > .resource-type-attributes-row > .resource-type-attribute-label {
              width: 100%;
              overflow: hidden;
              max-height: 30px;
              min-width: 200px;
              max-width: 200px; }
              .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-type-attributes-row-container > .resource-type-attributes-row > .resource-type-attribute-label > .resource-type-attribute-label-value {
                word-wrap: break-word; }
          .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-attributes-row-container.selected {
            font-weight: bold;
            background-color: #F5F5F5; }
          .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-attributes-row-container > .resource-attributes-row {
            display: inline-flex;
            border-bottom: 1px solid #d3d3d3;
            align-items: center;
            height: 30px;
            padding-top: 5px; }
            .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-attributes-row-container > .resource-attributes-row > .resource-attribute {
              width: 100%;
              overflow: hidden;
              max-height: 30px;
              min-width: 200px;
              max-width: 200px; }
              .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-attributes-row-container > .resource-attributes-row > .resource-attribute > .resource-attribute-value > span, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-attributes-column > .resource-attributes-row-container > .resource-attributes-row > .resource-attribute > .resource-attribute-value a {
                word-wrap: break-word; }
        .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions {
          padding-top: 30px; }
          .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons {
            height: 30px;
            visibility: hidden;
            background-color: #F5F5F5; }
            .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons.selected {
              visibility: unset; }
            .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button {
              background-color: transparent;
              border: 0;
              color: #FF0000; }
              .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:hover, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:active {
                background-color: transparent; }
              .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:active:focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button.active:focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button.focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:active.focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button.active.focus, .resource-board-component .panel-body > .body > .resources-grid > .resources-grid-column-container > .resource-actions > .resource-action-buttons > .delete-resource-button:hover {
                -webkit-box-shadow: none;
                box-shadow: none; }
    .resource-board-component .panel-body > .actions {
      z-index: 10;
      position: absolute;
      bottom: calc(32px + 30px);
      width: 99%;
      margin: 0 auto;
      text-align: center; }
      .resource-board-component .panel-body > .actions > .add-resource-button {
        color: #D6DBDF;
        font-size: 45px;
        background-color: inherit;
        border: 0;
        padding: 0; }
        .resource-board-component .panel-body > .actions > .add-resource-button.can-start {
          color: #7FBA00; }
        .resource-board-component .panel-body > .actions > .add-resource-button:hover, .resource-board-component .panel-body > .actions > .add-resource-button:focus, .resource-board-component .panel-body > .actions > .add-resource-button:active {
          background-color: inherit; }
        .resource-board-component .panel-body > .actions > .add-resource-button:focus, .resource-board-component .panel-body > .actions > .add-resource-button:active:focus, .resource-board-component .panel-body > .actions > .add-resource-button.active:focus, .resource-board-component .panel-body > .actions > .add-resource-button.focus, .resource-board-component .panel-body > .actions > .add-resource-button:active.focus, .resource-board-component .panel-body > .actions > .add-resource-button.active.focus, .resource-board-component .panel-body > .actions > .add-resource-button:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
  .resource-board-component .branch-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }
  .resource-board-component .branch-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    background-color: #0193D7;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap; }
    .resource-board-component .branch-badge--count {
      background-color: #d3d3d3;
      color: #333; }

.dashboard-board-component {
  height: 100%; }
  .dashboard-board-component > .panel-heading {
    display: flex;
    height: 48px;
    padding-top: 6px;
    padding-bottom: 6px; }
    .dashboard-board-component > .panel-heading > .panel-title {
      display: flex;
      flex: 1;
      justify-content: space-between;
      align-items: center;
      background-color: inherit; }
  .dashboard-board-component > .panel-body {
    height: calc(100% - 48px);
    padding: 0; }
  .dashboard-board-component .rimex-client-refurbishments-dashboard .refurbishment-reports-dropdown > .dropdown-menu {
    background-color: #D6DBDF; }
  .dashboard-board-component .rimex-client-refurbishments-dashboard .refurbishment-reports-dropdown > .dropdown-toggle > .toggle-content > .toggle-label {
    padding: 0 10px;
    margin-left: 10px; }

.welcome-board-component {
  height: 100%; }
  .welcome-board-component .welcome-board-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .welcome-board-component .welcome-board-wrapper > .welcome-board-logo {
      width: 200px;
      height: 200px;
      min-width: 200px;
      min-height: 200px;
      background-image: url("../assets/images/promptslogowatermark.png");
      background-repeat: no-repeat;
      background-size: contain; }

.header-menu-component {
  height: 58px;
  display: inline-flex;
  align-content: center;
  font-size: 28px;
  background-color: inherit; }
  .header-menu-component.navbar-nav {
    font-family: Raleway, sans-serif; }
    .header-menu-component.navbar-nav > li > a {
      height: 58px;
      color: #FFFFFF; }
    .header-menu-component.navbar-nav > li > ul {
      overflow: hidden; }

.workflow-edit-component {
  height: 100%; }
  .workflow-edit-component > .workflow-phases-wrapper {
    height: 130px;
    background-color: #0193D7;
    display: inline-flex;
    width: 100%; }
    .workflow-edit-component > .workflow-phases-wrapper.collapsed {
      height: 51px; }
    .workflow-edit-component > .workflow-phases-wrapper > .workflow-phases {
      width: 100%;
      display: inline-flex;
      overflow-x: scroll;
      padding-top: 25px;
      margin-left: 25px;
      margin-right: 25px; }
      .workflow-edit-component > .workflow-phases-wrapper > .workflow-phases::-webkit-scrollbar-thumb:hover {
        background-color: #D6DBDF; }
    .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary {
      display: flex;
      align-items: center;
      flex-shrink: 0; }
      .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-times {
        display: flex;
        align-items: center;
        padding: 0 15px;
        white-space: nowrap;
        color: #FFFFFF;
        font-size: 16px;
        flex-shrink: 0; }
        .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-times > span {
          margin-right: 15px; }
        .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-times span.workflow-times__overflow-day {
          margin-left: 6px; }
          .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-times span.workflow-times__overflow-day::before {
            content: ' '; }
      .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container {
        display: flex;
        align-items: center;
        padding-right: 15px;
        flex-shrink: 0; }
        .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container > .workflow-actions-button {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          color: #FFFFFF;
          min-width: 84px;
          min-height: 44px;
          padding: 4px 10px;
          text-decoration: none;
          line-height: 1; }
          .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container > .workflow-actions-button > div:first-child {
            font-size: 20px;
            display: flex;
            align-items: center; }
          .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container > .workflow-actions-button > div:last-child {
            font-size: 12px;
            font-weight: bold;
            margin-left: 6px;
            text-transform: uppercase; }
          .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container > .workflow-actions-button:hover, .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container > .workflow-actions-button:focus, .workflow-edit-component > .workflow-phases-wrapper > .workflow-phase-summary > .workflow-actions-button-container > .workflow-actions-button:active {
            color: #FFFFFF;
            background-color: transparent; }
    .workflow-edit-component > .workflow-phases-wrapper > .actions {
      float: right;
      position: relative;
      top: -40px; }
      .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button {
        color: #FF0000;
        background-color: transparent;
        border: 0;
        font-size: 32px; }
        .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:hover, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:active {
          background-color: inherit; }
        .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:active:focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button.active:focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button.focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:active.focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button.active.focus, .workflow-edit-component > .workflow-phases-wrapper > .actions > .action-icons > .workflow-edit-stop-workflow-button:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
  .workflow-edit-component > .workflow-phase-wrapper {
    position: relative;
    height: calc(100% - 130px);
    background-color: #F5F5F5;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center; }
    .workflow-edit-component > .workflow-phase-wrapper.collapsed {
      height: calc(100% - 51px); }
    .workflow-edit-component > .workflow-phase-wrapper > .info-panel-toggle {
      position: absolute;
      right: 25px;
      top: 10px;
      font-size: 32px;
      z-index: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none; }
      @media (max-width: 1440px) {
        .workflow-edit-component > .workflow-phase-wrapper > .info-panel-toggle {
          flex-direction: column-reverse; } }
      .workflow-edit-component > .workflow-phase-wrapper > .info-panel-toggle > .fa {
        margin-left: 5px; }
      .workflow-edit-component > .workflow-phase-wrapper > .info-panel-toggle > .process-count {
        margin-left: 5px;
        background-color: #333;
        font-size: 18px; }
    .workflow-edit-component > .workflow-phase-wrapper > .phase-component {
      position: relative;
      flex: 1; }
    .workflow-edit-component > .workflow-phase-wrapper > .info-panel-container {
      overflow: auto;
      background-color: inherit; }
      .workflow-edit-component > .workflow-phase-wrapper > .info-panel-container.opened {
        width: 600px;
        transition: width 0.5s linear 0s; }
        .workflow-edit-component > .workflow-phase-wrapper > .info-panel-container.opened > * {
          opacity: 1;
          transition: opacity 0.3s linear 0.5s; }
      .workflow-edit-component > .workflow-phase-wrapper > .info-panel-container.closed {
        width: 0px;
        transition: width 0.5s linear 0.3s; }
        .workflow-edit-component > .workflow-phase-wrapper > .info-panel-container.closed > * {
          opacity: 0;
          transition: opacity 0.3s linear 0s; }
    .workflow-edit-component > .workflow-phase-wrapper > .workflow-phase-overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      display: flex;
      justify-content: center;
      z-index: 1; }
      .workflow-edit-component > .workflow-phase-wrapper > .workflow-phase-overlay > .operation-in-progress-detail {
        margin-bottom: auto;
        margin-top: 15%; }
        .workflow-edit-component > .workflow-phase-wrapper > .workflow-phase-overlay > .operation-in-progress-detail > .detail {
          margin-top: 50px;
          font-size: 20px; }
          .workflow-edit-component > .workflow-phase-wrapper > .workflow-phase-overlay > .operation-in-progress-detail > .detail > span {
            background-color: #FFFFFF; }
    .workflow-edit-component > .workflow-phase-wrapper .field-label > .toggle {
      font-style: italic;
      cursor: pointer; }
      .workflow-edit-component > .workflow-phase-wrapper .field-label > .toggle > i {
        margin-left: 5px;
        margin-right: 5px; }
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted > input,
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted > .Select > .Select-control,
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted.number-input-component input, .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted.text-input-component, .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted.date-input-component {
      background-color: lightblue; }
      .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted > input:focus,
      .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted > .Select > .Select-control:focus,
      .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted.number-input-component input:focus, .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted.text-input-component:focus, .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted.date-input-component:focus {
        background-color: #ffcc80; }
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted > .Select.is-focused > .Select-control {
      background-color: #ffcc80; }
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.highlighted > .Select > .Select-control > .Select-multi-value-wrapper > .Select-value {
      padding-left: 5px;
      padding-right: 5px;
      white-space: normal; }
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.input-error > input,
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.input-error > .Select > .Select-control,
    .workflow-edit-component > .workflow-phase-wrapper .editable-input.input-error.number-input-component input, .workflow-edit-component > .workflow-phase-wrapper .editable-input.input-error.text-input-component, .workflow-edit-component > .workflow-phase-wrapper .editable-input.input-error.date-input-component {
      background-color: #f4bec3; }
    .workflow-edit-component > .workflow-phase-wrapper > .workflow-phase-steps {
      height: 100%;
      width: 100%;
      display: flex;
      /* 
            This causes leftmost items to be inaccessible if the collective width of this container's children exceeds the width of this container.
            Instead, we should just use margins on the flex items to properly center them. margin-left: auto for first child and margin-right: auto for last child
        */
      flex-wrap: nowrap;
      overflow-x: auto; }
  .workflow-edit-component .panel-component {
    min-width: 400px; }
    .workflow-edit-component .panel-component.has-match .panel-heading {
      background-color: lightgreen; }
    .workflow-edit-component .panel-component > .panel-heading .panel-title {
      display: flex;
      align-items: center; }
      .workflow-edit-component .panel-component > .panel-heading .panel-title .badge {
        margin: 5px; }
      .workflow-edit-component .panel-component > .panel-heading .panel-title > .actions {
        display: flex;
        margin-left: auto; }
        .workflow-edit-component .panel-component > .panel-heading .panel-title > .actions > .btn {
          padding: 0;
          border: 0;
          background-color: inherit;
          margin-left: 10px;
          font-size: 20px; }
          .workflow-edit-component .panel-component > .panel-heading .panel-title > .actions > .btn.clear-button {
            margin-left: 0; }
    .workflow-edit-component .panel-component > .panel-collapse .panel-body {
      padding: 0; }
      .workflow-edit-component .panel-component > .panel-collapse .panel-body > .btn-group-vertical {
        display: block; }
        .workflow-edit-component .panel-component > .panel-collapse .panel-body > .btn-group-vertical > .option {
          white-space: normal; }
          .workflow-edit-component .panel-component > .panel-collapse .panel-body > .btn-group-vertical > .option.matching-option {
            background-color: lightgreen; }
        .workflow-edit-component .panel-component > .panel-collapse .panel-body > .btn-group-vertical > .more-option {
          white-space: normal;
          text-align: center;
          background-color: #FFFFFF;
          padding: 5px;
          border: 1px solid #CCCCCC;
          border-top: 0; }
    .workflow-edit-component .panel-component > .panel-collapse .images-body {
      max-width: 400px;
      padding-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 0px; }

.workflow-phase-nav-item-component {
  font-family: Raleway, sans-serif;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #0193D7;
  width: 52px; }
  .workflow-phase-nav-item-component:first-child {
    margin-left: auto; }
  .workflow-phase-nav-item-component:last-child {
    margin-right: auto; }
  .workflow-phase-nav-item-component > .leading-connector, .workflow-phase-nav-item-component > .trailing-connector {
    width: 0px;
    height: 27px;
    border-bottom: 2px solid #FFFFFF; }
  .workflow-phase-nav-item-component > .workflow-phase-wrapper {
    width: 52px;
    overflow: visible;
    position: relative;
    text-align: center; }
    .workflow-phase-nav-item-component > .workflow-phase-wrapper > a > .workflow-phase {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle;
      position: relative;
      font-size: 22px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 40px;
      background-color: #0193D7;
      border: 3px solid #FFFFFF; }
    .workflow-phase-nav-item-component > .workflow-phase-wrapper > a:hover, .workflow-phase-nav-item-component > .workflow-phase-wrapper > a:focus {
      text-decoration: none; }
    .workflow-phase-nav-item-component > .workflow-phase-wrapper > .workflow-phase-label {
      color: #FFFFFF;
      font-weight: 400;
      font-size: 16px;
      position: absolute;
      left: 50%;
      padding-top: 8px;
      white-space: nowrap;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
  .workflow-phase-nav-item-component.show-leading-connector {
    width: 127px; }
    .workflow-phase-nav-item-component.show-leading-connector > .leading-connector {
      width: 75px; }
  .workflow-phase-nav-item-component.show-trailing-connector {
    width: 127px; }
    .workflow-phase-nav-item-component.show-trailing-connector > .trailing-connector {
      width: 75px; }
  .workflow-phase-nav-item-component.show-leading-connector.show-trailing-connector {
    width: 202px; }
  .workflow-phase-nav-item-component.complete > .workflow-phase-wrapper > a > .workflow-phase {
    background-color: #FFFFFF;
    color: #0193D7; }
    .workflow-phase-nav-item-component.complete > .workflow-phase-wrapper > a > .workflow-phase > i {
      line-height: 45px; }
  .workflow-phase-nav-item-component.active > .workflow-phase-wrapper > .workflow-phase-label {
    text-decoration: underline; }
  .workflow-phase-nav-item-component.current > .workflow-phase-wrapper > a > .workflow-phase, .workflow-phase-nav-item-component.current.complete > .workflow-phase-wrapper > a > .workflow-phase {
    background-color: #0193D7;
    color: #FFFFFF; }
  .workflow-phase-nav-item-component.outstanding > .workflow-phase-wrapper > a > .workflow-phase {
    background-color: #FFFFFF;
    color: #0193D7; }

.workflow-edit-step-component {
  min-width: 350px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  height: calc(100% - 5px - 5px);
  min-width: 350px;
  max-width: 400px; }
  .workflow-edit-step-component:first-child {
    margin-left: auto; }
  .workflow-edit-step-component:last-child {
    margin-right: auto; }
  .workflow-edit-step-component > .workflow-step-title {
    padding-top: 16px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: Raleway, serif; }
  .workflow-edit-step-component > .workflow-step-inputs-wrapper {
    height: calc(100% - 50px);
    border: solid 1px #D6DBDF;
    padding: 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #FFFFFF; }

.workflow-input-component.has-validation-error > .workflow-boolean-input-component > .workflow-boolean-input > .workflow-button-group-input-component {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error > .workflow-free-text-input-component > .workflow-free-text-input input {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error > .workflow-date-time-input-component > .workflow-date-time-input input {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error > .workflow-list-input-component > .workflow-list-input > .workflow-button-group-input-component {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error > .workflow-drop-down-input-component > .workflow-drop-down-input > .Select > .Select-control {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error > .workflow-resource-input-component > .workflow-resource-input > .resources-select > .Select-control {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error > .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component input {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error .workflow-blob-input-component > .input-container .sig-canvas {
  border: 2px solid #FF0000; }

.workflow-input-component.has-validation-error .workflow-blob-input-component .file-upload {
  border: 2px solid #FF0000; }

.workflow-operation-button-dropdown-container {
  height: 100%;
  padding-top: 35px;
  min-width: 135px;
  max-width: 135px; }
  .workflow-operation-button-dropdown-container.collapsed {
    padding-top: 0;
    margin-left: auto; }
  .workflow-operation-button-dropdown-container > .dropdown, .workflow-operation-button-dropdown-container .dropdown.open {
    background-color: #0193D7; }
    .workflow-operation-button-dropdown-container > .dropdown > .workflow-operation-button-default, .workflow-operation-button-dropdown-container .dropdown.open > .workflow-operation-button-default {
      background-color: #0193D7;
      border: 0;
      width: 58px;
      height: 100%;
      margin-right: 5px;
      padding: 0; }
      .workflow-operation-button-dropdown-container > .dropdown > .workflow-operation-button-default:active, .workflow-operation-button-dropdown-container .dropdown.open > .workflow-operation-button-default:active {
        box-shadow: none;
        -webkit-box-shadow: none; }
      .workflow-operation-button-dropdown-container > .dropdown > .workflow-operation-button-default:focus, .workflow-operation-button-dropdown-container .dropdown.open > .workflow-operation-button-default:focus {
        border: 0;
        outline: 0; }
      .workflow-operation-button-dropdown-container > .dropdown > .workflow-operation-button-default > .workflow-operation-icon-container > .workflow-operation-main-icon-container, .workflow-operation-button-dropdown-container .dropdown.open > .workflow-operation-button-default > .workflow-operation-icon-container > .workflow-operation-main-icon-container {
        font-size: 36px; }
    .workflow-operation-button-dropdown-container > .dropdown > .dropdown-toggle, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-toggle {
      background-color: #0193D7;
      border: 0;
      height: 100%;
      color: #FFFFFF; }
      .workflow-operation-button-dropdown-container > .dropdown > .dropdown-toggle:active, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-toggle:active {
        box-shadow: none;
        -webkit-box-shadow: none; }
      .workflow-operation-button-dropdown-container > .dropdown > .dropdown-toggle:hover, .workflow-operation-button-dropdown-container > .dropdown > .dropdown-toggle:focus, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-toggle:hover, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-toggle:focus {
        background-color: #0193D7;
        border: 0;
        color: #FFFFFF; }
      .workflow-operation-button-dropdown-container > .dropdown > .dropdown-toggle > .caret, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-toggle > .caret {
        border: 0;
        position: relative;
        top: -13px;
        right: 5px;
        font-size: 28px; }
        .workflow-operation-button-dropdown-container > .dropdown > .dropdown-toggle > .caret:after, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-toggle > .caret:after {
          content: "";
          font-family: FontAwesome; }
    .workflow-operation-button-dropdown-container > .dropdown > .dropdown-menu, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-menu {
      background-color: #0193D7;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      .workflow-operation-button-dropdown-container > .dropdown > .dropdown-menu > .workflow-operation-menu-item > a .workflow-operation-menu-item-text, .workflow-operation-button-dropdown-container .dropdown.open > .dropdown-menu > .workflow-operation-menu-item > a .workflow-operation-menu-item-text {
        color: #FFFFFF;
        margin-left: 6px; }
  .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container {
    font-size: 21px; }
    .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.complete-phase {
      color: #00FF21; }
    .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.start-current-phase {
      color: #00FF21; }
    .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.start-next-phase {
      color: #00FF21; }
    .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.start-next-phase-display {
      color: #00FF21; }
    .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.stop-workflow, .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.cancel-workflow {
      color: #FF0000; }
    .workflow-operation-button-dropdown-container .workflow-operation-icon-container > .workflow-operation-main-icon-container.pause-phase {
      color: #FFD804; }

.artifact-view-component {
  min-width: 350px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  height: calc(100% - 5px - 5px);
  min-width: 350px;
  max-width: 400px; }
  .artifact-view-component:first-child {
    margin-left: auto; }
  .artifact-view-component:last-child {
    margin-right: auto; }
  .artifact-view-component > .artifact-view-step-title {
    padding-top: 16px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: Raleway, serif; }
  .artifact-view-component > .artifact-view-values-wrapper {
    height: calc(100% - 50px);
    border: solid 1px #D6DBDF;
    padding: 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #FFFFFF; }
    .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values {
      margin-right: 10px; }
      .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field > .artifact-field-label {
        font-weight: bold;
        font-size: 15px; }
      .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field > .artifact-field-value {
        width: auto;
        font-size: 15px;
        min-height: 35px; }
      .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field.artifact-warning-field > .artifact-field-value {
        min-height: 22px; }
      .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field > .artifact-warning-verification {
        border: solid 1px;
        margin-bottom: 18px;
        padding: 10px 12px;
        width: 100%;
        border-color: green; }
        .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field > .artifact-warning-verification.has-value {
          background-color: #D9EDF7;
          border-color: #BCE8F1;
          color: #31708F; }
        .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field > .artifact-warning-verification.is-missing {
          background-color: #F2DEDE;
          border-color: #EBCCD1;
          color: #A94442; }
        .artifact-view-component > .artifact-view-values-wrapper > .artifact-view-values > .artifact-view-field > .artifact-warning-verification > .artifact-warning-verification__message {
          font-size: 14px;
          line-height: 1.4; }

.workflow-info-panel-component {
  padding: 10px;
  background-color: inherit; }
  .workflow-info-panel-component .resource-selector {
    margin: 10px 0px; }
    .workflow-info-panel-component .resource-selector > .input-label {
      font-weight: bold;
      font-size: 18px;
      display: block;
      margin-bottom: 10px; }
  .workflow-info-panel-component .process-filters {
    display: flex;
    flex-direction: row;
    background-color: white;
    margin: 10px 0px;
    padding: 10px 0px; }
    .workflow-info-panel-component .process-filters .clear-filters {
      margin-left: auto;
      font-size: 12px; }
  .workflow-info-panel-component .process-template {
    margin-bottom: 10px; }
    .workflow-info-panel-component .process-template .process-template-header {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px;
      display: flex; }
      .workflow-info-panel-component .process-template .process-template-header .process-count {
        margin-left: 5px;
        background-color: #333;
        align-self: center; }
      .workflow-info-panel-component .process-template .process-template-header .refresh-processes {
        margin-left: auto;
        margin-right: 10px; }
    .workflow-info-panel-component .process-template .processes {
      padding-left: 10px; }
      .workflow-info-panel-component .process-template .processes .process-row {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #d3d3d3; }
        .workflow-info-panel-component .process-template .processes .process-row.expanded {
          background-color: #FFF; }
        .workflow-info-panel-component .process-template .processes .process-row.collapsed > .process-content {
          display: none; }
        .workflow-info-panel-component .process-template .processes .process-row:nth-child(1) {
          border-top: 1px solid #d3d3d3; }
        .workflow-info-panel-component .process-template .processes .process-row > .process-header {
          display: flex;
          flex-direction: row;
          font-size: 16px;
          cursor: pointer; }
          .workflow-info-panel-component .process-template .processes .process-row > .process-header .process-toggle {
            padding: 5px;
            width: 20px; }
          .workflow-info-panel-component .process-template .processes .process-row > .process-header .process-fact-value {
            padding: 5px; }
            .workflow-info-panel-component .process-template .processes .process-row > .process-header .process-fact-value:has(.blob-input-display-value-component > .display-content) {
              font-size: 14px;
              padding-top: 4px;
              padding-bottom: 0px; }
          .workflow-info-panel-component .process-template .processes .process-row > .process-header .process-open-workflow {
            font-size: 16px;
            margin-left: auto;
            padding: 5px; }
        .workflow-info-panel-component .process-template .processes .process-row > .process-content {
          font-size: 16px;
          padding: 5px 25px; }
          .workflow-info-panel-component .process-template .processes .process-row > .process-content .process-fact {
            display: table-row; }
            .workflow-info-panel-component .process-template .processes .process-row > .process-content .process-fact > .fact-label {
              font-style: italic;
              display: table-cell;
              align-content: start;
              padding: 5px; }
            .workflow-info-panel-component .process-template .processes .process-row > .process-content .process-fact > .fact-value {
              display: table-cell;
              align-content: start;
              padding: 5px; }

.modal.in .modal-dialog.workflow-actions-modal,
.modal.fade .modal-dialog.workflow-actions-modal {
  width: 600px;
  max-width: calc(100vw - 60px); }

.workflow-actions-modal .modal-content {
  background-color: #f7f6f3; }

.workflow-actions-modal .modal-header {
  border-bottom: 0;
  min-height: 62px;
  padding: 14px 16px 14px 16px;
  background-color: #d6dbdf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .workflow-actions-modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px; }
  .workflow-actions-modal .modal-header .close {
    width: 34px;
    height: 34px;
    margin-top: 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    font-size: 21px;
    line-height: 30px;
    opacity: 1;
    text-shadow: none; }
    .workflow-actions-modal .modal-header .close:hover, .workflow-actions-modal .modal-header .close:focus {
      color: #111;
      background-color: #f5f5f5;
      opacity: 1;
      outline: none; }

.workflow-actions-modal .modal-body {
  padding: 0 48px 6px 48px; }

.workflow-actions-modal .modal-footer {
  border-top: 0;
  padding: 12px 28px 22px 28px; }

.workflow-actions-modal .workflow-actions-loading,
.workflow-actions-modal .workflow-actions-empty {
  padding: 30px;
  text-align: center; }

.workflow-actions-modal .workflow-actions-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8d98a7; }
  .workflow-actions-modal .workflow-actions-empty::before, .workflow-actions-modal .workflow-actions-empty::after {
    content: "";
    flex: 1;
    border-top: 1px solid #d8d3cc; }

.workflow-actions-modal .workflow-actions-list {
  display: flex;
  flex-direction: column; }

.workflow-actions-modal .workflow-action-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0; }
  .workflow-actions-modal .workflow-action-item + .workflow-action-item {
    border-top: 1px solid #eeeae4; }

.workflow-actions-modal .workflow-action-main {
  min-width: 0; }

.workflow-actions-modal .workflow-action-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px; }

.workflow-actions-modal .workflow-action-type {
  font-size: 15px;
  font-weight: 600;
  color: #151923; }

.workflow-actions-modal .workflow-action-description {
  font-size: 14px;
  color: #151923;
  margin-bottom: 4px;
  overflow-wrap: break-word; }

.workflow-actions-modal .workflow-action-secondary {
  font-size: 12px;
  color: #536075; }

.workflow-actions-modal .workflow-action-controls {
  min-width: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.workflow-actions-modal .workflow-action-status {
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
  padding: 2px 4px; }
  .workflow-actions-modal .workflow-action-status.successful {
    background-color: #6fcf97; }
  .workflow-actions-modal .workflow-action-status.failed {
    background-color: #d9534f; }
  .workflow-actions-modal .workflow-action-status.started {
    background-color: #f0ad4e; }
  .workflow-actions-modal .workflow-action-status.not-fired {
    background-color: #8d98a7; }

.workflow-actions-modal .workflow-action-refire {
  padding: 0;
  font-size: 16px;
  text-decoration: none; }
  .workflow-actions-modal .workflow-action-refire .fa {
    margin-right: 4px; }

.workflow-actions-modal .workflow-action-saving-notice {
  color: #8d98a7 !important;
  white-space: nowrap; }

.workflow-actions-modal .workflow-action-result {
  font-size: 14px;
  margin-top: 6px; }
  .workflow-actions-modal .workflow-action-result.workflow-action-result-success {
    color: #5cb85c; }
  .workflow-actions-modal .workflow-action-result.workflow-action-result-error {
    color: #d9534f; }

.workflow-free-text-input-component {
  padding-bottom: 15px; }
  .workflow-free-text-input-component > .workflow-free-text-input-question {
    font-size: 16px; }

.workflow-date-time-input-component {
  padding-bottom: 15px; }
  .workflow-date-time-input-component > .workflow-date-time-input-question {
    font-size: 16px; }

.workflow-boolean-input-component {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding-bottom: 15px;
  align-items: center; }
  .workflow-boolean-input-component > .workflow-boolean-input-question {
    font-family: Raleway, serif;
    font-size: 16px;
    width: 50%;
    padding-right: 10px; }
  .workflow-boolean-input-component > .workflow-boolean-input {
    width: 50%; }

.workflow-button-input-component {
  width: 100%; }
  .workflow-button-input-component > .workflow-button-input {
    height: 40px;
    width: 100%;
    color: #0193D7;
    background-color: #FFFFFF;
    font-family: Raleway, serif;
    font-size: 14px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #0193D7;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .workflow-button-input-component > .workflow-button-input.active {
      background-color: #0193D7;
      color: #FFFFFF; }
    .workflow-button-input-component > .workflow-button-input.btn-default:active:hover, .workflow-button-input-component > .workflow-button-input .btn-default.active:hover, .workflow-button-input-component > .workflow-button-input .open > .dropdown-toggle.btn-default:hover, .workflow-button-input-component > .workflow-button-input .btn-default:active:focus, .workflow-button-input-component > .workflow-button-input .btn-default.active:focus, .workflow-button-input-component > .workflow-button-input .open > .dropdown-toggle.btn-default:focus, .workflow-button-input-component > .workflow-button-input .btn-default:active.focus, .workflow-button-input-component > .workflow-button-input .btn-default.active.focus, .workflow-button-input-component > .workflow-button-input .open > .dropdown-toggle.btn-default.focus {
      border-color: #0193D7; }

.workflow-button-group-input-component {
  width: 100%;
  border: 1px solid #0193D7; }
  .workflow-button-group-input-component.horizontal {
    width: 85%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
  .workflow-button-group-input-component.vertical {
    width: 60%;
    margin: 0 auto; }

.workflow-list-input-component {
  width: 100%;
  justify-content: center;
  padding-bottom: 15px;
  align-items: center; }
  .workflow-list-input-component > .workflow-list-input-question {
    font-family: Raleway, serif;
    font-size: 16px;
    padding-bottom: 15px; }
  .workflow-list-input-component > .workflow-list-input {
    width: 100%; }

.workflow-drop-down-input-component {
  width: 100%;
  justify-content: center;
  padding-bottom: 15px;
  align-items: center; }
  .workflow-drop-down-input-component > .workflow-drop-down-input-question {
    font-family: Raleway, serif;
    font-size: 16px; }
  .workflow-drop-down-input-component > .workflow-drop-down-input {
    width: 100%; }

.workflow-resource-input-component {
  width: 100%;
  justify-content: center;
  padding-bottom: 15px;
  align-items: center; }
  .workflow-resource-input-component > .workflow-resource-input-question {
    font-size: 16px; }
  .workflow-resource-input-component > .workflow-resource-input {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .workflow-resource-input-component > .workflow-resource-input > .resources-select {
      width: 100%; }
    .workflow-resource-input-component > .workflow-resource-input > .new-resource > .new-resource-button {
      margin-left: 10px; }
    .workflow-resource-input-component > .workflow-resource-input > .read-resource > .read-resource-button {
      margin-left: 10px; }

.workflow-numeric-input-component {
  padding-bottom: 15px; }
  .workflow-numeric-input-component > .workflow-numeric-input-question {
    font-size: 16px; }
  .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component {
    width: 100%; }
    .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component.has-prefix > input {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component.has-suffix > input {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component > input {
      height: 38px;
      font-size: 16px; }
      .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component > input:focus {
        border-color: #0193D7; }
    .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component .prefix, .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component .suffix {
      background-color: #d3d3d3;
      border: 1px solid #d3d3d3; }
    .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component .prefix {
      border-radius: 4px 0 0 4px; }
    .workflow-numeric-input-component > .workflow-numeric-input > .number-input-component .suffix {
      border-radius: 0 4px 4px 0; }

.workflow-blob-input-component {
  padding-bottom: 15px; }
  .workflow-blob-input-component .input-question {
    font-size: 16px; }
  .workflow-blob-input-component .input-container {
    position: relative; }
    .workflow-blob-input-component .input-container .busy-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      align-content: center;
      color: #0193D7; }

.workflow-report-component {
  height: 100%; }
  .workflow-report-component .workflow-report-header-component {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 64px;
    background-color: #D6DBDF;
    align-items: center;
    white-space: nowrap; }
    .workflow-report-component .workflow-report-header-component > .header-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      white-space: nowrap;
      min-width: 275px;
      height: 100%;
      border-right: #d3d3d3 1px solid; }
      .workflow-report-component .workflow-report-header-component > .header-wrapper > .header {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        padding: 0 18px 0 18px; }
    .workflow-report-component .workflow-report-header-component > .item-group-header-wrapper {
      display: flex; }
  .workflow-report-component .workflow-report-header-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 64px;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    white-space: nowrap;
    border-right: #d3d3d3 1px solid; }
    .workflow-report-component .workflow-report-header-group > .header {
      font-size: 12px;
      font-weight: 500;
      margin: 0 auto; }
    .workflow-report-component .workflow-report-header-group > .items-wrapper {
      display: flex;
      flex-direction: row;
      width: 100%;
      flex-wrap: nowrap; }
      .workflow-report-component .workflow-report-header-group > .items-wrapper > .item-wrapper {
        display: flex;
        flex-direction: column;
        width: 84px;
        flex-wrap: nowrap; }
        .workflow-report-component .workflow-report-header-group > .items-wrapper > .item-wrapper > .item {
          flex: 1 1 0;
          font-size: 12px;
          font-weight: 500;
          margin: 0 auto; }
        .workflow-report-component .workflow-report-header-group > .items-wrapper > .item-wrapper > .item-target {
          flex: 1 1 0;
          font-size: 10px;
          font-weight: 500;
          margin: 0 auto; }
  .workflow-report-component .workflow-report-row-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: fit-content; }
  .workflow-report-component .workflow-report-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 64px;
    align-items: center;
    white-space: nowrap;
    border-bottom: #d3d3d3 1px solid; }
    .workflow-report-component .workflow-report-row > .row-header {
      min-width: 275px;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 5px 18px;
      border-right: #d3d3d3 1px solid; }
      .workflow-report-component .workflow-report-row > .row-header > .row-info {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; }
      .workflow-report-component .workflow-report-row > .row-header > .workflow-stats {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: right; }
        .workflow-report-component .workflow-report-row > .row-header > .workflow-stats > .stats-max {
          font-size: 10px;
          font-weight: 500; }
        .workflow-report-component .workflow-report-row > .row-header > .workflow-stats > .stats-avg {
          font-size: 10px;
          font-weight: 800; }
        .workflow-report-component .workflow-report-row > .row-header > .workflow-stats > .stats-min {
          font-size: 10px;
          font-weight: 500; }
  .workflow-report-component .workflow-report-row-results {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%; }
    .workflow-report-component .workflow-report-row-results > .result-group {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      border-right: #d3d3d3 1px solid;
      height: 100%;
      padding: 5px 0; }
      .workflow-report-component .workflow-report-row-results > .result-group > .result-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 84px; }
        .workflow-report-component .workflow-report-row-results > .result-group > .result-wrapper > .result {
          font-size: 14px;
          font-weight: 500; }
        .workflow-report-component .workflow-report-row-results > .result-group > .result-wrapper > .target-comparison {
          font-size: 10px;
          font-weight: 500; }
          .workflow-report-component .workflow-report-row-results > .result-group > .result-wrapper > .target-comparison.status-above {
            color: #7FBA00; }
          .workflow-report-component .workflow-report-row-results > .result-group > .result-wrapper > .target-comparison.status-below {
            color: #FF0000; }
          .workflow-report-component .workflow-report-row-results > .result-group > .result-wrapper > .target-comparison.status-average {
            color: #FCD116; }
  .workflow-report-component .workflow-report-detail-row-component > .row-header > .row-info > .user-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start; }
    .workflow-report-component .workflow-report-detail-row-component > .row-header > .row-info > .user-info > .user-name {
      padding-left: 10px;
      font-size: 14px;
      font-weight: 500; }
  .workflow-report-component .workflow-report-total-row > .row-header > .row-info {
    align-items: center;
    justify-content: flex-start; }
    .workflow-report-component .workflow-report-total-row > .row-header > .row-info span {
      font-weight: bold; }
  .workflow-report-component > .filter-panel {
    width: 100%;
    height: 42px;
    background-color: #0193D7;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF; }
    .workflow-report-component > .filter-panel > .filters-wrapper {
      height: 100%;
      background-color: inherit;
      display: flex; }
    .workflow-report-component > .filter-panel > .view-report-button {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      background-color: inherit;
      color: #FFFFFF;
      font-size: 16px;
      border: 0;
      padding-left: 14px;
      padding-right: 14px; }
      .workflow-report-component > .filter-panel > .view-report-button:hover, .workflow-report-component > .filter-panel > .view-report-button:focus, .workflow-report-component > .filter-panel > .view-report-button:active {
        background-color: inherit; }
      .workflow-report-component > .filter-panel > .view-report-button:focus, .workflow-report-component > .filter-panel > .view-report-button:active:focus, .workflow-report-component > .filter-panel > .view-report-button.active:focus, .workflow-report-component > .filter-panel > .view-report-button.focus, .workflow-report-component > .filter-panel > .view-report-button:active.focus, .workflow-report-component > .filter-panel > .view-report-button.active.focus, .workflow-report-component > .filter-panel > .view-report-button:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .workflow-report-component > .body {
    width: 100%;
    height: calc(100% - 42px);
    overflow: auto; }
    .workflow-report-component > .body > .no-data {
      text-align: center;
      padding: 50px; }
    .workflow-report-component > .body > .role-wrapper {
      display: flex;
      flex-direction: column; }

.resource-read-component {
  height: 100%; }
  .resource-read-component > .resource-read-body {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px; }
    .resource-read-component > .resource-read-body > .resource-name, .resource-read-component > .resource-read-body > .resource-attribute {
      display: flex;
      flex-direction: row;
      margin-bottom: 10px; }
      .resource-read-component > .resource-read-body > .resource-name > .field-label, .resource-read-component > .resource-read-body > .resource-attribute > .field-label {
        font-weight: bold;
        margin-right: 10px;
        width: 20%;
        min-width: 20%; }
      .resource-read-component > .resource-read-body > .resource-name > .field-value, .resource-read-component > .resource-read-body > .resource-attribute > .field-value {
        width: auto; }

.resource-modal-component > .modal-content > .modal-header {
  background-color: #D6DBDF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .resource-modal-component > .modal-content > .modal-header > .btn {
    float: right; }

.resource-modal-component > .modal-content > .modal-body {
  padding-left: 10px;
  padding-right: 10px; }

html, body {
  min-height: 100% !important;
  height: 100%;
  width: 100%;
  min-width: 100% !important; }

body {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overscroll-behavior: none; }
  body #app-container {
    height: 100%; }
    body #app-container .app-root {
      height: 100%; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  border-radius: 13px;
  border: 4px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #808080; }

::-webkit-scrollbar-thumb:hover {
  border-radius: 13px;
  border: 4px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #0193D7; }

body {
  font-family: Raleway, sans-serif; }

h1, .h1, h2, .h2 {
  margin-top: 0px;
  margin-bottom: 0px; }

h3, .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px; }

.panel {
  border-radius: 0px;
  margin-bottom: 0px; }

.panel-default > .panel-heading {
  color: #191C21;
  background-color: #D6DBDF;
  border-color: #D6DBDF;
  font-family: Raleway, sans-serif;
  font-size: 20px; }

.panel-heading {
  padding: 12px 15px 12px 20px;
  border-bottom: 1px solid transparent;
  border-radius: 0px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #191C21;
  color: #FFFFFF; }

.navbar-inverse .navbar-nav > a:hover, .navbar-inverse .navbar-nav > a:focus {
  background-color: #191C21;
  color: #FFFFFF; }

.dropdown {
  background-color: inherit; }
  .dropdown.open > .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .dropdown.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle:hover, .dropdown.open > .dropdown-toggle:focus {
      background-color: inherit;
      color: inherit; }
  .dropdown.open > .dropdown-menu > li {
    height: 48px;
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0.6s, height 0.3s linear 0s, opacity 0.3s linear 0.3s; }
    .dropdown.open > .dropdown-menu > li.divider {
      height: 1px;
      margin: 9px 0;
      transition: height 0.3s linear 0s, margin 0.3s linear 0s; }
  .dropdown > .dropdown-toggle, .dropdown > .dropdown-toggle:hover, .dropdown > .dropdown-toggle:focus {
    background-color: inherit;
    color: inherit; }
  .dropdown > .dropdown-menu {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    background-color: inherit;
    display: block; }
    .dropdown > .dropdown-menu > li {
      height: 0;
      opacity: 0;
      visibility: hidden;
      transition: visibility 0s linear 0.6s, opacity 0.3s linear 0s, height 0.3s linear 0.3s; }
      .dropdown > .dropdown-menu > li.active > a, .dropdown > .dropdown-menu > li.active > a:hover, .dropdown > .dropdown-menu > li.active > a:focus {
        background-color: #191C21;
        color: #FFFFFF; }
      .dropdown > .dropdown-menu > li.divider {
        height: 0;
        margin: 0;
        background-color: #FFFFFF;
        transition: height 0.3s linear 0.3s, margin 0.3s linear 0.3s; }
      .dropdown > .dropdown-menu > li > a {
        display: flex;
        align-items: center;
        height: 100%;
        color: inherit; }
        .dropdown > .dropdown-menu > li > a:hover, .dropdown > .dropdown-menu > li > a:focus {
          background-color: #191C21;
          color: #FFFFFF; }

.modal.in .modal-dialog.bs-override, .modal.fade .modal-dialog.bs-override {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before,
.image-gallery-left-nav::before,
.image-gallery-right-nav::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
    .image-gallery-content.fullscreen .image-gallery-slide {
      background: #000; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 113px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 84px); } }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl; }

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before,
  .image-gallery-left-nav::before,
  .image-gallery-right-nav::before {
    color: #fff;
    line-height: .7;
    text-shadow: 0 2px 2px #1a1a1a;
    transition: color .2s ease-out; }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before,
  .image-gallery-left-nav:hover::before,
  .image-gallery-right-nav:hover::before {
    color: #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before,
      .image-gallery-left-nav:hover::before,
      .image-gallery-right-nav:hover::before {
        color: #fff; } }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.7em;
    padding: 15px 20px;
    text-shadow: 0 1px 1px #1a1a1a; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2.4em; } }
    @media (max-width: 480px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2em; } }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    color: #fff;
    transform: scale(1.1); }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before {
        transform: none; } }

.image-gallery-fullscreen-button {
  right: 0; }
  .image-gallery-fullscreen-button::before {
    content: ""; }
  .image-gallery-fullscreen-button.active::before {
    content: ""; }
  .image-gallery-fullscreen-button.active:hover::before {
    transform: scale(0.9); }

.image-gallery-play-button {
  left: 0; }
  .image-gallery-play-button::before {
    content: ""; }
  .image-gallery-play-button.active::before {
    content: ""; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }
  @media (max-width: 768px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 3.4em;
      padding: 20px 15px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 2.4em;
      padding: 0 15px; } }

.image-gallery-left-nav {
  left: 0; }
  .image-gallery-left-nav::before {
    content: ""; }

.image-gallery-right-nav {
  right: 0; }
  .image-gallery-right-nav::before {
    content: ""; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide img {
    width: 100%; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet.active {
      background: #fff; }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 108px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0; }
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left {
        margin-right: 3px; } }
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.right {
        margin-left: 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 75px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    position: relative; }
  .image-gallery-thumbnail img {
    vertical-align: middle;
    width: 100%; }
  .image-gallery-thumbnail.active {
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active {
        border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em;
      line-height: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }
