.ycf-marg-bottom-10 {
    margin-bottom: 15px;
}

.row {
    margin-right: 0px;
}
.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-upgrade-wrapper {
    float: right;
}

.ycf-element-conf-wrapper {
    display: inline-block;
    float: right;
    z-index: 999999999;
}
.ycf-conf-element {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    float: right;
    background-size: contain;
}

.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;
    padding: 15px 20px;
    position: relative;
}

.ycf-element-label-wrapper {
    cursor: move;
    display: inline-block;
}

.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;
}

.sortable-custom-element.ycf-disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}
.ycf-conf-home:hover,
.ycf-delete-element:hover {
    cursor: pointer;
}

.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
}

.margin-bottom-fix {
    margin-bottom: 10px;
}

.delete-sub-option,
.ycf-add-sub-option-group {
    cursor: pointer !important;
}

.delete-sub-option {
    color: red;
    background-image: url(../img/Recycle-bin.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
}

.product-banner {
    display: inline-block;
    height: 200px;
    width: 345px;
    margin-right: 10px;
    border: 1px solid #cccccc;
    cursor: pointer;
    background-color: #cccccc;
}

.product-banner:hover {
    transition: all .5s;
    opacity: 0.4;
    background-color: rgba(255,255,255, 0.4);
    color: #464646;
}

.ycf-contact-form {
    background-image: url("../img/contact-form.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% 100%;
}

.ycf-mailchimp {
    background-image: url("../img/mailchimp.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% 100%;
}

.ycf-mailchimp-pro {
    background-image: url("../img/MailchimpPro.png");
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% 100%;
}

/*
 Mailchimp css
*/

.mailchimp-image {
    background-image: url("../images/mailchimp.png");
}


.ycf-mailchimp-connect-status {
    display: inline-block !important;
    padding: 3px 6px !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: bold;
}

.ycf-mailchimp-connect-status.ycf-mailchimp-not-connected {
    background: gray;
}

.ycf-mailchimp-connect-status.ycf-mailchimp-connected {
    background-color: limeGreen;
}

.ycf-live-preview {
    text-align: center;
}

.ycf-mailchimp-selectbox {
    width: 189px;
}

.ycf-apikey-input-div {
    display: inline-block;
    width: 400px;
    float: left;
}

.ycf-show-apikey-div {
    display: inline-block;
    width: 100px;
    background-color: #e0e0e0;
    float: left;
    height: 32px;
    border: 2px solid #c9c9c9;
    border-left: none;
    box-sizing: border-box;
    padding: 6px 0px 0px 17px;
}

#mailchimp_api_key {
    border: 2px solid #c9c9c9;
    height: 32px;
}

#ycf-show-maichimp-apikey {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 24px 384px;
    margin-top: -4px;
    margin-right: 9px;
}

#ycf-show-maichimp-apikey:checked:before {
    margin: 0px 0px 0px -1px;
}

.ycf-clear {
    clear: both;
}

.ycf-label {
    display: block;
}

.ycf-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ycf-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.wp-color-result {
    height: 24px !important;
}

.ycf-ajax-gif {
    margin-left: 5px;
}

.ycf-main-update-to-pro {
    background-color: #D54E21;
    border: 1px solid #D54E21;
    color: white;
    cursor: pointer;
    margin-right: 2px;
}

.ycf-main-update-main-view {
    margin-right: 30px;
    margin-bottom: 10px;
}