.form-builder-save {
	display:none !important;
}
.view-data { display:none !important; }
.access-wrap { display: none !important; }
.field-label { display:block !important;}
.hidden-field { display:block !important;}


#welcome-block {
	position: relative;
    overflow: auto;
    margin: 16px 0;
    padding: 23px 10px 0;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    font-size: 13px;
    padding-bottom:20px;
}

.welcome-block .welcome-block-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px 10px 21px;
    font-size: 13px;
    line-height: 1.23076923;
    text-decoration: none;
}

.welcome-block .welcome-block-close:before {
    background: 0 0;
    color: #b4b9be;
    content: "\f153";
    display: block;
    font: 400 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.welcome-block .welcome-block-close:before {
    margin: 0;
}
.welcome-block .welcome-block-close:before {
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.welcome-block-content {
    margin-left: 13px;
    max-width: 1500px;
}
.welcome-block .welcome-block-column-container {
    clear: both;
    position: relative;
}
.welcome-block .welcome-block-column:first-child {
    width: 36%;
}
.welcome-block .welcome-block-column {
    width: 32%;
    min-width: 200px;
    float: left;
}

.welcome-block .message {
	margin-right:20px;
}
.welcome-block ul li {
	margin-bottom:3px;
	margin-top:3px;
}

.welcome-block table tr td {
    text-align: left;
    display: table-cell;
    padding-right: 10px;
}
.welcome-block table tr th {
	text-align: left;
	margin-right:20px;
}
.wpcf_nd_vote {
	width:40px;
}


.wpcf-extension {

    float: left;
    margin: 0 1% 1% 0;
    background: #fff;
    border: 1px solid #ccc;
    width: 262px;
    padding: 14px;
    height: 415px;
    position: relative;

}
.wpcf-extension h3 {
    margin: 0 0 8px;
    font-size: 13px;

}

.wpcf-extension .button-secondary {
    position: absolute;
    bottom: 14px;
    left: 14px;
    
}

.wpcf_shortcode_copy {
    background: #edf7fc !important;
    box-shadow: none !important;
    border: none !important;
    padding: 7px 5px;
    font-size: 15px !important;
    color: #007cba!important;
    border: 2px solid #007cba !important;
    border-radius: 3px !important;
    cursor: pointer;
    text-align: center; 
}

.wpcf_nd_shortcode_styling {
    background: #edf7fc !important;
    box-shadow: none !important;
    border: none !important;
    padding: 7px 5px;
    font-size: 15px !important;
    color: #007cba!important;
    border: 2px solid #007cba !important;
    border-radius: 3px !important;
    cursor: pointer;
    text-align: center; 
}

.wpcf-shortcode-copy-text {
    opacity: 0;
    visibility: hidden;
    margin: 0 3px;
    padding: 2px;
    transition: opacity 0.8s;
    color: #007cba;
    border: 1px solid #007cba;
}

.wpcf-shortcode-copy-text.is-active {
    opacity: 1;
    visibility: visible;
    
}

.build-wrap .icon-pencil {
    position: relative;
}

.build-wrap .icon-pencil:before,
.build-wrap .icon-pencil:after {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 6px;
    height: 1px;
    content: '';
    transform: rotate(-45deg);
    background: #999;
}

.build-wrap .icon-pencil:after {
    left: 10px;
    transform: rotate(45deg);
}

.build-wrap .icon-pencil:hover:before,
.build-wrap .icon-pencil:hover:after {
    background-color: #fff;
}

.build-wrap .editing .icon-pencil:before {
    transform: rotate(45deg);
}

.build-wrap .editing .icon-pencil:after {
    transform: rotate(-45deg);
}

/* Styling */
.wpcf-admin-enable-table-wrapper table {
    max-width: 500px;
    position: relative;
    margin-bottom: 20px;
}

.wpcf-admin-enable-table-wrapper table:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
}

.wpcf-admin-enable-table-wrapper.is-active table:after {
    width: 0;
    height: 0;
}

.wpcf-admin-enable-style-wrapper {
    display: inline-block;
    margin: 5px 0 20px 0;
    padding: 10px 15px;
    background: #c5c5c5;;
    font-size: 16px;
    font-weight: 600;
        
}

.wpcf-admin-enable-style-wrapper input {
    position: relative;
    top: 2px;
    margin-left: 5px;
    
}

.wpcf-admin-styling-wrapper {
    overflow: hidden;
}

.wpcf-admin-enable-table-wrapper {
    width: 400px;
    float: left;
}

.wpcf-admin-table th {
    text-align: left;
}

.wpcf-nd-small-input {
    width: 100px;
}

.wpcf-modal-customization {
    display: none;
}

.wpcf-modal-customization.is-active {
    display: table-row;
}

.wpcf-admin-preview-form {
    float: left;
    width: 350px;
    min-width: 350px;
}

.wpcf_nd label, .fb-radio-group-label, .fb-checkbox-group-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.wpcf_nd input,
.wpcf_nd textarea,
.wpcf_nd .fb-checkbox-label {
    margin-bottom: 16px !important;
}

.wpcf-admin-preview-submit {
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 5px;
}

.wpcf_nd input[type="text"],
.wpcf_nd input[type="email"],
.wpcf_nd input[type="number"],
.wpcf_nd textarea {
    width: 100%;
}

.wpcf_nd input[type="text"],
.wpcf_nd input[type="email"],
.wpcf_nd input[type="number"],
.wpcf_nd input[type="date"],
.wpcf_nd textarea {
    padding: 11px 15px;
    background-color: transparent;
    border-color: #222222;
    box-shadow: none;
    outline: 0;
    transition: all .3s;
    color: #666666;
    font-size: 16px;
}

.wpcf_nd input[type="text"]:hover,
.wpcf_nd input[type="text"]:focus,
.wpcf_nd input[type="email"]:hover,
.wpcf_nd input[type="email"]:focus,
.wpcf_nd input[type="number"]:hover,
.wpcf_nd input[type="number"]:focus,
.wpcf_nd input[type="date"]:hover,
.wpcf_nd input[type="date"]:focus,
.wpcf_nd textarea:hover,
.wpcf_nd textarea:focus {
    border-color: #333333;
}


.wpcf_nd input[type="submit"] {
    width: 100%;
    padding: 12px 9px;
    background-color: #222222;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-transform: none;
}

.wpcf_nd input[type="submit"]:hover {
    background-color: #999;
    cursor: pointer;
}

.build-wrap .cb-wrap {
    position: relative !important;
    width: 26% !important;
    left: 0 !important;
}

.btn.btn-default.get-data,
.btn.btn-primary.save-template {
    display: none !important;
}

.btn.btn-danger.clear-all {
    border-radius: 4px !important;
}

.form-builder-dialog.positioned {
    z-index: 10000;
}

.form-builder-dialog {
    overflow: visible !important;
}

.wpcf-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.wpcf-admin-styling-wrapper.is-active .wpcf-admin-table:after {
    content: none;
}

.build-wrap .icon-file.input-control {
    display: none;
}


#wpcf_nd_label_font_weight{
    width: 100px;
    height: 28px;
}

#wpcf_nd_submit_font_weight{
    width: 100px;
    height: 28px;
}

#wpcf_nd_submit_text_transform{
    width: 100px;
    height: 28px;
}

@media only screen and (max-width: 911px) {
    .wpcf-styling-form .wpcf-admin-preview-form, .wpcf_nd {
        margin-left: 0 !important;
        padding: 18px 28px 0px 28px;
        background: #fff;
    }
}
    
@media only screen and (min-width: 912px) {
    .wpcf-styling-form .wpcf-admin-preview-form, .wpcf_nd {
        margin-left: 150px;
        padding: 18px 28px 0px 28px;
        background: #fff;
    }
}
   

.wpcf-styling-form #sola_cfr_styling_tabs {
    height: 100%;
    width: 100%;
}

/*
.wpcf-styling-form .wpcf-admin-preview-form:hover {
    border: 1px solid #c5c5c5;
}
*/
    
#sola_cfr_styling_tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-bottom: 1px solid #f1f1f1;
    background: #0085ba;
    color: #fff;
    
}
    
#sola_cfr_styling_tabs .ui-widget-header {
    padding-bottom: 0;
    line-height: inherit;
    border: none;
    padding-top: 0;
    background: none;
}
    
#sola_cfr_styling_tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
}
    
#sola_cfr_styling_tabs
.ui-tabs-anchor,
.ui-tabs-anchor:active,
.ui-tabs-anchor:focus{
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
}


#sola_cfr_styling_tabs .ui-state-default .ui-tabs-anchor {
    padding: 10px 0px 10px 0px;
    
}

#sola_cfr_styling_tabs .ui-state-default.ui-state-active a{
    background: #fff;
     color: #000;
}

    
#sola_cfr_styling_tabs .ui-state-default {
    background: #D3D3D3; 
}
  
#sola_cfr_styling_tabs .ui-state-default {  
    text-align: center;
    float: left;
    margin: 0 !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}
    
#sola_cfr_styling_tabs #tabs-1{
    background: #ffffff;
    padding: 15px 0px 15px 15px;
}
#sola_cfr_styling_tabs #tabs-2{
    background: #ffffff;
    padding: 15px 0px 15px 15px;
}
#sola_cfr_styling_tabs #tabs-3{
    background: #ffffff;
    padding: 15px 0px 15px 15px;
}
#sola_cfr_styling_tabs.ui-widget.ui-widget-content{
    border:none;
}
#sola_cfr_styling_tabs.ui-tabs .ui-tabs-nav{
    padding: 0;
}
    
#sola_cfr_styling_tabs.ui-widget-content {
    border:none;
    background: unset;
    color: unset;
}

#sola_cfr_styling_tabs li:nth-child(1) {
    margin-right: 4px !important;
}
    
#sola_cfr_styling_tabs li:nth-child(2) {
    margin-right: 4px !important;
}
    
#sola_cfr_styling_tabs .ui-state-default {
    width: 32.66%;
}

.widefat td pre{
    background: #edf7fc !important;
    box-shadow: none !important;
    border: none !important;
    padding: 7px 5px;
    font-size: 15px !important;
    color: #007cba!important;
    border: 2px solid #007cba !important;
    border-radius: 3px !important;
    cursor: pointer;
    text-align: center;
}

.updated, .error{
    margin: 15px 15px 2px 0 !important;
}

label#wpcf-admin-preview-darkmode-label{
    color: #000;
    display: inline;
}

input#wpcf-admin-preview-darkmode-checkbox{
    margin-left: 15px;
    margin-top: 20px;
}

span#wpcf-admin-preview-darkmode-note{
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#contact_form_ready_tabs .ui-tabs-panel > h2{
    font-size: 20px;
}

#contact_form_ready_tabs{
    border: none;
}

#contact_form_ready_tabs .ui-tabs-panel{
    border: 1px solid #dddddd;
}

#contact_form_ready_tabs .ui-tabs-nav li{
    margin-right: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#contact_form_ready_tabs .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
    border-radius: 0 !important;
}

#contact_form_ready_tabs .ui-widget-header{
    border: none;
    background: none;
    padding-left: 0px;
}
