form.visual-form-builder {
    position: relative;
    margin: 20px 0;
    background: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    text-shadow: none;
    font-family: inherit;
}
form.visual-form-builder li {
    margin: 0 !important;
    width: auto !important;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    clear: both;
}
form.visual-form-builder li:before {
    content: none;
}
form.visual-form-builder ul:after,
form.visual-form-builder li:after,
form.visual-form-builder li div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.visual-form-builder br {
    display: none;
}
form.visual-form-builder .vfb-item-instructions br {
    display: inline;
}
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul,
.visual-form-builder ol,
.entry-content .visual-form-builder ol,
.comment-content .visual-form-builder ol,
.mu_register .visual-form-builder ol {
    margin: 0 14px !important;
    padding: 0 !important;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    font-size: 13px;
    line-height: inherit;
}
.visual-form-builder ul li {
    margin: 0 !important;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}
.visual-form-builder ul li:before {
    content: none;
}
.visual-form-builder li,
.entry-content .visual-form-builder li,
.comment-content .visual-form-builder li,
.mu_register .visual-form-builder li {
    clear: both;
    margin: 0 !important;
    padding: 6px 1% 9px !important;
    width: 64%;
    background: none !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}
.visual-form-builder li:before,
.entry-content .visual-form-builder li:before,
.comment-content .visual-form-builder li:before,
.mu_register .visual-form-builder li:before {
    content: none;
}
.vfb-span,
.visual-form-builder li div span.vfb-span,
.visual-form-builder [class*="vfb-span"],
span.vfb-full input,
span.vfb-full input[type="text"].vfb-medium,
span.vfb-full select {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}
span.vfb-name-normal,
span.vfb-name-extras {
    float: left;
    margin-right: 3px;
}
.rtl span.vfb-name-normal,
.rtl span.vfb-name-extras {
    float: right;
    margin-right: 0;
    margin-left: 3px;
}
.visual-form-builder span.vfb-left {
    float: left;
    width: 48%;
}
.visual-form-builder span.vfb-right {
    float: right;
    width: 48%;
}
.visual-form-builder span.vfb-span ul li {
    list-style: disc;
}
.visual-form-builder span.vfb-span ol li {
    list-style: decimal;
}
.visual-form-builder span.vfb-right input,
.visual-form-builder span.vfb-right input[type="text"],
.visual-form-builder span.vfb-right select,
.visual-form-builder span.vfb-left input,
.visual-form-builder span.vfb-left input[type="text"],
.visual-form-builder span.vfb-left select {
    width: 100% !important;
}
.visual-form-builder span.vfb-time {
    float: left;
    margin: 0 0.3em 0 0;
}
.rtl .visual-form-builder span.vfb-time {
    float: right;
    margin: 0 0 0 0.3em;
}
.visual-form-builder li div label,
.visual-form-builder li span label {
    margin: 0;
    font-size: 90%;
}
.visual-form-builder fieldset {
    clear: both;
    margin: 15px 0;
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background-color: #eee;
}
.visual-form-builder .vfb-legend {
    margin: 5px 14px;
    padding: 0 6px;
    border-bottom: 1px solid #ccc;
    color: #900;
    font-size: inherit;
}
.visual-form-builder .vfb-legend h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    line-height: 2em;
}
.visual-form-builder label,
label.vfb-desc {
    display: block;
    margin: 0;
    padding: 0 0 3px 0;
    color: #000;
}
label.vfb-desc {
    font-weight: bold;
}
.visual-form-builder.left-label .vfb-desc,
.visual-form-builder.right-label .vfb-desc {
    float: left;
    margin: 0 15px 0 0;
    width: 20%;
}
.visual-form-builder.right-label .vfb-desc {
    padding-top: 2px;
    text-align: right;
}
.visual-form-builder li div {
    margin: 0;
    padding: 0;
}
.visual-form-builder.left-label li div,
.visual-form-builder.right-label li div {
    float: left;
    width: 65%;
}
.visual-form-builder label.vfb-choice {
    margin: -16px 0 0 23px;
    padding: 0 0 5px;
    width: 88%;
    font-size: 100%;
    line-height: 150%;
}
.rtl .visual-form-builder label.vfb-choice {
    margin: -16px 23px 0 0;
}
.visual-form-builder label .vfb-required-asterisk {
    margin: 0;
    padding: 0;
    color: #bc1212;
    vertical-align: baseline;
    font-weight: bold;
}
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
    padding: 3px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fafafa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
input.vfb-text:focus,
input[type="text"].vfb-text:focus,
input[type="tel"].vfb-text:focus,
input[type="email"].vfb-text:focus,
input[type="url"].vfb-text:focus,
textarea.vfb-textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input.vfb-text.vfb-error:focus,
input[type="text"].vfb-text.vfb-error:focus,
input[type="tel"].vfb-text.vfb-error:focus,
input[type="email"].vfb-text.vfb-error:focus,
input[type="url"].vfb-text.vfb-error:focus,
textarea.vfb-textarea.vfb-error:focus {
    border-color: rgba(238, 83, 83, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 83, 83, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 83, 83, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 83, 83, 0.6);
}
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
    margin: 0 0 5px 0;
    height: auto;
    color: #373737;
    font-size: 100%;
    font-family: inherit;
    line-height: normal;
}
select.vfb-select {
    padding: 6px 5px;
    width: auto;
}
input.vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small {
    width: 25%;
}
input.vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium {
    width: 50%;
}
input.vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea.vfb-textarea {
    width: 100%;
}
input[type="file"].vfb-small,
input[type="file"].vfb-medium,
input[type="file"].vfb-large {
    height: auto;
    line-height: normal;
}
textarea.vfb-medium {
    height: 5.5em;
}
textarea.vfb-medium {
    height: 10em;
}
textarea.vfb-large {
    height: 20em;
}
.vfb-submit,
input[type="submit"].vfb-submit {
    font-size: 1.1em;
}
input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
    display: block;
    margin: 4px 0 0;
    width: 13px;
    height: 13px;
    font-size: 1.1em;
}
input.vfb-other,
input[type="text"].vfb-other {
    margin: 0 0 8px 25px;
}
.visual-form-builder li.vfb-two-column div span,
.visual-form-builder li.vfb-three-column div span,
.visual-form-builder li.vfb-auto-column div span {
    margin: 0 5px 0 0;
    width: 48%;
}
.visual-form-builder li.vfb-three-column div span {
    width: 30%;
}
.visual-form-builder li.vfb-auto-column div span {
    width: auto;
}
.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds {
    float: left;
    clear: left;
}
.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds {
    float: right;
    clear: none;
}
.visual-form-builder li.vfb-middle-third {
    float: left;
    clear: none;
    margin-left: 2%;
}
.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half {
    width: 47% !important;
}
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third {
    width: 33.3% !important;
}
.visual-form-builder li.vfb-left-two-thirds,
.visual-form-builder li.vfb-right-two-thirds {
    width: 64% !important;
}
li.vfb-left-half .vfb-small,
li.vfb-left-half .vfb-medium,
li.vfb-left-half .vfb-large,
li.vfb-right-half .vfb-small,
li.vfb-right-half .vfb-medium,
li.vfb-right-half .vfb-large,
li.vfb-left-third .vfb-small,
li.vfb-left-third .vfb-medium,
li.vfb-left-third .vfb-large,
li.vfb-middle-third .vfb-small,
li.vfb-middle-third .vfb-medium,
li.vfb-middle-third .vfb-large,
li.vfb-right-third .vfb-small,
li.vfb-right-third .vfb-medium,
li.vfb-right-third .vfb-large,
.visual-form-builder li.vfb-left-two-thirds .vfb-small,
.visual-form-builder li.vfb-left-two-thirds .vfb-medium,
.visual-form-builder li.vfb-left-two-thirds .vfb-large,
.visual-form-builder li.vfb-right-two-thirds .vfb-small,
.visual-form-builder li.vfb-right-two-thirds .vfb-medium,
.visual-form-builder li.vfb-right-two-thirds .vfb-large {
    width: 100%;
}
label.vfb-error {
    color: red;
    font-weight: bold;
    font-size: 90%;
}
input.vfb-text.vfb-error,
input[type="text"].vfb-text.vfb-error,
input[type="tel"].vfb-text.vfb-error,
input[type="email"].vfb-text.vfb-error,
input[type="url"].vfb-text.vfb-error,
select.vfb-select.vfb-error,
textarea.vfb-textarea.vfb-error {
    border: 1px solid red;
}
p#form_success,
.vfb-form-success {
    color: green;
    font-weight: bold;
}
#ui-datepicker-div {
    display: none;
    font-size: 12px;
}
.vfb-item-instructions {
    border-radius: 3px;
    background-color: #e3e3e3;
}
.vfb-item-instructions ul,
.vfb-item-instructions ul li {
    padding-bottom: 0;
    list-style: disc;
}
.vfb-item-instructions ol,
.vfb-item-instructions ol li {
    padding-bottom: 0;
    list-style: decimal;
}
.vfb-section-div {
    float: left;
    margin: 10px 0;
    padding: 10px;
    width: 97%;
    border-radius: 3px;
    background-color: #d4d4d4;
}
.visual-form-builder .vfb-section-div h4 {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #bababa;
    font-size: 16px;
    line-height: inherit;
}
.ui-autocomplete .ui-menu-item {
    font-size: 12px;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background: #deefff;
    background: -moz-linear-gradient(top, rgba(222, 239, 255, 1) 0, rgba(152, 190, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(222, 239, 255, 1)), color-stop(100%, rgba(152, 190, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(222, 239, 255, 1) 0, rgba(152, 190, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(222, 239, 255, 1) 0, rgba(152, 190, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(222, 239, 255, 1) 0, rgba(152, 190, 222, 1) 100%);
    background: linear-gradient(top, rgba(222, 239, 255, 1) 0, rgba(152, 190, 222, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deefff',endColorstr='#98bede',GradientType=0);
}
.ui-autocomplete-loading {
    background: url("../../../../wp-admin/images/loading.gif") right center no-repeat white !important;
}
.password-meter {
    display: block;
    margin-top: 10px;
    padding: 5px;
    width: 48%;
    height: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #eee;
    text-align: center;
    line-height: 15px;
}
.password-meter.too-short,
.password-meter.very-weak {
    border-color: #f04040;
    background-color: #ffa0a0;
}
.password-meter.weak {
    border-color: #ff853c;
    background-color: #ffb78c;
}
.password-meter.good {
    border-color: #fc0;
    background-color: #ffec8b;
}
.password-meter.strong {
    border-color: #8dff1c;
    background-color: #c3ff88;
}
.password-meter.too-short,
.password-meter.very-weak,
.password-meter.weak,
.password-meter.good,
.password-meter.strong {
    font-weight: bold;
}
.vfb-fieldset.vfb-page {
    display: none;
}
.item-page-break {
    position: relative;
}
.vfb-page-counter {
    float: right;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}
.rtl .vfb-page-counter {
    float: left;
}
.vfb-page-next {
    margin: 0 !important;
    padding: 4px 8px !important;
    border-radius: 3px;
    background-color: #5b8498;
    color: white;
}
.vfb-page-next:hover {
    background-color: #3d5865;
    text-decoration: none;
}
.vfb-clear {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}
.vfb-conditional-hide {
    display: none;
}
table.vfb-table,
table.vfb-table *,
table.vfb-likert,
table.vfb-likert *,
.entry-content table.vfb-table,
.entry-content table.vfb-likert {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px 0 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    line-height: normal;
    vertical-align: middle;
    width: auto;
    font-size: 12px;
}
table.vfb-table th,
table.vfb-table td {
    padding: 2px 6px;
    text-align: center;
    border: 0;
}
.vfb-table td input.vfb-radio,
.vfb-table td input[type="radio"].vfb-radio {
    display: inline;
    margin: 0;
    vertical-align: baseline;
}
table.vfb-table.vfb-likert {
    margin: 5px 0;
    width: 100%;
    border: 1px solid #888;
    border-bottom: 0;
    background: #fdfdfd;
}
.vfb-likert label {
    margin: 0;
}
.vfb-likert .vfb-likert-head th {
    padding: 10px 6px;
    background-color: #ccc;
    font-weight: normal;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-left: 1px solid #696969;
}
.vfb-likert th,
.vfb-likert td {
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-left: 1px solid #696969;
}
.vfb-table.vfb-likert .vfb-likert-row th,
.vfb-table.vfb-likert .vfb-likert-row td {
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-left: 1px solid #696969;
}
.vfb-table.vfb-likert .vfb-likert-row th {
    padding: 8px;
    text-align: left;
    color: #222;
    font-weight: bold;
    background-color: #ccc;
}
.rtl .vfb-table.vfb-likert .vfb-likert-row th {
    text-align: right;
}
.vfb-likert-row th label {
    font-weight: bold;
}
.vfb-likert-cols-1 td {
    width: 30%;
}
.vfb-likert-cols-2 td {
    width: 25%;
}
.vfb-likert-cols-3 td {
    width: 20%;
}
.vfb-likert-cols-4 td {
    width: 15%;
}
.vfb-likert-cols-5 td {
    width: 12%;
}
.vfb-likert-cols-6 td,
.vfb-likert-cols-7 td {
    width: 10%;
}
.vfb-likert-cols-8 td,
.vfb-likert-cols-9 td,
.vfb-likert-cols-10 td {
    width: 7%;
}
.vfb-likert-cols-11 td {
    width: 6%;
}
