[data-show="0"] {
    display: none !important;
}

[data-show="1"] {
    display: block;
}

.catalogue-edit-left {
    padding: 10px 5px 10px 10px;
}

.catalogue-edit-right {
    padding: 10px 10px 10px 5px;
}

.catalogue-edit-container {
    height: calc(100% - 65px);
}

.catalogue-edit-left,
.catalogue-edit-right,
.catalogue-edit-inner {
    height: 100%;
    overflow-y: auto;
}

.catalogue-edit-inner {
    border: 1px solid #ccc;
}

.catalogue-edit-title {
    padding: 5px 8px;
    background: #f5f5f5;
    border-bottom: 1px solid #aaa;
}

.catalogue-label-container {
    position: relative;
}

.catalogue-label-inner {
    margin: 12px 5px 0 12px;
}

.catalogue-label {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 600;
}

.catalogue-label,
.catalogue-action--label-edit {
    display: inline-block;
    vertical-align: middle;
}

.catalogue-action--label-edit {
    background-image: url(../images/icons/edit1.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin-bottom: 2px;
    margin-left: 2px;
}

.catalogue-label-edit {
    margin: 10px 6px -1px;
    padding: 1px 5px;
}

.node-tree * {
    -webkit-user-select: none;
    user-select: none;
}

.node-tree {
    position: relative;
    padding: 6px 0 0 6px;
}

.node-tree:hover .node-label {
    color: #aaa;
}

.node:hover > .node-label {
    color: #000;
}

.node {
    position: relative;
    font-size: 11px;
    letter-spacing: 0.015em;
    padding: 2px 0 0px 14px;
}

.node::before { 
    content: "";
    position: absolute;   
    width: 1px;
    top: 0px;
    left: 5px;
    bottom: 0px;
    border-left: 1px solid #ccc;
}

.node::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 8px;
    border-top: 1px solid #ccc;
    left: 5px;
}

.node:last-child::before {
    /* bottom: 8px; */
    bottom: 6px;
}

.node-tree > .node:first-child::before {
    top: 8px;
}

.node-children {
    padding: 0px 0 2px 0px;
}

.node-children-expand {
    position: absolute;
    top: 4px;
    left: 2px;
    height: 8px;
    width: 8px;
    z-index: 1;
    border: 1px solid #aaa;
    background: #fff;
}

.node-children-expand[data-toggled="0"],
.node-children-expand[data-toggled="1"] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.node-children-expand[data-toggled="1"] {
    background-image: url("../images/icons/minus.png");
}

.node-children-expand[data-toggled="0"] {
    background-image: url("../images/icons/plus.png");
}

.node-label {
    cursor: pointer;
    color: #777;
    min-height: 12px;
}
.node-config {
    color: green !important;
}
.node-split {
    color: blue !important;
}
.node-multiselected {
    color: rebeccapurple !important;
}

.node[data-selected="1"] > .node-label {
    font-weight: 600;
    color: #000;
}

.node-label:hover ~ .node-buttons,
.node-buttons:hover {
    display: block;
}

.node-buttons {
    display: none;
    position: absolute;
    top: 2px;
    right: 5px;
    background-color: #fff;
}

.node-button {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin: 0 1px;
}

.node-button.node--edit {
    background-image: url("../images/icons/cog.png?v=1");
}

.node-button.node--move {
    background-image: url("../images/icons/move.png");
}

.node-settings-input {
    margin-bottom: 5px;
}

.node-settings-input-inner {
    display: flex;
    position: relative;
}

.node-settings-input label,
.node-settings-input input,
.node-settings-input select {
    border: 1px solid #ccc;
    padding: 4px 8px;
    font: inherit;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
}

.node-settings-input label {
    background: #f5f5f5;
    border-right: #fff;
    text-align: right;
    min-width: 100px;
}

.node-settings-input select {
    padding: 3px 8px 4px;
    min-width: 150px;
}

.node-settings-input input[type="text"],
.node-settings-input select {
    min-width: 250px;
}

.node-settings-input input[type="text"] {
    flex-grow: 1;
}

.node-settings-input .jscolor {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 20px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.node-settings-input .jscolor ~ input[type="text"] {
    min-width: 0;
    width: 130px;
    padding: 0 20px 0 0;
    text-align: center;
    flex-grow: 0;
}

.node-template-settings-title {
    padding: 0 0 2px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #888;
    margin: 15px 0 10px;
    color: #333;
}

.node-action-buttons {
    display: inline-block;
    padding-left: 20px;
}

.node-settings-input .fr-box {
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
}

.node-settings-input .fr-toolbar.fr-top {
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.node-settings-input .fr-separator.fr-vs {
    height: 32px;
    margin: 0 2px;
}

.node-settings-input .fr-toolbar .fr-command.fr-btn, 
.node-settings-input .fr-popup .fr-command.fr-btn {
    height: 32px;
    width: 32px;
}

.node-settings-input .fr-toolbar .fr-command.fr-btn i, 
.node-settings-input .fr-popup .fr-command.fr-btn i, 
.node-settings-input .fr-toolbar .fr-command.fr-btn svg, 
.node-settings-input .fr-popup .fr-command.fr-btn svg {
    margin: 9px;
}

.node-settings-input .fr-toolbar .fr-command.fr-btn.fr-dropdown::after, 
.node-settings-input .fr-popup .fr-command.fr-btn.fr-dropdown::after {
    top: 14px;
}

.node-settings-input .fr-box.fr-basic .fr-element {
    padding: 6px 12px;
}

.node-settings-input .fr-box.fr-basic.fr-top .fr-wrapper {
    max-height: 250px;
    overflow-y: auto;
}

.node-settings-input input[type="text"].text-input-small {
    width: 75px;
    text-align: center;
    flex-grow: 0;
    min-width: 0;
}

#select2-populate-node-select-results {
    max-height: 400px !important;
}

.node-template-settings-title.collapsed:before {
    content: "+ ";
}