@import url('expression.css');
#flow-editor-container {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #ddd;
    position: relative;
}
#flow-editor-container>div {
    display: flex;
}
.node-editable-setting input[type=text].node-editable-text {
    border: 0px none;
    display: block;
    box-shadow: none;
    width: 100%;
}
.node-editable-setting input[readonly],
.node-editable-setting textarea[readonly] {
    background: white;
}
.node-settings {
    margin: 20px;
    flex: 1 1;
    background: white;
    border-radius: 3px;
    padding: 20px;
    padding-bottom: 60px;
}
.node-editable-setting {
    font-size: 12px;
    width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
}
.node-connector-description {
    font-size: 12px;
    margin: 0px 0px 0.5em 0px;
    color: #888;
}
.node-settings-plugin {
    color: #a46497;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0.2em 0 0.8em 0;
    padding: 0;
    display: block;
}
.node {
    position: absolute;
    min-width: 100px;
    user-select: none;
}
.node.node--collapsed {
    width: auto;
}
.collapse-icon {
    float: right;
    margin-top: 4px;
    margin-right: -4px;
    margin-left: 4px;
    cursor: pointer;
}
.node.selected {
    border: 1px solid #666;
    box-shadow: 0 0 8px 3px #555;
}
.node-seperator {
    color: black;
    border-color: black;
}
.node-content {
    padding: 0px 10px 2px 10px;
}
.node-title {
    color: #a46497;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0.2em 0 0.8em 0;
    padding: 0;
}
.node-menu {} .node-menu__item {
    padding: 0.2em;
    margin: 0.3em 0px;
    border-radius: 3px;
    color: #555;
    text-decoration: none;
    display: block;
}
.node-menu__item--delete {
    color: #c00000;
    font-weight: normal;
}
.node-menu__item--selected,
.node-menu__item--selected:active,
.node-menu__item--selected:hover,
.node-menu__item--selected:focus {
    background: #008ec2;
    color: white;
    position: relative;
    box-shadow: none;
}
.node-menu__item--selected:after {
    background: transparent;
    content: " ";
    display: block;
    border: 14px solid transparent;
    border-left-color: white;
    right: -55px;
    top: 0px;
    position: absolute;
}
.node-header__top {
    display: flex;
    align-items: center;
}
.node-description {
    font-size: 12px;
    padding: 0px;
    display: block;
    line-height: 16px;
    font-weight: normal;
    padding: 6px 0px;
}
.node-header {
    cursor: all-scroll;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: center;
    color: #222;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 23px;
    font-size: 13px;
    font-weight: 600;
}
.node-header i {
    align-self: center;
    margin: 0px 0px 0px 10px;
}
.node.node--collapsed .node-header {
    border-width: 0px;
    border-radius: 4px;
}
.connector {
    fill: none;
    stroke: #444;
    stroke-width: 2;
    -webkit-box-shadow: 6px 6px 28px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 28px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 28px -2px rgba(0, 0, 0, 0.75);
    -webkit-filter: drop-shadow( -5px -5px 5px #000);
    filter: drop-shadow( -5px -5px 5px #000);
}
.connector--flow {
    stroke-width: 4;
}
.connector-click-area {
    cursor: pointer;
    fill: none;
    stroke: transparent;
    stroke-width: 15;
}
.connector-click-area:hover + .connector,
.connector:hover {
    cursor: pointer;
    stroke-width: 4;
}
.connector.selected {
    stroke: #337ab7;
}
.trash-icon .trash-icon-trashcan {
    opacity: 0.8;
}
.trash-icon:hover {
    cursor: pointer;
}
.trash-icon:hover .trash-icon-bg {
    stroke: #337ab7;
    stroke-width: 2;
    opacity: 0.5;
}
.trash-icon:hover .trash-icon-trashcan {
    opacity: 1;
}
.node-connector-list-wrapper {
    flex: 3 1;
}
.node-connector-list-wrapper--output {
    margin-left: 5px;
    text-align: right;
    flex: 2 1;
}
.node-connector-list-wrapper--input {
    margin-right: 5px;
}
.node-content {
    display: flex;
}
.node-connector-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0px;
}
.node-connector-list li {
    margin: 2em 0px;
}
.node-connector-list li a {
    cursor: default;
    font-size: 14px;
    display: block;
    text-decoration: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.node-connector-list li a:focus {
    box-shadow: none;
}
.node-connector-list li:hover a {
    vertical-align: top;
}
.dragging .node-connector-list li a i.hover {
    vertical-align: top;
    font-size: 15px;
    color: #ffffff;
    margin-top: 2px;
    margin-left: -2px;
    padding-right: 3px;
}
.dragging .node-connector-list li a i.hover + span {
    vertical-align: top;
    font-weight: bold;
    color: #ffffff;
}
.inputDot {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background: #e6e6e6;
    border-radius: 50%;
    top: 0;
    right: 3px;
    left: auto;
    border: 2px solid #fff;
}
.EndPoint {
    fill: none;
    stroke: #888888;
    stroke-width: 2
}
.pin-input {
    background: transparent;
    padding: 5px;
    width: 50px;
    display: inline-block;
    margin-left: 16px;
    border-color: #333333;
}
.node-menu {
    display: block;
    z-index: 9020;
}
.node-connector--basic {
    color: #337ab7;
}
.connector--basic {
    color: #337ab7;
}
.node-connector-list li a.node-connector--flow,
.node-connector-list li a.node-connector--flow {
    font-size: 12px;
    line-height: 28px
}
.node-connector--flow {
    color: #222;
}
.connector--flow {
    color: #222;
}
.connector--bool {
    stroke: red;
}
.node-connector--bool {
    color: red;
}
.node--gravityforms .node-header {
    background: #365666;
    color: white;
}
.node-title .node-title__prefix {
    display: block;
    font-size: 12px;
    line-height: 16px;
    opacity: 0.85;
}
.node .trash-icon {
    display: none;
}
.node:hover .trash-icon {
    display: inline-block;
}
.node-connector i {
    line-height: inherit;
}
.node-connector-description {} .node-connector-list .node-connector {
    display: flex;
}
.node-connector-list--output .node-connector {
    flex-direction: row-reverse;
}
.node-connector-list .node-connector span {
    flex: 1 1;
}
.node.node--collapsed.node--type_flow .node-header {
    color: #444;
    background: white;
    border-top-width: 4px;
    border-top-style: solid;
}
.fa.flow-add-array-element-icon {
    font-size: 10px;
    padding: 2px;
}
.node-tag {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    opacity: 0.85;
    background: #eee;
    text-transform: uppercase;
    color: #666;
    padding: 3px 6px;
    /* padding: 3px; */

    border-radius: 4px;
}
.node-menu-item__icon {
    background: url('http://logos-download.com/wp-content/uploads/2016/09/Woo_logo_Woo_Commerce.png');
    background-size: cover;
    padding-right: 6px;
    max-height: 1em;
    width: 2em;
    display: inline-block;
}
.node-list {
    background: #fff;
    width: 250px;
    padding: 0px;
    top: 0px;
    left: 0px;
    min-height: 100%;
}
.node-sidebar .sticky {
    margin-top: 40px;
}
.node-sidebar {
    background: #fff;
    width: 250px;
    padding: 0px;
    top: 0px;
    left: 0px;
    min-height: 100%;
}
.node-list .node {
    position: inherit;
    width: 200px;
    max-width: 200px;
    margin-bottom: 0px;
    margin-left: 32px;
    padding-bottom: 48px;
    position: relative;
}
.node-list .node:before {
    content: " ";
    display: block;
    height: 100%;
    border-left: 1px solid #eee;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -3px;
    margin-top: 20px;
}
.node-icon {
    margin-top: 20px;
    width: 48px;
    height: 48px;
    background: #a46497;
    position: absolute;
    background-size: contain;
    background-size: 30px;
    margin-left: -27px;
    border-radius: 1000px;
    border: 2px solid #fff;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    color: white;
}
.node-plugin {
    margin: -8px 0px 0px;
}
.node-selector {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}
.node-description {
    margin-bottom: 0.8em;
}
.node-details {
    padding-left: 32px;
}
.node-menu__item i.fa {
    margin: 0px 8px 0px 4px;
}
.node-settings-title {
    text-align: center;
    font-size: 1.8em;
    margin: 0.6em 0px;
}
.node-editable-setting .CodeMirror {
    height: auto;
}
.node-icon--add-new {
    margin-top: 0px;
    background: white;
    border: 2px solid #aaa;
    color: #aaa;
    font-size: 20px;
}
.node--add-new .node-title {
    margin: 0.5em 0.5em 0.5em 0px;
}
.create-new-item p {
    /* font-weight: bold; */

    color: #444;
    font-size: 12px;
}
img.create-new-item__image {
    max-width: 50%;
    text-align: center;
    border-radius: 8px;
}
.create-new-item {
    flex: 0 0;
    margin: 10px;
    flex-wrap: wrap;
    width: calc(100% /4 - 10px - 1px);
    flex-basis: calc(100% /4 - 20px - 1px);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    /* border: 1px solid red; */

    border-radius: 6px;
    /* border: 2px solid #e8e8e8; */
}
.create-new-list {
    display: flex;
    flex-wrap: wrap;
}
.node-icon img {
    width: 100%;
    border-radius: 8px;
}
section.node:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 22px;
    color: #ddd;
    padding-bottom: 3px;
    width: 24px;
    height: 24px;
    left: -14px;
    background: white;
    text-align: center;
    margin-top: 25px;
    display: block;
}
.node-quick-search {
    border: 1px solid #ccc;
    /* border-top: 0px none; */

    padding: 0px;
    position: absolute;
    background: white;
    /* width: 100%; */

    left: 0px;
    right: 0px;
    z-index: 10;
    min-width: 500px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.node-connector-list li {
    position: relative;
}
.action-item {
    margin: 10px 0px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.action-item:hover {
    color: #fff;
    background: #00a0d2;
}
.fixed {
    position: fixed;
}
.node-control-container {
    display: flex;
}
.node-control-container .insert-button {
    flex: 1 1;
    width: 38px;
    border: 1px solid #ddd;
    border-left: 0px none;
}
.node-control-container .insert-button .dashicons,
.node-control-container .insert-button .fa {
    font-size: 16px;
    line-height: 38px;
    width: 38px;
    text-align: center;
    color: #555;
}
.node-settings a.node-next-button {
    float: right;
    margin-top: 30px;
}
section.node.node--type_result {
    padding-bottom: 0px;
    border: 3px solid #ddd;
    background: #eee;
    margin-left: 0px;
    padding-left: 32px;
}
.node-icon--result {
    background: white;
    color: #c04545;
    /* width: 32px; */
    /* height: 32px; */

    border-radius: 0px;
    /* font-size: 20px; */

    margin-top: 6px;
    /* margin-left: -19px; */
    /* line-height: 32px; */
}
section.node.node--type_result .node-icon {
    display: none;
}
section.node.node--type_result:after {
    display: none;
}
.node--result .node-title {
    margin-bottom: 0px;
}
.node-quick-search--tinymce {
    left: 9px;
    right: 0px;
    top: 126px;
}
.mce-ico.mce-i-crosshairs:after {
    content: "\f05b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    text-decoration: inherit;
    font-size: 1.1em;
}
.mce-ico.mce-i-cogs:after {
    content: "\f085";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    text-decoration: inherit;
    font-size: 1.1em;
}
.quick-search__name {
    padding-right: 10px;
}
.node-quick-search .node-quick-search__item {
    margin: 0px;
}
.node-quick-search__item > a > i {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: -6px;
    float: right;
}
.node-quick-search__item > a {
    padding: 6px 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    cursor: default;
    font-size: 14px;
    display: block;
    text-decoration: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
}
span.node-quick-search__item-num {
    line-height: 20px;
    width: 20px;
    border-radius: 1000px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    color: #444;
}
.quick-search-container {
    overflow: auto;
    overflow-x: hidden;
    max-height: 220px;
}
.quick-search-sub {
    font-size: 0.8em;
    background: #f8f8f8;
    padding-left: 10px;
}
.quick-search-sub a {
    color: #444;
}
.node-quick-search__item:last-child {
    border-bottom: 0px none;
}
em.quick-search__desc {
    font-size: 0.8em;
}
.quick-search-icon {
    vertical-align: top;
    margin-right: 10px;
    border-radius: 4px;
}
input[type=text].node-quick-search__search-input {
    width: 100%;
    outline: none;
    border: 0px none;
    padding: 8px 5px;
    margin: 0px;
    -webkit-appearance: none;
    border-bottom: 1px solid #eee;
}
.node-quick-search__group {
    font-size: 14px;
    padding: 6px 10px;
    background: #666;
    border-top: 2px solid #444;
    color: white;
    font-weight: bold;
}
input[type=text].node-quick-search__search-input:focus {
    box-shadow: none;
    outline: none;
    border: 0px none;
    border-bottom: 1px solid #eee;
}
.node-filter-group {
    margin-bottom: 20px;
}
.node-filter-row {
    display: flex;
    margin-left: 10px;
}
.node-filter-item {
    flex: 1 1;
    position: relative;
    padding: 4px;
}
.node-filter-item--large {
    flex: 1 1;
}
.node-filter-item--small {
    flex: 0.5 1;
}
.node-filter-label--and {
    background: #eee;
    font-size: 0.8em;
    padding: 3px 8px;
    margin: 4px 8px 4px 0px;
    border-radius: 2px;
    position: relative;
}
.node-filter-label--and:after {
    height: 14px;
    width: 12px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: absolute;
    left: 10px;
    top: -19px;
    content: " ";
    display: block;
}
.node-filter-label--or {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.node-filter-label--and:before {
    height: 14px;
    width: 12px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: absolute;
    bottom: -19px;
    left: 10px;
    content: " ";
    display: block;
}
.fa.node-field-collapse-icon {
    float: right;
    font-size: 12px;
    padding: 4px;
    cursor: pointer;
}
.node-field-collapse-panel {
    color: #444;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    display: block;
}
.node-error-text {
    font-size: 0.9em;
    color: red;
    font-weight: 600;
    padding: 5px;
}
.node-error {
    border: 1px solid red;
}
.node-filter-item .node-editable-setting input[type=text].node-editable-text {
    font-size: 1em;
}
.node-filter-item .node-control-container .insert-button .dashicons,
.node-filter-item .node-control-container .insert-button .fa {
    line-height: 29px;
    width: 24px;
}
.node-quick-search ul {
    margin: 0px;
}
.flow-button-right {
    float: right;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.triggerhappy-operations {
    position: absolute;
    border: 1px solid #ccc;
    background: white;
    z-index: 100;
    width: 200px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    padding: 10px;
}
.triggerhappy-operations label {
    line-height: 24px;
    font-size: 12px;
    display: block;
}
.triggerhappy-operations .desc {
    font-size: 11px;
    color: #888;
}
.triggerhappy-operations select,
.triggerhappy-operations input {
    width: 100%;
    background: white;
    border: 1px solid #CCC;
    font-size: 11px;
    line-height: 20px;
    height: 24px;
}
.triggerhappy-operations a.button.button-small {
    margin-top: 4px;
    float: right;
}
.node-expression-data-tag .settings-button {
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    padding: 0px;
    margin: 0px 2px 0px 4px;
    border-radius: 0px;
    color: #444;
    border-left: 1px solid #aaa;
    padding-left: 8px;
    /* background: #333; */

    padding-right: 4px;
    box-shadow: none;
    /* border: 0px none; */

    text-align: center;
}
#flow-filter-container td.label {
    width: 24%;
    color: #444;
    background-color: #eee;
    padding: 20px;
    font-size: 0.9em;
}
#flow-filter-container table.widefat {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
#trigger_happy_filters .inside {
    padding: 0px;
    margin: 0px;
}
.node-list .node.node--add-new {
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: 0px none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.node.node--add-new:after {
    display: none;
}
.node-wrapper:last-child .node:before {
    display: none;
}
.node-wrapper:last-child .node:after {
    display: none;
}
.node-editable-title {
    font-size: 1em;
    text-align: center;
    width: 100%;
    line-height: 20px;
    border: 1px solid transparent;
    box-shadow: none;
    color: #323232;
}
.node-editable-title:hover {
    border: 1px solid #ddd;
}
.node-search-bar {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.mce-container .triggerhappy-operations {
    padding: 10px;
    background: #f5f5f5;
    z-index: -1;
    width: 300px;
    position: absolute;
    border: 1px solid #a0a5aa;
    bottom: -2px;
}
.mce-container.mce-arrow-up .triggerhappy-operations {
    top: -1px;
    bottom: auto;
}
.node-icon.node-icon--condition {
    transform: rotate(45deg);
    border-radius: 10px;
    background: #44a447;
}
.node-icon.node-icon--condition i {
    transform: rotate(-45deg);
    margin-left: -4px;
}
.action-tag {
    text-transform: uppercase;
    float: left;
    border-radius: 4px;
    padding: 0px 8px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 21px;
    font-size: 0.7em;
    margin-right: 8px;
}
.action-item:hover .action-tag {
    background: rgba(255, 255, 255, 0.2);
}
