.mw-bs .user,
.mw-bs .user-notification {
  align-self: center;
  display: flex;
}
.mw-bs .user-options-trigger {
  cursor: pointer;
  padding: 0 24px;
  background-color: transparent;
  border: none;
}
.mw-bs .user-options-trigger span {
  display: block;
  height: 27px;
  width: 27px;
  background-size: cover;
  border-radius: 50%;
}
.mw-bs .user-options-trigger:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: -4px;
}
.mw-bs .user-options-trigger:hover,
.mw-bs .user-options-trigger:focus {
  background: #107A86;
  transition: background-color 200ms ease, color 200ms ease, outline 50ms ease, outline-offset 50ms ease, box-shadow 50ms ease;
}
.mw-bs .user-notification-trigger {
  cursor: pointer;
  display: flex;
  padding: 0 24px;
  position: relative;
  border-radius: 0;
  background: none;
  color: #fff;
  align-self: center;
  border: none;
  height: 100%;
}
.mw-bs .user-notification-trigger.has-new:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 14px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #43ac6a;
  border: 2px solid currentColor;
}
.mw-bs .user-notification-trigger svg {
  width: 24px;
  height: 18px;
  align-self: center;
}
.mw-bs .user-notification-trigger .glyphicon-triangle-bottom {
  align-self: center;
}
.mw-bs .user-notification-popover {
  letter-spacing: normal;
}
.mw-bs .user-notification-header {
  font-weight: 700;
}
.mw-bs .user-notification-item {
  border-top: 1px solid #ddd;
  padding: 8px 0;
}
.mw-bs .user-notification-icon,
.mw-bs .user-notification-icon-open {
  width: 16px;
  margin-right: 10px;
  color: #999;
  align-self: center;
}
.mw-bs .user-notification-icon-open {
  margin-top: -4px;
}
.mw-bs .user-notification-item:last-child {
  padding-bottom: 0;
}
.mw-bs .user-notification-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1em;
  max-height: 50vh;
  overflow-y: auto;
}
.mw-bs .user-notification-content {
  font-size: 13px;
  color: #666;
  padding: 5px 0;
  overflow-wrap: break-word;
}
.mw-bs .user-notification-subject {
  list-style: none;
  padding: 0;
}
.mw-bs .user-notification-item:first-child {
  border-top: none;
}
.mw-bs .user-tenant-id {
  color: #212121;
}
.mw-bs .user-options {
  cursor: pointer;
  font-size: 15px;
}
.mw-bs .user-options li {
  display: inline;
  margin-right: 1em;
}
.mw-bs .user-dropdown-text {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: initial;
}

.mw-bs .dropdown-box .dropdown-btn {
  background: transparent;
  border: none;
  padding: 0;
}
.mw-bs .dropdown-box .dropdown-list-wrapper {
  display: none;
  position: absolute;
  z-index: 1000;
}
.mw-bs .dropdown-box.is-open > .dropdown-list-wrapper {
  display: block;
}

.view-enter {
  opacity: 0.01;
  transition: opacity 0.3s ease-in;
}
.view-enter.view-enter-active {
  opacity: 1;
}
.view-leave {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.view-leave.view-leave-active {
  opacity: 0.01;
}
.slide-forward-enter {
  transform: translateX(100%);
  transition: transform 1s ease;
}
.slide-forward-enter.slide-forward-enter-active {
  transform: translateX(0);
}
.slide-forward-leave {
  transform: translateX(0);
  transition: transform 1s ease;
}
.slide-forward-leave.slide-forward-leave-active {
  transform: translateX(-100%);
}
.slide-back-enter {
  transform: translateX(-100%);
  transition: transform 1s ease;
}
.slide-back-enter.slide-back-enter-active {
  transform: translateX(0);
}
.slide-back-leave {
  transform: translateX(0);
  transition: transform 1s ease;
}
.slide-back-leave.slide-back-leave-active {
  transform: translateX(100%);
}

.mw-bs .tab-header-admin .dropdown-box {
  display: flex;
  height: 100%;
  position: relative;
}
.mw-bs .tab-header-admin .dropdown-box .dropdown-btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mw-bs .tab-header-admin .dropdown-box .dropdown-btn .label-info {
  padding: 0.4em 0.6em 0.3em;
  margin-left: 0.5em;
  background-color: #CCE7F5;
  color: #212121;
}
.mw-bs .tab-header-admin .dropdown-box .dropdown-btn .header-dropdown {
  display: flex;
  align-items: center;
}
.mw-bs .tab-header-admin .dropdown-box .dropdown-btn .glyphicon-triangle-bottom {
  font-size: 10px;
  margin-left: 0.25em;
  display: inline;
}
.mw-bs .tab-header-admin .dropdown-box .dropdown-btn:hover {
  background: #4B778B;
  outline: 1px solid #FFFFFF;
  outline-offset: -4px;
}
.mw-bs .tab-header-admin .dropdown-box.is-open .dropdown-btn {
  background: #4B778B;
  outline: 1px solid #FFFFFF;
  outline-offset: -4px;
}
.mw-bs .tab-header-admin .dropdown-box.is-open .glyphicon-triangle-bottom {
  transform: rotate(180deg);
}
.mw-bs .tab-header-admin .dropdown-btn:focus {
  outline: none;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper {
  top: 100%;
  min-width: 120px;
  overflow: hidden;
  border-radius: 4px 0 4px 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  width: 352px;
  font-weight: 700;
  font-size: 16px;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .user-dropdown-content {
  padding: 15px;
  word-wrap: break-word;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper p {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 0.1em;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .link-emulate {
  font-size: 14px;
  font-weight: 400;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 8px 15px 15px;
  text-decoration: none;
  background: #FFFFFF;
  color: #212121;
  border: 1px solid transparent;
  text-align: left;
  width: 100%;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link svg {
  flex-shrink: 0;
  height: 16px;
  margin-left: 8px;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link svg rect {
  fill: #FFFFFF;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link svg path {
  fill: #212121;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link .glyphicon {
  height: 16px;
  width: 16px;
  margin-right: 25px;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-content {
  flex-grow: 1;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .settings-dropdown-list .dropdown-content {
  border: 0;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .settings-dropdown-list .dropdown-link {
  align-items: baseline;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: -4px;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link:hover,
.mw-bs .tab-header-admin .dropdown-list-wrapper .dropdown-link:focus {
  background: #B6E5E2;
  border: solid 1px #033D58;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper.notifications-wrapper {
  width: 400px;
  padding: 15px;
  line-height: 1.42857143;
}
.mw-bs .tab-header-admin .dropdown-list-wrapper.dropdown-right {
  right: 0;
}
.mw-bs .header-admin-left .dropdown-box {
  min-width: 0;
}

.mw-bs .logo {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  width: 66px;
}
.mw-bs .logo > img {
  margin: 0 6px 0 9px;
  width: 46px;
}
.mw-bs .logo > span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.error-fallback {
  text-align: left;
}
.error-fallback-details {
  margin-top: 10px;
  height: auto;
  max-height: 80vh;
}

.mw-bs .search-input {
  display: flex;
  font-size: 13px;
  align-items: flex-start;
}
.mw-bs .search-input-text {
  width: 250px;
  padding: 6px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mw-bs .search-input-button {
  background: #e7e7e7;
  border-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 32px;
  text-align: center;
}

#manywho-draw {
  /* specificity required to override system flows tooling theme */
  /* System Flow tables */
}
#manywho-draw .table-wrapper {
  position: relative;
  font-size: 13px;
}
#manywho-draw .table-wrapper th,
#manywho-draw .table-wrapper th:hover {
  background: linear-gradient(180deg, #efefef 0%, #e4e4e4 100%);
  font-family: var(--default-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  cursor: default;
}
#manywho-draw .table-wrapper td,
#manywho-draw .table-wrapper th {
  padding: 8px;
}
#manywho-draw .table-wrapper td {
  border-top: 1px solid #dddddd;
}
#manywho-draw .table-wrapper.loading::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
#manywho-draw .table-wrapper .table-no-results {
  margin-bottom: 0;
}
#manywho-draw .table-no-results-message {
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 10px 0px 20px;
}
#manywho-draw .table-align-top.table > tbody > tr > td {
  vertical-align: top;
}
#manywho-draw .draggable-row {
  cursor: move;
}
#manywho-draw .page-editor-canvas .table-search input {
  z-index: auto;
}
#manywho-draw .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: middle;
}
#manywho-draw .table-fixed {
  table-layout: fixed;
}

.mw-bs .pager {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
}
.mw-bs .pager-meta {
  align-self: center;
}
.mw-bs .pager-move {
  margin: 5px;
}
.mw-bs .pager-first {
  margin-left: 0;
}
.mw-bs .pager-last {
  margin-right: 0;
}

.mw-bs .modal {
  position: absolute !important;
}
.mw-bs .modal-backdrop {
  height: 100%;
}
.mw-bs .flow-editor > .modal-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mw-bs .modal-dialog {
  max-width: 75%;
  min-width: 50%;
}
.mw-bs .modal.show {
  overflow-y: scroll;
  -ms-overflow-style: inherit;
}
.mw-bs .modal.show::-webkit-scrollbar {
  display: inherit;
}
.mw-bs .admin.modal-open .modal {
  z-index: 1300;
}
.mw-bs .admin.modal-open .modal-backdrop {
  z-index: 1299;
}
.mw-bs .confirm-modal .modal-body {
  min-height: 50px;
}
.mw-bs .confirm-modal .modal-body .message-line {
  padding-bottom: 1em;
}
.mw-bs .confirm-modal .modal-body .dependency-list {
  margin-bottom: 0;
}
.mw-bs .modal-backdrop.in.lighter-backdrop {
  opacity: 0.3;
}

.text-editor .btn-icon {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.text-editor:hover .btn-icon {
  opacity: 1;
}
.text-editor-input {
  letter-spacing: -0.5px;
}
.text-editor-display {
  border: 2px solid transparent;
}

.toggle {
  outline: 0;
  display: inline-flex;
  width: 50px;
  height: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  background-color: #d0e8f8;
  border-radius: 10px;
  margin-right: 10px;
  transform: translateY(1px);
  transition: background-color 0.2s ease-out;
  border: 1px solid transparent;
}
.toggle:focus {
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.toggle:after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  align-self: center;
  transform: translateX(5px);
  transition: transform 0.1s ease-in-out;
}
.toggle.is-on {
  background: #10639b;
}
.toggle.is-on:after {
  transform: translateX(30px);
}

.mw-bs .clipboard-input {
  font-size: 13px;
}
.mw-bs .clipboard-copy {
  width: 32px;
}

#manywho-draw .tenant-page .form-group {
  max-width: 48rem;
}
#manywho-draw .tenant-page .security-ip-range {
  padding-left: 20px;
  padding-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
}
#manywho-draw .tenant-page .add-range {
  align-self: flex-start;
}
#manywho-draw .tenant-page .restriction-widget {
  max-width: 500px;
  margin-right: 30px;
}
#manywho-draw .tenant-page .restriction-widget .add-restriction {
  margin-left: 8px;
}
#manywho-draw .tenant-page .restriction-widget .region-restriction-list {
  margin-left: 20px;
}
#manywho-draw .tenant-page .SAML-settings .restriction-widget {
  max-width: none;
  margin-right: 0;
}
#manywho-draw .tenant-page .SAML-settings .restriction-widget .add-restriction {
  height: auto;
  min-height: auto;
  border: 0 none;
}
#manywho-draw .tenant-page .SAML-settings p.help-block {
  max-width: 100%;
}
#manywho-draw .tenant-page .SAML-settings .grouped-control-input {
  height: 39px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  width: 100%;
}
#manywho-draw .tenant-page .SAML-settings .certificate {
  font-family: monospace;
  resize: vertical;
}
#manywho-draw .tenant-page .SAML-settings .login-url {
  margin: 0 0 5px;
}
#manywho-draw .column {
  flex-basis: 10%;
}
#manywho-draw .column-one {
  flex-basis: 25%;
}
#manywho-draw .column-two {
  flex-basis: 33%;
}
#manywho-draw .tenant-tab {
  background: #efefef;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0.5em -1px 0;
  padding: 0.5em 1em;
  color: #10639b;
}
#manywho-draw .tenant-tab.active {
  background: #FFFFFF;
  border-bottom-color: #fff;
}
#manywho-draw .tenant-tab:focus {
  outline: none;
}
#manywho-draw .tenant-tabs {
  margin: 1em;
  border-bottom: 1px solid #E7E7E7;
}

.mw-bs .value-picker-meta {
  font-size: 0.8em;
  color: #888888;
  margin: 0.25em 0;
  display: inline-block;
  max-width: 45ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mw-bs .value-picker-default {
  color: #212121;
}
.mw-bs .value-button {
  color: #008cba;
  border: 0 none;
  background: none;
  padding: 0;
}
.mw-bs .value-list-item {
  margin-bottom: 0.3em;
}
.mw-bs .picker-option {
  padding: 5px;
}
.mw-bs .value-picker-filter-toggle {
  color: #008cba;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}
.mw-bs .value-picker-more-results {
  color: #008cba;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}
.mw-bs .value-picker-filter-container {
  height: 0;
  overflow: hidden;
}
.mw-bs .value-picker-filter-container.is-open {
  height: auto;
}
.mw-bs .value-picker-filter-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1em;
}
.mw-bs .value-picker-filter {
  padding-right: 1em;
  display: flex;
  flex-flow: column nowrap;
}
.mw-bs .value-picker-filter.full-width {
  width: 100%;
  padding: 0;
}
.mw-bs .value-picker-filter .mw-select {
  position: relative;
}
.mw-bs .value-picker-filter .wait-container {
  height: auto;
  flex-flow: row;
  min-height: 100%;
}
.mw-bs .value-picker-filter .wait-spinner {
  display: inline-block;
}
.mw-bs .value-picker-filter .wait-message {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.mw-bs .value-picker-filter .checkbox-label {
  margin: 2.75em 0 auto 0;
}
.mw-bs .value-picker-filter .value-picker-filter-checkbox {
  margin: 0 0.5em 0 0;
  transform: translateY(2px);
}
.mw-bs .value-picker-filter-select {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: transparent;
}
.mw-bs .value-picker-filter-select.type {
  width: 100%;
}

.mw-bs .picker-modal-body {
  max-height: calc(100vh - 400px);
}
.mw-bs .picker-search-wrapper {
  display: flex;
  flex-direction: row;
}
.mw-bs .picker-search-inner {
  flex-grow: 1;
}
.mw-bs .picker-search-inner .form-group {
  margin-bottom: 0;
}
.mw-bs .search-splitter {
  margin: 0.5em;
}
.mw-bs .picker-selection,
.mw-bs .picker-option {
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  flex: 1;
}
.mw-bs .picker-options {
  padding-left: 0;
  list-style: none;
  overflow: auto;
}
.mw-bs .picker-option {
  width: 100%;
}
.mw-bs .picker-option:hover {
  background: #f5f5f5;
}
.mw-bs .picker-recent-separator {
  width: 100%;
  margin-top: 0;
}
.mw-bs .picker-clear {
  margin-left: 5px;
  border: 0;
  background: none;
  padding: 0;
}
.mw-bs .picker-clear::after {
  content: 'remove';
}
.mw-bs .picker-clear:hover::after {
  text-decoration: underline;
}
.mw-bs .picker {
  min-height: 50px;
  position: relative;
  padding: 0.5em;
  border: 1px solid #cccccc;
  display: flex;
  margin-bottom: 1em;
}
.mw-bs .select-create-value {
  display: inline-block;
  min-height: 56.19px;
}
.mw-bs .value-editor-container {
  min-height: 200px;
}

#manywho-draw .value-editor-container .add-row .btn,
#manywho-draw .value-editor-container .new-value .btn {
  width: 39px;
  height: 39px;
}
#manywho-draw .value-editor-container .panel-heading {
  cursor: pointer;
}
#manywho-draw .value-editor-container .panel-info {
  border-color: #E5E5E5;
}
#manywho-draw .value-editor-container .panel-info > .panel-heading {
  color: inherit;
  background-color: #F5F5F5;
  border-color: #E5E5E5;
}
#manywho-draw .value-editor-container .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E5E5E5;
}
#manywho-draw .value-editor-container .accordion-toggle:before {
  /* glyphicon-chevron-up symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  padding-right: 5px;
}
#manywho-draw .value-editor-container .panel-heading.collapsed .accordion-toggle:before {
  /* glyphicon-chevron-down symbol for "collapsed" panels */
  content: "\e114";
}
#manywho-draw .value-editor-container .panel-title a {
  display: block;
}
#manywho-draw .value-editor-container .full-width {
  width: 100%;
}
#manywho-draw .value-editor-container textarea {
  resize: vertical;
}

.mw-bs .breadcrumb-trail {
  font-size: 18px;
}

.mw-bs .assets {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.mw-bs #assets-modal {
  overflow: auto;
  z-index: 70000;
}
.mw-bs #assets-modal .modal-dialog {
  width: 2000px;
}
.mw-bs .assets .btn-primary * {
  color: #ffffff;
}
.mw-bs .assets .dropzone {
  padding: 3em;
  margin-bottom: 2em;
}
.mw-bs .assets .dropzone > div {
  text-align: center;
}
.mw-bs .assets .dropzone:hover {
  background: #efefef;
}
.mw-bs .assets .item-actions {
  min-height: 40px;
  padding-top: 2em;
}
.mw-bs .assets .btn-secondary {
  margin-top: 1em;
  background-color: #DCDCDC;
}
.mw-bs .assets .dropzone {
  padding: 3em;
  margin-bottom: 2em;
}
.mw-bs .assets .dropzone:hover {
  background: #efefef;
}
.mw-bs .assets .item-actions {
  min-height: 40px;
  padding-top: 2em;
}
.mw-bs .assets .btn-secondary {
  margin-top: 1em;
}
.mw-bs .assets .rendered-react-keyed-file-browser {
  display: flex;
  flex-grow: 1;
}
.mw-bs .assets .rendered-file-browser {
  padding-right: 2em;
  overflow: auto;
  width: 66.666666%;
}
.mw-bs .assets .iframeWrapper {
  width: 33.3333333%;
  position: relative;
  display: flex;
  flex-grow: 1;
}
.mw-bs .assets iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  border: 0 none;
}
.mw-bs .close-preview {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .mw-bs .assets .rendered-file-browser {
    width: 100%;
  }
}

.mw-bs .flow-editor-canvas-wrapper {
  flex: 1;
}
.mw-bs .flow {
  position: relative;
  width: 100%;
  height: 100%;
}
.mw-bs .tenant-transition > .flow {
  position: absolute;
}
.mw-bs .modal-body > .flow {
  min-height: 200px;
}
.mw-bs .modal-body > .flow .main {
  padding: 0 !important;
  margin: 0 !important;
}
.mw-bs .modal-body > .flow .main > .outcome {
  float: right;
  margin: 0 0 0 1em !important;
}

.mw-bs .build {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mw-bs .build .bootstrap-typeahead {
  flex-grow: 1;
}
.mw-bs .build .bootstrap-typeahead .dropdown-menu {
  font-size: 15px;
}
.mw-bs .build-endpoint {
  display: flex;
  flex-direction: row;
  position: relative;
}
.mw-bs .build-endpoint > .typeahead {
  flex-grow: 1;
}
.mw-bs .build-endpoint > .btn-group .btn:first-child {
  border-radius: 0;
}
.mw-bs .build-endpoint .btn {
  height: 39px;
}
.mw-bs .typeahead-results {
  padding-left: 0;
  list-style-type: none;
  width: 100%;
  position: absolute;
  z-index: 100;
  background: white;
  border: 1px solid #ddd;
}
.mw-bs .typeahead-results:empty {
  display: none;
}
.mw-bs .typeahead-result {
  padding: 8px;
}
.mw-bs .typeahead-result.hover {
  background-color: #E6E6E6;
}
.mw-bs .request-response-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.mw-bs .request-response-container > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mw-bs .request-response-container > div > h4 {
  text-align: center;
}
.mw-bs .request-response-container > div:first-child {
  margin-right: 0.5em;
}
.mw-bs .request-response-container > div:last-child {
  margin-left: 0.5em;
}
.mw-bs .request-response-container #request-editor,
.mw-bs .request-response-container #response-editor {
  flex-grow: 1;
}

.mw-bs .toast-notifications {
  list-style: none;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
.mw-bs .macro-editor-container .toast-notifications,
.mw-bs .players .toast-notifications {
  bottom: 14px;
}
.mw-bs .toast-notification {
  padding: 12px;
  width: 300px;
  margin-top: 20px;
  border-radius: 4px;
  color: #212121;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  word-break: break-word;
}
.mw-bs .toast-notification.error {
  background-color: #ECCFD5;
  border-color: #ECCFD5;
}
.mw-bs .toast-notification.warning {
  background-color: #F6E7C7;
  border-color: #F6E7C7;
}
.mw-bs .toast-notification.info {
  background-color: #CCE7F5;
  border-color: #CCE7F5;
}
.mw-bs .toast-notification.success {
  background-color: #D2EDEC;
  border-color: #D2EDEC;
}
.mw-bs .toast-notification .toast-notification-message {
  margin: auto 0;
}
.mw-bs .toast-notification img {
  margin-right: 16px;
}
.mw-bs .example-enter {
  opacity: 0.01;
  transform: translateY(10px);
}
.mw-bs .example-enter.example-enter-active {
  opacity: 1;
  transform: translateY(0px);
  transition: 600ms;
}
.mw-bs .example-leave {
  opacity: 1;
  transform: translateY(0px);
}
.mw-bs .example-leave.example-leave-active {
  opacity: 0.01;
  transform: translateY(10px);
  transition: 300ms;
}
.mw-bs .toast-notification-dismiss {
  background: none;
  border: none;
  align-self: flex-start;
  font-size: 20px;
  line-height: 24px;
  margin-top: -3px;
  margin-left: auto;
}
@keyframes notification {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* System Flows and deprecated notifications - Begin */
#manywho-draw .alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
#manywho-draw .alert-danger {
  background-color: #ECCFD5;
  border-color: #ECCFD5;
  color: #212121;
}
#manywho-draw .alert-warning {
  background-color: #F6E7C7;
  border-color: #F6E7C7;
  color: #212121;
}
#manywho-draw .alert-info {
  background-color: #CCE7F5;
  border-color: #CCE7F5;
  color: #212121;
}
#manywho-draw .alert-success {
  background-color: #D2EDEC;
  border-color: #D2EDEC;
  color: #212121;
}
#manywho-draw .alert-dismissable {
  padding-right: 35px;
}
#manywho-draw .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
#manywho-draw .flow-container .alert-dismissible .close {
  right: 0px;
}
/* System Flows - End */

.mw-bs .players {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mw-bs .players-header {
  display: flex;
  margin-bottom: 1em;
  align-content: space-between;
}
.mw-bs .players-header .form-group {
  margin-bottom: 0;
}
.mw-bs .player-controls {
  display: flex;
}
.mw-bs .player-select {
  display: flex;
}
.mw-bs .player-actions {
  display: flex;
  margin: 0 15px 0 40px;
}
.mw-bs .player-preview {
  display: flex;
  margin-left: auto;
}
.mw-bs .player-preview .btn {
  margin-left: 12px;
}
.mw-bs #player-editor {
  flex-grow: 1;
}
.mw-bs .player-preview-transition {
  position: absolute;
  top: 54px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
}
.mw-bs .player-preview-transition:empty {
  display: none;
}
.mw-bs .player-preview-transition > iframe {
  border: 1px solid #ddd;
  width: 100%;
  margin: 8px;
}
.mw-bs .player-preview-enter {
  opacity: 0;
  transition: opacity 1s ease;
}
.mw-bs .player-preview-enter.player-preview-enter-active {
  opacity: 1;
}
.mw-bs .player-preview-leave {
  transition: opacity 1s ease;
}
.mw-bs .player-preview-leave.player-preview-leave-active {
  opacity: 0;
}
.mw-bs .players select {
  z-index: 0 !important;
}

.mw-bs .import-export {
  padding: 15px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.mw-bs .import-export .share {
  margin-right: 5px;
}
.mw-bs .select-flow,
.mw-bs .import-token,
.mw-bs .import-upload {
  width: 100%;
  max-width: 45rem;
  display: block;
  height: 39px;
  margin-bottom: 5px;
}
.mw-bs .import-upload {
  height: 80px;
  border: 2px dashed #ddd;
  margin: 1em 0;
  text-align: center;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-bs .macro-editor-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mw-bs .macro-editor-container .macro-header {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
}
.mw-bs .macro-editor-container .macro-header .macro-actions {
  margin: 0 15px 0 40px;
}
.mw-bs .macro-editor-container .macro-editor {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.mw-bs .macro-editor-container .macro-editor #editor {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.mw-bs .macro-editor-container .macro-editor .macro-helper {
  width: 400px;
}
.mw-bs .macro-editor-container .macro-editor .macro-helper .panel-heading {
  font-size: 22px;
  font-weight: 300;
}
.mw-bs .macro-editor-container .macro-editor .macro-helper ul {
  margin-left: 1em;
}

.mw-bs .form-group.required .control-label:after {
  content: "*";
  color: red;
  margin-left: 3px;
  position: absolute;
  top: 0;
  right: -8px;
}

.mw-bs .sortable {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
.mw-bs .sortable .sorter {
  align-self: center;
  margin-left: 8px;
}

.mw-bs .sorter {
  display: inline-flex;
  flex-direction: column;
  width: 8px;
  height: 10px;
  justify-content: space-between;
}
.mw-bs .sorter::before,
.mw-bs .sorter::after {
  content: '';
  border-style: solid;
  border-color: #c3c3c3 transparent;
}
.mw-bs .sorter::before {
  border-top: none;
  border-width: 0px 4px 4px;
}
.mw-bs .sorter::after {
  border-bottom: none;
  border-width: 4px 4px 0;
}
.mw-bs .sorter.sorted-asc::after,
.mw-bs .sorter.sorted-desc::before {
  border-color: #808080 transparent;
}

.mw-bs .dashboard {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mw-bs .dashboard .flow-actions {
  display: flex;
  margin-bottom: 20px;
}
.mw-bs .dashboard .flow-actions .form-group {
  margin-bottom: 0px;
}
.mw-bs .dashboard .flow-actions > div:first-child {
  margin-right: 10px;
}
.mw-bs .dashboard .search-input {
  margin-left: auto;
}
.mw-bs .dashboard .download-flows {
  padding: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #10639b;
  border-color: #cccccc;
}
.mw-bs .dashboard .download-flows[disabled] {
  color: #bbb;
}
.mw-bs .dashboard .state-actions {
  display: inline-flex;
}
.mw-bs .dashboard .state-actions > div:first-child {
  margin-right: 10px;
}
.mw-bs .flow-id {
  font-size: 12px;
  font-family: var(--default-font-family);
  color: #666;
  margin-left: 8px;
  font-weight: 400;
  letter-spacing: 0;
}
.mw-bs .state-actions {
  display: flex;
}
.mw-bs .state-actions .form-group {
  margin-right: 10px;
}
.mw-bs .state-actions .export {
  padding: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #10639b;
  border-color: #cccccc;
}
.mw-bs .state-actions .export[disabled] {
  color: #bbb;
}
.mw-bs .form-control.form-select {
  font-size: 13px;
  width: auto;
  padding: 4px 8px;
  border-radius: 3px;
  box-shadow: 0;
  height: 32px;
}
.mw-bs .dashboard-status-column {
  display: flex;
  align-items: center;
}
.mw-bs .dashboard-status-column .glyphicon {
  margin-left: 5px;
}

.mw-bs .data-stores {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.mw-bs .data-stores .padding-page-top {
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}
.mw-bs .data-stores .padding-page-bottom {
  padding-left: 2em;
  padding-right: 2em;
}
.mw-bs .data-stores .no-margin-bottom {
  margin-bottom: 0px;
}
.mw-bs .data-stores .margin-bottom-small {
  margin-bottom: 5px;
}
.mw-bs .data-stores .margin-right-small {
  margin-right: 3px;
}
.mw-bs .data-stores .margin-bottom-large {
  margin-bottom: 7px;
}
.mw-bs .data-stores .normal-font-size {
  font-size: 12px;
}
.mw-bs .data-stores .form-control {
  width: 100%;
  max-width: 500px;
}
.mw-bs .data-stores .new-window {
  height: 12px;
  width: 12px;
  fill: currentColor;
  margin-left: 4px;
}
.mw-bs .data-stores .table-row {
  margin-left: 51px;
  margin-top: 10px;
  height: 28px;
}
.mw-bs .data-stores .input-item {
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.mw-bs .data-stores .form-control[readonly],
.mw-bs .data-stores .hoverCopy {
  cursor: text;
}
.mw-bs .data-stores .scroll-table-entry td {
  max-width: 20vw;
  overflow-x: auto;
}
.mw-bs .data-stores .alert.alert-warning {
  margin-top: 21px;
  margin-bottom: 0px;
}
.mw-bs .data-stores-list-header {
  display: flex;
  margin-bottom: 20px;
}
.mw-bs .data-stores-actions {
  margin-left: auto;
}
.mw-bs .data-stores-action {
  margin-left: 10px;
}

.mw-bs .showing-getting-started .mw-items-empty {
  display: none;
}
.mw-bs .getting-started {
  border: 1px solid #ccc;
  background: #fff;
  max-width: 480px;
  padding: 40px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -240px;
}
.mw-bs .getting-started-title {
  border-bottom: 1px solid #eee;
}
.mw-bs .getting-started-surtitle {
  color: #888;
  margin-bottom: 0;
}
.mw-bs .getting-started-main-title {
  font-size: 22px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 400;
}

#manywho-draw .flow-tile {
  border: 1px solid #cccccc;
  box-shadow: 8px 8px 19px -2px rgba(0, 0, 0, 0.15);
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
}
#manywho-draw .flow-tile-header {
  display: flex;
  flex-direction: row;
  padding: 0.5em 1em 0.5em 1em;
}
#manywho-draw .flow-tile-header h5 {
  white-space: pre-wrap;
  line-height: 1.2;
  flex-grow: 1;
  margin-top: 8px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#manywho-draw .flow-tile-header .btn {
  margin-left: 0.5em;
  flex-shrink: 0;
}
#manywho-draw .flow-tile-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  padding: 0 15px 15px 15px;
}
#manywho-draw .flow-tile-footer {
  padding: 15px;
  display: flex;
}
#manywho-draw .flow-tile-footer .btn {
  width: 0;
  flex-grow: 1;
}

.mw-bs .flow-library {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.mw-bs .flow-library .search-input {
  float: left;
  padding-top: 0.25em;
}
.mw-bs .flow-library .btn-group {
  float: right;
}
.mw-bs .flow-library .button-row {
  padding-top: 15px;
}
.mw-bs .flow-library .published {
  white-space: nowrap;
}
.mw-bs .flow-library .type-header,
.mw-bs .flow-library .published-header,
.mw-bs .flow-library .installs-header {
  font-weight: bold;
}
.mw-bs .flow-library .badge {
  margin-left: 3px;
  font-size: smaller;
  padding: 1px 4px 2px 4px;
  background-color: #163f6c;
  transform: translateY(-2px);
}
.mw-bs .flow-library .catalogue .info {
  padding: 0;
}
.mw-bs .flow-library .catalogue .description-row {
  padding-top: 1em;
  flex-grow: 1;
  overflow-y: auto;
}
.mw-bs .flow-library .name h5 {
  margin: 0;
}
.mw-bs .flow-library .grid-item {
  border: 1px solid #dddddd;
  border-radius: 2px;
  box-shadow: 1px 1px #dddddd;
  width: 400px;
  height: 400px;
  display: inline-flex;
  margin: 1em 1em;
  position: relative;
}
.mw-bs .flow-library .grid-item .preview-image {
  width: calc(100% - 30px);
  margin: 15px 15px 0 15px;
  box-shadow: 0 0 5px #adadad;
}
.mw-bs .flow-library .grid-item .separator hr {
  margin: 15px;
}
.mw-bs .flow-library .grid-item .flow-graph {
  height: 150px;
  min-height: 150px;
  overflow: hidden;
  background-color: #e7e7e7;
  border-bottom: 1px solid #dddddd;
}
.mw-bs .flow-library .view-modal {
  min-width: 800px;
}
.mw-bs .flow-library .view-modal .modal-header {
  border: none;
}
.mw-bs .flow-library .view-modal .modal-header .name {
  padding: 0;
}
.mw-bs .flow-library .view-modal .modal-body {
  padding: 0;
}
.mw-bs .flow-library .view-modal .modal-body hr {
  margin: 0 15px 15px 15px;
}
.mw-bs .flow-library .view-modal .close {
  z-index: 1;
  display: block;
  right: 18px;
  position: absolute;
}
.mw-bs .flow-library .view-modal .flow-graph.row {
  overflow: hidden;
  background-color: #e7e7e7;
  border-radius: 2px;
}
.mw-bs .flow-library .view-modal .preview-image {
  width: 100%;
  padding: 15px 15px 0 15px;
  box-shadow: 0 0 5px #adadad;
  border: 1px solid #dddddd;
}
.mw-bs .flow-library .view-modal .description {
  max-height: 12em;
  overflow-y: auto;
}
.mw-bs .flow-library .view-modal .row .type,
.mw-bs .flow-library .view-modal .row .published {
  padding-bottom: 2em;
}
.mw-bs .flow-library .view-modal .close {
  font-size: xx-large;
  font-weight: bold;
}
.mw-bs .flow-library .view-modal .white-shading-outer {
  height: 0;
  overflow: visible;
}
.mw-bs .flow-library .view-modal .white-shading {
  content: "";
  position: relative;
  z-index: 1;
  bottom: 45px;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 90%);
  width: 100%;
  height: 45px;
}

#manywho-draw .page-wrapper-breadcrumbs .breadcrumbs-list,
#manywho-draw .page-wrapper-breadcrumbs .breadcrumbs-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
#manywho-draw .page-wrapper-breadcrumbs .breadcrumbs-list {
  display: flex;
  flex-flow: row nowrap;
  margin: 15px 0 0 0;
}
#manywho-draw .page-wrapper-breadcrumbs .breadcrumbs-item {
  flex: 0 0 auto;
}
#manywho-draw .page-wrapper-breadcrumbs .breadcrumbs-link {
  color: #107A86;
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
}

#manywho-draw .page-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
#manywho-draw .page-wrapper > .row:nth-child(1),
#manywho-draw .page-wrapper > .row:nth-child(2) {
  flex: none;
}
#manywho-draw .page-wrapper > .row:nth-child(3) {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #manywho-draw .page-wrapper > .row:nth-child(3) {
    display: flex;
    flex-flow: column nowrap;
  }
  #manywho-draw .page-wrapper > .row:nth-child(3) .page-wrapper-menu {
    flex: 0 1 33%;
  }
  #manywho-draw .page-wrapper > .row:nth-child(3) .page-wrapper-content {
    flex: 1 1 auto;
  }
}
#manywho-draw .page-wrapper .page-wrapper-header {
  border-bottom: 1px solid #E5E5E5;
}
#manywho-draw .page-wrapper .page-wrapper-header h1 {
  margin: 15px 0;
}
#manywho-draw .page-wrapper .page-wrapper-menu {
  padding: 0;
  height: inherit;
  overflow-y: auto;
  border-right: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  #manywho-draw .page-wrapper .page-wrapper-menu {
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
#manywho-draw .page-wrapper .page-wrapper-menu .menu-heading {
  font-size: 12px;
  padding: 0 10px;
}
#manywho-draw .page-wrapper .page-wrapper-menu .menu-list,
#manywho-draw .page-wrapper .page-wrapper-menu .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
#manywho-draw .page-wrapper .page-wrapper-menu .menu-link {
  display: block;
  padding: 5px 15px;
  color: #107A86;
  text-decoration: none;
}
#manywho-draw .page-wrapper .page-wrapper-menu .menu-link.active {
  color: #FFFFFF;
  background-color: #107A86;
}
#manywho-draw .page-wrapper .page-wrapper-menu .menu-link:hover {
  color: #FFFFFF;
  background-color: #107A86;
  transition: background-color 200ms ease, color 200ms ease, outline 50ms ease, outline-offset 50ms ease, box-shadow 50ms ease;
}
#manywho-draw .page-wrapper .page-wrapper-content {
  padding: 0;
  height: inherit;
  display: flex;
  flex-flow: column nowrap;
}
#manywho-draw .page-wrapper .page-wrapper-content p {
  max-width: 80ch;
}
#manywho-draw .page-wrapper .page-wrapper-content p.description {
  margin: 10px 0;
  max-width: 120ch;
}

.mw-bs .admin {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 0;
  overflow: hidden;
}
.mw-bs .admin .main.container-fluid.full-width {
  margin: 0;
}
.mw-bs .admin .mw-footer {
  display: flex;
  justify-content: flex-end;
  background-color: #F5F5F5;
  border-top: 1px solid #ccc;
}
.mw-bs .admin .popover {
  z-index: 1200;
}
.mw-bs .admin-transition {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  overflow-x: hidden;
}
.mw-bs .admin-transition .main {
  min-height: 100%;
}
.mw-bs .admin-transition .main .table > tbody > tr > td {
  white-space: pre;
}
.mw-bs .admin-transition .main .mw-tiles-item {
  max-height: 100%;
}
.mw-bs .admin-transition .main .mw-tiles-item-header > h4 {
  white-space: pre-wrap;
}
.mw-bs .admin-transition .main .mw-tiles-item-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mw-bs .admin-flow-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.mw-bs .flow-tiles-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}
.mw-bs .admin.in {
  opacity: 1;
  pointer-events: auto;
}
.mw-bs li.heading:empty {
  padding: 0;
}
.mw-bs .admin .flow .full-height {
  overflow: auto;
  -ms-overflow-style: auto;
}
.mw-bs .admin .flow .full-height > .main {
  margin: 0;
  padding: 1em;
}
.mw-bs .admin-page {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 2em;
}
.mw-bs .admin-input {
  max-width: 300px;
}
.mw-bs .tab-content-wrapper {
  height: calc(100% - 61px);
  position: relative;
  overflow-y: auto;
  border-left: 1px solid #cccccc;
}
.mw-bs .tab-outer {
  display: flex;
  height: 100%;
  overflow: auto;
  background-color: #F5F5F5;
}
.mw-bs .ace_search_field {
  color: black;
}
.mw-bs .ace_scrollbar-v {
  width: initial !important;
  background-color: #343d46;
}
.mw-bs .ace_scrollbar-h {
  height: initial !important;
  background-color: #343d46;
}

.mw-bs td .picker {
  margin-bottom: 0;
}
.mw-bs td label:empty {
  display: none;
}
.mw-bs td div.form-group {
  margin-bottom: 0;
}

#manywho-draw .runtimes-table .label {
  text-transform: capitalize;
}
#manywho-draw .header-actions {
  display: flex;
  margin-bottom: 20px;
}
#manywho-draw .header-actions .form-group {
  margin-bottom: 0px;
}
#manywho-draw .header-actions > button:first-child {
  margin-right: 10px;
}
#manywho-draw .local-runtime-server-key-display .alert {
  width: 50%;
}

.audit-filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1em;
  max-width: 1280px;
}
.audit-filters .filter-column {
  position: relative;
}
.audit-filters .audit-popover div.popover-content {
  padding: 0;
}
.audit-filters .react-selectize.root-node {
  width: unset !important;
}
.audit-filters .simple-value {
  display: grid !important;
  grid-template-columns: 1fr auto;
}
.audit-filters .delete-item {
  border: none;
  border-left: 1px solid #c9e6f2;
  padding: 0 5px;
  background: transparent;
}
.audit-filters .delete-item:focus {
  outline: none;
}

.mw-bs .graph-container {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
.mw-bs .graph-container > .disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: #333333;
  opacity: 0.5;
  z-index: 10;
}
.mw-bs .graph-container .graph {
  background-color: #FDFDFD;
  flex: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.mw-bs .graph-container .graph .small .wait-spinner {
  width: 60px;
  height: 60px;
}
.mw-bs .graph-container .graph .corner {
  position: absolute;
  top: 10%;
  right: 10px;
}
.mw-bs .graph-container .graph > svg {
  min-width: auto !important;
  min-height: auto !important;
}
.mw-bs .graph-container .graph-find {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
}
.mw-bs .graph-canvas {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  min-width: auto;
  min-height: auto;
}
.mw-bs .sidebar-element.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
body div.mxPopupMenu {
  -webkit-box-shadow: 3px 3px 6px #C0C0C0;
  -moz-box-shadow: 3px 3px 6px #C0C0C0;
  box-shadow: 3px 3px 6px #C0C0C0;
  background: white;
  position: absolute;
  border: 3px solid #e7e7e7;
  padding: 3px;
}
body table.mxPopupMenu {
  border-collapse: collapse;
  margin: 0px;
}
body tr.mxPopupMenuItem {
  color: black;
  cursor: default;
}
body td.mxPopupMenuItem {
  padding: 6px 60px 6px 6px;
  font-family: Arial;
  font-size: 10pt;
}
body td.mxPopupMenuIcon {
  background-color: white;
  padding: 0px;
}
body tr.mxPopupMenuItemHover {
  background-color: #eeeeee;
  color: black;
}
body table.mxPopupMenu hr {
  border-top: solid 1px #cccccc;
}
body table.mxPopupMenu tr {
  font-size: 4pt;
}
body .mxTooltip {
  padding: 8px !important;
  border: 1px solid #ddd !important;
  font-family: var(--default-font-family) !important;
  font-size: 0.9em !important;
  background: white !important;
}
.grabbing {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.grabbing .glyphicon {
  margin-top: 20px;
  margin-left: 15px;
}
.grabbing span {
  font-family: var(--default-font-family);
  font-size: 14px;
  color: white;
  margin-top: 20px;
  margin-left: 5px;
}
.swimlane-parent {
  border: 1px solid #f49756;
  border-left: 31px solid #f49756;
  background: transparent;
  position: relative;
}
.swimlane-parent:after {
  position: absolute;
  left: -60px;
  top: 65px;
  color: white;
  font-weight: 500;
  font-family: var(--default-font-family);
  font-size: 14px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
  content: 'New Element';
}
#manywho-draw .sidebar {
  z-index: 1;
}
#manywho-draw .flow-editor .list-unstyled {
  overflow-x: unset;
}
#manywho-draw .flow-editor .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  z-index: 101;
  pointer-events: none;
}
#manywho-draw .flow-editor .backdrop.active {
  opacity: 0.5;
  pointer-events: initial;
}

.hover .map-element-border {
  fill: #00ff00;
}
.hover .map-element-port {
  visibility: visible;
}
.map-element-port {
  visibility: hidden;
}
.element-preview .map-element-content {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 50px;
  width: 82px;
}
.map-element-content {
  color: #fff;
  height: 100%;
  width: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: 28px;
}
.element-preview {
  width: 120px;
  height: 60px;
  border-radius: 9px;
  position: absolute;
  z-index: 100;
}
.element-preview.step {
  background-color: #62b7ed;
}
.element-preview.input {
  background-color: #67a5e7;
}
.element-preview.decision {
  background-color: #7ccf60;
}
.element-preview.operator {
  background-color: #5fcc64;
}
.element-preview.message {
  background-color: #54c473;
}
.element-preview.database_load {
  background-color: #f87d76;
}
.element-preview.database_save {
  background-color: #eb687f;
}
.element-preview.database_delete {
  background-color: #d95879;
}
.element-preview.subflow {
  background-color: #607d8b;
}
.element-preview.return {
  background-color: #9e9e9e;
}

.group-element-content {
  color: #fff;
  text-align: center;
}
.group-element.element-preview {
  border-radius: 0;
  position: absolute;
  z-index: 100;
  border: 1px solid #f49756;
}

.config {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 550px;
  width: 40%;
  border-left: 1px solid #ddd;
  z-index: 200;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.config .flow {
  display: none;
}
.config .main.container-fluid.full-width {
  padding: 0;
  margin: 0;
}
.config .main-scroller {
  padding: 1em;
}
.config .navbar {
  margin-top: 0;
}
.config .mw-footer {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top: 1px solid #ccc;
}
.config .mce-container:not(.mce-fullscreen) {
  width: auto !important;
}
.config .mw-items-empty {
  display: none;
}
.config .main.container-fluid.full-width {
  text-align: right;
}
.config .main.container-fluid.full-width :not(.outcome):not(.table-outcome-column) {
  text-align: left;
}
.flow-editor .config {
  border-left: 0;
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.54, 1);
}
.flow-editor.active .config > .flow,
.page-editor-container.active .config > .flow {
  display: block;
}
@keyframes bounceInRight {
  0% {
    transform: translateX(550px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.config-enter.config-enter-active {
  animation-name: bounceInRight;
}
.config-leave {
  transform: translateX(0);
  transition: transform 0.3s ease-in;
}
.config-leave.config-leave-active {
  transform: translateX(550px);
}

.shortcuts {
  position: absolute;
  bottom: 0;
  right: 65px;
  width: 500px;
  margin: 0 !important;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  z-index: 50;
  display: none;
}
.shortcuts li {
  margin-bottom: 0.6em;
}
.shortcuts-visible {
  transform: translateY(0);
  display: block;
}
.shortcut {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 0.8em;
  display: inline-block;
  min-width: 1em;
  margin: 0;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-shadow: 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff, inset 0 0 0.4em #c8c8c8, 0 0.1em 0 #828282, 0 0.11em 0 rgba(0, 0, 0, 0.4), 0 0.1em 0.11em rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0 0 1px #ffffff, inset 0 0 0.4em #c8c8c8, 0 0.1em 0 #828282, 0 0.11em 0 rgba(0, 0, 0, 0.4), 0 0.1em 0.11em rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 1px #ffffff, inset 0 0 0.4em #c8c8c8, 0 0.1em 0 #828282, 0 0.11em 0 rgba(0, 0, 0, 0.4), 0 0.1em 0.11em rgba(0, 0, 0, 0.9);
}

.mw-bs .flow-editor-getting-started {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  pointer-events: none;
}
.mw-bs .flow-editor-getting-started h2 {
  flex: auto;
  margin: 100px;
  text-align: center;
}
.mw-bs .flow-editor-getting-started .glyphicon {
  transform: scale(-4, 2);
  margin-right: 3em;
}

.mw-bs .metadata-editor .modal-body {
  display: flex;
  flex-grow: 1;
  min-height: 600px;
  flex-direction: column;
}
.mw-bs .metadata-editor .ace_editor {
  flex-grow: 1;
  margin-bottom: 1em;
}
.mw-bs .metadata-editor > span {
  margin-top: 1em;
}
.mw-bs .metadata-editor .modal-body > .alert:last-child {
  margin-bottom: 0;
}

.mw-bs .actionbar {
  border-left: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  width: 65px !important;
  min-width: 65px !important;
  color: #033D58;
  text-align: center;
  margin-bottom: 0;
}
.mw-bs .actionbar > li {
  height: 48px;
  border-radius: 0;
  white-space: nowrap;
  padding: 1em 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mw-bs .actionbar > li:hover {
  background-color: #107A86;
  color: #FFFFFF;
}

.mw-bs .activation-successful {
  text-align: center;
}
.mw-bs .activation-successful .glyphicon-thumbs-up {
  opacity: 1;
  font-size: 10em;
  margin: 24px 0;
}
.mw-bs .thumbs-up-appear {
  transform: scale(0, 0);
}
.mw-bs .thumbs-up-appear.thumbs-up-appear-active {
  transform: scale(1, 1);
  transition: transform 0.5s ease-in;
}
.mw-bs .activation-select-player {
  margin-top: 10px;
}
.mw-bs .activation-successful table.published-local {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.mw-bs .activation-successful table .config-label {
  text-align: right;
  padding-right: 10px;
}
.mw-bs .activation-successful table pre {
  margin: 0;
  padding: 4px;
}

.mw-bs .flow-properties-page .region-restriction {
  max-width: 500px;
  margin-right: 30px;
}
.mw-bs .flow-properties-page .region-restriction .add-restriction {
  margin-left: 8px;
}
.mw-bs .flow-properties-page .region-restriction .region-restriction-list {
  margin-left: 20px;
}
.mw-bs .flow-properties-page .search {
  position: relative;
  height: 40px;
}
.mw-bs .flow-properties-page .search-form-wrapper .form-group {
  margin-top: 5px;
}
.mw-bs .flow-properties-page .search-form-wrapper {
  position: absolute;
  width: 100%;
}
.mw-bs .flow-properties-page .search-form-wrapper.active {
  background: #F5F5F5;
  z-index: 3000;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
.mw-bs .flow-properties-page .search-form-wrapper.active .form-group {
  margin: 5px;
}
.mw-bs .flow-properties-page .search-inner {
  border-top: #dbdbdb solid 1px;
}
.mw-bs .flow-properties-page .search-inner p {
  margin-left: 2em;
}
.mw-bs .flow-properties-page .search-results {
  background: #FFFFFF;
}
.mw-bs .flow-properties-page .search-results .wait-container-wrapper {
  position: relative;
  height: 100px;
}
.mw-bs .flow-properties-page .search-results-inner {
  display: flex;
  padding: 0 2em;
}
.mw-bs .flow-properties-page .search-results-column {
  width: 50%;
}
.mw-bs .flow-properties-page .search-results-footer {
  background: #F5F5F5;
  padding: 5px;
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: flex-end;
}
.mw-bs .flow-properties-page .button-height-container {
  height: 53px;
}
.mw-bs .flow-properties-page .button-padding-left-container {
  padding-left: 12px;
}
.mw-bs .flow-properties-page .glyphicon-margin-right {
  margin-right: 0.5em;
}
.mw-bs .flow-properties-page input[type="checkbox"].checkbox-margin-left {
  margin-left: 10px;
}
.mw-bs .flow-properties-page .outcome-margin-right {
  margin-right: 1em;
}
.mw-bs .flow-properties-page .mw-items-header {
  margin-bottom: 1em;
  overflow: hidden;
}
.mw-bs .flow-properties-page .mw-items-header > button {
  float: right;
  margin-bottom: 0;
  margin-left: 1em;
}
.mw-bs .flow-properties-page .wait-container-wrapper {
  position: relative;
  height: 300px;
}
.mw-bs .flow-properties-page .smaller-form-control {
  display: block;
  width: auto;
  height: 39px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mw-bs .flow-properties-page .form-select {
  font-size: 13px;
  width: auto;
  padding: 4px 8px;
  height: 32px;
  min-width: 200px;
}
.mw-bs .flow-properties-page .collapsible-error-panel {
  border: 1px solid #ECCFD5;
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-heading {
  padding: 5px 10px;
  border: none;
  background-color: #ECCFD5;
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-title {
  color: #212121;
  font-size: 14px;
  margin-bottom: 5px;
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-toggle {
  font-size: 10px;
  font-weight: bold;
  color: #212121;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-toggle::after {
  content: "LESS INFORMATION";
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-toggle.collapsed::after {
  content: "MORE INFORMATION";
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-body {
  padding: 0;
  border-top: 1px solid #ECCFD5;
}
.mw-bs .flow-properties-page .collapsible-error-panel .panel-body pre {
  margin: 0;
  border: none;
}
.mw-bs .flow-properties-page .search-wrapper {
  min-height: 215px;
}

.mw-bs .flow-editor {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  flex-grow: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 0 !important;
}
.mw-bs .flow-editor .sidebar .sidebar-element {
  cursor: -webkit-grab;
  cursor: grab;
}
.mw-bs .flow-editor .flow-modal-standalone {
  z-index: 20;
}
.mw-bs .flow-editor .flow-modal-standalone .modal-body {
  height: calc(85vh - 150px);
  overflow-y: auto;
}
.mw-bs .flow-editor .modal {
  visibility: hidden;
}
.mw-bs .flow-editor.active .modal {
  visibility: visible;
}
.mw-bs .flow-editor > .flow-editor-details {
  font-size: 13px;
  position: absolute;
  left: 228px;
  bottom: 0;
  right: 65px;
  margin: 1em 1em 0 1em;
  padding: 0.5em;
  background: #FDFDFD;
  display: flex;
  flex-direction: row;
}
.mw-bs .flow-editor-details > span + span {
  margin-left: 1em;
}
.mw-bs .flow-editor-details > .flow-last-modified {
  flex-grow: 1;
  text-align: center;
}
.mw-bs .flow-editor .modal-container {
  z-index: 100;
}

.mw-bs {
  /* Top level container is full height and has drop shadow */
}
.mw-bs .page-edit-canvas-wrapper > .page-container {
  background: #fff;
  margin: 30px;
  box-shadow: 0px 0px 40px 10px rgba(234, 234, 234, 0.25), 0px 0px 10px 0px rgba(213, 213, 213, 0.5);
}
.mw-bs .page-container {
  flex-grow: 1;
  border: 1px dashed #ccc;
  min-height: min-content;
}
.mw-bs .page-container.edge-top {
  border-top: 1px solid #007db8;
}
.mw-bs .page-container.edge-bottom {
  border-bottom: 1px solid #007db8;
}
.mw-bs .page-container.edge-left {
  border-left: 1px solid #007db8;
}
.mw-bs .page-container.edge-right {
  border-right: 1px solid #007db8;
}
.mw-bs .page-container.edge-all {
  border: 1px solid #007db8;
}
.mw-bs .page-container-header.draggable:before {
  top: 5px;
}
.mw-bs .page-container-header {
  height: 30px;
  position: relative;
}
.mw-bs .page-container-body {
  min-height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mw-bs .page-container-body.page-container-row {
  flex-direction: column;
}
.mw-bs .page-container-body.page-container-column {
  flex-direction: row;
}
.mw-bs .page-container-row > .page-container {
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
}
.mw-bs .page-container-column > .page-container {
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
}
.mw-bs .page-container .page-container-config {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 16px;
  display: none;
}
.mw-bs .container-type {
  position: absolute;
  left: 30px;
  top: 10px;
  color: #212121;
  font-size: 12px;
}
.mw-bs .page-container:focus > .page-container-header > .page-container-config,
.mw-bs .page-container .page-container-config:hover,
.mw-bs .page-container .page-container-config:focus {
  display: block;
}

.mw-bs .page-edit {
  display: flex;
  height: 100%;
  width: 100%;
}
.mw-bs .page-edit-wrapper {
  flex-grow: 1;
}
.mw-bs .page-edit-sidebar {
  position: relative;
  display: flex;
  width: 260px;
  margin-left: -250px;
  transition: margin 150ms ease-in-out;
}
.mw-bs .page-edit-sidebar.expanded {
  margin-left: 0;
}
.mw-bs .sidebar-toggle-bar {
  width: 10px;
  margin-left: auto;
  display: flex;
  background-color: #e8e8e8;
}
.mw-bs .sidebar-toggle-button {
  height: 40px;
  width: 10px;
  background-color: #f7f7f7;
  border-width: 0;
  align-self: center;
  padding: 0;
  color: #666;
}
.mw-bs .page-edit-controls {
  padding: 6px 30px 6px 12px;
  border-bottom: 1px #e8e8e8 solid;
}
.mw-bs .page-edit-canvas-wrapper {
  display: flex;
  flex-grow: 1;
  overflow: auto;
  background: #fff;
}
.mw-bs .component-types-label {
  margin-top: 10px;
  font-size: 16px;
  padding: 0 10px;
  text-transform: uppercase;
  display: block;
}
.mw-bs .component-types,
.mw-bs .component-list {
  list-style: none;
  padding: 0px;
  width: 100%;
}
.mw-bs .component-list {
  color: #10639b;
}
.mw-bs .component-list-item {
  display: block;
  margin: 4px;
}
.mw-bs .drag-component {
  padding: 10px 30px;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  user-select: none;
}
.mw-bs .draggable {
  position: relative;
}
.mw-bs .draggable .drag-handle:before {
  content: '.';
  position: absolute;
  cursor: grab;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 8px;
  color: #bbb;
  text-shadow: 0px -10px #bbb, 0px -5px #bbb, 5px -10px #bbb, 5px -5px #bbb, 5px 0px #bbb, 10px -10px #bbb, 10px -5px #bbb, 10px 0px #bbb;
}
.mw-bs .page-edit-name {
  font-size: 18px;
  padding: 5px 15px;
  color: #212121;
  border: 1px solid transparent;
}
.mw-bs .page-edit-name:hover {
  border-color: #ddd;
}
.mw-bs .page-edit-name:focus {
  border-color: #666;
}

.mw-bs .page-sidebar .sidebar-inner ul li {
  padding: 0;
}
.mw-bs .page-sidebar .sidebar-inner ul .heading:not(:empty) {
  padding: 0.5em;
}
.mw-bs .flow-sidebar .sidebar-inner ul {
  color: #FFFFFF;
}
.mw-bs .sidebar {
  flex: none;
  width: 192px;
  display: flex;
  flex-direction: column;
  transition: width 0.2s ease;
  overflow: hidden;
  margin-top: 61px;
  border-top: 1px solid #e5e5e5;
}
.mw-bs .sidebar .sidebar-component {
  cursor: -webkit-grab;
  cursor: grab;
  white-space: nowrap;
  padding: 1em;
  padding-left: 1.6em;
}
.mw-bs .sidebar.collapsed .page-editor-sidebar-header > div {
  display: none;
}
.mw-bs .sidebar.collapsed .page-editor-sidebar-header > span {
  display: inline;
}
.mw-bs .sidebar li {
  transition: background 0.2s ease;
}
.mw-bs .sidebar .sidebar-collapse {
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  white-space: nowrap;
  padding: 0.5em 0;
  cursor: pointer;
}
.mw-bs .sidebar.collapsed {
  transition: width 0.2s ease;
  width: 65px;
}
.mw-bs .sidebar.collapsed .sidebar-inner {
  width: 65px;
}
.mw-bs .sidebar.collapsed ul li {
  transition: background 1s ease;
}
.mw-bs .sidebar.collapsed ul .heading {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.mw-bs .sidebar.collapsed ul .glyphicon {
  visibility: visible;
}
.mw-bs .sidebar.collapsed ul span:last-child {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.mw-bs .sidebar button {
  transition: width 0.2s ease;
  text-align: center;
}
.mw-bs .sidebar button span {
  display: none;
}
.mw-bs .sidebar button .glyphicon {
  display: inline-block;
  visibility: visible;
}
.mw-bs .sidebar.scrolling.collapsed {
  width: 65px;
}
.mw-bs .sidebar.scrolling.collapsed .sidebar-inner {
  width: 65px;
}
.mw-bs .sidebar.hidden {
  display: 'none';
}
.mw-bs .sidebar-inner {
  transition: width 0.2s ease;
  width: 192px;
  background-color: #F5F5F5;
  color: #033D58;
  flex-direction: column;
  flex-grow: 1;
  z-index: 100;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
}
.mw-bs .sidebar-inner .logo {
  white-space: nowrap;
  overflow: hidden;
  min-height: 80px;
}
.mw-bs .sidebar-inner ul {
  margin-bottom: 0;
  flex-grow: 1;
  padding-bottom: 0.5em;
  overflow-x: hidden;
}
.mw-bs .sidebar-inner ul li {
  white-space: nowrap;
  padding: 1em;
  padding-left: 1.6em;
  cursor: pointer;
}
.mw-bs .sidebar-inner ul li:hover:not(.heading) {
  background-color: #107A86;
  color: #FFFFFF;
}
.mw-bs .sidebar-inner ul li:hover a {
  color: #FFFFFF;
  text-decoration: none;
}
.mw-bs .sidebar-inner ul li.active {
  background-color: #107A86;
  color: #FFFFFF;
}
.mw-bs .sidebar-inner ul li a {
  color: lime;
  font-weight: bold;
}
.mw-bs .sidebar-inner ul li span:last-child {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mw-bs .sidebar-inner ul .anchor-fill {
  padding: 0;
}
.mw-bs .sidebar-inner ul .anchor-fill a {
  display: block;
  padding: 1em;
  padding-left: 1.6em;
}
.mw-bs .sidebar-inner ul hr {
  width: 200px;
  color: #919191;
  margin: 0.5em 1em;
}
.mw-bs .sidebar-inner ul .heading:not(:empty) {
  border-bottom: 1px solid #E5E5E5;
  color: #033D58;
  cursor: default;
  padding: 0.5em;
}
.mw-bs .sidebar-inner ul .glyphicon {
  margin-right: 1em;
}
.mw-bs .sidebar-inner::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.mw-bs .sidebar-element.beta {
  position: relative;
  overflow: hidden;
}
.mw-bs .sidebar-element.beta::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(20px, -10px);
  content: "beta";
  padding: 2px 20px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #033D58;
  background-color: #FEDB00;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.33);
}
.mw-bs .sidebar-popover.popover {
  font-family: var(--default-font-family);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 400px;
  z-index: 5000;
}
.mw-bs .sidebar-popover.popover h5 {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 8px 14px;
}
.mw-bs .sidebar-popover.popover .popover-content-body {
  padding: 8px 14px;
}
.mw-bs .sidebar-popover.popover .popover-content {
  background: white;
  color: black;
  font-size: 14px;
  padding: 0;
}
.mw-bs .sidebar-popover.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.25);
}
.mw-bs .sidebar-popover.popover.left > .arrow:after {
  border-left-color: #ffffff;
}
.mw-bs .sidebar-popover.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.25);
}
.mw-bs .sidebar-popover.popover.top > .arrow:after {
  border-top-color: #ffffff;
}
.mw-bs .sidebar-popover.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.25);
}
.mw-bs .sidebar-popover.popover.right > .arrow:after {
  border-right-color: #ffffff;
}
.mw-bs .sidebar-popover.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.mw-bs .sidebar-popover.popover.bottom > .arrow:after {
  border-bottom-color: #ffffff;
}
/* Set min widths on the sidebar for IE10 & 11 only as Flow content in the main panel will overflow horizontally */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mw-bs .sidebar {
    min-width: 192px;
  }
  .mw-bs .sidebar.collapsed {
    min-width: 65px;
  }
  .mw-bs .sidebar.collapsed.scrolling {
    min-width: 85px;
  }
}

#manywho-draw .tab-header {
  background-color: #033D58;
  display: flex;
  height: 56px;
}
#manywho-draw .tab-header-admin:first-of-type {
  flex-grow: 1;
  min-width: 0;
}
#manywho-draw .tab-header-admin {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#manywho-draw .tab-header-admin > li {
  height: 100%;
}
#manywho-draw .tab-header-items-wrapper {
  display: flex;
  height: 48px;
  margin-top: 1em;
  min-width: 0;
  border-bottom: 1px solid #cccccc;
}
#manywho-draw .tab-header-items {
  display: flex;
  min-width: 0;
}
#manywho-draw .tab-header-item {
  padding: 0.5em 1em;
  background-color: #E5E5E5;
  color: #033D58;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 0.7em;
  margin-right: 0.2em;
  transition: margin 0.2s ease-out;
  cursor: default;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 0 none;
  border-left: 1px solid #cccccc;
  border-radius: 6px 6px 0 0;
  width: 200px;
  min-width: 0px;
}
#manywho-draw .tab-header-item.icon-only {
  padding: 0;
}
#manywho-draw .tab-header-item.active {
  background-color: #FFFFFF;
  margin-top: 0.15em;
  margin-bottom: -2px;
  transition: margin-top 0.2s ease-out;
  position: relative;
  border-color: #cccccc #cccccc #FFFFFF;
  box-shadow: none;
}
#manywho-draw .tab-header-item.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #107A86;
  border-radius: 5px 5px 0 0;
  content: "";
}
#manywho-draw .tab-header-item-label {
  font-size: 1.15em;
  margin: 0 0.5em;
  display: inline-block;
  text-align: center;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  line-height: 1.5em;
  width: 100%;
}
#manywho-draw .tab-header-item .glyphicon-remove {
  font-size: 1em;
  padding: 0.25em;
}
#manywho-draw .tab-header-item .glyphicon-remove:hover {
  background-color: #FF7C66;
  border-radius: 50%;
  color: #FFFFFF;
}
#manywho-draw .tabs {
  flex: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
#manywho-draw .tab-items {
  flex-grow: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#manywho-draw .tab-item-enter {
  transform: translateX(100%);
}
#manywho-draw .tab-item-enter.tab-item-enter-active {
  transform: translateX(0%);
  transition: transform 0.5s ease-in;
}
#manywho-draw .tab-item-leave {
  transform: translateX(0%);
}
#manywho-draw .tab-item-leave.tab-item-leave-active {
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
}
#manywho-draw .tab-content-inactive {
  z-index: 0;
  display: none;
}
#manywho-draw .tab-content-active {
  z-index: 100;
}
#manywho-draw .logout {
  display: flex;
  height: 100%;
  position: relative;
  padding: 0.4em;
  margin: 0 0.8em;
}
#manywho-draw .logout-btn {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0 18px;
  background: none;
  border: solid 1px #FFFFFF;
  border-radius: 2px;
}
#manywho-draw .logout-btn:hover {
  background: #4B778B;
}
#manywho-draw .user-settings-btn {
  height: 100%;
  font-size: 16px;
  color: #FFFFFF;
  width: 56px;
}
#manywho-draw .user-settings-btn:hover {
  background: #4B778B;
  color: #FFFFFF;
  outline: 1px solid #FFFFFF;
  outline-offset: -4px;
}

.mw-bs .footer {
  background-color: #efefef;
  border-top: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--default-font-family);
  font-size: 11px;
  line-height: 16px;
  height: 26px;
  padding: 5px 7px;
}
.mw-bs .footer ul {
  margin-bottom: 0;
}
.mw-bs .footer ul li {
  margin-right: 10px;
  padding-left: 9px;
  padding-right: 0;
  border-left: 1px solid #e1e1e1;
  color: #757575;
}
.mw-bs .footer ul li a {
  color: #212121;
  cursor: pointer;
}
.mw-bs .footer ul li a:hover {
  color: #007db8;
  text-decoration: none;
}
.mw-bs .footer ul li:first-child {
  border-left: 0;
}

.mw-bs .boomi-branded-dialog .modal-content {
  border-radius: 6px;
}
.mw-bs .boomi-branded-dialog .modal-footer {
  text-align: left;
}
.mw-bs .boomi-branded-dialog .modal-footer #forgot-password {
  height: auto;
  display: inline-block;
  margin-top: 10px;
}
.mw-bs .boomi-branded-dialog .form-control {
  border-radius: 4px;
  background-color: #E8F0FE;
}
.mw-bs .boomi-branded-dialog .boomi-login-button {
  min-width: 125px;
  color: #FFFFFF;
  background-color: #033D58;
}
.mw-bs .boomi-branded-dialog .boomi-login-button:hover,
.mw-bs .boomi-branded-dialog .boomi-login-button:active,
.mw-bs .boomi-branded-dialog .boomi-login-button:focus {
  color: #FFFFFF;
  background-color: #426E82;
  transition: background-color 200ms ease, color 200ms ease, outline 50ms ease, outline-offset 50ms ease, box-shadow 50ms ease;
}
.mw-bs .boomi-branded-dialog .boomi-login-button:active,
.mw-bs .boomi-branded-dialog .boomi-login-button:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: -4px;
}
.mw-bs .boomi-branded-dialog .notification {
  border-radius: 4px;
}
.mw-bs .boomi-branded-dialog h1 {
  margin-top: 0;
}

#manywho-draw .tenant-select a {
  color: inherit;
}
#manywho-draw .tenant-select input {
  margin-bottom: 1em;
}
#manywho-draw .tenant-select .tenant-id {
  color: #666;
}
#manywho-draw .tenant-select .active .tenant-id,
#manywho-draw .tenant-select .active .list-group-item-heading {
  color: #fff;
}
#manywho-draw .tenant-select .modal-body {
  height: calc(85vh - 150px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#manywho-draw .tenant-select .modal-body > div {
  display: flex;
  flex-direction: column;
}
#manywho-draw .tenant-select .modal-body .list-group {
  margin-bottom: 0;
}
#manywho-draw .tenant-select .modal-body .list-group-item {
  width: 100%;
  text-align: left;
  letter-spacing: -0.5px;
}
#manywho-draw .tenant-select .modal-body .list-group-item:hover:not(.active) {
  background-color: #f5f5f5;
}
#manywho-draw .tenant-select .modal-body .list-group-item:focus:not(.active) {
  outline: 0;
  background-color: #f5f5f5;
}
#manywho-draw .tenant-select .modal-body .list-group-item.active:focus {
  outline: 0;
  background-color: #006687;
}
#manywho-draw .tenant-select .tenant-last-login {
  text-align: right;
}
#manywho-draw .draw .modal-open .modal-backdrop {
  z-index: 100;
}

:root {
  --default-font-family: "Open Sans", sans-serif;
}
.mw-bs .capitalize {
  text-transform: capitalize;
}
.mw-bs .alert {
  font-size: 1em !important;
}
.mw-bs .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw-bs .nowrap {
  white-space: nowrap;
}
.mw-bs .mce-container.mce-fullscreen {
  z-index: 1200;
}
.mw-bs .link-emulate {
  border: 0;
  padding: 0;
  background: none;
  color: #10639b;
  cursor: pointer;
}
.mw-bs .grouped-control {
  display: flex;
}
.mw-bs .grouped-control-input {
  padding: 6px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mw-bs .grouped-control-button {
  background: #e7e7e7;
  border-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.mw-bs .full-height {
  height: 100%;
}
.mw-bs .text-padding {
  padding: 6px 12px;
}
.mw-bs .bold {
  font-weight: bold;
}
.mw-bs .block {
  display: block;
}
.mw-bs .flex {
  display: flex;
}
.mw-bs .inline-block {
  display: inline-block;
}
.mw-bs .flex-grow {
  flex-grow: 1;
}
.mw-bs .flex-wrap {
  flex-wrap: wrap;
}
.mw-bs .no-shrink {
  flex-shrink: 0;
}
.mw-bs .flex-child-right {
  margin-left: auto;
}
.mw-bs .flex-column {
  display: flex;
  flex-direction: column;
}
.mw-bs .flex-end {
  align-self: flex-end;
}
.mw-bs .align-center {
  align-items: center;
}
.mw-bs .column-footer {
  margin-top: auto;
}
.mw-bs .margin-top {
  margin-top: 15px;
}
.mw-bs .margin-top-small {
  margin-top: 5px;
}
.mw-bs .margin-top-large {
  margin-top: 30px;
}
.mw-bs .margin-right {
  margin-right: 15px;
}
.mw-bs .margin-right-sml {
  margin-right: 5px;
}
.mw-bs .margin-left {
  margin-left: 15px;
}
.mw-bs .margin-left-sml {
  margin-left: 5px;
}
.mw-bs .margin-bottom-none {
  margin-bottom: 0px;
}
.mw-bs .margin-bottom {
  margin-bottom: 15px;
}
.mw-bs .margin-bottom-large {
  margin-bottom: 30px;
}
.mw-bs .margin-bottom-small {
  margin-bottom: 5px;
}
.mw-bs .btn-icon {
  border: 0;
  background: none;
  color: #888;
}
.mw-bs .btn-icon:hover {
  color: #10639b;
}
.mw-bs .btn-icon.danger:hover {
  color: #f04124;
}
.mw-bs .body-text {
  letter-spacing: normal;
  font-size: 12px;
}
.mw-bs .label-above {
  display: block;
  margin-bottom: 4px;
}
.mw-bs .textbox {
  padding: 4px 8px;
}
.mw-bs .float-left {
  float: left;
}
.mw-bs .float-right {
  float: right;
}
.mw-bs .overflow-y-auto {
  overflow-y: auto;
}
.mw-bs .inline-list {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.mw-bs .inline-list li {
  margin-right: 15px;
}
.mw-bs .nowrap {
  white-space: nowrap;
}
.mw-bs details > summary {
  list-style: none;
}
.mw-bs details > summary::-webkit-details-marker {
  display: none;
}
.mw-bs .border-top {
  border-top: 1px solid #ccc;
}
.mw-bs .padding-default {
  padding: 15px;
}
.mw-bs .center-content {
  display: flex;
  justify-content: center;
}
.mw-bs .centre-text-horizontal {
  text-align: center;
}
.mw-bs .table-bordered .td {
  border: 1px solid #dddddd;
}
.mw-bs .hide-empty-labels label:empty {
  display: none;
}
.mw-bs .react-selectize.root-node.full-width {
  width: 100%;
}
.view-enter {
  opacity: 0.01;
  transition: opacity 0.3s ease-in;
}
.view-enter.view-enter-active {
  opacity: 1;
}
.view-leave {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.view-leave.view-leave-active {
  opacity: 0.01;
}
.slide-forward-enter {
  transform: translateX(100%);
  transition: transform 1s ease;
}
.slide-forward-enter.slide-forward-enter-active {
  transform: translateX(0);
}
.slide-forward-leave {
  transform: translateX(0);
  transition: transform 1s ease;
}
.slide-forward-leave.slide-forward-leave-active {
  transform: translateX(-100%);
}
.slide-back-enter {
  transform: translateX(-100%);
  transition: transform 1s ease;
}
.slide-back-enter.slide-back-enter-active {
  transform: translateX(0);
}
.slide-back-leave {
  transform: translateX(0);
  transition: transform 1s ease;
}
.slide-back-leave.slide-back-leave-active {
  transform: translateX(100%);
}
html,
body,
.draw,
#manywho-draw {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.mw-bs .wait-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 64px;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mw-bs .wait-container.small {
  background-color: transparent;
  margin-right: 5px;
  min-height: auto;
  position: relative;
}
.mw-bs .wait-container.small .wait-message {
  margin-top: 0;
}
.mw-bs .wait-container.small .wait-spinner {
  width: 16px;
  height: 16px;
  animation: spin 750ms infinite linear;
}
.mw-bs .wait-message {
  margin-top: 1em;
  font-size: 1em;
  animation: fadein 1s;
}
/* outer */
.mw-bs .wait-spinner {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 4px solid #cecece;
  border-top-color: #acacac;
  animation: spin 750ms infinite linear, fadein 250ms;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mw-bs .navbar:not(.navbar-editor) {
  background-color: #ffffff;
  border-color: #ffffff;
  font-size: 1.3em !important;
}
.mw-bs .navbar:not(.navbar-editor) .navbar-header {
  display: none;
}
.mw-bs .navbar:not(.navbar-editor) .top-nav-element > a {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #10639b !important;
}
.mw-bs .navbar:not(.navbar-editor) .top-nav-element:not(.disabled) > a::after {
  content: '>';
  margin-left: 0.5em;
}
.mw-bs .navbar:not(.navbar-editor) .top-nav-element.active > a {
  color: #cccccc !important;
}
.mw-bs .navbar:not(.navbar-editor) .top-nav-element > a:hover {
  background: transparent !important;
}
.mw-bs .navbar:not(.navbar-editor) .top-nav-element.disabled > a {
  color: #212121 !important;
}
.mw-bs .draw .tabs .popover {
  position: absolute;
}
html {
  font-size: 16px;
}
body,
#manywho-draw,
#manywho-draw .flow-container {
  font-family: var(--default-font-family);
  color: #212121;
  line-height: 1.25em;
  font-size: 13px;
}
p {
  line-height: 1.5em;
}
#manywho-draw h1,
#manywho-draw h2,
#manywho-draw h3,
#manywho-draw h4,
#manywho-draw h5,
#manywho-draw .h1,
#manywho-draw .h2,
#manywho-draw .h3,
#manywho-draw .h4,
#manywho-draw .h5 {
  font-family: var(--default-font-family);
  color: #212121;
}
#manywho-draw h1,
#manywho-draw .h1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.375rem;
}
#manywho-draw h2,
#manywho-draw .h2 {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.125rem;
}
#manywho-draw h3,
#manywho-draw .h3 {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 2rem;
}
#manywho-draw h4,
#manywho-draw .h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
#manywho-draw h5,
#manywho-draw .h5 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
#manywho-draw .quiet {
  font-size: 12px;
  color: #666;
}
#manywho-draw .strong {
  font-weight: 700;
}
.mw-bs.flow-container {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}
.mw-bs.flow-container .table {
  font-size: 12px;
}
#manywho-draw {
  /* Needs extra .btn selector weight to override ui-bootstrap styles */
}
#manywho-draw .react-selectize-control,
#manywho-draw .search-input-button {
  height: auto;
  min-height: 39px;
  word-break: break-word;
}
#manywho-draw .outcome {
  margin-right: 0;
}
#manywho-draw .btn {
  font-family: var(--default-font-family);
  height: 39px;
  border-radius: 2px;
  padding: 0px 16px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#manywho-draw .btn:not(.input-group-btn .btn):not(.btn-nobackground):not(.btn-sm):not(.btn-xs) {
  min-width: 65px;
}
#manywho-draw .btn:focus {
  outline-offset: -4px;
  transition: background-color 200ms ease, color 200ms ease, outline 50ms ease, outline-offset 50ms ease, box-shadow 50ms ease;
}
#manywho-draw .btn:active {
  box-shadow: none;
}
#manywho-draw .btn .glyphicon:first-child {
  margin-right: 5px;
}
#manywho-draw .btn .glyphicon:last-child,
#manywho-draw .btn .caret {
  margin-left: 5px;
}
#manywho-draw .btn .glyphicon {
  top: 0;
}
#manywho-draw .btn .glyphicon::before {
  line-height: 15px;
}
#manywho-draw .input-group-btn .btn,
#manywho-draw .form-control + .btn,
#manywho-draw .react-selectize + .btn {
  height: auto;
  min-height: 39px;
  border-color: #ccc;
}
#manywho-draw .btn-default,
#manywho-draw .btn-outline,
#manywho-draw .btn.btn-outline,
#manywho-draw .btn-default.btn-outline,
#manywho-draw .btn-info {
  background-color: #fff;
  border: 1px solid #033d58;
  color: #033d58;
}
#manywho-draw .btn-default:hover,
#manywho-draw .btn-outline:hover,
#manywho-draw .btn.btn-outline:hover,
#manywho-draw .btn-default.btn-outline:hover,
#manywho-draw .btn-info:hover,
#manywho-draw .btn-default:active,
#manywho-draw .btn-outline:active,
#manywho-draw .btn.btn-outline:active,
#manywho-draw .btn-default.btn-outline:active,
#manywho-draw .btn-info:active,
#manywho-draw .btn-default:focus,
#manywho-draw .btn-outline:focus,
#manywho-draw .btn.btn-outline:focus,
#manywho-draw .btn-default.btn-outline:focus,
#manywho-draw .btn-info:focus {
  background-color: #e8f6f5;
  color: #033d58;
}
#manywho-draw .btn-default:focus,
#manywho-draw .btn-outline:focus,
#manywho-draw .btn.btn-outline:focus,
#manywho-draw .btn-default.btn-outline:focus,
#manywho-draw .btn-info:focus {
  outline: 1px solid #033d58;
}
#manywho-draw .btn-success,
#manywho-draw .btn-primary {
  background-color: #033d58;
  border: 1px solid #033d58;
  color: #fff;
}
#manywho-draw .btn-success:hover,
#manywho-draw .btn-primary:hover,
#manywho-draw .btn-success:active,
#manywho-draw .btn-primary:active,
#manywho-draw .btn-success:focus,
#manywho-draw .btn-primary:focus {
  background-color: #426e82;
  border-color: #426e82;
  color: #fff;
}
#manywho-draw .btn-success:focus,
#manywho-draw .btn-primary:focus {
  outline: 1px solid #ffffff;
}
#manywho-draw .btn-danger {
  background-color: #b13f56;
  border: 1px solid #b13f56;
}
#manywho-draw .btn-danger:hover,
#manywho-draw .btn-danger:active,
#manywho-draw .btn-danger:focus {
  background-color: #8e3245;
  border-color: #8e3245;
}
#manywho-draw .btn-danger:focus {
  outline: 1px solid #ffffff;
}
#manywho-draw .btn-link,
#manywho-draw .btn-link:hover {
  border: 0;
  background: transparent;
  display: inline;
  padding: 0;
}
#manywho-draw .btn.btn-nobackground {
  width: 30px;
  height: 30px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  font-size: 16px;
  padding: 0;
  color: #033d58;
}
#manywho-draw .btn.btn-nobackground:hover {
  border: solid 1px #107a86;
  background-color: #e8f6f5;
}
#manywho-draw .btn.btn-nobackground:focus {
  outline: 1px solid #033d58;
}
#manywho-draw .btn.btn[disabled] {
  background: #e5e5e5;
  border: solid 1px #e5e5e5;
  color: #666666;
}
#manywho-draw :not(.btn-group) .btn + .btn {
  margin-left: 12px;
}
#manywho-draw .btn-group .btn + .btn {
  margin-left: 0px;
}
#manywho-draw .btn-group .btn {
  border-radius: 0px;
}
#manywho-draw .btn-group .btn:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#manywho-draw .btn-group .btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#manywho-draw .btn-no-appearance {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
#manywho-draw .table-container > label {
  font-size: 12px !important;
}
#manywho-draw .mw-toggle input:checked + div {
  background: #008cba;
}
#manywho-draw .mw-toggle input:focus + div {
  box-shadow: 0 0 1px #008cba;
}
#manywho-draw .mw-toggle input:checked + div.success {
  background: #43ac6a;
}
#manywho-draw .mw-toggle input:focus + div.success {
  box-shadow: 0 0 1px #43ac6a;
}
#manywho-draw .mw-toggle input:checked + div.info {
  background: #31b0d5;
}
#manywho-draw .mw-toggle input:focus + div.info {
  box-shadow: 0 0 1px #31b0d5;
}
#manywho-draw .mw-toggle input:checked + div.warning {
  background: #b67102;
}
#manywho-draw .mw-toggle input:focus + div.warning {
  box-shadow: 0 0 1px #b67102;
}
#manywho-draw .mw-toggle input:checked + div.danger {
  background: #d32a0e;
}
#manywho-draw .mw-toggle input:focus + div.danger {
  box-shadow: 0 0 1px #d32a0e;
}
#manywho-draw .mw-toggle.has-error > div > label,
#manywho-draw .mw-content.has-error > .mce-container,
#manywho-draw .mw-select.has-error .react-selectize.default.root-node .react-selectize-control {
  border: 1px solid #f04124;
}
#manywho-draw .navbar-wizard .steps > li {
  color: #43ac6a;
}
#manywho-draw .navbar-wizard .steps > li > .glyphicon {
  background-color: #43ac6a;
}
#manywho-draw .navbar-wizard .steps > li > .indicator {
  background-color: #43ac6a;
}
#manywho-draw .navbar-wizard .steps > li .indicator:before,
#manywho-draw .navbar-wizard .steps > li .indicator:after {
  background-color: #43ac6a;
}
#manywho-draw .navbar-wizard .steps > li.active {
  color: #008cba;
}
#manywho-draw .navbar-wizard .steps > li.active > .indicator {
  background-color: #008cba;
}
#manywho-draw .navbar-wizard .steps > li.active .indicator:before,
#manywho-draw .navbar-wizard .steps > li.active .indicator:after {
  background-color: #008cba;
}
#manywho-draw .navbar-wizard .steps > li.active ~ li {
  color: #888888;
}
#manywho-draw .navbar-wizard .steps > li.active ~ li > .indicator {
  background-color: #bbbbbb;
}
#manywho-draw .navbar-wizard .steps > li.active ~ li .indicator:before,
#manywho-draw .navbar-wizard .steps > li.active ~ li .indicator:after {
  background-color: #bbbbbb;
}
#manywho-draw .react-selectize .dropdown-menu {
  font-size: 15px;
}
#manywho-draw .react-selectize.bootstrap3,
#manywho-draw .react-selectize.default {
  font-family: var(--default-font-family);
}
#manywho-draw .btn-group .dropdown-menu {
  margin-top: 0px;
}
#manywho-draw .mw-pagination > .btn:first-child {
  margin-right: 0;
}
#manywho-draw .mw-tiles-item-container .back {
  transform: none !important;
}
#manywho-draw .mw-tiles-item-header > button.btn.btn-nobackground {
  padding: 0;
}
#manywho-draw .mw-tiles-item-footer {
  display: none;
}
#manywho-draw .mw-tiles-item-outcomes {
  padding: 15px;
  justify-content: flex-start;
}
#manywho-draw .mw-tiles-item-outcomes .outcome {
  border-radius: inherit;
}
#manywho-draw .form-control {
  width: 100%;
  height: 39px;
  padding: 8px 12px;
  border: 1px solid #ccc;
}
#manywho-draw .form-control[size] {
  max-width: 100%;
  min-width: 4em;
  width: auto;
}
#manywho-draw textarea.form-control {
  height: auto;
}
#manywho-draw .search-input-text {
  height: 39px;
}
#manywho-draw label,
#manywho-draw .control-label,
#manywho-draw .help-block,
#manywho-draw .checkbox,
#manywho-draw .radio {
  font-size: 12px;
  font-weight: normal;
}
#manywho-draw .checkbox label {
  line-height: 22px;
}
#manywho-draw .help-block.error-state {
  color: red;
}
#manywho-draw .form-footer {
  text-align: right;
  padding: 15px 15px 0 15px;
  margin: 0 -15px;
  border-top: 1px solid #E5E5E5;
}
.mw-bs .toast-notifications {
  list-style: none;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
.mw-bs .macro-editor-container .toast-notifications,
.mw-bs .players .toast-notifications {
  bottom: 14px;
}
.mw-bs .toast-notification {
  padding: 12px;
  width: 300px;
  margin-top: 20px;
  border-radius: 4px;
  color: #212121;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  word-break: break-word;
}
.mw-bs .toast-notification.error {
  background-color: #ECCFD5;
  border-color: #ECCFD5;
}
.mw-bs .toast-notification.warning {
  background-color: #F6E7C7;
  border-color: #F6E7C7;
}
.mw-bs .toast-notification.info {
  background-color: #CCE7F5;
  border-color: #CCE7F5;
}
.mw-bs .toast-notification.success {
  background-color: #D2EDEC;
  border-color: #D2EDEC;
}
.mw-bs .toast-notification .toast-notification-message {
  margin: auto 0;
}
.mw-bs .toast-notification img {
  margin-right: 16px;
}
.mw-bs .example-enter {
  opacity: 0.01;
  transform: translateY(10px);
}
.mw-bs .example-enter.example-enter-active {
  opacity: 1;
  transform: translateY(0px);
  transition: 600ms;
}
.mw-bs .example-leave {
  opacity: 1;
  transform: translateY(0px);
}
.mw-bs .example-leave.example-leave-active {
  opacity: 0.01;
  transform: translateY(10px);
  transition: 300ms;
}
.mw-bs .toast-notification-dismiss {
  background: none;
  border: none;
  align-self: flex-start;
  font-size: 20px;
  line-height: 24px;
  margin-top: -3px;
  margin-left: auto;
}
@keyframes notification {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* System Flows and deprecated notifications - Begin */
#manywho-draw .alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
#manywho-draw .alert-danger {
  background-color: #ECCFD5;
  border-color: #ECCFD5;
  color: #212121;
}
#manywho-draw .alert-warning {
  background-color: #F6E7C7;
  border-color: #F6E7C7;
  color: #212121;
}
#manywho-draw .alert-info {
  background-color: #CCE7F5;
  border-color: #CCE7F5;
  color: #212121;
}
#manywho-draw .alert-success {
  background-color: #D2EDEC;
  border-color: #D2EDEC;
  color: #212121;
}
#manywho-draw .alert-dismissable {
  padding-right: 35px;
}
#manywho-draw .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
#manywho-draw .flow-container .alert-dismissible .close {
  right: 0px;
}
/* System Flows - End */

#manywho {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.draw {
  display: flex;
  flex-direction: column;
}
.draw.modal-open .modal-backdrop.in {
  z-index: 100;
}

.mw-bs .boomi-agreement-background {
  background-color: #E5E5E5;
}
.mw-bs .boomi-agreement-row {
  min-height: calc(100vh - 100px);
}
.mw-bs .boomi-agreement-body {
  width: 420px;
}
.mw-bs .boomi-agreement-title {
  margin-top: 60px;
}
.mw-bs .boomi-agreement-content {
  padding-top: 50px;
  background-color: #FFFFFF;
  overflow: auto;
}
.mw-bs .boomi-agreement-text {
  width: 374px;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mw-bs .boomi-agreement-content {
    padding-top: 50px;
    width: 100% ;
  }
  .mw-bs .boomi-agreement-text {
    width: 90%;
  }
  .mw-bs .boomi-agreement-body {
    width: 90%;
  }
}

.mw-bs .placeholder-component {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}
.mw-bs .placeholder-component .placeholder-child {
  height: 47px;
  padding: 0.5em;
}
.mw-bs .placeholder-component .placeholder-child:first-child {
  border-bottom: 1px solid #ddd;
}
.mw-bs .placeholder-component .placeholder-child span {
  line-height: 33px;
}

.mw-bs .component-wrapper-main {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.mw-bs .component-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #ccc;
  background: white;
  position: relative;
  min-width: 320px;
}
.mw-bs .component-wrapper.highlight {
  border: 1px solid #85A2E7 !important;
}
.mw-bs .component-wrapper .glyphicon-question-sign {
  color: cornflower;
  margin-right: 0.25em;
  margin-top: 3px;
}
.mw-bs .component-wrapper.highlight {
  cursor: grab;
  border: 1px solid #BAD3FF;
}
.mw-bs .component-wrapper.editing {
  border: 1px solid #BAD3FF;
}
.mw-bs .component-wrapper > *:first-child {
  flex-grow: 1;
}
.mw-bs .component-wrapper > *:last-child {
  padding: 0.5em;
}
.mw-bs .component-wrapper.highlight > .component-editing > .component-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.mw-bs .component-editing {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  height: 47px;
  margin-bottom: 0.5em;
}
.mw-bs .element-actions {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
  transition-delay: 0.1s;
}
.mw-bs .component-wrapper-actions {
  margin: 6px;
}
.mw-bs .highlight > .component-editing .element-actions {
  opacity: 1 !important;
}
.mw-bs .component-name {
  flex-grow: 1;
  padding: 0 0.5em;
  align-self: center;
}
.mw-bs .component-remove {
  margin-right: 0.5em;
  margin-left: 0;
}
.mw-bs .component-details-popover {
  min-width: 300px;
}
.mw-bs .component-details-popover ul {
  margin-bottom: 0;
}
.mw-bs .component-details-popover li {
  padding: 0.3em 0;
}
.mw-bs .preview .component-wrapper {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
}
.mw-bs .preview .component-editing {
  display: none;
}
.mw-bs .preview .component-handle {
  display: none;
}
.mw-bs .component-handle {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: white;
  font-size: 2em;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.mw-bs .component-handle span {
  font-size: 0.5em;
  position: absolute;
  top: 6px;
}
.mw-bs .component-handle.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#manywho-draw .element-actions.dropdown-toggle {
  height: 30px;
  border-radius: 2px;
}
.mw-bs .container-wrapper {
  padding: 1em;
  border: 1px dashed #ccc;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  background: rgba(80, 100, 120, 0.06);
  position: relative;
  min-width: 400px;
}
.mw-bs .container-wrapper.editing {
  border: 1px solid #BAD3FF;
}
.mw-bs .container-wrapper > *:last-child {
  flex-grow: 1;
  margin: 0;
}
.mw-bs .highlight.container-wrapper > .container-wrapper-header > .component-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.mw-bs .container-wrapper-actions {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
  height: 28px;
}
.mw-bs .container-wrapper-actions .btn-group {
  height: 30px;
}
.mw-bs .element-actions {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
  transition-delay: 0.1s;
}
.mw-bs .container-wrapper:not(.highlight) > .container-wrapper-header > .container-wrapper-actions {
  pointer-events: none;
}
.mw-bs .element-actions.dropdown-toggle {
  height: 30px;
  margin-left: 12px;
}
.mw-bs .highlight.container-wrapper {
  border: 2px solid #AFC7FF;
}
.mw-bs .highlight.container-wrapper > .container-wrapper-header .element-actions {
  opacity: 1 !important;
}
.mw-bs .container-wrapper-actions > * {
  margin-left: 12px;
}
.mw-bs .container-wrapper-actions > *:last-child {
  margin-right: 0;
}
.mw-bs .container-wrapper-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.mw-bs .container-wrapper-label {
  flex-grow: 1;
}
.mw-bs .container-wrapper-label > input {
  width: 250px;
}
.mw-bs .container-details {
  margin-right: 0.75em;
}
.mw-bs .container-name {
  flex-grow: 1;
}
.mw-bs .preview .container-wrapper {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
}
.mw-bs .preview .container-handle {
  display: none;
}
.mw-bs .preview .container-wrapper-header {
  display: none;
}
.mw-bs .drag-hover {
  transition: background-color 0.5s ease;
  background-color: #ede7f6;
}
.mw-bs .row > .container-wrapper > div {
  padding-left: 1em;
}
.mw-bs .mw-inline_flow.container-wrapper > .mw-inline_flow > div:last-child {
  display: flex;
  flex-wrap: wrap;
}

.mw-bs .page-editor-container {
  position: absolute;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mw-bs .page-editor-container label:empty {
  display: none;
}
.mw-bs .page-editor-container .mw-container {
  margin-bottom: 0px;
}
.mw-bs .page-editor-container .page-editor-config .mce-container {
  width: auto !important;
}
.mw-bs .page-editor-container .page-editor-config .flow {
  visibility: hidden;
}
.mw-bs .page-editor-container.active .page-editor-config .flow {
  visibility: visible;
}
.mw-bs .page-editor-container .modal {
  visibility: hidden;
}
.mw-bs .page-editor-container.active .modal {
  visibility: visible;
}
.mw-bs .mw-page_builder {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.mw-bs .page-editor-nav {
  margin-bottom: 1em !important;
  z-index: 0 !important;
}
.mw-bs .page-editor-nav .navbar-header input {
  background: transparent;
  border-color: black;
}
.mw-bs .page-editor-canvas-wrapper {
  flex: 1;
}
.mw-bs .page-editor-canvas {
  flex-grow: 1;
  margin: 1em 1em 0 1em;
  overflow: scroll;
}
.mw-bs .page-editor-outcomes {
  height: 4em;
  border: 1px dashed #ddd;
  background: #FBFBFB;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 1em;
}
.mw-bs .page-editor-outcomes button:last-child {
  margin-left: 1em;
}
.mw-bs .page-editor-container {
  height: 100%;
}
.mw-bs .page-editor-container .page-editor-actions {
  display: flex;
  flex-direction: column;
  background-color: #273135;
  width: 65px;
  min-width: 65px;
  color: white;
  text-align: center;
  margin-bottom: 0;
}
.mw-bs .page-editor-container .page-editor-actions > li {
  height: 48px;
  border-radius: 0;
  white-space: nowrap;
  padding: 1em 0;
  cursor: pointer;
}
.mw-bs .page-editor-container .page-editor-actions > li:hover {
  background-color: #747474;
}
.mw-bs .page-editor-container .page-editor-actions + span:empty {
  display: none;
}
.mw-bs .page-editor-container .page-editor-sidebar-header {
  text-align: center;
  white-space: nowrap;
  padding-top: 0.5em;
  cursor: pointer;
}
.mw-bs .page-editor-container .page-editor-sidebar-header > span {
  display: none;
}
.mw-bs .page-editor-container .sidebar .sidebar-component {
  cursor: -webkit-grab;
  cursor: grab;
  white-space: nowrap;
  padding: 1em;
  padding-left: 1.6em;
}
.mw-bs .page-editor-container .sidebar.collapsed .page-editor-sidebar-header > div {
  display: none;
}
.mw-bs .page-editor-container .sidebar.collapsed .page-editor-sidebar-header > span {
  display: inline;
}
.mw-bs .page-editor-container .sidebar-inner ul li {
  padding: 0;
}
.mw-bs .page-editor-container > .flow > .flow-container > .main-container > .main-container-inner > .main-scroller {
  height: 100%;
  overflow-x: hidden;
}
.mw-bs .page-editor-container > .flow > .flow-container > .main-container > .main-container-inner > .main-scroller > .main {
  height: 100%;
  margin: 0;
  padding: 0;
}
.mw-bs .page-editor-container > .flow > .flow-container > .main-container > .main-container-inner > .main-scroller > .main > .mw-vertical_flow {
  height: 100%;
  margin-bottom: 0;
}
.mw-bs .page-editor-container > .flow > .flow-container > .main-container > .main-container-inner > .main-scroller > .main > .mw-vertical_flow > #vertical {
  height: 100%;
}
.mw-bs .transparent {
  transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 0;
}
.mw-bs .semi-transparent {
  transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 0.5;
}
.mw-bs .drop-target {
  position: relative;
}
.mw-bs .drop-target:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.mw-bs .drop-top {
  border-top: #8e24aa 2px solid;
}
.mw-bs .drop-top:before {
  left: 50%;
  top: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #8e24aa;
}
.mw-bs .drop-bottom {
  border-bottom: #8e24aa 2px solid;
}
.mw-bs .drop-bottom:before {
  left: 50%;
  bottom: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #8e24aa;
}
.mw-bs .drop-left {
  border-left: #8e24aa 2px solid;
}
.mw-bs .drop-left:before {
  top: calc(50% - 12px);
  left: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #8e24aa;
}
.mw-bs .drop-right {
  border-right: #8e24aa 2px solid;
}
.mw-bs .drop-right:before {
  top: calc(50% - 12px);
  right: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #8e24aa;
}

.mw-bs .page-conditions-basic .control-label {
  position: relative;
  margin-bottom: 0;
  margin-right: 1.5em;
  margin-bottom: 2em;
  width: 14em;
}
.mw-bs .page-conditions-basic .form-group {
  margin-bottom: 0;
}
.mw-bs .page-conditions-basic .picker,
.mw-bs .page-conditions-basic .picker-button {
  margin-left: 10em;
  margin-bottom: 2em;
}
.mw-bs .page-conditions-basic .align-label {
  width: 10em;
  min-width: 10em;
  /* prevent it from getting squashed */
  padding-right: 1em;
  display: inline-block;
  text-align: right;
}

.mw-bs .page-config {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  border-left: 1px solid #cccccc;
  min-width: 550px;
  width: 40%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.mw-bs .page-config > div:first-child {
  flex-grow: 1;
  padding: 1em;
}
.mw-bs .page-config .page-config-footer {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 1em 1em 1em 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.mw-bs .page-config .advanced {
  margin-top: 1em;
  display: inline-block;
}
.mw-bs .page-config-enter {
  transform: translateX(550px);
}
.mw-bs .page-config-enter.page-config-enter-active {
  transform: translateX(0);
  transition: transform 0.3s ease-in;
}
.mw-bs .page-config-leave {
  transform: translateX(0);
  transition: transform 0.3s ease-in;
}
.mw-bs .page-config-leave.page-config-leave-active {
  transform: translateX(550px);
}

.mw-bs .navigation-item {
  white-space: nowrap;
}
.mw-bs .add-item {
  color: #FFFFFF;
  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
}
.mw-bs .dropdown:hover > .dropdown-menu {
  display: block;
}
.mw-bs .dropdown-submenu {
  position: relative;
}
.mw-bs .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.mw-bs .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.mw-bs .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.mw-bs .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.mw-bs .dropdown-submenu.pull-left {
  float: none;
}
.mw-bs .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.mw-bs .navigation-input {
  margin-top: 1em;
  overflow: hidden;
}
.mw-bs .navigation-input input {
  width: 250px;
}
.mw-bs .navigation-input select {
  width: 250px;
}
.mw-bs .navigation-input label:after {
  content: '*';
  color: red;
}
.mw-bs .add-navigation-actions {
  margin-top: 10px;
}
.mw-bs .form-enter {
  height: 0;
}
.mw-bs .form-enter.form-enter-active {
  height: 311px;
  transition: height 0.3s ease-in;
}
.mw-bs .form-leave {
  height: 311px;
}
.mw-bs .form-leave.form-leave-active {
  height: 0;
  transition: height 0.3s ease-in;
}

#manywho-draw .value-reference-value {
  display: flex;
  padding: 0.5em;
  border: 1px solid #cccccc;
  align-items: center;
}
#manywho-draw .value-reference-value > div {
  flex-grow: 1;
}
#manywho-draw .value-reference-value > .btn {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0.5em;
  border: 0;
  height: auto;
  background-color: transparent;
}
#manywho-draw .value-reference-value > .btn:hover {
  background-color: transparent;
}
#manywho-draw .value-reference-value > .btn:last-child {
  margin-right: 0;
}
#manywho-draw .value-reference-value.value-selected {
  cursor: pointer;
  margin-bottom: 0;
}
#manywho-draw .value-reference-value.value-selected .value-reference-edit {
  display: none;
}
#manywho-draw .value-reference {
  flex: 1;
}
#manywho-draw .value-reference .value-reference-name {
  display: block;
}
#manywho-draw .value-reference .value-reference-details {
  display: flex;
  color: #888888;
  font-size: 0.8em;
  margin: 0.25em 0;
}
#manywho-draw .value-reference .value-reference-details * {
  margin-right: 0.2em;
}
#manywho-draw .value-selector-value {
  cursor: pointer;
  padding: 0.25em 0.5em;
}
#manywho-draw .value-selector-value:hover {
  background-color: whitesmoke;
}
#manywho-draw .value-selector {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
#manywho-draw .value-selector .value-reference {
  cursor: pointer;
  padding: 0.5em 0.25em;
}
#manywho-draw .value-selector .value-reference > .value-reference-edit > span {
  color: #888888;
  margin: 0 0.25em;
  position: relative;
  top: -1px;
}
#manywho-draw .value-selector > p {
  margin-bottom: 0;
  margin-top: 0.5em;
  text-align: center;
}
#manywho-draw .modal.value-selector-dialog-container {
  overflow: hidden !important;
  bottom: 20px;
  top: 55px;
  z-index: 2000;
}
#manywho-draw .modal.value-selector-dialog-container .main-scroller {
  padding: 0;
}
#manywho-draw .value-selector-dialog {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
}
#manywho-draw .value-selector-dialog .modal-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 1em;
  height: 100%;
}
#manywho-draw .value-selector-dialog .modal-content .modal-header {
  flex-shrink: 0;
}
#manywho-draw .value-selector-dialog .modal-content .modal-body {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  overflow: auto;
}
#manywho-draw .value-selector-dialog .modal-content textarea {
  width: 99.9%;
}
#manywho-draw .value-selector-dialog .value-selector-items {
  overflow: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}
#manywho-draw .value-selector-dialog .value-selector-items > div {
  display: flex;
  align-items: center;
  padding: 0.5em;
}
#manywho-draw .value-selector-dialog .value-selector-items > div > .value-reference {
  flex-grow: 1;
  padding: 0;
}
#manywho-draw .value-selector-dialog .value-selector-items > div > .glyphicon-ok {
  background-color: green;
  border-radius: 50%;
  padding: 0.25em;
  color: white;
  cursor: pointer;
}
#manywho-draw .value-selector-dialog .value-selector-items > div:hover {
  background-color: whitesmoke;
}
#manywho-draw .value-selector-dialog .value-selector > .select-or-new-value {
  display: flex;
  flex-shrink: 0;
}
#manywho-draw .value-selector-dialog .value-selector > .select-or-new-value > input {
  flex-grow: 1;
  width: auto;
}
#manywho-draw .value-selector-dialog .value-selector > .select-or-new-value > span {
  align-self: center;
  margin: 0 0.5em;
}
#manywho-draw .value-selector-dialog .value-selector > .btn {
  flex-shrink: 0;
  align-self: flex-end;
}
#manywho-draw .value-selector-dialog .value-selector > .new-value {
  align-self: flex-start;
}
#manywho-draw .value-selector-dialog .flow {
  display: block;
}
#manywho-draw .value-selector-no-results {
  text-align: center;
  color: #666666;
  font-size: 1.5em;
  margin: 1em 0;
}
#manywho-draw .value-selector-table > table td:first-child {
  width: 1px;
  white-space: nowrap;
}
#manywho-draw .value-selector-table .value-reference-selector {
  font-size: 15px;
  margin-bottom: 0;
}
#manywho-draw .value-selector-table .value-reference-value {
  margin-bottom: 0;
}
#manywho-draw .value-selector-table .value-reference-value.value-selected {
  border: 0;
  padding: 0;
}
#manywho-draw .value-reference-selector {
  margin-bottom: 1em;
}
#manywho-draw .value-reference-selector.disabled > .value-reference-value {
  opacity: 0.5;
}
#manywho-draw .value-reference-selector.invalid > .value-reference-value {
  border-color: red;
}
#manywho-draw .value-reference-selector > .select-or-new-value {
  display: block;
}
#manywho-draw.mce-insert-value {
  display: flex;
  height: 560px;
}
#manywho-draw.mce-insert-value .value-selector-items {
  flex-grow: 1;
  font-size: 15px;
  margin: 1em 0;
  overflow-y: scroll;
}
#manywho-draw.mce-insert-value .value-reference:hover {
  background: whitesmoke;
}
#manywho-draw.mce-insert-value .value-reference-name,
#manywho-draw.mce-insert-value .value-reference-details,
#manywho-draw.mce-insert-value .value-reference-edit {
  font-family: var(--default-font-family);
  font-size: 15px;
  line-height: 1.4;
}
#manywho-draw.mce-insert-value .value-reference-details {
  display: flex;
  font-size: 0.8em;
  margin-bottom: 0.25em;
}
#manywho-draw.mce-insert-value .value-reference-details * {
  margin-right: 0.2em;
}
#manywho-draw.mce-insert-value .value-reference-edit a {
  font-size: 0.8em;
}
#manywho-draw.mce-insert-value > .value-selector > .btn {
  align-self: flex-end;
  flex-shrink: 0;
}

#manywho-draw .btn.btn-select-type {
  display: block;
}

.mw-bs .list-editor {
  margin-top: 1em;
}
.mw-bs .list-editor > h5 {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0;
}
.mw-bs .list-editor > .btn-danger {
  margin-right: 1em;
}
.mw-bs .list-editor > .table-responsive {
  margin-top: 1em;
}
.mw-bs .list-editor > .table-responsive > .table th:first-child {
  width: 1px;
  white-space: nowrap;
}
.mw-bs .list-editor > .table-responsive > .table td {
  position: relative;
}
.mw-bs .list-editor-column > .list-editor {
  margin-top: 0;
}

.mw-bs .object-editor {
  margin-top: 1em;
}
.mw-bs .object-editor > h5 {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0;
}
.mw-bs .object-editor > table {
  margin-top: 1em;
}
.mw-bs .object-editor tr > td {
  position: relative;
}
.mw-bs .object-editor tr > td:last-child {
  width: 80%;
}
.mw-bs .object-editor-column > .object-editor {
  margin-top: 0;
}
.mw-bs .object-editor-column > .object-editor .table {
  margin-bottom: 0;
}

#manywho-draw .rule-value-column .value-reference-selector {
  margin-bottom: 0;
}
.mw-bs .rule {
  align-items: center;
  border-left: 1px dashed #dadaff;
  display: flex;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-top: 0.5em;
  position: relative;
}
.mw-bs .rule > table {
  font-size: 1em;
  table-layout: fixed;
  width: 100%;
}
.mw-bs .rule .rule-value-column {
  width: calc(50% - 50px - 1em);
}
.mw-bs .rule .rule-criteria-column {
  width: calc(100px + 2em);
  text-align: center;
  padding: 0 1em;
}
.mw-bs .rule .rule-delete-column {
  width: 40px;
  padding-left: 10px;
}
.mw-bs .rule .value-reference-selector {
  flex-grow: 1;
  margin-bottom: 0;
}
.mw-bs .rule .rule-criteria > .dropdown-toggle {
  height: 56px;
}
.mw-bs .rule .rule-criteria > .dropdown-toggle > span:last-child {
  padding-left: 0.5em;
}
.mw-bs .rule-delete.btn.btn-default {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.mw-bs .rule-delete.btn.btn-default:focus {
  outline: 0;
}
.mw-bs .rule-delete.btn.btn-default:active {
  box-shadow: none;
}
.mw-bs .rule-delete.btn.btn-default > span {
  z-index: 1;
}
.mw-bs .rule-delete.btn.btn-default > div {
  position: absolute;
  top: 4px;
  bottom: 8px;
  right: 4px;
  left: 15px;
  background: white;
}
.mw-bs .rule-delete-overlay {
  background-color: #0096dc;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.mw-bs .comparisons > .comparison > .comparison-group-open > .glyphicon-remove-sign {
  display: none;
}
.mw-bs .comparison {
  margin-bottom: 1em;
  position: relative;
}
.mw-bs .comparison > .glyphicon-plus {
  background-color: #0096dc;
  color: white;
  margin-bottom: 1em;
  padding: 0.75em;
}
.mw-bs .comparison .glyphicon-remove-sign {
  font-size: 1.5em;
  margin-left: 0.5em;
}
.mw-bs .comparison .glyphicon-remove-sign.confirm-delete {
  color: red;
  z-index: 10;
}
.mw-bs .comparison > .rule-delete-icon-background {
  left: 108px;
  margin: 0;
  right: 0;
}
.mw-bs .comparison > .comparison {
  border-left: 1px dashed #dadaff;
  margin-bottom: 0;
  padding-left: 2em;
}
.mw-bs .comparison > .comparison:not(:last-child) {
  padding-bottom: 2em;
}
.mw-bs .comparison .btn-group .dropdown-toggle.btn-default {
  background: white;
  border-radius: 0;
}
.mw-bs .comparison .btn-group .dropdown-toggle.btn-default ~ .dropdown-menu {
  background-color: white;
  border-top-width: 1px;
}
.mw-bs .comparison-group-open {
  align-items: center;
  display: flex;
  margin-bottom: 0.5em;
  margin-left: 0;
}
.mw-bs .comparison-group-open > .glyphicon-download,
.mw-bs .comparison-group-open > .glyphicon-upload {
  font-size: 1.5em;
  margin-left: 0.5em;
  margin-top: -5px;
}
.mw-bs .comparison-new-item {
  border-left: 1px dashed #dadaff;
  padding: 1em 0 0 2em;
}
.mw-bs .comparison-new-item > .btn:first-child {
  margin-right: 1em;
}
.mw-bs .comparison-new-item:not(:last-child) {
  padding-bottom: 1em;
}
.mw-bs .comparison-group-type > span:first-child {
  background-color: black;
  color: white;
  padding: 0.25em 0.5em;
}
.mw-bs .flow-editor.active.modal-open .modal-backdrop,
.mw-bs .page-editor.active.modal-open .modal-backdrop {
  z-index: 1000;
}
.mw-bs .btn.edit-business-rules {
  margin-bottom: 1em;
}
.mw-bs .btn.edit-business-rules > .glyphicon {
  margin-right: 0.5em;
}
.mw-bs .comparison-root-dialog .modal-footer .btn:first-child {
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .mw-bs .modal-lg.comparison-root-dialog {
    width: 80%;
  }
}

#manywho-draw .service-setup-container .service-large-input {
  width: 100%;
}
#manywho-draw .service-setup-container .react-selectize.root-node {
  width: 100%;
}
@media screen and (min-width: 761px) {
  #manywho-draw .service-setup-container {
    max-width: 650px;
  }
  #manywho-draw .service-setup-container div:not(.service-large-input) > div > input,
  #manywho-draw .service-setup-container .custom-component-picker .picker,
  #manywho-draw .service-setup-container .react-selectize.root-node {
    width: 360px;
  }
}


/*# sourceMappingURL=flow-admin.css.map*/