.vc_shortcodes_container {
    position: relative;
    border: 1px dashed #C6E2EF;
    padding-bottom: 8px;
    background-color: #F9FBFC;
    background-image: url(../vc/items_icon.png);
    background-position: 14px 27px;
    background-repeat: no-repeat;
    margin-top: 4px;
    .wpb_column_container {
        padding: 20px 4px 9px 60px;
    }
    .empty_container {
        background-position: center 5px;
    }
    > .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;
        }
    }
}