.cc-elment--wrapper {
    position: relative;
    min-height: 30px;
}


.cc-row:hover>.tools-pane-element,
.cc-col:hover>.tools-pane-element,
.cc-elment--wrapper:hover>.tools-pane-element {
    display: block;
}


.tools-pane-element {
    display: none;
    color: #000;
}

.tools-pane-element .line {
    position: absolute;
    color: #989898;
    border-color: currentColor;
    z-index: 1;
}

.tools-pane-element .line.top {
    border-top: 1px dashed;
    width: 100%;
    top: 0;
    left: 0;
}

.tools-pane-element .line.right {
    border-right: 1px dashed;
    height: 100%;
    right: 1px;
    top: 0;
}

.tools-pane-element .line.bottom {
    border-bottom: 1px dashed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.tools-pane-element .line.left {
    border-left: 1px dashed;
    height: 100%;
    left: 0;
    top: 0;
}

.tools-pane {
    position: absolute;
    background-color: #fff;
    border: 1px solid #989898;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    z-index: 22;
}

.tools-pane.pane-left-top {
    left: 1px;
    top: 1px;
    border-top: 0;
    border-left: 0;
}
.tools-pane.pane-center-top {
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 0;
}
.tools-pane.pane-right-top {
    right: 1px;
    top: 1px;
    border-top: 0;
    border-right: 0;
}
.tools-pane.pane-center-bottom {
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    border-top: 0;
}

.tools-pane .action:hover {
    background-color: #c7c7c7;
}

.tools-pane .tools-btn {
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    position: relative;
}

.tools-pane .tools-btn .dropdown {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #989898;
}

.tools-pane .dropdown li {
    line-height: 25px;
    height: 25px;
    border-top: 1px solid #989898;
    word-break: keep-all;
    padding: 0 10px;
    font-size: 14px;
}

.tools-pane .tools-btn:hover .dropdown {
    display: block;
}
.tools-pane .shade-evs * {
    pointer-events: none;
}


.Placeholder {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cc-row,
.cc-col {
    position: relative;
}


.hide-editor .AddComponentButton,
.hide-editor .tools-pane-element {
    display: none !important;
}

.fn-csp {
    cursor: pointer;
}
.fn-csm {
    cursor: move;
}

.lay-tc {
    text-align: center;
}



/* DR */

.hide-Placeholder {
    min-height: 50px;
}
.hide-Placeholder>.Placeholder {
    display: none;
}
.show-line>.tools-pane-element {
    display: block;
}
.show-line>.tools-pane-element .line {
    color: red;
}
.gu-transit + .Placeholder {

}