@font-face {
  font-family: "ActivitiModeler";
  src: url(fonts/activiti-admin-webfont.eot);
  src: url(fonts/activiti-admin-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/activiti-admin-webfont.woff) format("woff"),
    url(fonts/activiti-admin-webfont.ttf) format("truetype"),
    url(024df7c988714245764e755f81a168ae.svg#activitimodelerregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.3.0)
      format("embedded-opentype"),
    url(fonts/fontawesome-webfont.woff2) format("woff2"),
    url(fonts/fontawesome-webfont.woff) format("woff"),
    url(fonts/fontawesome-webfont.ttf) format("truetype"),
    url(2980083682e94d33a66eef2e7d612519.svg#fontawesomeregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.flw-flex-row {
    display: flex;
}
.flw-flex-column {
    display: flex;
    flex-direction: column;
}

.text-link {
	color: #2a6496;
	text-decoration: underline;
	cursor: pointer;
}

.row-no-gutter .col-xs-9,
.row-no-gutter .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
  z-index: 50;
}

.row-no-gutter .col-xs-3 {
  padding-left: 0px;
  padding-right: 0px;
  z-index: 100;
}

.btn:hover,
.btn.active,
.btn:focus,
.btn[disabled]:hover,
.btn[disabled].active,
.btn[disabled]:focus {
  fill: white;
}

.editor-item-picker {
  height: 400px;
  max-height: 400px;
  min-height: 400px;
  overflow: auto;
}

.editor-item-picker-component {
  height: 185px;
  max-height: 185px;
  overflow: hidden;
}

.editor-toolbar {
  padding-left: 5px;
}

.editor-toolbar > .btn-group {
  margin: 12px 15px 0px 0px;
}

.editor-toolbar > .btn-group.pull-right {
  margin: 0;
}

.editor-toolbar .btn.btn-inverse {
  font-size: 24px;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  padding: 3px 6px 0px 6px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  margin: 0px 0px 0px 5px;
  height: 36px;
  min-width: 36px;
}

.editor-toolbar .btn.btn-inverse.pressed {
  background-color: #287d92;
  color: #174753;
}

.editor-toolbar .btn.btn-inverse.disabled,
.editor-toolbar .btn.btn-inverse[disabled],
.editor-toolbar .btn.btn-inverse[disabled]:active,
.editor-toolbar .btn.btn-inverse[disabled]:hover {
  background-color: #668b94;
  border-color: #668b94;
}

.editor-toolbar .btn.btn-inverse.separator {
  background: transparent;
  padding: 4px 5px 0px 5px;
  width: 1px;
  min-width: 1px;
}

.editor-toolbar .toolbar-separator {
  background: #a4acb9;
  width: 1px;
  height: 30px;
}

.stencils {
  border-right: 1pt solid #c7cacd;
  overflow: auto;
  z-index: 5000;
}

.stencils ul {
  padding-left: 0;
}

.stencils > div {
  margin-top: 10px;
}

.stencil-group {
  list-style: none;
  list-style-position: outside;
  margin: 0px 15px 0px 0px;
}

.stencil-group > li {
  list-style: none;
  list-style-position: outside;
  margin: 0px 0px 5px 15px;
  background-color: #ffffff;
  font-family: Arial, Regular;
  font-size: 14px;
  color: #323437;
}

.stencil-group > li > span {
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  cursor: pointer;
}

.stencil-group > li > span > i {
  font-size: 12px;
  line-height: 17px;
}

.stencil-group > li > ul {
  list-style: none;
  list-style-position: inside;
  background-color: transparent;
  margin: 0px;
  overflow: hidden;
  padding-left: 20px;
}

.stencil-group.collapsed > li {
  color: #000000;
}

.stencil-group.collapsed > li > ul {
  max-height: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.stencil-group-non-root > li {
  background-color: #ffffff;
}

.stencil-item {
  cursor: pointer;
  padding: 5px;
}

.root-stencil-item {
  margin: 0 0 0 15px;
  font-family: Arial, Regular;
  font-size: 14px;
}

.ui-draggable.stencil-item.stencil-item-dragged {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Modeling Canvas
-------------------------------- */
div.canvas-wrapper {
  overflow: auto;
  background-color: #f8f8f8;
}

.canvas_resize_indicator i {
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}

.canvas_resize_indicator.N,
.canvas_resize_indicator.S,
.canvas_resize_indicator.E,
.canvas_resize_indicator.W {
  background: #5fbcd3;
  height: 17px;
  width: 17px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#canvas-grow-N.canvas_resize_indicator,
#canvas-shrink-S.canvas_resize_indicator {
  margin: 0;
  top: auto;
}

#canvas-grow-S.canvas_resize_indicator,
#canvas-shrink-N.canvas_resize_indicator {
  margin: 0;
  bottom: auto;
}

#canvas-grow-E.canvas_resize_indicator,
#canvas-shrink-W.canvas_resize_indicator {
  margin: 0;
  right: auto;
}

#canvas-grow-W.canvas_resize_indicator,
#canvas-shrink-E.canvas_resize_indicator {
  margin: 0;
  left: auto;
}

.x-panel-body.x-panel-body-noheader.x-panel-body-noborder,
.ORYX_Editor x-panel {
  background-color: #f8f8f8;
}

.canvas-message {
  position: absolute;
  top: 60px;
  right: 10px;
  background: transparent;
  font-size: 10pt;
}

div.propertySection {
  height: 250px;
  background-color: #e8edf1;
  margin-bottom: 0px;
}

.selected-item-title {
  font-size: 25px;
  font-weight: bold;
  padding: 8px 0 8px 8px;
  border-bottom: 1px solid #a4acb9;
  cursor: pointer;
}

.selected-item-title a {
  display: block;
  color: #1a1a1a;
}

.selected-item-title .glyphicon {
  line-height: 25px;
  font-size: 14px;
}

.selected-item-title a:hover,
.selected-item-title a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.selected-item-section > div > .pull-right {
  line-height: 50px;
  margin: 0px 10px;
  font-size: 14px;
}

.selected-item-body .property-row {
  float: left;
  width: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 13px;
  overflow: hidden;
}

.selected-item-body .property-row:hover {
  background-color: #d7dfe6;
}

.selected-item-body {
  padding: 0;
  overflow: auto;
  height: 199px;
}

.selected-item-body > div {
  overflow: hidden;
  margin: 5px 20px;
}

.property-row > span {
  display: block;
  float: left;
  margin: 2px 2%;
  padding: 0;
  min-height: 25px;
}

.property-row span.value {
  cursor: pointer;
  width: 46%;
  padding: 0;
  margin: 0;
}

.property-row span.value:hover {
  cursor: pointer;
}

.property-row span.title {
  font-size: 13px;
  font-weight: bold;
  width: 46%;
}

.property-row span.title-removed {
  font-size: 13px;
  font-weight: normal;
  width: 46%;
}

.propertySection.collapsed {
  max-height: 50px;
  height: 50px;
  overflow: hidden;
}

.propertySection.collapsed .selected-item-title {
  border: none;
}

.property-row input[type="text"] {
  height: 25px;
  margin: 2px 0;
  padding: 0px 5px;
  width: 100%;
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

.default-grid {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.step-editor-inline-grid {
  border: 1px solid rgb(212, 212, 212);
  width: 550px;
  height: 150px;
  margin-bottom: 10px;
}

.kis-listener-grid {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.kis-field-grid {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

.saving-text {
  display: table;
  margin: 0 auto;
  padding: 20px 0 0px 0;
}

.form-property-checkbox {
  margin: 0;
}

/* Oryx overrides
-------------------------------- */
ul.x-menu-list {
  list-style: none;
  list-style-position: inside;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #e1e2e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
}

img.x-menu-item-icon {
  width: auto;
  height: auto;
  margin-right: 5px;
}

li.x-menu-list-item {
  margin: 3px 0px;
}

li.x-menu-list-item.x-menu-item-active {
  background-color: #efefef;
}

li.x-menu-list-item a {
  color: #000000;
}

li.x-menu-list-item.x-menu-item-active a {
  text-decoration: none;
}

.sequence-flow-order-element {
  margin: 12px 0 12px 0;
}

/* Editor icon font */
.editor-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "ActivitiModeler";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.editor-icon-save:before {
  content: "a";
}

.editor-icon-edit:before {
  content: "b";
}

.editor-icon-cut:before {
  content: "c";
}

.editor-icon-copy:before {
  content: "d";
}

.editor-icon-paste:before {
  content: "e";
}

.editor-icon-delete:before {
  content: "f";
}

.editor-icon-redo:before {
  content: "h";
}

.editor-icon-undo:before {
  content: "g";
}

.editor-icon-same-size:before {
  content: "i";
}

.editor-icon-zoom-in:before {
  content: "k";
}

.editor-icon-zoom-out:before {
  content: "l";
}

.editor-icon-zoom-actual:before {
  content: "m";
}

.editor-icon-zoom-fit:before {
  content: "j";
}

.editor-icon-bendpoint-add:before {
  content: "n";
}

.editor-icon-bendpoint-remove:before {
  content: "o";
}

.editor-icon-align-horizontal:before {
  content: "p";
}

.editor-icon-align-vertical:before {
  content: "q";
}

.formbuilder-validation-error-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.modal-dialog.modal-maxheight {
  max-height: 724px;
  overflow-y: auto;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-rocket:before {
  content: "\F135";
}

.fa-share:before {
  content: "\F064";
}

.step-types .fa {
  margin-right: 6px;
}

.decision-table-grid {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 372px;
  margin-bottom: 10px;
}

.decision-table .btn-success {
  color: #fff;
  background-color: #5cb85c;
}

.decision-table .btn-success:hover,
.decision-table .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.decision-table-grid .ui-grid-header-viewport,
.decision-table-grid .ui-grid-header-canvas {
  height: 70px;
}

.decision-table-grid .header-expression {
  height: 70px;
  border-bottom: 5px solid rgb(43, 37, 37);
  border-bottom: 5px solid rgba(43, 37, 37, 0.22);
}

.decision-table-grid .header-input-expression {
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(54, 167, 196);
  /* RGBa with 0.6 opacity */
  background: rgba(54, 167, 196, 0.6);
  /*background-color: #668b94;*/
  color: #ffffff;
  font-size: 14px;
}

.decision-table-grid .header-output-expression {
  border-left: 5px solid rgb(212, 212, 212);
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(92, 184, 92);
  /* RGBa with 0.6 opacity */
  background: rgba(92, 184, 92, 0.6);
  color: #ffffff;
  font-size: 14px;
}

.decision-table-grid .header-output-expression ~ .header-output-expression {
  border-left: none;
}

.decision-table-grid .cell-input-expression {
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(54, 167, 196);
  /* RGBa with 0.6 opacity */
  background: rgba(54, 167, 196, 0.1);
}

.decision-table-grid .cell-output-expression {
  border-left: 5px solid rgb(212, 212, 212);
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(92, 184, 92);
  /* RGBa with 0.6 opacity */
  background: rgba(92, 184, 92, 0.1);
  border-left: 3px solid rgb(212, 212, 212);
}

.decision-table-grid .cell-output-expression ~ .cell-output-expression {
  border-left: none;
}

.decision-table-grid {
  font-size: 13px;
  line-height: 20px;
}

.decision-table-grid
  .ui-grid-header-cell-wrapper
  .ui-grid-selection-row-header-buttons {
  display: none;
}

.decision-table-output-expression-input,
.decision-table-output-expression-input:active,
.decision-table-output-expression-input:focus,
.decision-table-output-expression-input:visited {
  background-color: inherit;
}

.decision-table-output-expression-input:hover {
  background-color: #287d92;
}

.decision-table-input-expression-input .caret {
  display: none;
}

.decision-table-grid
  .ui-grid-row.ui-grid-row-selected
  .cell-input-expression
  > [ui-grid-row]
  > .ui-grid-cell {
  background: rgba(92, 184, 92, 0.4);
}

.decision-table-grid
  .ui-grid-row:nth-child(odd)
  .ui-grid-cell.cell-output-expression,
.decision-table-grid
  .ui-grid-row:nth-child(even)
  .ui-grid-cell.cell-output-expression {
  background: rgb(92, 184, 92);
  /* RGBa with 0.6 opacity */
  background: rgba(92, 184, 92, 0.1);
  border-bottom: 1px solid rgba(43, 37, 37, 0.22);
}

.decision-table-grid
  .ui-grid-row.ui-grid-row-selected:nth-child(odd)
  .ui-grid-cell.cell-output-expression,
.decision-table-grid
  .ui-grid-row.ui-grid-row-selected:nth-child(even)
  .ui-grid-cell.cell-output-expression {
  background: rgba(92, 184, 92, 0.2);
}

.decision-table-grid
  .ui-grid-row:nth-child(odd)
  .ui-grid-cell.cell-input-expression,
.decision-table-grid
  .ui-grid-row:nth-child(even)
  .ui-grid-cell.cell-input-expression {
  background: rgb(54, 167, 196);
  /* RGBa with 0.6 opacity */
  background: rgba(54, 167, 196, 0.1);
  border-bottom: 1px solid rgba(43, 37, 37, 0.22);
}

.decision-table-grid
  .ui-grid-row.ui-grid-row-selected:nth-child(odd)
  .ui-grid-cell.cell-input-expression,
.decision-table-grid
  .ui-grid-row.ui-grid-row-selected:nth-child(even)
  .ui-grid-cell.cell-input-expression {
  background: rgba(54, 167, 196, 0.2);
}

.decision-table-grid .ui-grid-render-container-left .ui-grid-header-cell {
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(54, 167, 196);
  /* RGBa with 0.6 opacity */
  background: rgba(54, 167, 196, 0.6);
  /*background-color: #668b94;*/
  color: #ffffff;
  font-size: 14px;

  border-bottom: 5px solid rgb(43, 37, 37);
  border-bottom: 5px solid rgba(43, 37, 37, 0.22);
}

.decision-table-grid
  .ui-grid-pinned-container.ui-grid-pinned-container-left
  .ui-grid-header-cell:last-child {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom: 5px solid rgb(43, 37, 37);
  border-bottom: 5px solid rgba(43, 37, 37, 0.22);
}

.decision-table-grid .ui-grid-cell-focus {
  outline: 0;
  background-color: transparent;
}

.decision-table .ui-grid-row-selected .customRowHeader {
  background-color: #c9dde1;
  color: #ffffff;
  border-bottom: 1px solid rgba(43, 37, 37, 0.22);
}

.decision-table .ui-grid-cell-contents {
  position: relative;
}

.decision-table .ui-grid-cell-contents-empty::before {
  content: "-";
  text-align: center;
  width: 100%;
  position: absolute;
  height: 100%;
  color: gray;
}

.decision-table .ui-grid-cell-contents .show-error-icon {
  display: none;
}

.decision-table .ui-grid-cell-contents .edit-icon {
  position: absolute;
  right: 0;
}

.decision-table .ui-grid-cell-contents.ui-grid-cell-contents-has-error {
  padding-left: 20px;
}

.decision-table .decision-table-grid-wrapper {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 85%;
}

.container-fluid.content.decision-table {
  max-width: 90vw;
}

.decision-table .decision-table-grid-wrapper > span {
  display: none;
}

.decision-table .dropdown {
  display: inherit !important;
}

.decision-table .dropdown-menu > li.danger > a:hover {
  background: #d35f5f;
}

.decision-table
  .decision-table-grid-wrapper
  .ui-grid-header-cell
  .ui-grid-cell-contents
  .text-center {
  min-height: 20px;
}

.decision-table
  .decision-table-grid-wrapper.ui-grid-cell-contents-has-error
  > .decision-table-grid {
  border: 1px solid #a94442;
}

.decision-table
  .ui-grid-cell-contents.ui-grid-cell-contents-has-error
  .contents-value,
.decision-table
  .ui-grid-cell-contents.ui-grid-cell-contents-has-error
  .text-center {
  color: #a94442;
}

.decision-table
  .ui-grid-cell-contents.ui-grid-cell-contents-has-error
  .show-error-icon,
.decision-table
  .decision-table-grid-wrapper.ui-grid-cell-contents-has-error
  > .show-error-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  cursor: pointer;
  z-index: 1;
}

.decision-table .row {
  margin-left: -10px;
  margin-right: -10px;
}

hot-table .column-header.label {
  font-size: 14px;
}

#decisionTableGrid .grid-controls {
  margin-top: 40px;
}

.decision-name-container {
  width: 340px;
  height: 50px;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}

.decision-name-container .decision-name {
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
}

#decisionTableGrid th .input-header {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto 0 -20%;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#decisionTableGrid th .output-header {
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
  margin-left: -15px;
  margin-bottom: 0;

  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#decisionTableGrid th.output-header .colHeader {
  width: 100%;
}

#decisionTableGrid th .input-header .header-label,
#decisionTableGrid th .output-header .header-label {
  font-size: 15px;
  font-weight: 600;
}

#decisionTableGrid th .input-header a,
#decisionTableGrid th .output-header a {
  text-decoration: underline;
}

#decisionTableGrid th .input-header .header-variable,
#decisionTableGrid th .output-header .header-variable {
  font-size: 14px;
  text-align: center;
}

#decisionTableGrid th .input-header .header-variable-type,
#decisionTableGrid th .output-header .header-variable-type {
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

#decisionTableGrid th .input-header .header-entries,
#decisionTableGrid th .output-header .header-entries {
  font-size: 12px;
  font-weight: lighter;
  font-style: normal;
  text-align: center;
}

#decisionTableGrid th .header-add-new-expression {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 15px;
}

#decisionTableGrid th .header-moveRight-expression {
  position: absolute;
  top: 41px;
  right: 20px;
  font-size: 15px;
}

.decision-table-header-button {
  cursor: pointer;
}
.decision-table-header-button--text {
  cursor: pointer;
}

#decisionTableGrid th .header-remove-expression {
  float: left;
  position: relative;
  top: 10px;
  font-size: 15px;
  padding-left: 15px;
}

#decisionTableGrid th .header-moveLeft-expression {
  float: left;
  position: relative;
  top: 10px;
  font-size: 15px;
  padding-left: 15px;
  display: block;
  clear: both;
  margin-top: 12px;
}

#decisionTableGrid tr .input-operator-cell {
  text-align: center;
  min-width: 50px;
}

#decisionTableGrid td.htInvalid {
  background-color: rgba(255, 76, 66, 0.33) !important;
}

#decisionTableGrid .selectedRow {
  background: rgb(0, 140, 186);
  color: rgb(250, 250, 250);
}

#decision-table-editor,
#read-only-decision-table-editor {
  background-color: rgba(243, 243, 243, 0.5);
}

#decisionTableGrid .input-operator-container {
  width: 45px;
  float: left;
  border: 1px solid rgb(212, 212, 212);
  padding: 1px;
  margin-right: 5px;
  text-align: center;
}

#decisionTableGrid .input-expression-container {
  overflow: hidden;
  border: 1px solid rgb(212, 212, 212);
  padding: 1px;
}

#decisionTableGrid .input-expression-container {
  overflow: hidden;
  border: 1px solid rgb(212, 212, 212);
  padding: 1px;
  clear: right;
}

#decisionTableGrid .input-expression-input {
  overflow: hidden;
  border: none;
  width: 100%;
}

#decisionTableGrid .input-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 4px 0px 4px 0px;
}

#decisionTableGrid .input-operator-select {
  width: 45px;
  border: none;
  box-shadow: none;
  background: transparent none;
  -webkit-appearance: none;
}

#decisionTableGrid .input-operator-select :focus {
  outline: none;
}

#decisionTableGrid .input-expression-input :focus {
  outline: none;
}

#decisionTableGrid .input-operator-select.editor :focus {
  outline: none;
}

#decisionTableGrid th.input-expression-header,
#decisionTableGrid th.input-operator-header {
  background-color: #ebf6f9;
  border-bottom: 4px double rgba(51, 51, 51, 0.7);
}

#decisionTableGrid th.input-expression-header {
  /*border-left: 1px solid rgba(54, 167, 196, 0.1);*/
  border-left-style: hidden;
}

#decisionTableGrid th.input-expression-header.last,
#decision-table-editor td.last {
  border-right: 4px double rgba(51, 51, 51, 0.7);
}

#decisionTableGrid th.output-header.first,
#decision-table-editor td.first {
  border-left: 4px double rgba(51, 51, 51, 0.7);
}

#decisionTableGrid th.output-header {
  background-color: rgba(243, 243, 243, 1);
  border-bottom: 4px double rgba(51, 51, 51, 0.7);
}

#decisionTableGrid th.input-operator-header {
  border-right-style: hidden;
}

#decisionTableGrid .hit-policy-container {
  position: fixed;
  width: 50px;
  background-color: #f9f9f9;
  z-index: 1035;
}

#decisionTableGrid .hit-policy-header {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  color: #428bca;
  visibility: visible;
}

.decision-table-grid-wrapper .handsontable-container {
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  border-right: 1px solid rgba(51, 51, 51, 0.3);
}
.handsontableInput:focus {
  box-shadow: inset 0 0 0 2px #5292f7;
}

#decisionTableGrid .ht_clone_top,
#decisionTableGrid .ht_clone_top thead {
  visibility: visible;
}

.ht_clone_left.handsontable {
  display: none;
}

#decisionTableGrid .handsontable th:first-child {
  border-left: none;
}

#decisionTableGrid .handsontable.htRemoveRow th.htRemoveRow {
  text-align: center;
}

#decisionTableGrid .handsontable.htRemoveRow th.htRemoveRow .btn {
  background-color: #898989;
  border-radius: 20px;
  padding: 2px 0 0;
  display: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto;
  width: 20px;
  height: 18px;
}

#decision-table-allowed-values {
  font-size: 14px;
}

#decision-table-allowed-values tr td:last-of-type {
  border: none;
  padding-left: 5px;
}

#decision-table-allowed-values .wtBorder {
  display: none !important;
}

#decision-table-allowed-values td.highlight {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

#decision-table-allowed-values td.remove_container.highlight {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.handsontable.htRemoveRow th.htRemoveRow .btn:hover {
  background-color: #777;
}

.decision-table .ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  overflow-x: auto !important;
}

#decisionTableGrid .flowable-variable-selector {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
}

#decisionTableGrid .flowable-variable-selector .eo-vis-attribute-control-input {
  padding: 0;
  height: 20px;
}

#decisionTableGrid .variable-comparison-cell {
  font-style: italic;
}

.validationGrid {
  border: 1px solid rgb(212, 212, 212);
  height: 300px;
}

.ng-hide-add-active,
.ng-hide-remove {
  display: inherit !important;
}

.ng-hide:not(.ng-animate) {
  display: none !important;
}

.flowable-status {
  border: 1px solid #3c3c3c;
  margin: 2px;
  height: 28px;
  line-height: 20px;
}

.flowable-warning {
  text-align: center;
  background: yellow;
  height: 100%;
}

.flowable-critical {
  text-align: center;
  background: #990000;
  color: white;
  height: 100%;
}

.actions {
  padding-top: 1px;
  padding-left: 2px;
}

/** collapse stencils **/
#paletteSectionFooter {
  height: 50px;
  text-align: center;
  background-color: #e8edf1;
  border-top: 1px solid #a4acb9;
  border-right: 1px solid #a4acb9;
  cursor: pointer;
  bottom: 0;
}

#paletteSectionFooter i {
  line-height: 50px !important;
}

#paletteSectionOpen {
  width: 30px;
  height: 50px;
  background-color: #e8edf1;
  text-align: center;
  bottom: 1px;
  position: fixed;
  z-index: 101;
  border-top: 1px solid #a4acb9;
  border-right: 1px solid #a4acb9;
  cursor: pointer;
  left: 0;
}

#paletteSectionOpen i {
  line-height: 50px !important;
}

.hidden {
  display: none;
}

#paletteHelpWrapper {
  float: left;
  width: 300px;
  transition: 0.3s width;
}

.close {
  width: 0px !important;
}

#contentCanvasWrapper {
  padding-left: 300px;
  transition: 0.3s padding-left;
}

.collapsedCanvasWrapper {
  padding-left: 0px !important;
}

/**Process navigator */
#process-treeview-wrapper {
  height: 200px;
  background: #f3f3f3;
  border-right: 1px solid #bbbbbb;
  overflow-y: auto;
}

.process-treeview-header {
  background: #2980b9;
  color: white;
  border: 1px solid #bbbbbb;
  padding: 2px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

.process-treeview-process-title {
  padding: 5px;
  font-weight: bold;
}

.process-treeview {
  margin-top: 5px;
}

.process-treeview-list {
  padding: 0 10px;
  list-style-type: none;
}

.process-treeview-list-item:hover {
  cursor: pointer;
  font-weight: bolder;
  font-style: italic;
}

.process-treeview-body {
}

.current-process {
  border: 1px solid green;
}

#paneContainer {
  height: 100%;
}

#paneContainer.scroll-paneContainer {
  overflow-y: auto;
}

.md-button.eo-vis-form-preview-design-button {
  background-color: #2980b9;
  color: white;
}

.md-button.eo-vis-form-preview-design-button:hover {
  background-color: #3990c9;
  color: white;
}

/*login*/
#login-root {
  height: 100%;
}

.login {
  background-color: #1f3245;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI Emoji",
    "Segoe UI Symbol", "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif, "Apple Color Emoji";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.login-form {
  padding: 20px 25px 35px 25px;
  width: 500px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid #999;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.login-form-field {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login-form-field input {
  flex: 1;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-bottom: 1px solid #3f4b58;
  background: transparent;
  font-size: 16px;
  color: #eee;
}

.login-form-field input:focus {
  border-color: #ee8177;
  outline: none !important;
  outline-offset: 0;
  box-shadow: none;
}

.login-form-field input:active {
  border-color: #ee8177;
}

.login-submit {
  display: flex;
  margin-top: 15px;
}

.login-submit button {
  border: 1px solid #e95e50;
  background: #e74c3c;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
}

.login-submit-left {
  flex: 1;
}

.login-submit-right {
  flex: 1;
  text-align: right;
}

.login-form-error {
  padding: 10px;
  margin-bottom: 10px;
  background: #e95e50;
}

.flowable-logo-full {
  width: 180px;
  height: 45px;
}

.flowable-logo-full .able,
.flowable-logo-full .makingpersonal {
  fill: #a8bac1;
}

.flowable-logo-full .flow {
  fill: #ffffff;
}

.flowable-logo-full .process,
.flowable-logo-full .glyph {
  fill: #e74c3c;
}

/* flowable-react-forms customisation */
#formPreview .flw__galleries__label {
  font-size: 14px;
  padding: 2px 0;
  font-weight: 400;
  color: #333;
}

.flw-workDefinitions-list {
  height: 90%;
}
.flw-workDefinitions-list-items {
  height: 100%;
}
.flw-workDefinitions-list-cards {
  height: 100%;
}
.flw-workDefinitions-list-header {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.flw-workDefinitions-list-header .title-pagination {
  display: flex;
  align-items: center;
}
.flw-workDefinitions-list-header .title {
  font-size: 24px;
  margin-left: 3px;
}
.flw-workDefinitions-list-header .total {
  font-size: 21px;
  margin: 0 9px;
  color: #1f3244;
}
.flw-workDefinitions-list-viewOptions {
  flex: 0 1 auto;
  align-self: stretch;
}
.flw-workDefinitions-list-items {
  flex: 1 1 auto;
  align-self: stretch;
}
.flw-workDefinitions-list-pagination {
  display: flex;
  align-items: center;
  color: #1f3244;
  font-size: 17px;
  margin-right: 8px;
}
.flw-workDefinitions-list-pagination .not-active {
  color: #afabab;
}
.flw-workDefinitions-list-pagination-options {

}
.flw-workDefinitions-list-pagination-options i {
  font-size: 22px;
  cursor: pointer;
}
.flw-workDefinitions-list-pagination-options .pagination-menu {
  position: absolute;
  display: none;
  min-width: 180px;
  width: fit-content;
  height: fit-content;
  z-index: 900;
  border-radius: 2px;
  border: 1px solid lightgray;
  background-color: white;
  top: 60px;
  right: 12px;
  padding: 20px;
  flex-direction: column;
}
.flw-workDefinitions-list-pagination-options .visible {
  display: flex;
}
.pagination-menu .view-mode {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.pagination-menu .sort-by {
  display: flex;
  flex-direction: column;
}
.pagination-menu .sort-by span {
  margin-bottom: 7px;
  font-weight: bold;
}
.pagination-menu .sort-by label {
  cursor: pointer;
}
.pagination-menu .page-size {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.pagination-menu .page-size span {
  margin-bottom: 4px;
  font-weight: bold;
}
.pagination-menu .page-size .buttons {
  display: flex;
  justify-content: space-between;
}
.pagination-menu .page-size .size-button {
  padding: 5px;
  cursor: pointer;
}
.pagination-menu .page-size .active {
  color: white;
  background-color: #1d5d6d;
  border-radius: 30%;
}
.pagination-menu .view-mode i {
  font-size: 22px;
  color: #afabab;
  cursor: pointer;
  margin: 0 10px;
 }
.pagination-menu .view-mode .active {
  color: #1d5d6d;
}

.flw-workDefinitions-list-view .btn.active svg,
.flw-workDefinitions-list-view .btn:hover svg {
  fill: white;
}
.flw-workDefinitions-list-view .btn:hover.active svg {
  fill: black;
}
.flw-workDefinitions-list-table {
  margin-top: 10px;
  max-height: 100%;
  overflow-y: auto;
}
.flw-workDefinitions-list-table-cell-name {
  max-width: 390px;
}

.flw-workDefinitions-list-table-cell-name-text > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flw-workDefinitions-list-table-cell-description-text > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-style: italic;
  color: #606b7d;
}

.flw-workDefinitions-list-card {
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  height: 250px;
  cursor: pointer;
  border: 1px solid #e8edf1;
  position: relative;
}
.flw-workDefinitions-list-card--view {
  overflow: hidden;
}

.flw-workDefinitions-list-card-overflowWrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.flw-workDefinitions-list-card-clickArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flw-workDefinitions-list-card--selector,
.model-item.create-card.flw-workDefinitions-list-card--selector {
  width: 267px;
}
.flw-workDefinitions-list-card:not(.flw-workDefinitions-list-card--selector)
  .flw-workDefinitions-list-card-actions {
  display: none;
}
.flw-workDefinitions-list-card:not(.flw-workDefinitions-list-card--selector):hover
  .flw-workDefinitions-list-card-actions {
  display: inline-block;
}

.flw-workDefinitions-list-options .btn-group {
  margin-right: 10px;
}

.flw-workDefinitions-list-cards {
  margin-top: 10px;
  max-height: 100%;
  overflow-y: auto;
}

.flw-workDefinitions-list-summary {
  color: #606b7d;
  margin-top: 7px;
}

.flw-workDefinitions-empty-list {
  padding: 50px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flw-workDefinitions-placeholder-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #d0cece;
}
.flw-workDefinitions-placeholder-links .text {
  font-size: 26px;
  max-width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
.flw-workDefinitions-placeholder-links .glyphicon {
  font-size: 100px;
  margin-bottom: 20px;
}
.flw-workDefinitions-placeholder-links .link {
  cursor: pointer;
  color: #989898;
  font-size: 21px;
  margin-bottom: 7px;
}
.flw-workDefinitions-placeholder-links .link .glyphicon {
  margin-bottom: 0;
  font-size: 16px;
}
.flw-workDefinitions-placeholder-filter {
  font-size: 22px;
  color: #d0cece;
}

.flw-workDefinitions-list-summary .pagination-controls {
  color: #1f3244;
  /*letter-spacing: 2px;*/
  font-weight: bold;
}

.flw-workDefinitions-list-summary .pagination-controls .prev {
  margin-right: 10px;
}

.flw-workDefinitions-list-summary .pagination-controls .next {
  margin-left: 10px;
}

.flw-workDefinitions-list-summary .pagination-controls .not-active {
  color: #606b7d;
  cursor: default;
  font-weight: normal;
  opacity: 0.6;
}

.flw-workDefinitions-list-card.flw-workDefinitions-list-card
  .flw-workDefinitions-list-card-details {
  bottom: -72px;
  transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
}

.flw-workDefinitions-list-card.flw-workDefinitions-list-card:hover
  .flw-workDefinitions-list-card-details {
  bottom: 0;
}
.flw-workDefinitions-list-card-line {
  margin-bottom: 5px;
}
.flw-workDefinitions-list-card-line:last-child {
  margin-bottom: 0px;
}
.flw-workDefinitions-list-card-actions-dropdown {
  float: right;
  right: 0;
  text-align: right;
  left: auto;
}
.flw-workDefinitions-list-card-actions-dropdown-toggle {
  border: none;
}
.flw-workDefinitions-list-card-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 33px;
  position: relative;
}

.flw-workDefinitions-list-card-details {
  background-color: #e8edf1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 10px;
  height: 160px;
}

.flw-workDefinitions-list-card-badge {
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: unset;
}

.flw-workDefinitions-list-card-lock {
  font-size: 12px;
  width: calc(100% - 80px);
  display: inline-block;
  color: grey;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.flw-workDefinitions-list-card-icon {
  padding-right: 10px;
}
.flw-workDefinitions-list-card:focus {
  border-color: #e8edf1; /* to overwrite the global *:focus style :) */
}

.flw-workDefinitions-list-card:hover .flw-workDefinitions-list-card-actions,
.flw-workDefinitions-list-card--selected
  .flw-workDefinitions-list-card-actions {
  visibility: visible;
}
.flw-workDefinitions-list-card {
  transition: all 0.5s ease;
  background-position: center center;
}
.flw-workDefinitions-list-card:hover {
  background-position: center 20px;
}
.flw-workDefinitions-list-card-details {
  background-color: rgba(120, 153, 181, 0.1);
  text-shadow: 2px 2px #f1f5f7, 2px -2px #f1f5f7, -2px 2px #f1f5f7,
    -2px -2px #f1f5f7;
}

.flw-workDefinitions-list-card--browse {
  border-width: 2px;
}
.flw-workDefinitions-list-card {
  border-color: #2980b9;
}
.flw-workDefinitions-list-card--linked,
.flw-workDefinitions-list-card--linked:focus {
  border-color: #e8edf1;
}
.flw-workDefinitions-list-card--selected,
.flw-workDefinitions-list-card--selected:focus {
  border-color: #2980b9;
  background-color: #fafeff;
}
.flw-workDefinitions-list-card--unselected {
  border-color: #e8edf1;
}

.flw-workDefinitions-list-item--selected,
.flw-workDefinitions-list-item--selected:focus {
  border: 1px solid #2980b9;
  background-color: #daedf2;
}

.flw-workDefinitions-list--selector .flw-workDefinitions-list-item {
  border-left: 1px solid #2980b9;
}
.flw-workDefinitions-list--selector
  .flw-workDefinitions-list-item--linkedModel {
  border-left: 1px solid #e8edf1;
}
.flw-workDefinitions-list-item-type {
  color: #2980b9;
}
@keyframes app-model-action-highlight {
  0% {
    outline: 6px solid #0096ffff;
  }

  100% {
    outline: 6px solid #0096ff00;
  }
}
.flw-workDefinitions-list--selector
  .flw-workDefinitions-list-item--highlightAnimation,
.flw-workDefinitions-list--selector
  .flw-workDefinitions-list-card--highlightAnimation {
  animation: app-model-action-highlight 1s;
}

.flw-workDefinitions-list-item--linkedModel
  .flw-workDefinitions-list-item-type {
  color: #333;
}
.flw-workDefinitions-list-item--unselected {
  border-color: #e8edf1;
}

.flw-workDefinitions-list-card-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.flw-workDefinitions-list-card-actions--selection {
  visibility: visible;
}

.flw-workDefinitions-list-description {
  margin-top: 10px;
  max-height: 100px;
  overflow: hidden;
  font-style: italic;
}

.flw-workDefinitions-list-item {
  cursor: pointer;
}
.flw-workDefinitions-list-item .list-actions {
  text-align: center;
  font-size: 18px;
}
.flw-workDefinitions-list-item .list-actions .glyphicon {
  margin-right: 7px;
}
.flw-workDefinitions-list-item .list-actions .glyphicon:hover {
  color: #1d5d6d;
}
.flw-workDefinitions-list-item-actions {
  min-width: 82px;
  white-space: nowrap;
}
.flw-workDefinitions-list-item-actions *:focus {
  opacity: 1;
}
.flw-workDefinitions-list-item-actions.action-button-cell {
  vertical-align: middle;
  width: 50px;
}
.flw-workDefinitions-list-item
  .flw-workDefinitions-list-item-actions
  .flw-workDefinitions-list-item-actions-remove {
  opacity: 0;
}
.flw-workDefinitions-list-item:hover
  .flw-workDefinitions-list-item-actions
  .flw-workDefinitions-list-item-actions-remove,
.flw-workDefinitions-list-item:focus
  .flw-workDefinitions-list-item-actions
  .flw-workDefinitions-list-item-actions-remove {
  opacity: 1;
}

.flw-workDefinitions-list-item-detail {
  color: #777777;
  padding-bottom: 6px;
}

.flw-workDefinitions-list-item-detail:last-child {
  padding-bottom: 0;
}

.flw-workDefinitions-list-item-detail > span {
  padding-right: 10px;
}

.flw-workDefinitions-list-item:hover {
  background-color: #f6f6f6;
}

.flw-workDefinitions-list-item-detail.tags {
  display: inline;
  white-space: normal;
}

.flw-workDefinitions-list-item-detail .tag {
  font-size: 14px;
  background: rgb(224, 224, 224);
  cursor: pointer;
  color: rgb(66, 66, 66);
  border-radius: 16px;
  padding: 2px 10px;
  position: relative;
  margin: 0 4px 4px 0;
  display: inline-block;
  text-shadow: none;
}

.flw-workDefinitions-list-item-detail .tags i.edit {
  font-size: 12px;
  margin-right: 5px;
}
.flw-workDefinitions-list-item-detail .tag:hover {
  cursor: pointer;
}

.work-definition-form-button--saving button.flw__outcome-button__button,
.work-definition-form-button--saving button.flw__outcome-button__button:enabled,
.work-definition-form-button--saving
  button.flw__outcome-button__button:disabled,
.work-definition-form-button--saving button.flw__outcome-button__button:hover,
.work-definition-form-button--saving
  button.flw__outcome-button__button:hover:enabled {
  width: 26px;
  height: 26px;
  padding: 0;
  border-color: #cccccc;
  border-width: 3px;
  font-size: 0;
  border-radius: 26px;
  border-left-color: #2980b9;
  animation: rotating 1s 0.25s linear infinite;
  top: -5px;
}
.work-definition-form-button--saving button:after {
  content: "";
}
.workDefinitionBrowse .CodeMirror,
.workDefinitionEdit .CodeMirror {
  height: auto;
}

.workDefinitionTitle {
    font-size: 27px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.workDefinitionTitle .flw-language-switcher {
    font-size: 15px;
}

.workDefinitionTitle .flw-info-icon {
    font-size: 21px;
    top: 2px;
}

.flw-info-icon {
    top: 3px;
    margin-left: 5px;
    cursor: pointer;
    transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
}

.flw-info-icon-light {
    color:rgba(0, 0, 0, 0.37);
    transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
}

.flw-additional-info-row {
    display: flex;
    align-items: baseline;
}

.flw-additional-info-label {
    width: 60px;
}

.flw-additional-info-input {
    width: 45%;
}

.flw-form-background--secondary--hideBorder {
  background-color: #f6f6f6;
}
.flw-form-background--secondary--hideBorder > .flw__panel__content-wrapper {
  border: 1px solid transparent;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*

.work-definition-form-button--saving button {
    background: linear-gradient(270deg, #ffffff, #2980b9);
    background-size: 400% 400%;
    -webkit-animation: WorkDefFormSaveAnimation 2s ease infinite;
    -moz-animation: WorkDefFormSaveAnimation 2s ease infinite;
    animation: WorkDefFormSaveAnimation 2s ease infinite;
}
.work-definition-form-button--saving button:hover {
    background: linear-gradient(270deg, #ffffff, #2980b9);
    background-size: 400% 400%;
    -webkit-animation: WorkDefFormSaveAnimation 2s ease infinite;
    -moz-animation: WorkDefFormSaveAnimation 2s ease infinite;
    animation: WorkDefFormSaveAnimation 2s ease infinite;
}
@-webkit-keyframes WorkDefFormSaveAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes WorkDefFormSaveAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes WorkDefFormSaveAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}*/

.app-model {
  overflow: auto;
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.currentAppDefinition {
  display: flex;
}
.app-model .content-canvas-wrapper {
  border-top: 2px solid gray;
}
.app-model .content-canvas {
  box-shadow: none;
}
.app-model .app-ribbon {
  margin-left: -20px;
}
.app-model .app-ribbon__text {
  font-size: 24px;
  display: inline;
  vertical-align: text-bottom;
  line-height: 32px;
  margin-left: 10px;
}
.app-model .app-ribbon__logo {
  background-color: gray;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  display: inline-block;
  padding: 4px 6px 0 4px;
  text-align: center;
}

.app-model.theme-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.app-model.theme-1 .panel.grow {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.app-model.theme-1 .content-canvas-wrapper {
  border-top-color: #269abc;
}
.app-model.theme-1 .app-ribbon__logo {
  background-color: #269abc;
}

.app-model.theme-2 .content-canvas-wrapper {
  border-top-color: #7da9b0;
}
.app-model.theme-2 .app-ribbon__logo {
  background-color: #7da9b0;
}

.app-model.theme-3 .content-canvas-wrapper {
  border-top-color: #7689ab;
}
.app-model.theme-3 .app-ribbon__logo {
  background-color: #7689ab;
}

.app-model.theme-4 .content-canvas-wrapper {
  border-top-color: #c74e3e;
}
.app-model.theme-4 .app-ribbon__logo {
  background-color: #c74e3e;
}

.app-model.theme-5 .content-canvas-wrapper {
  border-top-color: #fab96c;
}
.app-model.theme-5 .app-ribbon__logo {
  background-color: #fab96c;
}

.app-model.theme-6 .content-canvas-wrapper {
  border-top-color: #759d4c;
}
.app-model.theme-6 .app-ribbon__logo {
  background-color: #759d4c;
}

.app-model.theme-7 .content-canvas-wrapper {
  border-top-color: #b1b489;
}
.app-model.theme-7 .app-ribbon__logo {
  background-color: #b1b489;
}

.app-model.theme-8 .content-canvas-wrapper {
  border-top-color: #a17299;
}
.app-model.theme-8 .app-ribbon__logo {
  background-color: #a17299;
}

.app-model.theme-9 .content-canvas-wrapper {
  border-top-color: #696c67;
}
.app-model.theme-9 .app-ribbon__logo {
  background-color: #696c67;
}

.app-model.theme-10 .content-canvas-wrapper {
  border-top-color: #cabb33;
}
.app-model.theme-10 .app-ribbon__logo {
  background-color: #cabb33;
}

.item-wrapper .item.create-card,
.create-card {
  padding: 10px;
  cursor: pointer;
  color: gray;
  line-height: 196px;
  font-size: 100px;
  vertical-align: middle;
  text-align: center;
  transition: color 0.2s;
  font-family: "Glyphicons Halflings";
}
.item.create-card:hover,
.create-card:hover {
  color: lightgray;
}
.item.create-card::after,
.create-card::after {
  content: "+";
  display: block;
  border: 1px solid lightgray;
  height: 200px;
}

.model-item.create-card {
  width: calc(25% - 10px);
  margin: 5px;
  float: left;
  padding: 0;
  height: 250px;
  border: 1px solid #e8edf1;
}
.model-item.create-card::after {
  height: 250px;
  line-height: 250px;
  border: none;
}

.flw-workDefinitions-list-create-btn {
  width: 40px;
  float: left;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 3px;
  font-family: "Glyphicons Halflings";
  cursor: pointer;
  color: gray;
  text-align: center;
  vertical-align: middle;
  padding-left: 3px;
  padding-top: 2px;
}
.flw-workDefinitions-list-create-btn::after {
  content: "+";
  font-size: 25px;
  padding-top: 15px;
  border: none;
}
.flw-workDefinitions-list-create-btn:hover {
  color: lightgray;
}

.flw-markdown-editor.app-description-editor .toastui-editor-mode-switch {
  display: none !important;
}
.flw-app-thumbnail {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.flw-app-thumbnail-icon {
    color:white;
    opacity: .5;
}
.flw-app-thumbnail.theme-1  {
    background-color: #269abc;
}


.flw-app-thumbnail.theme-2  {
    background-color: #7da9b0;
}


.flw-app-thumbnail.theme-3  {
    background-color: #7689ab;
}


.flw-app-thumbnail.theme-4  {
    background-color: #c74e3e;
}


.flw-app-thumbnail.theme-5  {
    background-color: #fab96c;
}


.flw-app-thumbnail.theme-6  {
    background-color: #759d4c;
}


.flw-app-thumbnail.theme-7  {
    background-color: #b1b489;
}

.flw-app-thumbnail.theme-8  {
    background-color: #a17299;
}


.flw-app-thumbnail.theme-9  {
    background-color: #696c67;
}


.flex-menu-items-links-li.theme-10  {
    background: linear-gradient(90deg, #cabb33 81%, #cabb3300 100%);
}
.flex-menu-items-links-li.theme-1  {
    background: linear-gradient(90deg, #269abc 81%, #269abc00 100%);
}

.flex-menu-items-links-li.theme-2  {
    background: linear-gradient(90deg, #7da9b0 81%, #7da9b000 100%);
}

.flex-menu-items-links-li.theme-3  {
    background: linear-gradient(90deg, #7689ab 81%, #7689ab00 100%);
}

.flex-menu-items-links-li.theme-4  {
    background: linear-gradient(90deg, #c74e3e 81%, #c74e3e00 100%);
}

.flex-menu-items-links-li.theme-5  {
    background: linear-gradient(90deg, #fab96c 81%, #fab96c00 100%);
}

.flex-menu-items-links-li.theme-6  {
    background: linear-gradient(90deg, #759d4c 81%, #759d4c00 100%);
}

.flex-menu-items-links-li.theme-7  {
    background: linear-gradient(90deg, #b1b489 81%, #b1b48900 100%);
}

.flex-menu-items-links-li.theme-8  {
    background: linear-gradient(90deg, #a17299 81%, #a1729900 100%);
}

.flex-menu-items-links-li.theme-9  {
    background: linear-gradient(90deg, #696c67 81%, #696c6700 100%);
}

.flex-menu-items-links-li.theme-10  {
    background: linear-gradient(90deg, #cabb33 81%, #cabb3300 100%);
}

.app-thumbnail-edit-dropdown {
    z-index: 3;
    min-width: 360px;
}
.app-thumbnail-edit-dropdown .panel {
    overscroll-behavior: contain;
}
.app-thumbnail-edit-dropdown .panel-body {
    max-height: calc(100vh - 900px);
    min-height: 200px;
    overflow: auto;
}

/*
.flw-app-thumbnail--editDropdown {
    min-width:40px;
    margin: 4px;
    padding: 0;
} */
.app-thumbnail-edit-dropdown-iconWrapper {
    padding: 4px;
    cursor: pointer;
    border-radius: 5px;
}
.app-thumbnail-edit-dropdown-iconWrapper--active {
    background-color: blue;
}
.app-thumbnail-edit-dropdown-themeWrapper {
        width: 20%;
        float: left;
        padding: 4px;
        cursor: pointer;
        border-radius: 5px;
}
.app-thumbnail-edit-dropdown-themeWrapper--active {
      background-color: blue;
}
.flw-app-thumbnail--editDropdown {
    padding:4px;
}
.flw-app-thumbnail-edit {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.flw-app-thumbnail-edit-badge {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    left: calc(100% - 11px);
    top: calc(100% - 11px);
    box-shadow: -2px -1px 3px -2px rgba(0,0,0,0.75);
    opacity: 0;
}
.flw-app-thumbnail-edit-badge .glyphicon {
    left: 4px;
    font-size: 12px;

}
.flw-app-thumbnail-edit:hover .flw-app-thumbnail-edit-badge {
    opacity: 1;
}

.app-header-history {
    display: inline-block;
    position: relative;
}
.app-header-history-popup {
    width: 400px;
    z-index: 3;
    position: absolute;
    font-size: 14px;
}
.app-header-history-ul {
    width: 100%;
}
.app-header-history-li {
    cursor: pointer;
    display: block;
}
.app-header-history-li--active {
    font-weight: bold;
    color: #3990C9;
}
.app-header-history-li:hover {
    background-color: whitesmoke;
}
.app-header-history-li-version {
    padding-left:10px;
}
.app-header-history-li-info {
    text-align: right;
    padding-right: 4px;
}

.flw-app-header {
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.flw-app-header-thumbnail {
    height: 100%;
    width: 100%;
    max-width: 70px;
    min-width: 30px;
    display: inline-block;
}
.flw-app-header-toolbar-actionDropdown {
    display: none;
}
.flw-app-header .flw-app-header-toolbar-actionDropdownButton.btn {
    background: none; padding-top: 9px; padding-bottom: 3px;
    color: #606c76;
    fill: #606c76;
}
.flw-app-header .open .flw-app-header-toolbar-actionDropdownButton.btn,
.flw-app-header .open .flw-app-header-toolbar-actionDropdownButton.btn:hover {
    background-color: #E1E1E1;
}
.flw-app-header .flw-app-header-toolbar-actionDropdownButton.btn:hover {
    padding-top: 9px; padding-bottom: 3px;
    background-color: transparent;
    color: #3e454c;
    fill: #3e454c;
}
.flw-app-header-content-title {
    color: #333;
}
.flw-app-header-content-details {
    text-align: left;
}
.flw-app-header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flw-app-header-content-thumbnail {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 70px;
    -ms-flex: 0 1 70px;
    flex: 0 1 70px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flw-app-header-content-main {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.isReadOnly .flw-app-header-content-main {
    cursor: default;
}

.flw-app-header-content-details {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flw-app-header-content-title .tags {
    display: inline;
}

.flw-app-header-content-title-version {
    border-left: 1px solid #dddddd;
    padding-left: 5px;
    font-size: 16px;
    color: #337ab7;
}
.flw-app-header-content-title .tag {
    font-size: 14px;
    background: rgb(224,224,224);
    cursor: pointer;
    color: rgb(66,66,66);
    border-radius: 16px;
    padding: 4px 12px;
    position: relative;
    margin: 2px 6px 0 0;
}
.flw-app-header-content-description {
    padding-left: 15px;
    color: grey;
}
.flw-app-header-content-details-item {
    display: block;
}
.flw-app-header-content-title .tags i.edit {
    font-size: 12px;
    margin-right: 5px;
}
.flw-app-header-content-title .tag:hover {
    cursor: pointer;
}
.flw-app-header .btn {
    margin-left: 10px;
    font-size: 13px;
    background-color: #E1E1E1;
    color: #333;
    border: none;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI Emoji","Segoe UI Symbol","Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji";
}
.flw-app-header .btn:hover {
    background-color: #d4d4d4;
    color: #333;
}
.flw-app-header .panel-footer {
    background-color: #f6f7f8;
}
.flw-app-header-content-title .glyphicon-pencil,
.flw-app-header-content-description .glyphicon-pencil {
    opacity: 0;
}
.flw-app-header-content-main:hover .glyphicon-pencil {
    opacity: 1;
}

.flw-app-header-toolbar .action-icon-wrapper svg {
    width: 14px;
    height: 14px;
}

.flw-app-header-toolbar .action-icon-wrapper{
    margin-right: 10px;
}



