.vc_shortcodes_container {
    margin: 4px 0 0 0;

    background-position: 10px 35px;
    background-repeat: no-repeat;
    background-color: #fff;

    .wpb_column_container {
        margin: 0 10px;
    }
    > .controls_column {
        text-align: center;
        width: 100%;
        line-height: 1px;
        padding: 2px;
        height: @vc_backend_column_controls_height;
    }
    > .wpb_element_wrapper {
        position: relative;
        > .wpb_element_title {
            position: absolute;
            top: 11px;
            left: 10px;
            margin: 0;
            .vc_element-icon {
                background-position:  0 -1216px;
            }
        }
        > .vc_container_for_children {
            margin: 0 10px 0 52px;
            outline: 1px dotted @vc_border_color;
            min-height: 55px;
        }
    }
/*
> .controls_column {
    text-align: right;
    position: absolute;
    width: 65px;
    top: 5px;
    right: 5px;
    line-height: 1px;
    a {
        display: inline-block;
        width: 12px;
        height: 16px;
        margin-left: 3px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .column_add {
        background-image: url(../vc/add_grey.png);
    }
    .column_edit {
        background-image: url(../vc/edit_grey.png);
    }
    .column_clone {
        background-image: url(../vc/clone_grey.png);
    }
    .column_delete {
        background-image: url(../vc/remove_grey.png);
    }

}
> .bottom-controls {
    top: auto;
    bottom: 0px;
    width: 100%;
    text-align:  center;
}

*/
}
.wpb_vc_item {
    &.wpb_content_element {
        > .wpb_element_wrapper {
            background-image: url(../vc/item_icon.png);
            background-position: 8px 7px;
            min-height: 13px;
            height: 13px;
            padding-left: 32px;
        }
    }
}