.ycf-table {
	margin-top: 15px;
}

.ycf-wrapper {
    margin-right: 10px;
}

.ycf-edit-title {
    float: left;
}

.ycf-option-row {
    margin-bottom: 15px;
}

.ycf-tab-content {
    padding-top: 25px;
}

.ycf-delete-form {
    margin-left: 5px;
}

.ycf-submit-wrapper {
    float: right;
    margin-top: 17px;
}

.ycf-element-conf-wrapper {
    display: inline-block;
    float: right;
    z-index: 999999999;
}
.ycf-conf-element {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-left: 3px;
    float: right;
}

.ycf-table-wrapper {
	margin-right: 30px;
}

.ycf-element-margin-bottom {
    margin-bottom: 20px;
}

.ycf-hide-element {
    display: none !important;
}

#active-elements {
	min-height: 50px;
}

.active-elements-wrapper {
	display: inline-block;
	min-width: 400px;
	vertical-align: top;
}

.sortable-all-elements-wrapper {
	display: block;
	float: right;
	width: 100%;
    padding-bottom: 22px;
}

.ycf-hide-element {
    display: none !important;
}

.ycf-view-element-wrapper {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #888;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
}

.ycf-element-options-wrapper {
    background: #fff;
    border: 1px solid #ccc;
    min-width: 400px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 20px;
}

.ycf-sub-option-wrapper {
    margin-bottom: 10px;
}

.element-option-sub-label {
    display: inline-block;
    width: 70px;
}

.sortable-custom-element,
.ycf-add-a-field {
	color: #484848;
    background-color: #e0e0e0;
    -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    font-weight: 600;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 18px;
    margin-right: 18px;
    border: 0 none;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.sortable-custom-element,
.ycf-add-a-field:hover{
    cursor: pointer;
    color: #484848;
    background-color: #d3d3d3;
}

.ycf-conf-home {
    background-image: url('../img/conf-home.png');
    background-repeat: no-repeat;
}
.ycf-delete-element {
    background-image: url('../img/Recycle-bin.png');
    background-repeat: no-repeat;
}

#ycf-sortable-elements .ui-sortable-handle {
	width: 80px
}