.workflow-textarea {
    resize: vertical;
    margin: 2px;
    max-height: 200px;
    min-height: 40px;
}

.workflow-max-width {
    width: 100%;
}

input[type='text'].workflow-max-width {
    width: 100%;
}

.workflow-div-inline {
    display: inline-block;
}

.workflow-div-block {
    display: block;
}

.workflow-div-flex {
    display: flex;
}

.efc-display-row.workflow-div-inline {
    display: inline-block;
}

.workflow-float-right {
    float: right;
}

.workflow-text-align-right {
    text-align: right;
}

.workflow-text-align-left {
    text-align: left;
}

.workflow-float-left {
    float: left;
}

.workflow-position-fixed {
    position: fixed;
}

.workflow-user-select-none {
    user-select: none;
}

.workflow-cursor-default {
    cursor: default;
}

.workflow-cursor-pointer {
    cursor: pointer;
}

.ngdialog-close {
    outline: none;
}

ng-form:not(.ng-submitted) .validation-message{
    display: none;
}
form:not(.ng-submitted) .validation-message{
    display: none;
}

.workflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}

.workflow-text-multiple-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.workflow-settings-hide-descr {
    padding: 0 25px;
}

.workflow-asset-content-name {
    margin: auto;
    width: 35%;
}

.workflow-asset-content-file-list {
    margin: auto;
    width: 65%;
}

.workflow-asset-content-file-list .nodes {
    height: 100%;
    overflow-y: auto;
}

.workflow-asset-content-file-list .node-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.workflow-instance-block {
    display: inline-block;
    width: 55%;
    position: relative;
}

#workflow-instance-name-pattern {
    width: 100%;
    padding-right: 35px !important;
}

.setting-label-center{
    white-space: nowrap;
}


.wf-table-header{
    white-space: nowrap;
}

.no-wrap{
    white-space: nowrap;
}

.allow-wrap{
    white-space: normal;
}

.margin-top-small {
    margin-top: 10px;
}

.margin-left-none {
    margin-left: 0px !important;
}

.fa.fa-folder {
    padding-right: 2px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.workflows-main-container {
    padding-left: 20px;
}

.workflow-list-container .workflow-list .edit-workflow-item.item-inactive {
    cursor: default;
}

.workflow-deleted-asset {
    text-decoration: line-through;
}

.workflow-node-selector-panel-extended > .ngdialog-content {
    width: 895px !important;
    height: 100% !important;
    margin: auto !important;
}

.workflow-node-selector-panel-extended .efc-node-selector-tree {
    width: 250px;
}

.workflow-move-step-tooltip {
    cursor: pointer;
    margin-left: 10px;
}

.node-profile-item {
    margin-bottom: 10px;
}