.cab-block-list__block {
    position: static;
}

/*=== Preview ===*/
.umb-block-list_preview.deactive {
    display: none;
}
.umb-block-list_preview {
    position: relative;
    background: #f6f4f4;
}

.umb-block-list_preview--toolbar {
    width: 100%;
    margin: 0 auto;
    background: #f6f4f4;
}
.umb-control-group.--label-on-top .umb-block-list_preview--toolbar {
    top: -34px;
    position: absolute;
}

    .umb-block-list_preview--toolbar.fixed {
        z-index: 1;
        top: 176px !important;
        position: fixed !important;
    }
    .umb-group-panel__content .umb-block-list_preview--toolbar.fixed {
        top: 125px !important;
    }

    .umb-block-list_preview--toolbar .inner {
        position: relative;
        width: 100%;
        margin: 0px auto;
        background: #1b264f;
        height: 35px;
    }

    .umb-block-list_preview--toolbar .buttons {
        float: left;
        height: 13px;
        margin: 11px 0 0 11px;
    }

    .umb-block-list_preview--toolbar .title {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-right: 80px;
        padding-top: 8px;
    }

    .umb-block-list_preview--toolbar .toggle {
        position: absolute;
        top: 0;
        right: 0;
    }

        .umb-block-list_preview--toolbar .toggle i {
            font-size: 25px;
            line-height: 35px;
            cursor: pointer;
            color: #8d869b;
        }
            .umb-block-list_preview--toolbar .toggle i:before {
                padding: 0 8px;
            }

    .umb-block-list_preview--toolbar i.disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    

.nested-blocks--container .toolbar .toggle i.active:before, .nested-blocks--container .toolbar .toggle i:hover:before {
    background: #121a3a;
}

.umb-block-list_preview--toolbar .left {
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    border-radius: 13px;
    margin-right: 6px;
}

    .umb-block-list_preview--toolbar .left.red {
        background: #E74C3C;
    }

    .umb-block-list_preview--toolbar .left.yellow {
        background: #F4A62A;
    }

    .umb-block-list_preview--toolbar .left.green {
        background: #16A085;
    }


.umb-block-list_preview--render {
    margin: 0 auto 10px auto;
}

    .umb-block-list_preview--render .inner {
        box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.2);
    }

    .umb-block-list_preview--render iframe {
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        box-sizing: border-box;
        background: #fff;
    }


/*=== Sort ===*/
.umb-block-list_preview + .ui-sortable {
    padding-top: 2px;
}
.umb-block-list_preview + .ui-sortable .umb-block-list__block--actions {
    display: none;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 8px 0px;
    z-index: 0;
}
.umb-block-list_preview + .ui-sortable .blockelement-labelblock-editor {
    cursor: move;
}
.umb-block-list_preview + .ui-sortable .highlighted .blockelement-labelblock-editor {
    border: 3px dashed #f5c1bc;
}
.umb-block-list_preview + .ui-sortable .highlighted .cab-block-list__block {
    position: relative;
}
.umb-block-list_preview + .ui-sortable .highlighted .cab-block-list__block .umb-block-list__block--actions {
   top: 8px !important;
}
.umb-block-list_preview + .ui-sortable:not(.active) .umb-block-list__block--content {
    display: none;
}
.umb-block-list_preview + .ui-sortable.active + .umb-block-list__actions {
    display: none;
}